| Commit message (Expand) | Author | Age | Files | Lines |
| * | Set BINOWN=root explicitly for setuid root binaries. | Ruslan Ermilov | 2001-09-13 | 3 | -0/+3 |
| * | Use ${MACHINE}, it works with cross-builds. | Ruslan Ermilov | 2001-09-12 | 1 | -4/+2 |
| * | mdoc(7) police: restore fix in rev. 1.52; .Dt should be in CAPITALS. | Ruslan Ermilov | 2001-09-11 | 1 | -1/+1 |
| * | mdoc(7) police: restore the correct sorting of SEE ALSO. | Ruslan Ermilov | 2001-09-11 | 1 | -1/+1 |
| * | mdoc(7) police: markup nits, improve -W option text, | Ruslan Ermilov | 2001-09-11 | 1 | -5/+10 |
| * | Removed -M and -N from getopt(3) call as well. | Ruslan Ermilov | 2001-09-11 | 1 | -1/+1 |
| * | Use a better stripe size in the examples. | Greg Lehey | 2001-09-09 | 1 | -12/+12 |
| * | Stole unicode translation table from mount_msdos. Add kernel code | Semen Ustimenko | 2001-09-08 | 3 | -2/+85 |
| * | * Switch from doing compress(1)ed crashdumps with the -z flag to using | Kris Kennaway | 2001-09-06 | 3 | -39/+42 |
| * | Use CFLAGS, not COPTS, in the Makefile. bsd.prog.mk conveniently adds | Dima Dorfman | 2001-09-05 | 2 | -3/+3 |
| * | SECURITY. | Ruslan Ermilov | 2001-09-05 | 5 | -117/+15 |
| * | The defaults for bsize and fsize were interchanged. | Ruslan Ermilov | 2001-09-05 | 2 | -8/+8 |
| * | Don't reinvent the wheel; use strptime(3). | Ruslan Ermilov | 2001-09-04 | 1 | -44/+4 |
| * | mdoc(7) police: removed hard sentence breaks. | Ruslan Ermilov | 2001-09-04 | 1 | -6/+14 |
| * | Duh! forgot this bit of the NCCD patch. | Poul-Henning Kamp | 2001-09-04 | 3 | -152/+83 |
| * | Mention collision attacks on MD5. From the md5(3) man page. | Murray Stokely | 2001-09-04 | 1 | -0/+6 |
| * | IPFilter source code in contrib/ipfilter apparently can't make up its mind | Jonathan Lemon | 2001-09-03 | 1 | -0/+1 |
| * | SECURITY: Drop `setgid kmem' bit as early as possible. | Ruslan Ermilov | 2001-08-31 | 1 | -0/+2 |
| * | Synch with NetBSD and OpenBSD. | Ruslan Ermilov | 2001-08-31 | 2 | -3/+2 |
| * | restore(8) doesn't need to be setgid `tty', and never did. | Ruslan Ermilov | 2001-08-30 | 1 | -2/+0 |
| * | Banish hard-coded KERNBASE references from savecore. Dynamically | Peter Wemm | 2001-08-24 | 1 | -1/+15 |
| * | ``create'' and ``destroy'' are command modifiers (.Cm), not flags (.Fl). | Yaroslav Tykhiy | 2001-08-22 | 1 | -2/+2 |
| * | mdoc(7) police: Fixed broken xrefs. | Ruslan Ermilov | 2001-08-22 | 1 | -1/+1 |
| * | Handle snprintf() returning < 0 (not just -1) | Brian Somers | 2001-08-20 | 3 | -3/+7 |
| * | Handle snprintf() returning -1. | Brian Somers | 2001-08-20 | 3 | -5/+9 |
| * | Fix grammar. | Dima Dorfman | 2001-08-20 | 1 | -1/+2 |
| * | Respect the -N flag when changing directory attributes in setdirmode). | Dima Dorfman | 2001-08-20 | 1 | -4/+6 |
| * | Silence non-constant format string warnings by marking functions | Kris Kennaway | 2001-08-19 | 13 | -28/+28 |
| * | Actuall make plumb work in addition to create as per the manpage. | Brooks Davis | 2001-08-17 | 1 | -1/+2 |
| * | mdoc(7) police: restore markup bit that got accidentally lost in rev. 1.44. | Ruslan Ermilov | 2001-08-16 | 1 | -1/+1 |
| * | mdoc(7) police: replace `\*(Ba' with a simple `|', it's handled specially. | Ruslan Ermilov | 2001-08-16 | 1 | -1/+1 |
| * | mdoc(7) police: Section cross-references are marked with .Sx. | Ruslan Ermilov | 2001-08-16 | 1 | -3/+2 |
| * | Implement a better compatibility mode with mount_mfs. It is the | Dima Dorfman | 2001-08-16 | 2 | -6/+120 |
| * | mdoc(7) police: utilize the new .Ex macro. | Ruslan Ermilov | 2001-08-15 | 3 | -11/+5 |
| * | style(9) tweak | David E. O'Brien | 2001-08-14 | 1 | -24/+24 |
| * | mdoc(7) police: s/BSD/.Bx/ where appropriate. | Ruslan Ermilov | 2001-08-14 | 10 | -16/+43 |
| * | ftrace is already initialized | Peter Wemm | 2001-08-13 | 1 | -1/+1 |
| * | Spell "FreeBSD" with "F" and "BSD" in uppercase. | Ruslan Ermilov | 2001-08-13 | 4 | -4/+9 |
| * | Removed duplicate VCS ID tags, as per style(9). | Ruslan Ermilov | 2001-08-13 | 4 | -5/+0 |
| * | Honour `TMPDIR' environment variable. | Maxim Sobolev | 2001-08-13 | 1 | -3/+9 |
| * | Don't hard-code BINOWN and BINGRP (BINGRP was hard-coded to 'bin', which | Kris Kennaway | 2001-08-11 | 1 | -2/+0 |
| * | Mark some functions as __printflike() | Kris Kennaway | 2001-08-10 | 1 | -3/+3 |
| * | mdoc(7) police: join split punctuation to macro calls. | Ruslan Ermilov | 2001-08-10 | 1 | -2/+2 |
| * | mdoc(7) police: fixed the "new sentence" bogons. | Ruslan Ermilov | 2001-08-10 | 1 | -1/+1 |
| * | mdoc(7) police: protect trailing full stops of abbreviations | Ruslan Ermilov | 2001-08-10 | 6 | -7/+7 |
| * | mdoc(7) police: removed (now gratuitous) .Xo/.Xc brackets. | Ruslan Ermilov | 2001-08-10 | 1 | -18/+6 |
| * | mdoc(7) police: spelling, punctuation and markup nits. | Ruslan Ermilov | 2001-08-10 | 1 | -10/+12 |
| * | mdoc(7) police: compute the exact tag width. | Ruslan Ermilov | 2001-08-10 | 1 | -1/+1 |
| * | Document how to cancel a scheduled shutdown. | Dima Dorfman | 2001-08-09 | 1 | -0/+12 |
| * | fixing a bug in test mode (growfs -N) | Christoph Herrmann | 2001-08-08 | 2 | -35/+75 |