| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add the c99(1) utility, which is nothing more than a synonym for | Tim J. Robbins | 2002-10-07 | 4 | -0/+277 |
| * | Use strlcpy() instead of strcpy() to not overflow static buffers. | Kris Kennaway | 2002-10-06 | 1 | -2/+6 |
| * | Don't depend on <signal.h> to include <sys/time.h>, instead include | Mike Barcroft | 2002-10-06 | 2 | -0/+2 |
| * | Give make(1) the ability to use KQUEUE to wait for worker processes | Poul-Henning Kamp | 2002-10-04 | 3 | -1/+57 |
| * | Fix off-by-one error processing the line after an empty line when the | Tim J. Robbins | 2002-10-04 | 1 | -0/+1 |
| * | Actually implement gzip's -c option. minigzip now also doubles | Johan Karlsson | 2002-10-03 | 1 | -2/+9 |
| * | In lieu of a good way to prevent every possible looping in make(1), stop | Juli Mallett | 2002-10-03 | 1 | -0/+21 |
| * | Catch up to SMTX -> SLOCK changes. | John Baldwin | 2002-10-02 | 1 | -5/+5 |
| * | Code that has been #if0'd with the comment "WHY" since revision 1.1 can | Juli Mallett | 2002-10-02 | 1 | -8/+1 |
| * | Remove 6-years-stale #if0, the behaviour isn't ever going to be limited to | Juli Mallett | 2002-10-02 | 1 | -5/+1 |
| * | Teach ncal(1) about month names specified on the command line. | Peter Pentchev | 2002-10-02 | 2 | -3/+24 |
| * | Remove some #if 0'd code. After this, a "make unifdef" here produces | Dima Dorfman | 2002-10-02 | 1 | -41/+0 |
| * | Merge from crypto telnet: permit the argument to -s to be a hostname. | Dima Dorfman | 2002-10-02 | 1 | -1/+0 |
| * | Fix spurious three-space indentation in a four-space indentation file. | Juli Mallett | 2002-09-29 | 1 | -2/+2 |
| * | Fix ability to use csh(1) as the make(1) shell. | Juli Mallett | 2002-09-29 | 1 | -1/+3 |
| * | Make make(1) WARNS=6 clean except for const issues. This mostly involves | Juli Mallett | 2002-09-28 | 7 | -69/+69 |
| * | Fix merge error in previous commit. | Juli Mallett | 2002-09-28 | 1 | -1/+1 |
| * | Add empty default cases where they should be, remove non-local execution stuff | Juli Mallett | 2002-09-28 | 9 | -14/+36 |
| * | Rename struct specinfo to the more appropriate struct cdev. | Poul-Henning Kamp | 2002-09-27 | 1 | -2/+2 |
| * | Document the parsing bug. | Ruslan Ermilov | 2002-09-27 | 1 | -1/+13 |
| * | Remove a semicolon that appears to be a lie. | Juli Mallett | 2002-09-26 | 1 | -1/+1 |
| * | When formatting the time for a target, use %H instead of %k, which is mostly | Juli Mallett | 2002-09-26 | 1 | -1/+1 |
| * | Don't declare things as extern when they will be static. | Juli Mallett | 2002-09-26 | 1 | -1/+6 |
| * | Unifdef(1) the crypto telnet sources. | Mark Murray | 2002-09-25 | 6 | -8/+8 |
| * | The spec says that unifdefall removes all #ifs, and this now requires | Tony Finch | 2002-09-24 | 1 | -2/+2 |
| * | The readability is improved by reducing the use of the passive voice. | Tony Finch | 2002-09-24 | 1 | -10/+10 |
| * | It is probably a bad idea to unconditionally process directives with | Tony Finch | 2002-09-24 | 2 | -10/+41 |
| * | Make it work with POSIX sort (POS arg). | Andrey A. Chernov | 2002-09-24 | 1 | -1/+3 |
| * | Make it work with POSIX sort (POS arg) | Andrey A. Chernov | 2002-09-24 | 1 | -2/+2 |
| * | Use some macro evil to create the functions for using sysctl(3) to get each | Juli Mallett | 2002-09-23 | 1 | -81/+36 |
| * | Check to see if we should print a space, rather than using the annoying | Juli Mallett | 2002-09-23 | 1 | -12/+12 |
| * | - Add the -i option to read in a saved ktr file output by KTR_ALQ. | Jeff Roberson | 2002-09-22 | 1 | -13/+41 |
| * | Update equinoxes and solstices. | Greg Lehey | 2002-09-22 | 1 | -2/+2 |
| * | Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the struct | Garrett Wollman | 2002-09-21 | 1 | -2/+2 |
| * | Initialize a variable in order to fix when faced with picky compilers. | Eric Melville | 2002-09-20 | 1 | -0/+2 |
| * | Update for FILE v3.39. | Ruslan Ermilov | 2002-09-19 | 2 | -17/+21 |
| * | Bootstrapping aid for systems without <stdint.h>. | Ruslan Ermilov | 2002-09-19 | 1 | -0/+4 |
| * | Completely revamp the way getconf(1) works, for better adherence to the | Garrett Wollman | 2002-09-19 | 10 | -189/+457 |
| * | Update the usage string in the limits(1) manpage to include -b for | Brian Feldman | 2002-09-18 | 2 | -5/+6 |
| * | Make the DEBUGF() macro portable by (ugh) adding a Debug() function, which | Juli Mallett | 2002-09-18 | 14 | -141/+163 |
| * | ARIN has annoyingly started using caps when referencing | Mike Barcroft | 2002-09-18 | 1 | -1/+3 |
| * | Mostly rewrite the flag handling of uname(1) to be overridable, such as: | Juli Mallett | 2002-09-18 | 2 | -70/+171 |
| * | Make obrien happy. Add a bad awk script which emulates as much of | Garrett Wollman | 2002-09-18 | 1 | -0/+57 |
| * | Move common use of if (DEBUG(FOO)) printf... to DEBUGF(FOO, ...), using | Juli Mallett | 2002-09-17 | 13 | -431/+172 |
| * | #define<space> -> #define<tab> | Juli Mallett | 2002-09-17 | 19 | -154/+154 |
| * | Print debugging from DEBUG(VAR) level to stderr. About to macroise this. | Juli Mallett | 2002-09-17 | 1 | -6/+6 |
| * | Initiate deorbit burn for the i386-only a.out related support. Moves are | Peter Wemm | 2002-09-17 | 7 | -156/+18 |
| * | Backed out revs 1.32-1.33. The problem has been fixed better by | Bruce Evans | 2002-09-16 | 1 | -2/+0 |
| * | Update for version 3.39. | David E. O'Brien | 2002-09-16 | 2 | -2/+46 |
| * | Update for 3.39. | David E. O'Brien | 2002-09-16 | 1 | -0/+1 |