aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Use SIGUSR1 to propogate SIGURG to the child; security measures preventBill Fenner2002-02-271-2/+3
* Improve error reporting - report error message when there is one, orBill Fenner2002-02-271-1/+4
* 1) Remove -Wall from Makefile.David Malone2002-02-279-71/+80
* 1) Don't use -Wall in Makefile.David Malone2002-02-272-32/+34
* 1) Move FreeBSD ID below vendor ID and don't compile vendor ID.David Malone2002-02-271-9/+10
* Add missing "#include <string.h>" for memcmp, noticed by gcc3.David Malone2002-02-271-0/+1
* 1) Move FreeBSD tag to after vendor ID, #if 0 vendor ID.David Malone2002-02-271-5/+7
* 1) Remove blank line between include of sys/cdefs.h and __FBSDIDDavid Malone2002-02-271-2/+1
* Avoid a null-pointer dereference which occurred when emulating DOSRobert Drehmel2002-02-261-0/+2
* - Emulate instructions prefixed with 'rep' correctly: set the CXRobert Drehmel2002-02-261-0/+1
* Thoreau listed twice.Crist J. Clark2002-02-251-3/+2
* Add myself.Juli Mallett2002-02-251-0/+1
* #include <sys/time.h> instead of depending on namespace pollution inBruce Evans2002-02-251-0/+2
* Unremoved used includes. <sys/time.h> is needed if <sys/stat.h> isn'tBruce Evans2002-02-251-0/+2
* #include <sys/time.h> instead of depending on namespace pollution inBruce Evans2002-02-251-2/+2
* #include <sys/time.h> instead of depending on namespace pollution inBruce Evans2002-02-251-7/+8
* Correct name spelling for one of the people who share my birthday.Greg Lehey2002-02-241-1/+1
* ctags would create a corrupt tags file if the source C file used '//' styleGregory Neil Shapiro2002-02-243-13/+16
* Fixed printf format errors. In printgprof.c, also convert the scaleBruce Evans2002-02-214-39/+39
* Added missing copyright. Obtain one and a vendor id from gprof.c. aout.cBruce Evans2002-02-212-2/+83
* Fixed a missing variable declaration so that gprof compiles with -DDEBUG.Bruce Evans2002-02-211-0/+3
* Moved the definition of the machine-independent macro UNITS_TO_CODEBruce Evans2002-02-2111-9/+12
* Use new ID scheme.Mike Barcroft2002-02-212-9/+24
* make(1) claims to ignore the remainder of a conditional once its valueCrist J. Clark2002-02-201-1/+1
* Fixed divots that I created when I moved prototypes of group_from_gidWarner Losh2002-02-193-1/+10
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-183-0/+5
* Update build infrastructure for sendmail 8.12.Gregory Neil Shapiro2002-02-171-3/+17
* Ensure err is a useful value to prevent using fputs() with a NULL stream.Chris D. Faulhaber2002-02-171-0/+1
* Don't rely on <sys/signal.h> to include <sys/ucontext.h>.Daniel Eischen2002-02-171-0/+1
* Add support such that if LD_TRACE_LOADED_OBJECTS_ALL is defined to aDavid E. O'Brien2002-02-172-5/+19
* This commit was generated by cvs2svn to compensate for changes in r90744,Juli Mallett2002-02-162-0/+835
|\
| * Import OpenBSD m4 as of today.Juli Mallett2002-02-167-0/+3491
* | If downloading to a temporary file, set the timestamp on the temp file, notDag-Erling Smørgrav2002-02-161-2/+2
* | Add header to prototype exit(3). Fix a style bug.Mike Barcroft2002-02-161-0/+2
* | Un-deprecate the -p option. We now have two ways to output to stdout:Mike Barcroft2002-02-162-4/+0
* | * Don't SEGFAULT on attempt to write nothing (if no source files wereAlexey Zelkin2002-02-131-1/+4
* | Add myself.Yoichi NAKAYAMA2002-02-111-0/+1
* | Describe the '+' option in the -t trace string.Peter Pentchev2002-02-111-0/+3
* | Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.Mark Murray2002-02-0821-25/+0
* | Remove leaf node WARNS?=2 (that mainly I added). This shouldMark Murray2002-02-0865-65/+0
* | Fix the code that selects the default binary type if the actual type can'tDag-Erling Smørgrav2002-02-081-3/+3
* | GRR. Unbreak WARNS=2.Peter Wemm2002-02-081-1/+1
* | GRR. This was not WARNS=2 clean. You cannot printf a 'long' withPeter Wemm2002-02-081-1/+1
* | Inspect ELF header and reject any non-FreeBSD shared objects.Maxim Sobolev2002-02-081-1/+7
* | add missing <string.h> to give strcpy() a prototypeAndrew Gallatin2002-02-081-0/+1
* | Add myself.Maxim Konovalov2002-02-071-0/+1
* | Backout -Werror protection. No need to walk all over the upcomingMark Murray2002-02-061-1/+0
* | ANSIfy and remove some dead code.Dag-Erling Smørgrav2002-02-061-23/+13
* | Apply the following mechanical transformations in preparation forDag-Erling Smørgrav2002-02-066-56/+56
* | The clnt_create(KEYSERVSOCK, CRYPT_PROG, CRYPT_VERS, "unix") hacksAlfred Perlstein2002-02-053-22/+54