Commit Graph

35669 Commits

Author SHA1 Message Date
enami
db1f766937 Add missing -C flag in SYNOPSIS 1998-01-01 04:51:54 +00:00
enami
2db041522a Fix typo; the flag for interactive disklabel creation is not -e but -i.
Also, make the description of -C flag into separate paragraph.
1998-01-01 04:47:05 +00:00
enami
94f6d2b411 Fix usage; -i and -C flags are alway effective regardless of NUMBOOT. 1998-01-01 04:38:43 +00:00
enami
74a36a05ae No longer needs to include sys/shm.h. 1998-01-01 02:43:18 +00:00
thorpej
8b5e0b6e06 Remove a couple of unneeded VM-related headers. 1997-12-31 19:32:55 +00:00
cjs
89951259ed Add kernfs; remove more stuff we don't need. 1997-12-31 16:44:37 +00:00
thorpej
9c20093835 Make pmap_activate() and pmap_deactivate() take a struct proc *. 1997-12-31 10:12:55 +00:00
thorpej
a322314f51 Split out the code that prepares a VM space for exec into a new
vmspace_exec() function.
1997-12-31 07:47:41 +00:00
thorpej
1679a04502 Change a couple of exit()s to _exit(), to make it safe for vfork(). 1997-12-31 06:59:54 +00:00
thorpej
0af223dbf1 Pull in prototypes, RCS IDs, and make this safe for vfork(). 1997-12-31 06:56:04 +00:00
thorpej
cd509e6837 Prototype wwterminfoinit() and wwterminfoend(). 1997-12-31 06:55:16 +00:00
thorpej
d616cbff44 Change an exit() -> _exit(), so that it's safe for vfork(). 1997-12-31 06:13:24 +00:00
thorpej
c85905a814 Change a couple of exit()s to _exit(), so that they're safe for vfork(). 1997-12-31 06:12:20 +00:00
thorpej
f04b8efed3 Change an exit() to _exit(), so that it's safe for vfork(). 1997-12-31 06:06:12 +00:00
thorpej
d32f706973 Change an err() to a warn()/_exit(), so that it's safe for vfork(), and
fix the error message that's displayed if the vfork() fails.
1997-12-31 05:53:45 +00:00
thorpej
fbb903995d Change an exit() to _exit(), so that it's safe for vfork(). 1997-12-31 05:47:15 +00:00
thorpej
673fb149c6 Implement a queue for delayed ACK processing. This queue is used in
tcp_fasttimo() in lieu of scanning all open TCP connections.
1997-12-31 03:31:23 +00:00
enami
d6eb3246bf Fix a typo in panic string. 1997-12-31 02:46:51 +00:00
lukem
1e03f65c0d clarify /etc/ftpwelcome is shown *before* login 1997-12-31 02:43:54 +00:00
enami
e4aca18342 When building fake disklabel, if a partition type is other than FS_UNUSED
don't override it so that port specific hack takes effect.
1997-12-31 02:38:24 +00:00
enami
929e6f5a6f Don't print newline at beginning of line. 1997-12-31 01:19:52 +00:00
cgd
c158cef28f add regression tests for some m4 problems I recently found relating
to confusing 0xff characters with EOF.
1997-12-30 23:30:48 +00:00
cgd
a1f556da83 add regression tests for usr.bin/m4 1997-12-30 23:27:11 +00:00
cgd
0bbc722bfb add regression testing for some bits of usr.bin 1997-12-30 23:26:10 +00:00
lukem
31a864aac7 get hostbase correct 1997-12-30 22:33:27 +00:00
thorpej
e00e57ff80 Delete extra RCS ID. 1997-12-30 22:31:17 +00:00
is
d5ad660623 EACCESS->EROFS, for the write on readonly medium error. 1997-12-30 21:36:51 +00:00
thorpej
d3eaf8a978 Rearrange disk_detach() slightly, and make a small run-time cosmetic
change in disk_unbusy().
1997-12-30 09:51:24 +00:00
mikel
2165959350 make sure result of % operator is identical for quad_t, int and long;
fix provided by Chris Torek <torek@BSDI.COM> in a message to tech-kern.
1997-12-30 07:58:36 +00:00
mikel
290139e9fe pointers are NULL, NUL is a char; deraadt@openbsd.org 1997-12-30 06:05:59 +00:00
mycroft
6ee0ed93a2 The output of `ccdconfig -g' is supposed to be a valid configuration file.
Prefix two messages with `# ' so they're comments.
1997-12-30 05:58:06 +00:00
mrg
464d5b30e5 reset the gid before calling fopen() on the config file. stops people
having read kmem access.  from rotel@indigo.ie (who obtained it from
openbsd).
1997-12-30 05:40:47 +00:00
lukem
0b57ba7265 as per the IANA assigned ports numbers document, use ports
49152..65535 for ephemeral ports (instead of 1024..5000).
closes my [kern/4440], but with correct code :)
1997-12-30 02:54:08 +00:00
perry
5bdceaeec2 some last fixes from Ted Lemon 1997-12-30 00:04:10 +00:00
perry
463816f2d0 make makesrctars make the "correct" flavor of source sets 1997-12-29 23:31:06 +00:00
perry
6de2c107db fix up information on source distribution sets 1997-12-29 23:28:21 +00:00
perry
8980735b3c Fix up my attribution, and and realphabetize Ted's last add. 1997-12-29 20:40:47 +00:00
mellon
28e65f7b20 Credit me and the ISC 1997-12-29 20:34:46 +00:00
hubertf
73ddeb3490 Add us to MASTER_SITE_LOCAL. 1997-12-29 20:10:24 +00:00
cgd
86cd94fb5a fix an inconsistency between signed- and unsigned-char machines:
make sure that pushed-back 0xff character isn't accidentally
interpreted as an EOF because of sign extension when chars were being
assigned to pbents.  (signed-char machines lost.)  To do this, make
putback() and pbstr() operate only on unsigned chars, and add a
putbackeof() function to do the obvious thing when necessary.
1997-12-29 19:52:55 +00:00
cjs
d5f6b80949 Various corrections, additions and reformatting. 1997-12-29 18:31:47 +00:00
pk
49c810b2c8 Avoid spurious calls to foreign constructors/destructors in case the
shared library we link with does not have any of its own.
Note: this only works for a.out(5).
1997-12-29 15:36:50 +00:00
perry
93def66878 fix Koji Imada dedication slightly 1997-12-29 15:32:26 +00:00
scottr
468b6a1e56 Update IP address of ftp.netbsd.org. 1997-12-29 15:13:00 +00:00
mrg
8134ad650c remove my name from here now that it is not needed. 1997-12-29 09:05:26 +00:00
scottr
fa1347ed5b Prompt for total sectors, and calculate sane defaults for sectors per
cylinder and total sectors.
1997-12-29 07:15:10 +00:00
is
00a8cd54c1 Added ST_Q_SENSE_HELP to the Archive Viper 150S quirks so that
density 0 (autosense) actually works.
1997-12-28 19:25:35 +00:00
fvdl
afb0aab8ae Move some MI stuff to i386 MD files, courtesy of the broken config
files for other ports.
1997-12-28 15:12:04 +00:00
lukem
99f9342863 note that $HOME is used in ~/ globs 1997-12-28 04:37:14 +00:00
lukem
53f6552a12 set $HOME to "/" for guest or chroot users, pw->pw_dir otherwise.
fixes expansion of `~/...' pathnames.
1997-12-28 04:28:17 +00:00