markm
18cc007439
WARNS=2 fixup (mostly. Some are Hard To Fix(tm), so NO_WERROR is set)
...
Use __FBSDID().
Sort some headers.
2001-12-02 22:44:14 +00:00
markm
c73844e02d
Use __FBSDID().
2001-12-02 21:24:03 +00:00
markm
08eb6fed71
Use __FBSDID(). Also do a bit of cosmetic #if and header-order
...
cleaning-up.
2001-12-02 20:54:57 +00:00
markm
3202164edc
Use __FBSDID().
2001-12-02 20:45:24 +00:00
markm
a7016d6ca8
Use __FBSDID().
2001-12-02 20:40:22 +00:00
markm
d46c91fd8b
Use __FBSDID()
2001-12-02 20:23:02 +00:00
markm
f8ba6799fd
WARNS=2 fix, remove 'register' and use __FBSDID().
2001-12-02 20:13:42 +00:00
jedgar
e95759f464
o Expand the explaination of the -b option WRT the resulting
...
group ACL entry in relation to the existing group and mask
ACL entries.
o Move the explanation of multiple ACL entries on the command
line to the ACL ENTRIES section.
Obtained from: TrustedBSD Project
2001-12-02 18:46:33 +00:00
peter
2614d1c3e1
Use the merged strtod.c everywhere. This has been tested on alpha and
...
ia64.
2001-12-02 18:27:40 +00:00
jedgar
c3aedf8ced
o Correct error message forgotten in the last commit (malloc() -> calloc())
...
o Fix style nits
Submitted by: bde
2001-12-02 18:15:53 +00:00
rwatson
de0f8b15da
o Uniformly copy uap arguments into local variables before grabbing
...
giant, and make whitespace more consistent around giant-frobbing.
2001-12-02 15:22:56 +00:00
rwatson
dbe003dc3e
o Remove KSE race in setuid() in which oldcred was preserved before giant
...
was grabbed. This was introduced in 1.101 when the giant pushdown
for kern_prot.c was originally performed.
2001-12-02 15:15:29 +00:00
rwatson
8b2ab77900
o General style, formatting, etc, improvements:
...
- uid's -> uids
- whitespace improvements, linewrap improvements
- reorder copyright more appropriately
- remove redundant MP SAFE comments, add one "NOT MPSAFE?"
for setgroups(), which seems to be the sole un-changed system
call in the file.
- clean up securelevel_g?() functions, improve comments.
Largely submitted by: bde
2001-12-02 15:07:10 +00:00
markm
085302d146
WARNS=2 fixup.
2001-12-02 13:55:09 +00:00
markm
11e67a9342
WARNS=2 fixup
2001-12-02 13:48:40 +00:00
markm
aeb55e91a2
WARNS=2 fixup.
2001-12-02 13:36:14 +00:00
markm
eadebf9b4a
WARNS=2 fix and 'register' removal.
2001-12-02 13:31:22 +00:00
markm
b8b83fee29
WARNS=2 fixup.
2001-12-02 13:18:59 +00:00
markm
6ca5ece2c9
WARNS=2 fixup.
...
kill 'register' keyword.
2001-12-02 12:54:40 +00:00
alfred
77b8f8139c
make LOCKF_DEBUG kernel option work (sorta)
...
Submitted by: Maxim Konovalov <maxim@macomnet.ru>
PR: kern/32267
2001-12-02 12:47:25 +00:00
markm
9c4ab2cc6f
WARNS=2 fixup.
2001-12-02 12:36:35 +00:00
ache
54f12414b9
Remove specific reference to ASCII space (' '), it is true for localized
...
spaces too
2001-12-02 12:31:44 +00:00
markm
1713f5e655
WARNS=2 fixup.
2001-12-02 12:26:18 +00:00
markm
df573903aa
Style. Use __P() macro (Yuk!).
2001-12-02 12:19:26 +00:00
sos
9f63e0df31
ARG! committed the wrong patch!! I need more sleep :(
2001-12-02 12:19:16 +00:00
sos
481b68dc0f
Oops, lost a line in the previous commit.
2001-12-02 12:17:51 +00:00
markm
8e33fb69fc
WARNS=2 fixup.
...
Turn on YP (NIS) while I'm about it.
2001-12-02 12:17:20 +00:00
markm
a59a3a99ce
WARNS=2 fixups.
2001-12-02 12:09:41 +00:00
wosch
2a7340892c
Added OpenBSD 3.0.
2001-12-02 11:19:24 +00:00
wosch
1af4295e15
NetBSD 1.4 branch and NetBSD 1.5 branch are still alive.
...
Submitted by: jhawk@netbsd.org , itojun@iijlab.net
2001-12-02 11:16:30 +00:00
alfred
31de5a15a8
prototype functions and fix some line wrapping
2001-12-02 11:10:46 +00:00
sos
13750ba11a
Initial support for the newer SiS chipsets, based on docs we finally
...
got from SiS.
This should also close PR 32421 which has patches which seem
to set the timing registers wrongly according to SiS...
2001-12-02 10:48:52 +00:00
ache
0d916b1648
Make it works for non ASCII compatible encodings too.
...
The only assumption left is that 'A'..'Z' 'a'..'z' both are contiguous
2001-12-02 09:15:54 +00:00
bp
f2aa6ac13f
Enable build of smbfs. It works now as before on both UP and MP machines.
2001-12-02 09:01:35 +00:00
bp
f4a7e7e6df
Catch up with KSE changes.
...
Submitted by: Max Khon <fjoe@iclub.nsu.ru>
2001-12-02 08:56:58 +00:00
dillon
f97547e246
Fix a bug with transmitter restart after receiving a 0 window. The
...
receiver was not sending an immediate ack with delayed acks turned on
when the input buffer is drained, preventing the transmitter from
restarting immediately.
Propogate the TCP_NODELAY option to accept()ed sockets. (Helps tbench and
is a good idea anyway).
Some cleanup. Identify additonal issues in comments.
MFC after: 1 day
2001-12-02 08:49:29 +00:00
bp
0b6f0e4522
Pull netsmb requester from the pre-KSE world. This update mostly based
...
on the patches submitted by Max Khon <fjoe@iclub.nsu.ru>
2001-12-02 08:47:29 +00:00
pdeuskar
124068ba6b
Adding man page for the em driver.
...
Submitted by:Prafulla Deuskar
Reviewed by:Paul Saab
MFC after:1 week
2001-12-02 07:45:22 +00:00
pdeuskar
e526872768
This is the first commit of the Intel gigabit driver for
...
PRO/1000 cards.
Submitted by:Prafulla Deuskar
Reviewed by: Paul Saab
MFC after:1 week
2001-12-02 07:37:17 +00:00
msmith
e033cad08e
Re-enable the ciss driver, now that it should be building again.
2001-12-02 06:19:15 +00:00
msmith
73a800ff5f
Catch up with the proc -> d_thread_t change.
2001-12-02 06:17:16 +00:00
matusita
32d44d8f95
Forget to remove fsck from src/release/{alpha,pc98}/boot_crunch.conf,
...
which should be done with src/release/i386/boot_crunch.conf rev 1.51
and src/usr.sbin/sysinstall/install.c rev 1.311.
Spotted by: nyan (via ReichaNet)
2001-12-02 04:58:40 +00:00
matusita
bf87628039
Sysinstall cleanups for installation:
...
1) Use devfs to mount filesystems. If mounting devfs is fail,
fallback to old code.
2) When fscking filesystems, use 'fsck_ffs' explicitly. As a
result, we no longer need 'fsck' the wrapper program.
Reviewed by: jkh
2001-12-02 04:47:46 +00:00
jedgar
6e91b14e51
o Update copyright.
...
o Updates content to reflect the changes to acl.h for
internal/external acl_t representations.
Approved by: rwatson
Obtained from: TrustedBSD Project
2001-12-02 04:27:13 +00:00
scottl
7bf5661641
Add functionality and fix bugs so the driver will work with soon-to-be
...
released management apps.
1. Implement poll(). This will check for queued aif's so that a
subsequent ioctl call to retrieve the next aif will not block.
2. Don't catch signals when sleeping on a fib sent from userland. This
causes a race and panic due to the pthread context switcher waking
up the tsleep at inopportune times.
3. Fix some whitespace nits.
MFC after: 3 days
2001-12-02 03:47:33 +00:00
alfred
686c6d137f
Add manpages describing various vfs and vm APIs.
...
Submitted by: Chad David <davidc@acns.ab.ca>
2001-12-02 02:13:35 +00:00
jedgar
f1ae0d570c
Use calloc(3) instead of rolling our own.
2001-12-02 01:52:34 +00:00
markm
4aa5e7d2a3
Sort includes.
2001-12-02 00:06:22 +00:00
markm
8a79fc4a5a
Style fixups.
...
Sort function declarations, includes. Make consistent WRT use of _P()
macro (ugh!)
Inspired by: bde
2001-12-01 21:12:04 +00:00
bde
13c461f200
Work around world breakage in previous commit. The bug is in
...
<security/pam_misc.h>. It declares a function parameter named 'send',
so nothing that includes both <unistd.h> (which declares send(2)) and
<security/pam_misc.h> be compiled with WARNS=2 unless NO_WERRROR is
set.
Fixed order of WARNS.
2001-12-01 19:48:59 +00:00