| Commit message (Expand) | Author | Age | Files | Lines |
* | tr(1) attempts to convert \n[n][n] sequences into octal digits, but doesn't | jkh | 2004-11-14 | 1 | -1/+1 |
* | Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set. | bz | 2004-11-13 | 4 | -7/+24 |
* | Removed bitrot. | ru | 2004-11-13 | 2 | -16/+1 |
* | If -B is specified to get compat mode (as opposed to just not giving | phk | 2004-11-12 | 1 | -0/+1 |
* | third of several commits to allow kernel System V IPC data structures | rwatson | 2004-11-12 | 1 | -66/+66 |
* | Use a relative symlinking so that "tar" also works in /stand. | ru | 2004-11-12 | 1 | -1/+1 |
* | Wrap a comment properly. | ceri | 2004-11-12 | 1 | -1/+2 |
* | Add code to enforce the paralleism count (-j N) for the entire tree | phk | 2004-11-12 | 4 | -31/+119 |
* | Fix a (very) long standing bug in make (this has been there probably | harti | 2004-11-12 | 2 | -29/+102 |
* | Get rid of more local/remote leftovers | phk | 2004-11-11 | 3 | -24/+13 |
* | Get rid of now unused maxLocal variables. | phk | 2004-11-11 | 2 | -18/+4 |
* | This code builds cleanly at WARNS level 6. | des | 2004-11-08 | 1 | -0/+1 |
* | filedesc0 is an internal detail of the kernel, don't look at it. | phk | 2004-11-07 | 1 | -13/+9 |
* | FreeBSD does have uintmax_t, so it can correctly | kientzle | 2004-11-06 | 1 | -0/+1 |
* | Now with the remote job support removed there can be no remote jobs and | harti | 2004-11-05 | 3 | -111/+32 |
* | When the last line of a file is missing a newline in -f mode, pass a | tjr | 2004-11-05 | 1 | -3/+5 |
* | Check that ee's standard input and output is a terminal. | fjoe | 2004-11-05 | 1 | -4/+5 |
* | Correct error handling on failed writes | kientzle | 2004-11-05 | 2 | -5/+3 |
* | Add support for following more than one file i.e. | paul | 2004-11-04 | 3 | -96/+200 |
* | Remove the remote stuff from make. This actually never worked in our make | harti | 2004-11-04 | 3 | -460/+50 |
* | Introduce the PRECIOUSPROG knob in bsd.prog.mk, similar | ru | 2004-11-03 | 7 | -7/+7 |
* | Revert a WIP change that shouldn't have been in last commit. | paul | 2004-11-03 | 1 | -4/+2 |
* | Convert to ANSI style function definitions. | paul | 2004-11-03 | 5 | -31/+12 |
* | Add myself to the calendar | ahze | 2004-10-30 | 1 | -0/+1 |
* | Only check if ENABLE_SUID_NEWGRP is defined, for consistency with | ru | 2004-10-24 | 1 | -1/+1 |
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 11 | -11/+12 |
* | Add a missing full-stop to match the rest of the items in a list. | keramida | 2004-10-24 | 1 | -1/+1 |
* | "unset verbose" is 13 characters, not 10. | ru | 2004-10-23 | 1 | -1/+1 |
* | Expand the scope of the .SHELL specification to also cover | ru | 2004-10-23 | 4 | -30/+46 |
* | Add punctuation which appears to have been accidentally removed in | cperciva | 2004-10-22 | 1 | -1/+1 |
* | Add -D_KVM_VNODE to indicate that despite being a userland program, | phk | 2004-10-21 | 1 | -0/+2 |
* | -c flag (cache stats) was killed in rev. 1.68. Fix getopt(3) and | maxim | 2004-10-20 | 1 | -2/+2 |
* | Replaced afterinstall: with equivalent FILES and SYMLINKS. | ru | 2004-10-18 | 1 | -34/+33 |
* | Modify behaviour of `xargs -I` in order to: | cperciva | 2004-10-18 | 1 | -2/+2 |
* | getopt(3) prints an "unrecognized option" warning for me, so I | kientzle | 2004-10-17 | 1 | -1/+0 |
* | Cosmetic goof: Use two spaces in "Jan 03 2004" but only one in "Jan 03 12:32" | kientzle | 2004-10-17 | 1 | -1/+1 |
* | Remove the obsolete <rune.h> interface. | tjr | 2004-10-17 | 1 | -2/+0 |
* | Use <runetype.h> instead of <rune.h> since the latter is going away. | tjr | 2004-10-17 | 1 | -2/+2 |
* | Remove explicit support for generating LC_CTYPE data files that specify | tjr | 2004-10-17 | 2 | -8/+1 |
* | Bump document date | brueffer | 2004-10-16 | 1 | -1/+1 |
* | We use /etc/pam.d/login nowadays | brueffer | 2004-10-15 | 1 | -6/+3 |
* | Make sure to return 0 from kernel_getnfile() since if there were an | green | 2004-10-05 | 1 | -0/+1 |
* | Re-enable descending into the "atm" subdir. | ru | 2004-10-05 | 1 | -1/+1 |
* | Bump document date for last commit. | simon | 2004-10-04 | 1 | -1/+1 |
* | PAM configuration is now in /etc/pam.d/su. | simon | 2004-10-03 | 1 | -7/+4 |
* | Use a proper prototype for hertz(). | stefanf | 2004-10-03 | 2 | -1/+3 |
* | Pass an array of gid_t rather than an array of int to getgroups(). | stefanf | 2004-10-02 | 1 | -1/+2 |
* | Make -t <tty> optional. If not specified use stdin/stdout. | emax | 2004-09-30 | 2 | -14/+35 |
* | 1. Add much finer granularity to the NO_BIND knobs with the addition of: | dougb | 2004-09-27 | 1 | -1/+1 |
* | Don't use an uninitialised variable when reading from a ktr alq file. | julian | 2004-09-27 | 1 | -1/+1 |