aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Convert make(1) to use ANSI style function declarations. VariableJuli Mallett2002-10-0915-771/+340
* Use __FBSDID in the lst.lib files, to match to main make(1) files. It isJuli Mallett2002-10-0926-26/+26
* Remove extern declarations from functions and source files where they wouldJuli Mallett2002-10-094-3/+4
* Remove unused local-locals, where upper-level locals may safely be used.Juli Mallett2002-10-091-8/+8
* Reference the correct local variable in all parts of a for loop, so weJuli Mallett2002-10-081-1/+1
* Re-add the code which maps POSIX standard library names into the onesTim J. Robbins2002-10-081-4/+49
* Add the c99(1) utility, which is nothing more than a synonym forTim J. Robbins2002-10-074-0/+277
* Use strlcpy() instead of strcpy() to not overflow static buffers.Kris Kennaway2002-10-061-2/+6
* Don't depend on <signal.h> to include <sys/time.h>, instead includeMike Barcroft2002-10-062-0/+2
* Give make(1) the ability to use KQUEUE to wait for worker processesPoul-Henning Kamp2002-10-043-1/+57
* Fix off-by-one error processing the line after an empty line when theTim J. Robbins2002-10-041-0/+1
* Actually implement gzip's -c option. minigzip now also doublesJohan Karlsson2002-10-031-2/+9
* In lieu of a good way to prevent every possible looping in make(1), stopJuli Mallett2002-10-031-0/+21
* Catch up to SMTX -> SLOCK changes.John Baldwin2002-10-021-5/+5
* Code that has been #if0'd with the comment "WHY" since revision 1.1 canJuli Mallett2002-10-021-8/+1
* Remove 6-years-stale #if0, the behaviour isn't ever going to be limited toJuli Mallett2002-10-021-5/+1
* Teach ncal(1) about month names specified on the command line.Peter Pentchev2002-10-022-3/+24
* Remove some #if 0'd code. After this, a "make unifdef" here producesDima Dorfman2002-10-021-41/+0
* Merge from crypto telnet: permit the argument to -s to be a hostname.Dima Dorfman2002-10-021-1/+0
* Fix spurious three-space indentation in a four-space indentation file.Juli Mallett2002-09-291-2/+2
* Fix ability to use csh(1) as the make(1) shell.Juli Mallett2002-09-291-1/+3
* Make make(1) WARNS=6 clean except for const issues. This mostly involvesJuli Mallett2002-09-287-69/+69
* Fix merge error in previous commit.Juli Mallett2002-09-281-1/+1
* Add empty default cases where they should be, remove non-local execution stuffJuli Mallett2002-09-289-14/+36
* Rename struct specinfo to the more appropriate struct cdev.Poul-Henning Kamp2002-09-271-2/+2
* Document the parsing bug.Ruslan Ermilov2002-09-271-1/+13
* Remove a semicolon that appears to be a lie.Juli Mallett2002-09-261-1/+1
* When formatting the time for a target, use %H instead of %k, which is mostlyJuli Mallett2002-09-261-1/+1
* Don't declare things as extern when they will be static.Juli Mallett2002-09-261-1/+6
* Unifdef(1) the crypto telnet sources.Mark Murray2002-09-256-8/+8
* The spec says that unifdefall removes all #ifs, and this now requiresTony Finch2002-09-241-2/+2
* The readability is improved by reducing the use of the passive voice.Tony Finch2002-09-241-10/+10
* It is probably a bad idea to unconditionally process directives withTony Finch2002-09-242-10/+41
* Make it work with POSIX sort (POS arg).Andrey A. Chernov2002-09-241-1/+3
* Make it work with POSIX sort (POS arg)Andrey A. Chernov2002-09-241-2/+2
* Use some macro evil to create the functions for using sysctl(3) to get eachJuli Mallett2002-09-231-83/+38
* Check to see if we should print a space, rather than using the annoyingJuli Mallett2002-09-231-12/+12
* - Add the -i option to read in a saved ktr file output by KTR_ALQ.Jeff Roberson2002-09-221-13/+41
* Update equinoxes and solstices.Greg Lehey2002-09-221-2/+2
* Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the structGarrett Wollman2002-09-211-2/+2
* Initialize a variable in order to fix when faced with picky compilers.Eric Melville2002-09-201-0/+2
* Update for FILE v3.39.Ruslan Ermilov2002-09-192-17/+21
* Bootstrapping aid for systems without <stdint.h>.Ruslan Ermilov2002-09-191-0/+4
* Completely revamp the way getconf(1) works, for better adherence to theGarrett Wollman2002-09-1910-189/+457
* Update the usage string in the limits(1) manpage to include -b forBrian Feldman2002-09-182-5/+6
* Make the DEBUGF() macro portable by (ugh) adding a Debug() function, whichJuli Mallett2002-09-1814-141/+163
* ARIN has annoyingly started using caps when referencingMike Barcroft2002-09-181-1/+3
* Mostly rewrite the flag handling of uname(1) to be overridable, such as:Juli Mallett2002-09-182-70/+171
* Make obrien happy. Add a bad awk script which emulates as much ofGarrett Wollman2002-09-181-0/+57
* Move common use of if (DEBUG(FOO)) printf... to DEBUGF(FOO, ...), usingJuli Mallett2002-09-1713-431/+172