summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Include sys/sysctl.h on all architectures not only i386.harti2004-11-252-2/+1
* Fix a very long-standing error in handling .SHELL targets: this targetharti2004-11-251-46/+125
* Gentle code cleanup for the maximum make(1) level foo. This moves it to ajmallett2004-11-241-18/+28
* Add a `-m month' flag to provide a more convenient interface forwollman2004-11-233-28/+45
* Get rid of the shell table sentinel. It isn't needed anymore becauseharti2004-11-221-10/+1
* Print dates the right way round.grog2004-11-211-0/+2
* gcore(1) apparently still cares about a.out core dumps, so it stilldas2004-11-201-0/+2
* Install the header for libmagic.obrien2004-11-191-1/+1
* Fix buffer overflow. This is FreeBSD-SA-04:16.fetch.cperciva2004-11-181-1/+2
* Eliminate the define for POSIX and build with Posix behaviour.harti2004-11-173-62/+12
* tr(1) attempts to convert \n[n][n] sequences into octal digits, but doesn'tjkh2004-11-141-1/+1
* Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.bz2004-11-134-7/+24
* Removed bitrot.ru2004-11-132-16/+1
* If -B is specified to get compat mode (as opposed to just not givingphk2004-11-121-0/+1
* third of several commits to allow kernel System V IPC data structuresrwatson2004-11-121-66/+66
* Use a relative symlinking so that "tar" also works in /stand.ru2004-11-121-1/+1
* Wrap a comment properly.ceri2004-11-121-1/+2
* Add code to enforce the paralleism count (-j N) for the entire treephk2004-11-124-31/+119
* Fix a (very) long standing bug in make (this has been there probablyharti2004-11-122-29/+102
OpenPOWER on IntegriCloud