summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Constify the arguments to the list compare function. This temporarilyharti2004-12-089-39/+50
* Constify some calls of Buf_AddBytes.harti2004-12-081-3/+3
* Consify the arguments to str_concat. Remove the STR_DOFREE flag for thatharti2004-12-084-14/+9
* Typedefs of pointers to structs are evil. Make Lst and LstNode typedef ofharti2004-12-0731-230/+230
* Constification of arguments passed to functions; no change on theharti2004-12-071-15/+15
* Make needs no circular lists so remove them from the list code.harti2004-12-0721-144/+88
* Fix -t option processing.bland2004-12-061-4/+2
* Some constification which doesn't require code rewrites.harti2004-12-064-17/+13
* Style: fix indentation.harti2004-12-062-643/+660
* Unbreak sockstat(1) on systems without the divert protocol.ru2004-12-061-0/+2
* Remove an unused macro.harti2004-12-061-5/+0
* Constify arguments to Hash_FindEntry and Hash_CreateEntry.harti2004-12-062-6/+6
* Remove extra empty lines.harti2004-12-061-2/+0
* Style: fix indentation, prototypes for functions even in comment.harti2004-12-061-25/+13
* Show divert(4) sockets as well.ru2004-12-051-0/+6
* Remove an extra space.harti2004-12-031-1/+1
* Fix breakage introduced on 64-bit platforms with my last commit. Needharti2004-12-0310-52/+53
* Plug a memory leak.harti2004-12-031-0/+1
* Put macro arguments in paranthesis.harti2004-12-032-2/+2
* Make sizes to be of type size_t and correct function arguments thatharti2004-12-033-32/+32
* Style: fix indentation, protect macro with do { } while (0).harti2004-12-032-135/+134
* Describe the .SHELL target.harti2004-12-031-1/+109
* Change the algorithm that matches the builtin shells from the name keywordharti2004-12-031-32/+16
* Add myself to the committers' birthday calendardumbbell2004-12-031-0/+1
* Remove a double test for the same ptr != NULL and use the officialharti2004-12-011-7/+6
* Style: remove a lot of unnecessary casts, add some and spell the nullharti2004-12-0117-508/+498
* Stylification: missing spaces, extra space after function names, castsharti2004-11-3034-1401/+1452
* Use ?= with WARNS.wollman2004-11-301-1/+1
* Constify the array of predefined shells. It turns out that we need twoharti2004-11-302-45/+63
* Change a couple of the primitve list functions to be macros. This changesharti2004-11-3013-756/+23
* Fix a bug that would truncate the full name of an archive member ifharti2004-11-291-2/+5
* Use typedefs for the types of the functions that are passed as argumentsharti2004-11-2910-17/+22
* Merge the contents of lstInt.h into the public lst.h. This let's us getharti2004-11-2929-355/+227
* Don't include sys/user.h merely for its side-effect of recursivelydas2004-11-271-1/+1
* Remove a.out support from gcore(1).das2004-11-272-249/+0
* Remove unused file.harti2004-11-261-300/+0
* Style: prototypes, un-register and remove some empty lines.harti2004-11-2625-133/+100
OpenPOWER on IntegriCloud