summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Use 64bit 'fts_bignum' field instead of 32bit (on 32bit archs) fieldpjd2005-01-071-11/+13
* Fix a typo in comment.cognet2005-01-051-1/+1
* evise use of queue(9) macros for netipx when used from userspace:rwatson2005-01-021-11/+5
* Add a newline at the end of the file to silence warnings.ceri2005-01-011-1/+1
* Apply a simplifying patch submitted by rik to the IPX support inrwatson2004-12-311-34/+14
* Update netstat(1) for recent conversion of netipx to queue(9) fromrwatson2004-12-312-4/+24
* NO_NIS cleanup: LINKS and MLINKSache2004-12-291-0/+2
* More NO_NIS cleanup: LINKS and MLINKSache2004-12-291-0/+4
* Update for FILE v4.12.ru2004-12-281-6/+9
* Update for FILE v4.12.ru2004-12-281-48/+70
* Catch up with file 4.12 import.obrien2004-12-281-2/+2
* Remove warnings and make wc WARNS=6 clean.josef2004-12-272-6/+4
* Look into machine-specific manpage subdirectories too.ru2004-12-222-4/+18
* Fixed the only warning and mark as WARNS=6 clean.ru2004-12-222-1/+3
* - Fixed handling of manpage subdirectories:ru2004-12-221-20/+12
* Add a fallback version of fnmatch() to the bsdtarkientzle2004-12-223-9/+170
* GC an unused #includekientzle2004-12-221-1/+0
* Fix -W long option handling.kientzle2004-12-221-5/+15
* Portability: the included fts.c should nowkientzle2004-12-222-2/+2
* NOCRYPT -> NO_CRYPTru2004-12-213-3/+3
* NOSHARED -> NO_SHAREDru2004-12-211-1/+1
* NODOCCOMPRESS -> NO_DOCCOMPRESSru2004-12-211-2/+2
* NOATM -> NO_ATMru2004-12-211-1/+1
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-2112-12/+12
* Fix compilation for the USE_KQUEUE case.harti2004-12-201-0/+4
* maxJobs is declared extern in job.h so it cannot be static in job.c.harti2004-12-201-1/+1
* Sort by month/day/year/login.ru2004-12-201-6/+6
* Add myself.marks2004-12-191-0/+1
* Use the accepted abbreviation "kB" for kilobyte, rather than "kb" (whichcperciva2004-12-191-7/+7
* Specify the state of my birth, similar to other entries.brueffer2004-12-181-1/+1
* Remove all the cleanup functions. There is no reason to free memoryharti2004-12-1710-185/+6
* Fix a long-standing bug when make(1) is passed the -V andru2004-12-161-8/+5
* Instead of dynamically allocating list heads allocated them staticallyharti2004-12-1620-651/+530
* Correct the event of 17 December 1770: Ludwig van Beethoven wasgrog2004-12-161-1/+1
* Correct the dates and locations relating to Ludwig van Beethoven'sgrog2004-12-161-1/+1
* If ferror is true, we must reset the error indicator.ssouhlal2004-12-151-0/+1
* Add myself to the committers' birthday calendarniels2004-12-131-0/+1
* Bump document date before ru gets me.ceri2004-12-111-1/+1
* Add a -k flag for querying whois.krnic.net (the National Internetceri2004-12-112-3/+13
* Remove a list that was just used to free all variables just before exiting.harti2004-12-101-12/+1
* Remove a list that used to hold all the GNodes just to be ableharti2004-12-101-39/+0
* Remove a useless list where just all command lines are stuffed onto, neverharti2004-12-101-4/+0
* Nobody actually checked the return codes from Lst_Append and Lst_Insertharti2004-12-094-43/+9
* If a path element directory was never opened it is not on the list ofharti2004-12-091-2/+2
* Now that circular lists are gone remove stuff for them. Simplifyharti2004-12-081-10/+6
* No caller checks the return code from Lst_Remove, so don't return one.harti2004-12-082-30/+12
* Don't check the return code from Lst_Remove. There is no wayharti2004-12-081-5/+2
* Remove return value from Lst_Concat. None of the callers ever checkedharti2004-12-082-36/+20
* Don't free the second list in Lst_Concat for LST_CONCLINK; free itharti2004-12-082-3/+3
* Get rid of the sequential access feature of the lists. This was usedharti2004-12-0815-551/+98
OpenPOWER on IntegriCloud