sos
f61a7e8f64
Fxi support for the Promise SuperTrak 100, the PCI id was wrong.
2002-12-20 12:15:38 +00:00
hsu
0321fa8ab1
Eliminate a goto.
...
Fix some line breaks.
2002-12-20 11:24:02 +00:00
hsu
54f0b4be8b
Swap the order of a free and a use of an ifaddr structure.
2002-12-20 11:21:07 +00:00
hsu
3697a25648
Unravel a nested conditional.
...
Remove an unneeded local variable.
2002-12-20 11:16:52 +00:00
tjr
08218617f4
Document the fact that the printf() family of functions return negative
...
values (EOF in our case) on error, and some of the possible errno values
in an Errors section.
PR: 39257
2002-12-20 08:28:10 +00:00
tjr
9b26000e8d
C99 standardised the vscanf() family of functions, update Standards
...
section to reflect this.
2002-12-20 07:46:01 +00:00
imp
caafad42bb
Put back the casts to unsigned. While no strictly necessary for its
...
current uses, the name strcmp has strong connotations that shouldn't
lightly be discarded. This doesn't cost us anything.
Submitted by: bde
2002-12-20 05:49:40 +00:00
mike
dd4db7d1b4
Stylistic changes:
...
o Fix an English error (comma splice) and poorly worded sentence.
o Fix KNF ordering of variables (pointers come before arithmetic types).
o Restore hand-optimization of sizeof()-1, instead of strlen().
o Remove unneeded local variables in strerror_r().
Test by: strerror regression test
Requested by: bde
Reviewed by: bde
2002-12-20 05:26:10 +00:00
alc
380a78911f
Add a mutex to struct vm_object. Initialize and destroy that mutex
...
at appropriate times. For the moment, the mutex is only used on
the kmem_object.
2002-12-20 05:10:32 +00:00
trhodes
afe2ea2b71
Remove obsolete information about 'conflicts'
2002-12-20 04:56:52 +00:00
jake
aa8a03363d
Fix breakage from earlier inadvertant changes.
2002-12-20 04:32:10 +00:00
trhodes
e4be74cd68
Move the NOTES section to DESCRIPTION. And correct some documentation while
...
I'm here.
PR: 43756
Submitted by: Gary W. Swearingen <swear@attbi.com>
2002-12-20 01:17:18 +00:00
trhodes
71621c649c
Document what really occurs when we obtain an error.
...
PR: 43357
Submitted by: David Schultz <dschultz@uclink.Berkeley.EDU>
2002-12-20 01:01:24 +00:00
hsu
93c3393046
Expand scope of TCP protocol lock to cover syncache data structures.
2002-12-20 00:24:19 +00:00
chris
47650e6e2e
Include a cross-reference to maclabel(7) for policies that use MAC labels.
...
MFC Candidate.
Sponsored by: DARPA, Network Associates Labs
2002-12-20 00:17:10 +00:00
jkh
ed9568ea61
Correct path to /usr/sbin/sysinstall for HEAD since that's where it lives now.
2002-12-20 00:10:37 +00:00
chris
2900fe624b
o Change "accesses" to "access" (sounds better)
...
o Correct the range of compartments (1..256 instead of 0..255)
o Use the correct name for "Network Associates Laboratories"
MFC Candidate.
Sponsored by: DARPA, Network Associates Laboratories
Reviewed by: Adam Migus <adam@migus.org>
2002-12-19 23:47:59 +00:00
dillon
6dc747b608
The zalloc pool's size calculation breaks if sbrk() does not return
...
contiguous chunks of memory. It happens to do so in the bootstrap
code, but not necessarily in other places.
MFC after: 7 days
2002-12-19 23:23:20 +00:00
bmilekic
514c635ee6
o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} and
...
the mbuf allocator flags {M_TRYWAIT, M_DONTWAIT}.
o Fix a bpf_compat issue where malloc() was defined to just call
bpf_alloc() and pass the 'canwait' flag(s) along. It's been changed
to call bpf_alloc() but pass the corresponding M_TRYWAIT or M_DONTWAIT
flag (and only one of those two).
Submitted by: Hiten Pandya <hiten@unixdaemons.com> (hiten->commit_count++)
2002-12-19 22:58:27 +00:00
trhodes
13bc2a4ca6
Fix some grammar nits. Mainly the use of a' or
an' where the opposite
...
is required.
PR: 33559
Submitted by: Marc Olzheim <marcolz@ilse.nl>
2002-12-19 22:56:20 +00:00
ceri
c32581acae
Grammatical fixup: s/be the -1/be -1/
...
MFC after: 1 day
2002-12-19 21:48:43 +00:00
alc
5b0b01cd7c
Remove the hash_rand field from struct vm_object. As of revision 1.215 of
...
vm/vm_page.c, it is unused.
2002-12-19 20:01:22 +00:00
jake
081cb688ba
Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c.
2002-12-19 19:34:59 +00:00
trhodes
5c5d2fc25d
Remove reference to a non-existant manual page && add a cross-reference to
...
ulpt(4)
2002-12-19 19:00:51 +00:00
trhodes
74d2e1db46
Tweak the grammar in the device.hints(5) manual page.
...
PR: 45893
Submitted by: Chris Pepper <pepper@rockefeller.edu> (Original Version)
2002-12-19 18:26:26 +00:00
phk
0989bb3e91
Don't forget our topology lock in the MBREXT case.
2002-12-19 12:01:19 +00:00
ru
d5c27df6a8
Make accept(), connect(), recvfrom(), recvmsg(), sendmsg(),
...
and sendto() cancelation points, as required by POSIX.1-2001.
Reviewed by: deischen
2002-12-19 11:39:20 +00:00
tjr
8d1bd25993
Add back the Standards section claiming conformance to 1003.1-2001 and
...
C99 now that all known standards-related bugs have been fixed.
2002-12-19 10:24:52 +00:00
tjr
80abd67f59
Write the message to stderr, not file descriptor 2, so that perror()
...
writes to the correct stream if stderr has been redirected with freopen().
2002-12-19 09:53:26 +00:00
tjr
93b0a6ff83
Use strerror_r() to format the error message so that strerror()'s static
...
buffer does not get clobbered.
ISO/IEC 9899:1999 7.21.6.2 3:
"The implementation shall behave as if no library function calls the
strerror function."
2002-12-19 09:50:10 +00:00
tjr
a585a3e1d1
Add a test program for perror() that demonstrates two bugs in the
...
current implementation.
2002-12-19 09:46:10 +00:00
ru
51fe7c1a88
mdoc(7) police: "The .Fa argument.".
2002-12-19 09:40:28 +00:00
ru
3424a53ebe
mdoc(7) police: Fixed a few .Fa abuses.
2002-12-19 09:33:34 +00:00
ru
51ba8864ca
mdoc(7) police: excessive quotes.
2002-12-19 08:13:27 +00:00
marcel
e8ad71d379
o Use sysctl machdep.acpi_root to get the physical address of the
...
RSDP. Scan the first 1MB on i386 if the sysctl fails,
o Extend struct ACPIrsdp with the ACPI 2.0 fields which involves
changing a prior reserved field into the ACPI revision,
o Only calculate the RSDP checksum on the first 20 bytes to remain
compatible with ACPI 1.0 tables; we don't check the extended
checksum covering the whole table,
o Use the length field in the RSDP to map the RSDP into the address
space so that we don't have to know about future extensions here.
2002-12-19 08:06:53 +00:00
alc
6bff4b9a47
- Remove vm_page_sleep_busy(). The transition to vm_page_sleep_if_busy(),
...
which incorporates page queue and field locking, is complete.
- Assert that the page queue lock rather than Giant is held in
vm_page_flag_set().
2002-12-19 07:23:46 +00:00
grog
9926d06eeb
Clarify dates and place of Konrad Zuse's birth and death. Despite
...
calculations reportedly made by Intel Pentium processors, he died
exactly one time.
2002-12-19 05:14:35 +00:00
obrien
1f50a5afd9
Embellish the manpage.
...
Obtained from: NetBSD
2002-12-19 04:41:54 +00:00
obrien
bd6db340f2
Update for the 20021213 version.
2002-12-19 04:34:00 +00:00
obrien
338663c97e
This commit was generated by cvs2svn to compensate for changes in r108072,
...
which included commits to RCS files with non-trunk default branches.
2002-12-19 04:33:15 +00:00
obrien
bf37c5ab93
Vendor import of bwk's 13-Dec-2002 release.
2002-12-19 04:33:15 +00:00
wollman
ccfede3d43
Spell `unsigned short' in a way which does not depend on namespace pollution.
...
Note that this is still the wrong type, but we are not ready to break the
ABI; this change simply allows programs which specify a strict SUSv3
namespace to compile. (They may still have semantic errors, since SUSv3
specifies correct types.)
2002-12-19 02:52:23 +00:00
tjr
2aa20c1a1e
Test that if the buffer argument (`s') to wcrtomb() is NULL then
...
the value of the supplied wide character is ignored and L'\0' is used
instead. Remove incorrect comments about "internal buffer" since wcrtomb()
does not have one (wctomb() does).
2002-12-19 02:01:39 +00:00
alc
3f31cbe67c
- Hold the page queues lock when performing vm_page_busy() or
...
vm_page_flag_set().
- Replace vm_page_sleep_busy() with proper page queues locking
and vm_page_sleep_if_busy().
2002-12-19 01:20:24 +00:00
davidxu
265543a63d
Add some linux keys
2002-12-19 01:17:07 +00:00
tjr
c26513521a
pathconf() and acl_get_file() follow links so they cannot be used to
...
determine whether a symlink has an ACL. Instead, assume that symbolic
links don't have ACLs and don't bother checking. Avoids spurious
ENOENT warnings when listing directories containing broken symlinks
on filesystems with ACLs enabled.
Pointed out by: rwatson, bde
2002-12-19 01:13:23 +00:00
mux
b0df3e5516
Fix bug with 3c90xB cards and newer. We weren't trying to
...
copy the mbuf chain into an mbuf cluster when there is
more than 63 mbufs in the chain. We were trying with older
cards though.
2002-12-18 23:16:22 +00:00
semenu
af97d007f0
Do not return(foo()) in void function.
...
Submitted by: marius@alchemy.franken.de
MFC after: 3 days
2002-12-18 22:53:24 +00:00
chris
9a2c44c9d9
Refer to the now-existent `options MAC_BSDEXTENDED'.
...
MFC Candidate.
Prompted by: dcs
Sponsored by: DARPA, Network Associates Laboratories
2002-12-18 22:46:45 +00:00
semenu
b1704f1376
Fix the missspelt letter in DC_CTYPE_PUP_AUTOSENSe define.
...
Submitted by: marius@alchemy.franken.de
MFC after: 3 days
2002-12-18 22:45:43 +00:00