| Commit message (Expand) | Author | Age | Files | Lines |
| * | mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2). | Ruslan Ermilov | 2001-07-06 | 124 | -235/+239 |
| * | mdoc(7) police: added missing .Ek call. | Ruslan Ermilov | 2001-07-06 | 1 | -0/+1 |
| * | mdoc(7) police: -column lists require column width specifiers. | Ruslan Ermilov | 2001-07-06 | 1 | -2/+2 |
| * | mdoc(7) police: minor formatting/spelling fixes. | Ruslan Ermilov | 2001-07-06 | 1 | -2/+2 |
| * | mdoc(7) police: minor formatting fixes. | Ruslan Ermilov | 2001-07-06 | 1 | -15/+12 |
| * | This was only half-implemented when I committed it, and certainly didn't | Mike Smith | 2001-07-06 | 1 | -30/+92 |
| * | mdoc(7) police: minor markup fixes. | Ruslan Ermilov | 2001-07-06 | 1 | -4/+5 |
| * | mdoc(7) police: fixed formatting. | Ruslan Ermilov | 2001-07-06 | 1 | -66/+75 |
| * | mdoc(7) police: formatting fixes. | Ruslan Ermilov | 2001-07-06 | 1 | -87/+89 |
| * | mdoc(7) police: cosmetics. | Ruslan Ermilov | 2001-07-06 | 1 | -1/+1 |
| * | mdoc(7) police: fixed formatting. | Ruslan Ermilov | 2001-07-06 | 1 | -41/+64 |
| * | Cleanup some obsolete comments | Warner Losh | 2001-07-06 | 1 | -2/+3 |
| * | Call ttymalloc() when sysmouse is opened, rather than | Kazutaka YOKOTA | 2001-07-06 | 1 | -1/+1 |
| * | Backout mwakeup, etc. | Jake Burkholder | 2001-07-06 | 4 | -58/+6 |
| * | New release notes: Kernel message buffer via sysctl and dmesg(8), | Bruce A. Mah | 2001-07-05 | 2 | -0/+34 |
| * | Constify the format string. | Dag-Erling Smørgrav | 2001-07-05 | 1 | -1/+1 |
| * | When building an FTP area, put the CSS file for the release documentation | Bruce A. Mah | 2001-07-05 | 1 | -1/+1 |
| * | Make these compile again by adding proc.h include for GIANT_REQUIRED | John Baldwin | 2001-07-05 | 12 | -0/+12 |
| * | Oops- missed a CAMLOCK_2_ISP case. | Matt Jacob | 2001-07-05 | 1 | -0/+1 |
| * | Bracket call to vm_page_flag_set with required Giant lock/unlock. | Matt Jacob | 2001-07-05 | 1 | -1/+4 |
| * | Things have become cinched down more tightly about assertions for Giant. | Matt Jacob | 2001-07-05 | 1 | -4/+22 |
| * | o Replace calls to p_can(..., P_CAN_xxx) with calls to p_canxxx(). | Robert Watson | 2001-07-05 | 17 | -111/+63 |
| * | You cannot require Giant to be locked when you haven't acquired it yet. | Matt Jacob | 2001-07-05 | 1 | -2/+4 |
| * | make it compile on alpha again | Matt Jacob | 2001-07-05 | 1 | -1/+2 |
| * | Don't override the default BINMODE. | Ruslan Ermilov | 2001-07-05 | 1 | -2/+0 |
| * | unbreak building kernel without option INET6 | Hajimu UMEMOTO | 2001-07-05 | 2 | -0/+4 |
| * | mdoc(7) police: merge all fixes from non-crypto version. | Ruslan Ermilov | 2001-07-05 | 2 | -116/+184 |
| * | MF non-crypto: 1.13: document -u in usage. | Ruslan Ermilov | 2001-07-05 | 2 | -16/+16 |
| * | mdoc(7) police: moved -u down, fixed markup, removed hard sentence break. | Ruslan Ermilov | 2001-07-05 | 1 | -8/+13 |
| * | Document -u in the usage(). | Ruslan Ermilov | 2001-07-05 | 1 | -9/+9 |
| * | mdoc(7) police: fix markup. | Ruslan Ermilov | 2001-07-05 | 1 | -101/+159 |
| * | Update the dmesg man page to reflect the recent changes to dmesg. | Thomas Moestl | 2001-07-05 | 1 | -8/+14 |
| * | Set vendor string correctly for the Apple KeyLargo. | Benno Rice | 2001-07-05 | 2 | -0/+8 |
| * | mdoc(7) police: fixed markup and spelling. | Ruslan Ermilov | 2001-07-05 | 1 | -45/+47 |
| * | mdoc(7) police: fixed markup and typo. | Ruslan Ermilov | 2001-07-05 | 1 | -16/+16 |
| * | mdoc(7) police: fixed formatting. | Ruslan Ermilov | 2001-07-05 | 1 | -37/+33 |
| * | mdoc(7) police: removed hard sentence breaks, sorted xrefs. | Ruslan Ermilov | 2001-07-05 | 2 | -18/+34 |
| * | Silence a non-constant format string warning. | Kris Kennaway | 2001-07-05 | 1 | -1/+1 |
| * | Pull in the current version of NetBSD's ulpt.c, supporting bidirectional | Nick Hibma | 2001-07-05 | 1 | -82/+200 |
| * | Regen. | Nick Hibma | 2001-07-05 | 2 | -55/+353 |
| * | Pull in the most recent version of usb_quirks.h and propagate the necessary | Nick Hibma | 2001-07-05 | 8 | -194/+161 |
| * | Make the string argument a const. | Nick Hibma | 2001-07-05 | 1 | -2/+2 |
| * | Mark a function as __printflike() and fix a non-exploitable format string | Kris Kennaway | 2001-07-05 | 1 | -1/+1 |
| * | Make open_disk() fail nicely upon encountering an ENOENT so to not | Joerg Wunsch | 2001-07-05 | 2 | -4/+8 |
| * | Mark some functions as __printflike() | Kris Kennaway | 2001-07-05 | 1 | -2/+2 |
| * | Mark relevant functions __printflike()/__printf0like() and silence some of | Kris Kennaway | 2001-07-05 | 18 | -47/+47 |
| * | mdoc(7) police: cosmetics. | Ruslan Ermilov | 2001-07-05 | 1 | -1/+3 |
| * | It seems to be no longer true that -O2 is required to compile this. | Kris Kennaway | 2001-07-05 | 1 | -1/+0 |
| * | Update with NetBSD version | Nick Hibma | 2001-07-05 | 1 | -20/+66 |
| * | mdoc(7) police: | Ruslan Ermilov | 2001-07-05 | 1 | -6/+7 |