aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Use NLSLINKS to setup symbolic links in NLS areaAlexey Zelkin2002-03-041-10/+6
* Use bsd.nls.mk for building/installing NLS filesAlexey Zelkin2002-03-041-9/+5
* (x)lint(1) works; re-enable it.Mark Murray2002-03-031-0/+1
* Merge conflicts, fix Makefiles and remove (re)moved file(s).Mark Murray2002-03-0317-1328/+1598
* This commit was generated by cvs2svn to compensate for changes in r91586,Mark Murray2002-03-0338-546/+2343
|\
| * Import of NetBSD's (x)lint, snapshotted at 2002-3-3.Mark Murray2002-03-0356-1886/+4045
* | Temporarily remove lint(1) from the build until the import and mergeMark Murray2002-03-031-1/+0
* | Consistently refer to the trace file of ktrace as 'trfile'.Giorgos Keramidas2002-03-031-3/+3
* | properly handle zero length first string when doing -cAlfred Perlstein2002-03-021-0/+1
* | Add a new "-y" flag which causes the year to be included in theIan Dowse2002-03-012-5/+13
* | Oops, unbreak the -d and -<n> options. The `snapfound' variableIan Dowse2002-03-011-11/+5
* | Split up the big wtmp() function to avoid long lines and codeIan Dowse2002-03-011-151/+153
* | Correct St. David's day: it's celebrated outside Cardiff.Greg Lehey2002-02-281-1/+1
* | Fix vendor ID (mostly obtained from rev 1.1).Mike Barcroft2002-02-281-21/+23
* | 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