fair
2fba732a32
flush TTY input for "new volume" query, fix for PR#2212
1998-07-06 07:50:27 +00:00
mrg
80efe80bc9
- change setgid kmem programs (that lend themselves to this) so setegid(getgid())
...
and the top, and then set the effective gid back to kmem around the call to
kvm_openfiles(). this reduces the time group kmem is available.
- for those above that also allow this, setgid(getgid()) after the call to
kvm_openfiles() to fully revoke priviledges.
- some KNF
- use err(3) over fprintf(3) in some places
1998-07-06 07:50:18 +00:00
mrg
32f519716b
- use an array MAXHOSTNAMELEN+1 size to hold hostnames
...
- ensure hostname from gethostname() is nul-terminated in all cases
- minor KNF
- use MAXHOSTNAMELEN over various other values/defines
- be safe will buffers that hold hostnames
1998-07-06 06:56:06 +00:00
mrg
2beab49a06
- use an array MAXHOSTNAMELEN+1 size to hold hostnames
...
- ensure hostname from gethostname() is nul-terminated in all cases
- minor KNF
- use MAXHOSTNAMELEN over various other values/defines
- be safe will buffers that hold hostnames
1998-07-06 06:45:41 +00:00
is
a7557bc638
Change poll interval to 1 seconds, for machines booting _really_ fast.
1998-07-06 05:21:07 +00:00
mark
d41434d3ae
Cleanup explict Makefile dependancies.
1998-07-06 02:43:38 +00:00
mark
9161d5ab60
Include opt_pmap_debug.h for PMAP_DEBUG defopt.
1998-07-06 02:40:42 +00:00
mark
3682a37511
Include opt_compat_old_ofw.h for COMPAT_OLD_OFW option.
1998-07-06 02:36:52 +00:00
mark
94df6c50f4
defopt COMPAT_OLD_OFW and PMAP_DEBUG.
1998-07-06 02:35:34 +00:00
mark
9ed6d03641
Always include arm32/disassem.h
1998-07-06 02:33:25 +00:00
mark
572dcd8575
Include opt_armfpe.h
1998-07-06 01:56:40 +00:00
mark
f10dbf227d
defopt ARMFPE.
1998-07-06 01:54:56 +00:00
mark
5df95c3336
Junk the DISASSEMBLE macro and just call disassemble() directly.
1998-07-06 01:54:36 +00:00
mark
70fba3ee34
postmortem() is no longer used in this file.
1998-07-06 01:52:26 +00:00
mark
a96139b744
Include opt_uvm.h and define Lcnt appropriate for UVM or non-UVM configs.
1998-07-06 01:04:17 +00:00
mark
8b4b75b9ea
The ARMFPE option is never enabled by default any more.
1998-07-06 00:59:21 +00:00
mark
c73c7674d7
defopt IRQSTATS.
1998-07-06 00:53:07 +00:00
mark
ac8d41742b
Remove MOUSE_IOC_ACK option as this is now standard.
1998-07-06 00:49:20 +00:00
mark
d016feb2d7
Define MOUSE_IOC_ACK as standard.
1998-07-06 00:43:28 +00:00
mark
9126d07941
defopt XSERVER.
1998-07-06 00:42:37 +00:00
mark
e110bd8a6a
defopt IRQSTATS and XSERVER
1998-07-06 00:41:17 +00:00
msaitoh
d22dee8e39
modify "kterm" entry to be < 1024.
1998-07-05 23:47:45 +00:00
mark
36af051383
Update functions that missed the previous name space change.
1998-07-05 23:31:16 +00:00
jonathan
b37021c1a1
defopt NATM.
1998-07-05 22:48:05 +00:00
jonathan
9bf2ba0928
Garbage-collect ``needs-flag'' from attributes ether, fddi, arc:
...
NETHER, NFDDI, NARC are not used anywhere. Remove #include "ether.h",
which had no effect.
Removes clash with "options NATM" for native-ATM network protocol stack.
1998-07-05 22:29:51 +00:00
tron
1ea9bb436f
When adding a binary package from a locale file "pkg_add" fails now if
...
a dependence can't be resolved unless "-f" is used, fixes PR pkg/5625
by Jeremy Cooper.
1998-07-05 21:15:55 +00:00
kleink
eb53c85102
Add amiga/fdc(4).
1998-07-05 20:05:38 +00:00
kleink
779258dc70
Add fdc(4).
1998-07-05 20:04:23 +00:00
kleink
aa1b10f8b2
Add a manual page for the Amiga custom chip floppy disk controller device,
...
mostly geared towards explaining the pseudo-partition encodings; with input
from Ignatios Souvatzis.
1998-07-05 19:58:30 +00:00
jonathan
8b42dd3900
defopt COMPAT_NETBSD_*.
1998-07-05 18:59:40 +00:00
jonathan
3472ba67bb
* defopt COMPAT_{09,10,11,12,13} and COMPAT_NOMID (from unsaved buffers).
...
TODO: revisit interaction between native compat and emul compat usage.
1998-07-05 18:27:18 +00:00
tv
3e0c580f27
Add opt_compat_netbsd.h with COMPAT_{NOMID,09,10,11,12,13}.
1998-07-05 17:47:54 +00:00
tron
870e46e9c4
Include required "opt_ddb.h" header file.
1998-07-05 14:33:56 +00:00
mrg
c9987f1692
KNF
1998-07-05 14:26:06 +00:00
ross
2b27474301
#if 0 the 1.3-specific release notes so this can be used for snapshots.
...
Rework the preamble of the dedication slightly; it now refers simply to
"the current release".
Delete someone listed in "supporting cast" purely by mistake.
1998-07-05 14:20:03 +00:00
ross
9910c1d3ee
Keep trying to make this amount to something.
1998-07-05 13:59:25 +00:00
mrg
ed666575e1
ensure hostname fits and is nul-terminated.
1998-07-05 10:12:51 +00:00
mrg
b8ee40a314
discard privs as soon as possible.
1998-07-05 08:56:54 +00:00
jonathan
d275e56dee
* defopt COMPAT_{09,10,11,12,13} and COMPAT_NOMID.
...
TODO: revisit interaction between native compat and emul compat usage.
1998-07-05 08:49:30 +00:00
mrg
c028709e08
KNF. ensure hostname is nul-terminated
1998-07-05 08:34:25 +00:00
mrg
b4d921abdc
KNF, and discard privs as soon as possible. ensure hostname is nul-terminated
1998-07-05 08:22:36 +00:00
mrg
d717877c6e
KNF.
1998-07-05 08:15:16 +00:00
mrg
5dfbe405c5
KNF.
1998-07-05 08:02:34 +00:00
dbj
023ee4f133
Started the esp scsi driver.
...
Fixed bus_space_handle_t in nextdma device.
Fixed scsi interrupt define.
1998-07-05 07:53:44 +00:00
jonathan
347be47aa3
Document NFS_BOOT_RWSIZE.
1998-07-05 07:26:45 +00:00
jonathan
b8fb6644ae
Add NFS_BOOT_RWSIZE option to defopt opt_nfs_boot.h
1998-07-05 07:20:27 +00:00
jonathan
011f2bda08
defopt NS, NSIP.
1998-07-05 06:49:00 +00:00
mrg
c2b498a921
KNF.
1998-07-05 06:20:05 +00:00
jonathan
5c0c5dd0b4
defopt ISO TPIP.
1998-07-05 04:37:35 +00:00
jonathan
5b64a1fc00
"PS" alias for "SR" clashes with netccitt/pk.h. ifdef out.
1998-07-05 04:14:56 +00:00