ache
bcfbb2877e
Update Korean locale
...
Should go into 2.2
1997-03-13 07:51:43 +00:00
peter
5f73b5e6c7
Part 2 of a failed commit (cvs broke). Original message:
...
Back out a dubious Lite2 change to "optimise" getcwd() to look at $PWD
because it's potentially dangerous (think: symlink races). Move
realpath() back to it's original location, and remove getcwd_physical()
by renaming it back to getcwd() and zapping the original getcwd wrapper.
Noticed by: bde
The following commits already happened but the log message got lost:
Modified Files:
gen/Makefile.inc gen/getcwd.c stdlib/Makefile.inc
Removed Files:
gen/realpath.3
1997-03-13 06:58:46 +00:00
peter
78c59a98a4
Back out a dubious Lite2 change to "optimise" getcwd() to look at $PWD
...
because it's potentially dangerous (think: symlink races). Move
realpath() back to it's original location, and remove getcwd_physical()
by renaming it back to getcwd() and zapping the original getcwd wrapper.
Noticed by: bde
1997-03-13 06:45:38 +00:00
davidn
f70c2b4238
Submitted by: Greg Ungerer <gerg@stallion.oz.au>
...
Add manpages for stl, stli drivers.
Add manpages for stlload, stlstats.
Update stli bootcode.
Update stlload, stlstats to revision 1.0.0 from author.
1997-03-13 04:21:44 +00:00
davidn
9abc695c32
Submitted by: Greg Ungerer <gerg@stallion.oz.au>
...
Update to version 1.0.0 of stallion.c from author.
1997-03-13 04:13:45 +00:00
davidn
72b91e4c01
Submitted by: Greg Ungerer <gerg@stallion.oz.au>
...
Update istallion driver to version 1.0.0 from author.
1997-03-13 03:51:25 +00:00
kato
21a0a7ffec
Change #ifdef FreeBSD' to
#ifdef __FreeBSD__'.
...
Submitted by: H. Nokubi <h-nokubi@nmit.mt.nec.co.jp>
1997-03-13 02:10:21 +00:00
kato
7c4d6d26f8
Added `\' (backslash) at the end of line in the CFLAGS definition.
...
Submitted by: H. Nokubi <h-nokubi@nmit.mt.nec.co.jp>
1997-03-13 02:04:47 +00:00
joerg
801913da34
Mention the workaround for the MCD640 here, too.
1997-03-13 01:03:16 +00:00
joerg
7c8d794556
Describe the workaround for the CMD640 controller.
...
Mention the steps that are required for `disklabel auto'.
1997-03-13 01:00:32 +00:00
jmz
42805e98f8
Add a pair __BEGIN_DECLS/__END_DECLS
1997-03-13 00:13:25 +00:00
gj
615261b3c2
add LINKS line to Makefile to automatically produce a link to kgdb
...
define START_PROGRESS in nm.h to check whether gdb was invoked as kgdb
and set the kernel_debugging flag in that case.
2.2 candidate ?
1997-03-12 22:34:09 +00:00
se
fa3524a298
Activate CMD640 workaround
1997-03-12 19:59:58 +00:00
bde
58c108262d
Recovered FreeBSD changes from attic:
...
1.2: don't refer to emacs (1)
1.3: fixed "will will".
1997-03-12 19:42:21 +00:00
joerg
b24f0ba9ca
Ooops, somehow the HP Netserver entry made it here twice.
1997-03-12 19:14:26 +00:00
se
72a10d50da
Add option CMD640 which is required to use both channels of that
...
EIDE chip
1997-03-12 19:11:59 +00:00
se
3e34fa9b9f
Add wdc_p.c for support of the CMD640 PCI EIDE chip.
1997-03-12 19:10:27 +00:00
joerg
d1f0b9694d
Update the HP NetServer LC FAQ entry.
1997-03-12 19:04:07 +00:00
bde
7c6cdff7fb
Fixed checking for a non-numeric minor number.
1997-03-12 19:03:40 +00:00
joerg
25cf1b7d34
Update the topic about the HP NetServer LC.
1997-03-12 18:58:25 +00:00
joerg
d5c33ac549
Record num_eisa_slots if it could be found in the kernel.
1997-03-12 18:54:52 +00:00
bde
bac3db38e1
Fixed setting of default kernel name when there is no boot.config file.
...
Didn't fix a more serious problem when boot.config is empty - read()
can't handle empty files.
Reported by: Chris Timmons <skynyrd@opus.cts.cwu.edu>
1997-03-12 18:48:31 +00:00
bde
0ecb1e854b
Finished (?) merging with Lite2: cleaned up #include mess; fixed merging
...
errors (mis-sorted prototypes, duplicated MNT_NOATIME, duplicated NULL
mntopts fixup).
Updated getopt() usage.
Fixed style bugs in FreeBSD changes (one or two per line for putfsent()
stuff).
1997-03-12 18:35:10 +00:00
joerg
30c15106d5
Do not spam our distributions accidentally with BOOTMFS files.
1997-03-12 18:09:15 +00:00
joerg
5872572fcc
Since i don't see that anybody is implementing a more correct EISA
...
probing anytime soon, make EISA_SLOTS a fully supported option. It's
required for the HP NetServer LC series machines.
Next stop: make dset(8) aware of it as well.
1997-03-12 17:41:35 +00:00
bde
2e22fb97fd
Make this man page really match the current <sys/signal.h> again and
...
the 2.x <sys/signal.h> for the first time :-). The type of ss_sp
was lexically different.
1997-03-12 17:16:22 +00:00
bde
1b52927894
Finished (?) merging with Lite2: cleaned up #include mess.
1997-03-12 17:01:11 +00:00
bde
a54018968d
Finished (?) merging with Lite2: cleaned up #include mess.
...
Fixed style bugs in FreeBSD changes.
1997-03-12 16:58:35 +00:00
bde
3059cc3c4c
Finished (?) merging with Lite2: cleaned up #include mess and fixed a
...
style bug.
Removed a redundant declaration.
1997-03-12 16:53:31 +00:00
bde
3bd624b27a
Finished (?) merging with Lite2: cleaned up #include mess.
...
Fixed misformatting in a comment.
1997-03-12 16:49:28 +00:00
bde
70568e2da5
Finished (?) merging with Lite2: cleaned up #include mess.
...
Updated getopt() usage.
1997-03-12 16:46:32 +00:00
bde
948d236d70
Restored lost reference to fsdb(8).
...
Fixed weird quoting of $Id$.
1997-03-12 16:35:26 +00:00
mpp
5df20433ff
Make this man page match the current <sys/signal.h> again :-).
...
Bruce says that since NetBSD, OpenBSD and Linux currently
use ss_sp, we won't be changing it to the lite2 ss_base.
The type may change at some later date.
1997-03-12 16:23:36 +00:00
mpp
c8be687959
Add a missing '\' to some text.
...
Obtained from: NetBSD-bugs mailing list PR# 3321
1997-03-12 16:05:41 +00:00
mpp
c0650ef68d
Correct the self reference in the description of the "tabs" option.
...
It should really refer to "oxtabs".
Obtained from: NetBSD-bugs mailing list PR# 3320
1997-03-12 15:59:22 +00:00
mpp
5a5ba05ed7
Update the structure to match how things are going to appear after
...
bde commits some changes later tonight.
1997-03-12 15:35:52 +00:00
mpp
da10f47e40
More cleanup - I didn't realize that this was a new man page
...
and need extra attention :-)
1997-03-12 15:21:57 +00:00
bde
336e7e8197
Restored a .Fa line that was lost in the Lite2 merge.
1997-03-12 15:18:28 +00:00
mpp
92b8aa78b1
Mdoc cleanup.
1997-03-12 15:14:07 +00:00
mpp
43df4ac67e
Add cvs Id.
1997-03-12 15:08:06 +00:00
bde
881d90505a
Fixed merging error. Lite2 fixed premature failure and didn't
...
touch duplicate group suppression, but the merge blew away our
duplicate group suppression.
The merge also blew away the -Wall cleanup in rev.1.5, but that
was misformatted, so I didn't restore it.
1997-03-12 14:54:22 +00:00
mpp
2602ef2be2
Cleanup some of the Lite2 merge. Most of it is mdoc cleanup,
...
but in one case the Lite2 changes were flat out wrong and
caused the man page to disagree with a header file.
There are still some *roff macro calls that were added that
I have yet to figure out what to do with in some of the man pages.
1997-03-12 14:49:41 +00:00
mpp
4fdffd9e94
Oops. I misread some commit mail - remove the blurb about comments
...
in passwd/group not being enabled by default.
1997-03-12 14:05:36 +00:00
mpp
3694503d5f
Typo police (this one wasn't yours, Joerg :-)
1997-03-12 13:51:57 +00:00
mpp
c074fc12ec
Typo police.
1997-03-12 13:51:17 +00:00
mpp
2b311e74d4
Improve the wording of the section on comments in the group and passwd
...
files. Also mention that this feature is not enabled by default
and that they must be enabled by compile-time options.
Fixed another typo or two I noticed while I was at it.
1997-03-12 13:46:16 +00:00
joerg
1510443276
Document the various link-level flag for these drivers.
...
2.2 candidate (after typo police :)
1997-03-12 13:37:56 +00:00
mpp
8cfc866252
Some minor mdoc cleanup. Partially based on PR# 2959.
1997-03-12 13:22:17 +00:00
bde
8d016e3df8
Fixed errors in the Lite2 merge. Some style changes were mismerged.
...
My changes to preserve errno across free() and close() and to report
fstat() errors properly were blown away.
Updated the FreeBSD changes to match the Lite2 style fixes.
1997-03-12 12:35:44 +00:00
peter
214d331cf7
Fix problem with FD_SET* overflow reporting.. Perror() didn't have enough
...
args, and errno hasn't actually been set so it probably doesn't make sense
to report it via strerror().
Pointed out by: bde
1997-03-12 11:10:54 +00:00