| Commit message (Expand) | Author | Age | Files | Lines |
* | Add myself. | yoichi | 2002-02-11 | 1 | -0/+1 |
* | Describe the '+' option in the -t trace string. | roam | 2002-02-11 | 1 | -0/+3 |
* | Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3. | markm | 2002-02-08 | 21 | -25/+0 |
* | Remove leaf node WARNS?=2 (that mainly I added). This should | markm | 2002-02-08 | 65 | -65/+0 |
* | Fix the code that selects the default binary type if the actual type can't | des | 2002-02-08 | 1 | -3/+3 |
* | GRR. Unbreak WARNS=2. | peter | 2002-02-08 | 1 | -1/+1 |
* | GRR. This was not WARNS=2 clean. You cannot printf a 'long' with | peter | 2002-02-08 | 1 | -1/+1 |
* | Inspect ELF header and reject any non-FreeBSD shared objects. | sobomax | 2002-02-08 | 1 | -1/+7 |
* | add missing <string.h> to give strcpy() a prototype | gallatin | 2002-02-08 | 1 | -0/+1 |
* | Add myself. | maxim | 2002-02-07 | 1 | -0/+1 |
* | Backout -Werror protection. No need to walk all over the upcoming | markm | 2002-02-06 | 1 | -1/+0 |
* | ANSIfy and remove some dead code. | des | 2002-02-06 | 1 | -23/+13 |
* | Apply the following mechanical transformations in preparation for | des | 2002-02-06 | 6 | -56/+56 |
* | The clnt_create(KEYSERVSOCK, CRYPT_PROG, CRYPT_VERS, "unix") hacks | alfred | 2002-02-05 | 3 | -24/+56 |
* | Allow ldd(1) be used on shared libraries in addition to executables. | sobomax | 2002-02-04 | 2 | -3/+14 |
* | GC meaningless assignment. | sobomax | 2002-02-04 | 1 | -1/+1 |
* | Silence some WFORMAT=1 warnings | kris | 2002-02-04 | 1 | -3/+3 |
* | Mark a function as __printflike() | kris | 2002-02-04 | 1 | -1/+1 |
* | Use new ID scheme. | mike | 2002-02-03 | 1 | -25/+20 |
* | Complete bzip2-1.0.2 import. | sobomax | 2002-02-01 | 2 | -3/+25 |
* | Add -a option (SUSv3) to split(1). | mike | 2002-02-01 | 2 | -11/+49 |
* | Still with asbestos longjohns on, completely PAMify login(1) and remove | des | 2002-01-30 | 4 | -552/+392 |
* | Back out rev 1.78, which is incorrect now that the PAM modules have been | des | 2002-01-29 | 1 | -3/+2 |
* | Add -o option (POSIX.1-2001) to uudecode(1). Deprecate the -p option | mike | 2002-01-27 | 2 | -6/+44 |
* | Make usage message and man page synopsis reflect the fact that -n | dwmalone | 2002-01-24 | 2 | -3/+5 |
* | Add new option HAVE_STRERROR to CFLAGS. | dwmalone | 2002-01-24 | 1 | -1/+1 |
* | Don't set PAM_RHOST, this is a local login. | des | 2002-01-24 | 1 | -5/+1 |
* | Show arguments of command line options | charnier | 2002-01-22 | 1 | -11/+21 |
* | o Remove the -V [version number] option, since our version of at(1) no | mike | 2002-01-22 | 3 | -43/+26 |
* | When running on a local terminal, set PAM_RHOST to the local hostname. | des | 2002-01-21 | 1 | -2/+10 |
* | Link mail(1) to mailx per POSIX. Mail(1) isn't 100% POSIX compliant, | mikeh | 2002-01-19 | 2 | -4/+7 |
* | I've been meaning to do this for a while. Add an underscore to the | dillon | 2002-01-19 | 3 | -8/+8 |
* | Back out PAM_CRED_ERR addition | ache | 2002-01-19 | 1 | -1/+0 |
* | Add PAM_CRED_ERR as valid failure case | ache | 2002-01-19 | 1 | -0/+1 |
* | mdoc(7) police: bump document date for the -p change, tidy up the markup. | ru | 2002-01-17 | 1 | -6/+3 |
* | Fix a typo introduced in the previous delta. The mistake was mine | mike | 2002-01-17 | 1 | -1/+1 |
* | Document fetch(1) reaction to SIGINFO. | ru | 2002-01-16 | 1 | -0/+12 |
* | Replace reference to ANSI C draft with standard. | ru | 2002-01-16 | 1 | -4/+1 |
* | yp(4) -> yp(8). | ru | 2002-01-14 | 3 | -3/+3 |
* | 'uname -p' prints the value of hw.machine_arch instead of hw.machine. | nyan | 2002-01-14 | 2 | -8/+18 |
* | Implement the POSIX 1003.1-2001 -r and -t options in at(1). Fix some | mike | 2002-01-13 | 4 | -26/+157 |
* | Make substitutions in internal macros like $(@F:.o=.c) work. | schweikh | 2002-01-12 | 1 | -1/+1 |
* | Don't format lines that look like troff requests, for | ru | 2002-01-11 | 2 | -5/+28 |
* | mdoc(7) police: oops, forgot about those interim XXX'es. | ru | 2002-01-10 | 1 | -8/+4 |
* | mdoc(7) police: tidy up. | ru | 2002-01-10 | 1 | -212/+237 |
* | - Add 4-digit year variants in the manpage, since at(1) already | keramida | 2002-01-10 | 1 | -6/+7 |
* | Replace -I${.OBJDIR} with -I. and split the CFLAGS line up into two lines. | jhb | 2002-01-08 | 1 | -1/+2 |
* | Remove gcc specific compiler flags, at least one of which doesn't work with | jhb | 2002-01-08 | 1 | -2/+0 |
* | Use -I${.OBJDIR} -I${.CURDIR} rather than -I. so that this compiles in a | jhb | 2002-01-08 | 1 | -1/+1 |
* | Update for less v371 | ps | 2002-01-07 | 1 | -0/+4 |