Commit Graph

8967 Commits

Author SHA1 Message Date
jmmv 0d2d2f5a30 Document the new WSDISPLAYIO_{GET,SET}REPEAT ioctls. 2006-02-06 16:17:30 +00:00
wiz a61192818a Fix SEE ALSO section, use .An; new sentence, new line. 2006-02-05 18:45:39 +00:00
xtraeme 2d45c66ceb Add a pbms(4) manpage. Remove it from the source code and update TODO. 2006-02-05 18:38:34 +00:00
wiz 0b2d6f2449 Remove superfluous .Pp. 2006-02-04 20:23:17 +00:00
wiz a3b1d82cd0 Use .Ap. 2006-02-04 20:19:21 +00:00
wiz 648ad34cf7 Remove superfluous comma. 2006-02-04 18:52:18 +00:00
wiz bb3c26cb98 Remove bogus line (pasto?). 2006-02-04 18:50:39 +00:00
wiz a8a26906be Bump date for previous. 2006-02-04 18:49:47 +00:00
wiz 738c680f0d Serial comma, grammar fix. 2006-02-04 18:48:45 +00:00
wiz f95c736511 New sentence, new line. Fix typo. 2006-02-04 18:37:20 +00:00
rpaulo 941a7f6337 There can be as many bpf clones as you want and the kernel doesn't
enforce any number.
2006-02-04 02:20:32 +00:00
jmmv 0b879f1cfc Implement support for 'The Multiboot Specification' so that i386 kernels
can be booted directly from Multiboot-compliant boot loaders (e.g. GRUB).
See the added multiboot(8) manual page for more information.

No objections in tech-kern@; only positive comments.
2006-02-03 11:08:23 +00:00
jmmv 47d8ee4167 Implement options string parsing of the form 'a=b c=d ...'. This will be
initially used by i386's Multiboot support but will be useful in other
situations too (think refactoring mount(2)'s API).
2006-02-03 11:04:46 +00:00
rpaulo 36bb4dfe7d bump date for previous 2006-02-02 17:35:37 +00:00
reinoud ffe00306fe Add the `file-system UDF' option to the options(4) man page. Also cross
reference it to the mount_udf(8) manpage.
2006-02-02 16:33:54 +00:00
xtraeme 1ade9646e2 Remove references about the TLP_MATCH_* options. They are not necessary
nowadays.
2006-02-01 03:54:19 +00:00
cube d7843c9990 Remove references to the 'count' argument, as it is no longer needed (and
if present, simply ignored).
2006-02-01 03:22:14 +00:00
kleink ea0ae86b8a Import tzdata2006a. 2006-01-31 11:59:32 +00:00
wiz bdab2fd2b9 Fix a typo, comment out an xref that to ega(4), which does not exist,
and add a .Pp for better readability. From Nicolas Joly in PR 32668.
2006-01-30 17:25:39 +00:00
kleink c5926dd03f Make this consistent with <sys/filedesc.h>; fixes PR kern/32506 from
Ola Eriksson.
2006-01-29 18:08:54 +00:00
rpaulo 8d8283f575 Gah, I got them wrong again. Thanks Klaus. 2006-01-29 16:12:57 +00:00
rpaulo ff8e3c8c68 More ktrace-lwp that I got wrong in the first try.
Thanks to Gregory McGarry for pointing this out.
2006-01-29 03:09:19 +00:00
rpaulo df794dc9ee Update copyright date. 2006-01-29 02:37:18 +00:00
rpaulo c55faf8987 More ktrace-lwp. 2006-01-29 02:26:27 +00:00
kleink 2269235d63 Add support for the AMD8111 RNG; from Nicolas Joly in PR kern/32284. 2006-01-28 23:31:24 +00:00
jdc 80f7b97e43 Wscons terminals only have 8 colours and don't need an NC entry.
Fixes PR misc/32135 by Pavel Cahyna.
2006-01-28 17:38:14 +00:00
jschauma 98cb705797 TMTOWTDI there's more than one way to do it 2006-01-28 16:19:19 +00:00
darrenr 5987976cc1 if db_onpanic is -1, do not invoke any ddb functions at all when handling
a panic.  This allows ddb's behaviour on a panic to be controlled via
sysctl rather than just compiling it in/out.
2006-01-28 14:37:31 +00:00
bouyer 8e24dbfd8a Note DDB_COMMANDONENTER option. 2006-01-28 11:54:48 +00:00
dsl 286b8b3f54 Use ${OBJCOPY} -[xX] ${.TARGET} instead of getting the file written to
${.TARGET}.tmp and running ${LD} -[xX] ...
I don't believe there are any architectures where objcopy can't delete local
symbols.
2006-01-28 11:10:18 +00:00
darrenr 04ceeecf05 another documentation update for ddb.onpanic. this time, rewrite it to
refer to options(4) rather than add a new description of what its values
can be.
2006-01-28 08:38:10 +00:00
darrenr 434c8e8a28 document newly introduced behaviour for ddb.onpanic=2 2006-01-28 08:23:28 +00:00
bouyer a23a0139a9 Note support for PDC20571, PDC20575, PDC20579, PDC40718, PDC40719. 2006-01-26 21:05:45 +00:00
is dbe99782bc Clarify that option values are C constants. 2006-01-26 10:02:48 +00:00
yamt f988f07e7e add "show mbuf" command. 2006-01-24 13:03:33 +00:00
wiz e5337b60a4 Drop trailing whitespace. 2006-01-21 23:40:30 +00:00
wiz ebc97249c0 Capitalize PostScript correctly. Bump date for previous. 2006-01-21 23:36:31 +00:00
wiz 186c108f3c Use .Aq instead of <>. 2006-01-21 23:33:21 +00:00
elad 7402304bc3 add SAD, SPD. 2006-01-21 15:19:20 +00:00
elad b56478d644 add PFS. 2006-01-21 15:05:24 +00:00
elad a0983a83f6 add DPD. 2006-01-21 13:49:35 +00:00
wiz cccac10b43 Remove superfluous .Pp. 2006-01-20 21:57:50 +00:00
wiz b6af89382a Remove superfluous .El. From Nicolas Joly in PR 32546. 2006-01-20 21:57:35 +00:00
wiz 34d6efd9aa Add missing .El. From Nicolas Joly in PR 32546.
While here, fix some macro usage.
2006-01-20 21:57:25 +00:00
christos a8243f1c4c Add the world of libraries to the static pam build. Now static pam binaries
work.
2006-01-20 16:54:11 +00:00
garbled 369e280f68 Add further documentation about 'o' handling for postscript. 2006-01-20 08:46:48 +00:00
uwe b5b426b4a5 Bump date to welcome back # operator. 2006-01-19 00:19:13 +00:00
uwe 74fe467153 Widen "Value" column in the reboot desccription to accomodate RB_POWERDOWN.
Make the table aligned properly in PostScript output.
2006-01-19 00:12:21 +00:00
uwe 9457018f06 Reinstate description of # operator lost in an editing accident.
While here, fix spacing in the description of possible identifier syntax.
2006-01-19 00:00:27 +00:00
garbled 68a050d9cc Document "pf" postscript filter capability 2006-01-17 19:16:51 +00:00