| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use SIGUSR1 to propogate SIGURG to the child; security measures prevent | Bill Fenner | 2002-02-27 | 1 | -2/+3 |
| * | Improve error reporting - report error message when there is one, or | Bill Fenner | 2002-02-27 | 1 | -1/+4 |
| * | 1) Remove -Wall from Makefile. | David Malone | 2002-02-27 | 9 | -71/+80 |
| * | 1) Don't use -Wall in Makefile. | David Malone | 2002-02-27 | 2 | -32/+34 |
| * | 1) Move FreeBSD ID below vendor ID and don't compile vendor ID. | David Malone | 2002-02-27 | 1 | -9/+10 |
| * | Add missing "#include <string.h>" for memcmp, noticed by gcc3. | David Malone | 2002-02-27 | 1 | -0/+1 |
| * | 1) Move FreeBSD tag to after vendor ID, #if 0 vendor ID. | David Malone | 2002-02-27 | 1 | -5/+7 |
| * | 1) Remove blank line between include of sys/cdefs.h and __FBSDID | David Malone | 2002-02-27 | 1 | -2/+1 |
| * | Avoid a null-pointer dereference which occurred when emulating DOS | Robert Drehmel | 2002-02-26 | 1 | -0/+2 |
| * | - Emulate instructions prefixed with 'rep' correctly: set the CX | Robert Drehmel | 2002-02-26 | 1 | -0/+1 |
| * | Thoreau listed twice. | Crist J. Clark | 2002-02-25 | 1 | -3/+2 |
| * | Add myself. | Juli Mallett | 2002-02-25 | 1 | -0/+1 |
| * | #include <sys/time.h> instead of depending on namespace pollution in | Bruce Evans | 2002-02-25 | 1 | -0/+2 |
| * | Unremoved used includes. <sys/time.h> is needed if <sys/stat.h> isn't | Bruce Evans | 2002-02-25 | 1 | -0/+2 |
| * | #include <sys/time.h> instead of depending on namespace pollution in | Bruce Evans | 2002-02-25 | 1 | -2/+2 |
| * | #include <sys/time.h> instead of depending on namespace pollution in | Bruce Evans | 2002-02-25 | 1 | -7/+8 |
| * | Correct name spelling for one of the people who share my birthday. | Greg Lehey | 2002-02-24 | 1 | -1/+1 |
| * | ctags would create a corrupt tags file if the source C file used '//' style | Gregory Neil Shapiro | 2002-02-24 | 3 | -13/+16 |
| * | Fixed printf format errors. In printgprof.c, also convert the scale | Bruce Evans | 2002-02-21 | 4 | -39/+39 |
| * | Added missing copyright. Obtain one and a vendor id from gprof.c. aout.c | Bruce Evans | 2002-02-21 | 2 | -2/+83 |
| * | Fixed a missing variable declaration so that gprof compiles with -DDEBUG. | Bruce Evans | 2002-02-21 | 1 | -0/+3 |
| * | Moved the definition of the machine-independent macro UNITS_TO_CODE | Bruce Evans | 2002-02-21 | 11 | -9/+12 |
| * | Use new ID scheme. | Mike Barcroft | 2002-02-21 | 2 | -9/+24 |
| * | make(1) claims to ignore the remainder of a conditional once its value | Crist J. Clark | 2002-02-20 | 1 | -1/+1 |
| * | Fixed divots that I created when I moved prototypes of group_from_gid | Warner Losh | 2002-02-19 | 3 | -1/+10 |
| * | o Move NTOHL() and associated macros into <sys/param.h>. These are | Mike Barcroft | 2002-02-18 | 3 | -0/+5 |
| * | Update build infrastructure for sendmail 8.12. | Gregory Neil Shapiro | 2002-02-17 | 1 | -3/+17 |
| * | Ensure err is a useful value to prevent using fputs() with a NULL stream. | Chris D. Faulhaber | 2002-02-17 | 1 | -0/+1 |
| * | Don't rely on <sys/signal.h> to include <sys/ucontext.h>. | Daniel Eischen | 2002-02-17 | 1 | -0/+1 |
| * | Add support such that if LD_TRACE_LOADED_OBJECTS_ALL is defined to a | David E. O'Brien | 2002-02-17 | 2 | -5/+19 |
| * | This commit was generated by cvs2svn to compensate for changes in r90744, | Juli Mallett | 2002-02-16 | 2 | -0/+835 |
| |\ |
|
| | * | Import OpenBSD m4 as of today. | Juli Mallett | 2002-02-16 | 7 | -0/+3491 |
| * | | If downloading to a temporary file, set the timestamp on the temp file, not | Dag-Erling Smørgrav | 2002-02-16 | 1 | -2/+2 |
| * | | Add header to prototype exit(3). Fix a style bug. | Mike Barcroft | 2002-02-16 | 1 | -0/+2 |
| * | | Un-deprecate the -p option. We now have two ways to output to stdout: | Mike Barcroft | 2002-02-16 | 2 | -4/+0 |
| * | | * Don't SEGFAULT on attempt to write nothing (if no source files were | Alexey Zelkin | 2002-02-13 | 1 | -1/+4 |
| * | | Add myself. | Yoichi NAKAYAMA | 2002-02-11 | 1 | -0/+1 |
| * | | Describe the '+' option in the -t trace string. | Peter Pentchev | 2002-02-11 | 1 | -0/+3 |
| * | | Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3. | Mark Murray | 2002-02-08 | 21 | -25/+0 |
| * | | Remove leaf node WARNS?=2 (that mainly I added). This should | Mark Murray | 2002-02-08 | 65 | -65/+0 |
| * | | Fix the code that selects the default binary type if the actual type can't | Dag-Erling Smørgrav | 2002-02-08 | 1 | -3/+3 |
| * | | GRR. Unbreak WARNS=2. | Peter Wemm | 2002-02-08 | 1 | -1/+1 |
| * | | GRR. This was not WARNS=2 clean. You cannot printf a 'long' with | Peter Wemm | 2002-02-08 | 1 | -1/+1 |
| * | | Inspect ELF header and reject any non-FreeBSD shared objects. | Maxim Sobolev | 2002-02-08 | 1 | -1/+7 |
| * | | add missing <string.h> to give strcpy() a prototype | Andrew Gallatin | 2002-02-08 | 1 | -0/+1 |
| * | | Add myself. | Maxim Konovalov | 2002-02-07 | 1 | -0/+1 |
| * | | Backout -Werror protection. No need to walk all over the upcoming | Mark Murray | 2002-02-06 | 1 | -1/+0 |
| * | | ANSIfy and remove some dead code. | Dag-Erling Smørgrav | 2002-02-06 | 1 | -23/+13 |
| * | | Apply the following mechanical transformations in preparation for | Dag-Erling Smørgrav | 2002-02-06 | 6 | -56/+56 |
| * | | The clnt_create(KEYSERVSOCK, CRYPT_PROG, CRYPT_VERS, "unix") hacks | Alfred Perlstein | 2002-02-05 | 3 | -22/+54 |