Commit Graph

112435 Commits

Author SHA1 Message Date
yamt a4ae58105f indent. 2003-05-07 16:18:17 +00:00
he 319f2b1f1a Back out the previous, removing the wsfont pseudo-device added as part
of resolving PR#18388.  The shark port isn't quite wscons-ready yet.

OK'ed by thorpej.
2003-05-07 14:46:08 +00:00
christos 7218f10c3c sort the ioctl's so we can see what we've implemented and what we have not. 2003-05-07 14:21:20 +00:00
yamt 4ae20ba3f3 mount v3 protocol definition. from FreeBSD. 2003-05-07 13:48:47 +00:00
christos e98429f32c fix ugen issue from latest shell changes that treat numeric constants
differently depending on their prefix.
2003-05-07 13:41:34 +00:00
yamt 7fb7b24fed make RPC_XDRFILES depend on files in right directory. 2003-05-07 13:41:22 +00:00
wiz 5b3ea1544b Misc fixes. 2003-05-07 13:28:12 +00:00
simonb 7efb28b165 Add a FALLTHROUGH to keep lint happy. 2003-05-07 13:23:32 +00:00
yamt 8a4e0a8444 use hashdone to free hashinit'ed memory. 2003-05-07 13:16:35 +00:00
takemura e02bb3ff4e Added man page, hpcmips/boot.8. PR #21371. 2003-05-07 13:14:50 +00:00
yamt c573c77372 - indent.
- fix a comment typo (mus -> must)
- remove an unneeded caddr_t cast.
2003-05-07 13:10:44 +00:00
grant 75d0e9d0c0 make -g behave as it should according to SUSv3 (long listing without
owner).

ok'd by kleink@.
2003-05-07 13:00:24 +00:00
dsl 40414b8e25 Typo in previous commit 2003-05-07 11:42:03 +00:00
dsl 164b895890 KNF 2003-05-07 11:36:10 +00:00
wiz 1d4cf027e5 groff-1.19 out. 2003-05-07 10:25:26 +00:00
dsl d5c9f83022 Use C structure mbr_sector_t instead of char[] for 'mbr'.
(I hope the edits for the ports I can't build are right!)
i386/amd64 pick up a minor change to the md_read_bootcode which
might preseve the bootselect config.
2003-05-07 10:20:18 +00:00
dsl 3e8fcf58f8 Remove unused definitions of bootsel stuff 2003-05-07 08:45:43 +00:00
dsl 0e07cf9a65 Delete unused menus (the i386 bootselect ones) 2003-05-07 08:40:41 +00:00
pk d44463bc60 GC old FPU code. 2003-05-07 08:25:30 +00:00
pk c84d68a75a cpu_exit(): keep the MD FPU pointers in a consistent state since the thread
structure will linger for a while on various zombie lists.
2003-05-07 08:24:29 +00:00
pk c1b72e3dc0 Fixup comment on cpu_exit(). 2003-05-07 08:19:21 +00:00
wiz 38ae31a7c0 Fix device names, from Sergey Svishchev in PR 21485. 2003-05-07 08:01:08 +00:00
wiz 62b56b79e3 s/busses/buses/ 2003-05-07 07:14:15 +00:00
itojun 321d39a033 sync w/ freebsd 1.72 (includes up to openbsd 3.3) 2003-05-07 07:11:00 +00:00
wiz 4b68a236c9 Fix completion of files containing #. From Soren Jacobsen in PR 21486. 2003-05-07 06:39:08 +00:00
fair baafa0e128 Add some mdoc macros. Add text from PR 13878, modified. 2003-05-07 05:19:44 +00:00
shin acabf4765c struct mbr_bootsel et al were moved to sys/disklabel_mbr.h, adapt. 2003-05-07 03:34:23 +00:00
fair 38bbc15b9b Clean up nroff issues. Add more mdoc macro use.
Clarify wording and grammar.
Add an EXAMPLE section per PR 17863
2003-05-07 03:33:49 +00:00
shin c1bb0fc7a0 struct mbr_bootsel et al were moved to sys/disklabel_mbr.h, adapt. 2003-05-07 02:13:32 +00:00
petrov cf5b7785eb Add missing include and copyright. 2003-05-07 01:21:13 +00:00
wiz b376555071 dial-in, not dialin. From Leandro Costa via jmc@openbsd. Similarly, dial-out for dialout. 2003-05-06 19:05:35 +00:00
wiz 845cf3eb91 Join Nd argument to Nd line. 2003-05-06 19:04:05 +00:00
wiz d3e223b7ec German, not german. From Leandro Costa via jmc@openbsd. 2003-05-06 19:03:50 +00:00
wiz 86ca06c9ea pseudo-device instead of pseudodevice. From Leandro Costa via jmc@openbsd. 2003-05-06 19:03:21 +00:00
wiz 3241800d20 Remove duplicate word. From Leandro Costa via jmc@openbsd. 2003-05-06 19:02:56 +00:00
wiz 31dec964b2 Fix typo. From Leandro Costa via jmc@openbsd. 2003-05-06 19:02:46 +00:00
wiz 15296607b8 Uppercase some TLAs and FLAs. From Leandro Costa via jmc@openbsd. 2003-05-06 19:01:21 +00:00
wiz c678bd5352 IntelliMouse, not Intellimouse. From Leandro Costa via jmc@openbsd. 2003-05-06 18:59:46 +00:00
wiz 39f8bdccc4 Update URL. From Leandro Costa via jmc@openbsd. 2003-05-06 18:59:20 +00:00
wiz 36e5d24cc9 Realtek, not RealTek. From Leandro Costa via jmc@openbsd. 2003-05-06 18:58:24 +00:00
wiz 1eacbb35cd busses -> buses, from jmc@openbsd. 2003-05-06 18:30:42 +00:00
fvdl 65770cf2e9 In the KMEMSTATS && DIAGNOSTIC case, add a check for inuse already being 0
at free() time. This will at least catch an alloc/free mismatch early in
boot, rather than having it hang hard because of a wrapped ks_limit.
2003-05-06 18:07:57 +00:00
grant 6ecb99a75c fix grammatical error in a diagnostic message. 2003-05-06 17:54:27 +00:00
yamt 469a401cf5 remove nfsm_srvstrsiz as it's no longer used. 2003-05-06 13:52:36 +00:00
wiz c31c26034b Add ` (backquote) to quoted characters for completion. From fgsch@openbsd.
Okayed by christos.
2003-05-06 11:34:01 +00:00
jmmv 4296d7d483 Drop trailing whitespace. Reviewed by wiz. 2003-05-06 10:46:41 +00:00
wiz 09757d7c39 Typo and punctuation fix, one each, from Patrick Welche. 2003-05-06 10:21:13 +00:00
dsl 8e5fd09823 Actually update man page for change to not show unused pools. 2003-05-06 10:17:02 +00:00
wiz 45ef2fb124 s/>/\*[Gt]/ 2003-05-06 10:10:41 +00:00
dsl 615387287b Make vmstat -m skip memory pools that have never been used - unless -v given.
Update man page to match.
2003-05-06 10:10:11 +00:00