Commit Graph

130099 Commits

Author SHA1 Message Date
itojun
9ac7900a84 bug reported by millert@openbsd:
> Call dom_dispose() for any SCM_RIGHTS message that went through the
> read path rather than recv.  Previously, if an fd was passed via
> sendmsg() but was consumed by the receiver via read() the ref count
> was incremented and never decremented and so the ref count would
> never reach zero even when there was no long any processes holding
> the file open (this was especially bad for locked fds).
2004-08-25 09:03:23 +00:00
snj
635c18cf53 New sentence, new line. 2004-08-24 22:53:18 +00:00
hubertf
994b36e369 While describing how to get the split sets onto ms-dos formatted floppies,
add a few words how to create a split set, as we don't ship them any more.
Thanks to Havard for the defails!
2004-08-24 22:42:17 +00:00
hubertf
3a395db269 adjust copyright 2004-08-24 21:58:29 +00:00
hubertf
97b7a78d59 merge old list and what's in htdocs/donations
(and mailed finance-exec@ the diff to commit :)
2004-08-24 21:57:04 +00:00
gavan
2fa949cdaf Stat is a host tool, so pick it up from the right place.
While we're at it, check for some common errors, and make the usage stuff
work better.
2004-08-24 21:32:12 +00:00
matt
e4726fc65d Add pmap counters for reclaimed pvos and for the times a pvo could not be
obtained.
Switch to EVCNT_ATTACH_STATIC*
In DEBUG/DIAGNOSTIC, decrement/increment pmap_pvo_enter_depth around pool
calls since they could possibly cause a recursion back into pmap_pvo_enter.
2004-08-24 21:31:49 +00:00
thorpej
226d0b6b3e i386 configuration for GCC "crtstuff". 2004-08-24 20:54:02 +00:00
thorpej
1f4e63b33e Build infrastructure for GCC's "crtstuff". 2004-08-24 20:52:17 +00:00
thorpej
c1c65fe4a1 Add code to extract make vars for GCC crtstuff. 2004-08-24 20:24:43 +00:00
yamt
4fd5a025bf nfs_request: a workaround for servers doing "maproot".
for i/o requests which are expected not to fail due to permission
to mimic unix file open semantics (READ, WRITE, COMMIT),
try two credentials.  namely, the file owner's one and open time one.
remember which credential worked in per-file basis and try it first
next time to minimize number of retries.
ideas from Chuck Silvers.  PR/23716 and PR/24987.
2004-08-24 20:09:44 +00:00
jdolecek
b63de69b76 fix debug printf - lm_addr is not pointer anumore 2004-08-24 17:41:54 +00:00
christos
9b6268f92e make sure that we round up to 1K. 2004-08-24 12:41:06 +00:00
wiz
cfb72c3de3 Adapt to /usr/share/misc/style.
Sync usage with man page.
Use getprogname()/setprogname().
2004-08-24 12:25:26 +00:00
wiz
71ad289a40 One object-file argument is mandatory, noted by jmc@openbsd.
New sentence, new line. Use more mdoc macros.
2004-08-24 12:11:44 +00:00
he
ac20e11f30 Un-obsolete gethostent(3), now that it's installed as a link to
gethostbyname(3).
2004-08-24 11:38:41 +00:00
nathanw
7c7a36f21d In nanosleep(), loop until the timer fires or a signal is taken; other
spurious wakeups (such as those caused by gdb) should not cause
nanosleep to return prematurely.
2004-08-24 02:08:08 +00:00
nathanw
f83d3766b4 Mark when a thread has taken a signal. 2004-08-24 01:46:30 +00:00
nathanw
3f53b40ca7 Local whitespace police. 2004-08-24 01:45:54 +00:00
nathanw
15c2d9148c Add a flag that indicates that a thread took a signal. 2004-08-24 01:44:08 +00:00
ginsbach
3cb63a0abe Add MLINK for gethostent as suggested by Matthias Drochner. 2004-08-24 01:41:51 +00:00
thorpej
8b2ffcedfc Use ANSI function decls and more use of static. 2004-08-24 00:53:28 +00:00
thorpej
45bd8be9fa Protect against multiple inclusion. 2004-08-23 23:17:54 +00:00
bouyer
89817e7217 Revert 1.12, it cause problems on promise controllers, as reported in
PR kern/26568 by Paul Shupak.
2004-08-23 21:30:35 +00:00
nathanw
05e0a219ae Don't prohibit DDB and KGDB together. 2004-08-23 20:55:03 +00:00
thorpej
8fa139d957 Use the RET macro, rather than "bx lr" unconditionally. Makes this file
compile again for the INTEGRATOR configuration.
2004-08-23 20:53:56 +00:00
dsl
5ac85b92f3 Ensure a non-zero 'word_size' is passed to hexdump_buf for unknown
trace types.
Also fix an incorrect use of the global word_size variable
2004-08-23 20:49:28 +00:00
bouyer
fabf6fa880 Fix typo pointed out by Patrick Welche on current-users@ 2004-08-23 20:01:10 +00:00
snj
8561540c0d Avoid comma abuse, remove a redundant word, and add a missing period. 2004-08-23 19:45:36 +00:00
snj
96ccd10724 s/When you chose/If you choose/ 2004-08-23 19:43:20 +00:00
cube
0d6cfa8af6 Provide a correct description of -R flag, as suggested by Jim Bernard in
PR 26698.
2004-08-23 19:41:05 +00:00
nsmrtks
c244b0ffb9 * x68k: fix to tell where to get "netbsd" from (how to run gzip.x on
netbsd-INSTALL.gz on the x68k's native OS.)
2004-08-23 19:31:06 +00:00
jandberg
b58fddce90 Call wdc_init_shadow_regs() after data structures are filled in.
Idea monkeyed from a commit by <mycroft>; reviewed by <aymeric>.
2004-08-23 19:26:25 +00:00
drochner
baf74cd9d0 it is sufficient to include "locators.h" in cardbus.c 2004-08-23 18:21:51 +00:00
drochner
d9b1d2cfd2 kick out the error-prone handcrafted single-linked list of cardbus
functions; replace by a simple *array[8]
2004-08-23 17:52:45 +00:00
wiz
86831d25f5 Bump date for laddr. 2004-08-23 17:36:19 +00:00
fvdl
e8af4bc978 Keep ioapic in the correct order in the global linked list that stores
them. Fixes cases where the ACPI SCI int has to be guessed, because there
are multiple ioapics in the system.
2004-08-23 17:24:23 +00:00
drochner
b2f07722fc make the "selective probing" work, and minor cleanup
(avoid using the macros which hide cfdata members, this doesn't help
for anything)
2004-08-23 16:41:48 +00:00
nathanw
3d720e58fb Add a "laddr" keyword, analagous to "paddr". Useful for finding
struct pcb's.
2004-08-23 16:31:10 +00:00
wiz
66134445fd There is no "It-span" macro, replace with "It"; size column correctly
to fix a formatting error (hi hubertf!). Empty lines should have a single
dot, not two or none.
2004-08-23 16:03:57 +00:00
lukem
c046e6e143 ipw(4) driver for Intel PRO/Wireless 2100 written by Damien Bergamini. 2004-08-23 14:05:35 +00:00
lukem
a3135cf216 enable ipw* (Intel PRO/Wireless 2100) 2004-08-23 14:04:45 +00:00
lukem
61c4fc8d5c ipw(4) and ipwctl(8) 2004-08-23 13:55:15 +00:00
rearnsha
8cd9c1ad76 Add Thumb breakpoints 2004-08-23 13:54:29 +00:00
lukem
1b561b425f only build ipwctl on i386; it is not much use elsewhere 2004-08-23 13:51:05 +00:00
lukem
970073daaf descend into ipwctl 2004-08-23 13:27:38 +00:00
wiz
a13de4f0f5 Move ipw(4) from usr.sbin/ipwctl to share/man/man4. 2004-08-23 13:25:40 +00:00
lukem
9aba85d110 Document where to get the firmware from, and the differences between
the firmware files.
2004-08-23 13:25:11 +00:00
wiz
35b794816f New sentence, new line; remove (R) after Intel. 2004-08-23 13:24:14 +00:00
wiz
894603cac1 New sentence, new line; remove explanations from synopsis;
remove (R) after Intel; style improvement.
2004-08-23 13:23:47 +00:00