aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* NOCRYPT -> NO_CRYPTRuslan Ermilov2004-12-213-3/+3
* NOSHARED -> NO_SHAREDRuslan Ermilov2004-12-211-1/+1
* NODOCCOMPRESS -> NO_DOCCOMPRESSRuslan Ermilov2004-12-211-2/+2
* NOATM -> NO_ATMRuslan Ermilov2004-12-211-1/+1
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-2112-12/+12
* Fix compilation for the USE_KQUEUE case.Hartmut Brandt2004-12-201-0/+4
* maxJobs is declared extern in job.h so it cannot be static in job.c.Hartmut Brandt2004-12-201-1/+1
* Sort by month/day/year/login.Ruslan Ermilov2004-12-201-6/+6
* Add myself.Mark Santcroos2004-12-191-0/+1
* Use the accepted abbreviation "kB" for kilobyte, rather than "kb" (whichColin Percival2004-12-191-7/+7
* Specify the state of my birth, similar to other entries.Christian Brueffer2004-12-181-1/+1
* Remove all the cleanup functions. There is no reason to free memoryHartmut Brandt2004-12-1710-185/+6
* Fix a long-standing bug when make(1) is passed the -V andRuslan Ermilov2004-12-161-8/+5
* Instead of dynamically allocating list heads allocated them staticallyHartmut Brandt2004-12-1620-651/+530
* Correct the event of 17 December 1770: Ludwig van Beethoven wasGreg Lehey2004-12-161-1/+1
* Correct the dates and locations relating to Ludwig van Beethoven'sGreg Lehey2004-12-161-1/+1
* If ferror is true, we must reset the error indicator.Suleiman Souhlal2004-12-151-0/+1
* Add myself to the committers' birthday calendarNiels Heinen2004-12-131-0/+1
* Bump document date before ru gets me.Ceri Davies2004-12-111-1/+1
* Add a -k flag for querying whois.krnic.net (the National InternetCeri Davies2004-12-112-3/+13
* Remove a list that was just used to free all variables just before exiting.Hartmut Brandt2004-12-101-12/+1
* Remove a list that used to hold all the GNodes just to be ableHartmut Brandt2004-12-101-39/+0
* Remove a useless list where just all command lines are stuffed onto, neverHartmut Brandt2004-12-101-4/+0
* Nobody actually checked the return codes from Lst_Append and Lst_InsertHartmut Brandt2004-12-094-43/+9
* If a path element directory was never opened it is not on the list ofHartmut Brandt2004-12-091-2/+2
* Now that circular lists are gone remove stuff for them. SimplifyHartmut Brandt2004-12-081-10/+6
* No caller checks the return code from Lst_Remove, so don't return one.Hartmut Brandt2004-12-082-30/+12
* Don't check the return code from Lst_Remove. There is no wayHartmut Brandt2004-12-081-5/+2
* Remove return value from Lst_Concat. None of the callers ever checkedHartmut Brandt2004-12-082-36/+20
* Don't free the second list in Lst_Concat for LST_CONCLINK; free itHartmut Brandt2004-12-082-3/+3
* Get rid of the sequential access feature of the lists. This was usedHartmut Brandt2004-12-0815-551/+98
* Constify the arguments to the list compare function. This temporarilyHartmut Brandt2004-12-089-39/+50
* Constify some calls of Buf_AddBytes.Hartmut Brandt2004-12-081-3/+3
* Consify the arguments to str_concat. Remove the STR_DOFREE flag for thatHartmut Brandt2004-12-084-14/+9
* Typedefs of pointers to structs are evil. Make Lst and LstNode typedef ofHartmut Brandt2004-12-0731-230/+230
* Constification of arguments passed to functions; no change on theHartmut Brandt2004-12-071-15/+15
* Make needs no circular lists so remove them from the list code.Hartmut Brandt2004-12-0721-144/+88
* Fix -t option processing.Alexander Nedotsukov2004-12-061-4/+2
* Some constification which doesn't require code rewrites.Hartmut Brandt2004-12-064-17/+13
* Style: fix indentation.Hartmut Brandt2004-12-062-643/+660
* Unbreak sockstat(1) on systems without the divert protocol.Ruslan Ermilov2004-12-061-0/+2
* Remove an unused macro.Hartmut Brandt2004-12-061-5/+0
* Constify arguments to Hash_FindEntry and Hash_CreateEntry.Hartmut Brandt2004-12-062-6/+6
* Remove extra empty lines.Hartmut Brandt2004-12-061-2/+0
* Style: fix indentation, prototypes for functions even in comment.Hartmut Brandt2004-12-061-25/+13
* Show divert(4) sockets as well.Ruslan Ermilov2004-12-051-0/+6
* Remove an extra space.Hartmut Brandt2004-12-031-1/+1
* Fix breakage introduced on 64-bit platforms with my last commit. NeedHartmut Brandt2004-12-0310-52/+53
* Plug a memory leak.Hartmut Brandt2004-12-031-0/+1
* Put macro arguments in paranthesis.Hartmut Brandt2004-12-032-2/+2