dillon
4609145389
make swapon() MPSAFE (will adjust syscalls.master later)
2001-08-31 22:15:37 +00:00
dillon
af4e4157df
Add FD_SETSIZE warning to types.h
2001-08-31 22:12:32 +00:00
dillon
aec18c8e63
mark obreak() and ovadvise() as being MPSAFE
2001-08-31 22:10:03 +00:00
murray
62f4d7455a
Add ID for the Best Data Smart One 56SPS Voice modem.
...
PR: kern/24851
Submitted by: Daniel Rudy <dcrudy@aol.com>
2001-08-31 21:51:00 +00:00
mjacob
f22f3e1a8b
add 2300/2312 notes
2001-08-31 21:50:09 +00:00
mp
bb0d8fb153
Exit gracefully when a SIGHUP is received. This prevents ee from going into
...
an infinite spin loop when the terminal window is forcibly blown away.
PR: 29553
Reported by: Sung N. Cho <sucho2@vt.edu>
MFC after: 1 day
2001-08-31 21:50:06 +00:00
rwatson
d3109e582d
o Screw over users of the kern.{security.,}suser_permitted sysctl again,
...
by renaming it to kern.security.suser_enabled. This makes the name
consistent with other use: "permitted" now refers to a specific right
or privilege, whereas "enabled" refers to a feature. As this hasn't
been MFC'd, and using this destroys a running system currently, I believe
the user base of the sysctl will not be too unhappy.
o While I'm at it, un-staticize and export the supporting variable, as it
will be used by kern_cap.c shortly.
Obtained from: TrustedBSD Project
2001-08-31 21:44:12 +00:00
mjacob
623919c0cc
add 2300/2312 references
2001-08-31 21:43:35 +00:00
murray
2f2d44bd83
Correct the ID for the ALS0120 PnP Joystick. It is different from the
...
ALS0110.
PR: kern/22617
Submitted by: Mike Holling <myke@fks.bt>
2001-08-31 21:40:56 +00:00
mjacob
d7c6b51004
note 2300/2312 support
2001-08-31 21:39:56 +00:00
mjacob
fd92a9e5a8
Add 2 Gigabit Fibre Channel support (2300 && 2312 cards). This required
...
some reworking (and consequent cleanup) of the interrupt service code.
Also begin to start a cleanup of target mode support that will (eventually)
not require more inforamtion routed with the ATIO to come back with the
CTIO other than tag.
MFC after: 4 weeks
2001-08-31 21:39:04 +00:00
mjacob
12dc4e43ee
Add 2300/2312 (2Gbit) firmware.
2001-08-31 21:25:15 +00:00
murray
75965b4b21
Add OMRON ME5614ISA PnP modem.
...
PR: kern/22801
Submitted by: Ryuzo Okada <R.Okada@mm.neweb.ne.jp>
2001-08-31 20:37:02 +00:00
ache
0ad06d5009
Add originally missing __sinit() call.
2001-08-31 20:36:19 +00:00
ache
689eee076f
Simplify offset underflow checks even more
2001-08-31 20:17:32 +00:00
murray
8a7c2ca9e2
Add PCI device IDs for Kuotech dual port serial cards.
...
Also give example of the flags needed to use these cards.
PR: kern/21242
Submitted by: Shigeki Moride <moride@portside.net>
2001-08-31 20:16:00 +00:00
jkh
5d33a1ef26
Preserve /etc/hosts.allow and /etc/dhclient.conf during upgrades.
...
Noted by: Tim Zingelman <zingelman@fnal.gov>
2001-08-31 20:10:01 +00:00
ache
13118a14e0
Describe that we disallow ungetc at offset 0 now.
2001-08-31 20:03:49 +00:00
jkh
42361f56f7
Whoops, forgot a hunk on the previous patch. Fix RTSOL variable handling
...
AND DHCP handling.
2001-08-31 20:03:05 +00:00
jkh
df289849d8
PR: 26187
...
Submitted by: Glenn Trewitt <glenn@trewitt.org>
2001-08-31 19:56:59 +00:00
ache
7d962c74f0
Disallow ungetc at offset 0 (to prevent negative offset happens), so simplify
...
checks in ftell.
2001-08-31 19:50:25 +00:00
ache
f00df8355c
Drop buffer first, _then_ ask for real position
2001-08-31 18:54:44 +00:00
ache
2362fc36bc
The same big piece of ftell code repeated in 3 places. Simplify things moving
...
it into one subfunction instead.
Try to use real offset in strange cases.
2001-08-31 18:23:29 +00:00
msmith
85477cf711
Don't activate placeholder resources; it can be very expensive in the
...
SYS_RES_MEMORY case, and it shouldn't be necessary.
2001-08-31 18:08:50 +00:00
bmah
44ebfe9763
Whitespace-only commit that can be ignored by translators.
...
The 1.2->1.4 deltas caused the indentation of this document to become
massively...well...confused. Try to fix this.
2001-08-31 17:26:18 +00:00
bmah
00a6b7918c
diskcheckd(8) is gone from the base system, so undo its release note.
2001-08-31 16:47:57 +00:00
ru
d7e70183dd
SECURITY: Drop `setgid kmem' bit as early as possible.
2001-08-31 16:26:37 +00:00
ru
336fa38138
Sort predicates.
...
PR: docs/30237
2001-08-31 15:48:00 +00:00
dd
088dc2ef52
The file_descriptor argument to -t isn't optional, so don't mark it up so.
2001-08-31 15:38:53 +00:00
dd
0f26dbe467
Make the 'echo' output for blanktime and scrnmap consistent with their
...
variable names. There were minor differences in both cases, which were
needlessly confusing and inconsistent.
2001-08-31 15:29:24 +00:00
ache
ef96044374
If file offset is smaller than internal buffer character left count, just drop
...
internal buffer and trust offset, not return error.
2001-08-31 14:11:14 +00:00
jlemon
d4e4fe55ba
Add missing "opt_inet6.h" header.
2001-08-31 13:49:03 +00:00
jlemon
2e65ae5305
Whitespace change.
2001-08-31 13:46:22 +00:00
ache
8479e8b5bb
Initialize _offset to 0 in fopen(), it helps to optimize fseek/ftell
2001-08-31 13:14:49 +00:00
ache
ae7b8fc7f6
Detect fp->_offset overflow on read
...
Use errno to catch negative seek with -1 offset
2001-08-31 12:55:22 +00:00
ru
c98f3a3f5e
mdoc(7) police: minor formatting tweaks.
2001-08-31 12:52:50 +00:00
ru
3be01aaf66
Synch with NetBSD and OpenBSD.
...
Allow non-superuser to open, listen to, and send safe commands on the
routing socket. Superuser priviledge is required for all commands
but RTM_GET.
Lose `setuid root' bit of route(8).
Reviewed by: wollman, dd
2001-08-31 12:31:09 +00:00
alex
4006cfa6ed
Final way: Don't include /etc/defaults/make.conf at all. It wasn't
...
supposed to be edited by the user and didn't define important things,
thus we can just skip it (that's where it differs from the make.conf.local
change).
Submitted by: ru
2001-08-31 12:20:43 +00:00
jmas
64396d11be
Add myself.
2001-08-31 11:35:18 +00:00
alex
2e62685b44
Don't .error, if /etc/defaults/make.conf exists. This breaks -CURRENT
...
buildworlds on a -STABLE machine.
Reminded by: ru
2001-08-31 11:18:24 +00:00
bde
cca4d5358a
Fixed style bugs in rev.1.4, including clobbering of the "Don't generate
...
y.output" part of rev.1.11.
2001-08-31 11:15:49 +00:00
bde
7ae51c7d3f
Don't clobber the default for CFLAGS.
2001-08-31 11:05:24 +00:00
bde
da7bfcdf0c
Don't clobber the default for CFLAGS.
...
Reviewed by: dfr
2001-08-31 11:01:20 +00:00
ru
da7d969a02
Add manpage for inet_net_ntop(3) and inet_net_pton(3).
...
Obtained from: NetBSD
2001-08-31 10:54:44 +00:00
ru
69224c0edd
Use ``.Rv -std'' wherever possible.
...
Submitted by: yar
2001-08-31 09:57:38 +00:00
rwatson
0cdbf7e134
o Move definition of CAP_MAX_BUF_LEN to sys/capability.h
...
(I could have sworn I committed this before, but apparently I missed it
during the merge, breaking world)
Submitted by: tmm
Obtained from: TrustedBSD Project
Pointed out by: Mike Barcroft <mike@FreeBSD.org>
2001-08-31 07:07:28 +00:00
peter
71ad1033ae
Similar to changes on i386/alpha/etc pmap.c; converge on a similar
...
look/feel on pmap_new_proc() with some cosmetic style changes.
2001-08-31 06:42:45 +00:00
peter
89089e22c4
Converge with i386/alpha/etc pmap.c for pmap_new_proc/pmap_dispose_proc().
2001-08-31 06:30:27 +00:00
peter
7602b1ab78
Same as i386/i386/pmap.c: clean up some style. This is irrelevant since
...
it is inside #if 0'ed code, but it would be a shame if this stuff got
cut/pasted elsewhere.
2001-08-31 06:25:28 +00:00
peter
0813add3ec
Same treatment as i386/isa/pmap.c - clean up some style to sync towards
...
KSE diff.
2001-08-31 06:19:08 +00:00