aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Don't build xlint until surgery is finished.Mark Murray2002-03-101-1/+0
* Setlocale returns static buffer, don't assume it will be unchangedAndrey A. Chernov2002-03-101-4/+8
* Add sparc64 ifdefs.Jake Burkholder2002-03-101-0/+3
* Make this build on sparc64.Jake Burkholder2002-03-103-0/+60
* Change back to using vfork() now that execvp() is vfork()-safe. If execvp()Dag-Erling Smørgrav2002-03-091-7/+10
* Off by one error in checking max file name length.Wolfram Schneider2002-03-091-1/+1
* Slightly more efficient version of rev 1.6.David E. O'Brien2002-03-071-1/+1
* A less intrusive version of rev 1.2.David E. O'Brien2002-03-071-21/+15
* Slightly more efficient fix to the const problem.David E. O'Brien2002-03-071-1/+1
* Back out part of rev 1.51. The lesser impact fix is to just removeDavid E. O'Brien2002-03-071-11/+10
* Completeley revert this to the vendor code. This is in preparation toMark Murray2002-03-071-34/+15
* Revert/fix the most controversial parts of the last commit:Mark Murray2002-03-071-7/+4
* Update FreeBSD SCM IDs.David E. O'Brien2002-03-0739-82/+120
* Leave the `copyright' variable exposed, since the main purpose of itMike Barcroft2002-03-074-8/+8
* To quote BDE: "the k part of awk should understand the ctype macros and notDavid E. O'Brien2002-03-061-4/+3
* Simpler way to handling the names needed on the various platforms.David E. O'Brien2002-03-061-7/+4
* Removed gprof4. 8-byte counters are now handled by gprof.Bruce Evans2002-03-062-16/+0
* Belatedly OpenPAMify. I forgot this patch in last night's megacommit.Dag-Erling Smørgrav2002-03-061-2/+2
* Boundary check an array holding tab stops.Ruslan Ermilov2002-03-061-0/+2
* Support runtime specification of the history counter type by whateverBruce Evans2002-03-062-18/+51
* Fixed some misspellings of 2 as sizeof(UNIT) so that they won't breakBruce Evans2002-03-063-13/+19
* Switch to OpenPAM. Bump library version. Modules are now versioned, soDag-Erling Smørgrav2002-03-051-3/+3
* On the sparc64 platform we install the `1 true AWK' as "awk". On all otherDavid E. O'Brien2002-03-051-3/+10
* Add the `1 true AWK' back to the mix.David E. O'Brien2002-03-051-0/+1
* Initialize `output' in a more proper location.Mike Barcroft2002-03-051-2/+3
* Fix vendor ID (mostly obtained from Rev 1.1).Mike Barcroft2002-03-051-7/+8
* Add base64 support to uuencode(1) and uudecode(1), as specified by SUSv3.Juli Mallett2002-03-053-29/+139
* ANSIfication, WARNS and lint cleanup.Mark Murray2002-03-041-36/+38
* Add support for french and german locales in tcsh's way.Alexey Zelkin2002-03-041-3/+6
* 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