summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Further constification. Use a temporary hack (copying the input string)harti2005-02-042-42/+52
* Quote example file names consistently, and fix a small grammatical nit.ceri2005-02-041-2/+2
* Use an extra variable to assign to instead of missusing an inputharti2005-02-041-7/+7
* Replace space, tab mixes by tabs.harti2005-02-041-5/+5
* Use tabs to move to the comments instead of wild mixes of tabs and spaces.harti2005-02-041-14/+14
* Style: line up with tabulators.harti2005-02-041-6/+6
* Use a typedef for the conditional handler function so that declaringharti2005-02-041-7/+9
* Style: remove a space between a function name and the openingharti2005-02-041-1/+1
* Some more easy constification.harti2005-02-0414-56/+65
* Clarify a bit the BUGS section.keramida2005-02-031-4/+3
* Constify an argument to a function.harti2005-02-031-3/+3
* Get rid of a number of unneccessary memory allocations.harti2005-02-031-16/+10
* Modify rpcgen -t output to something that's a lot more useful inalfred2005-02-021-6/+9
* Make enomem static - it's referenced only in util.c.harti2005-02-022-2/+3
* Remove a couple of unused buffer functions.harti2005-02-022-158/+0
* Convert several typedefs from beeing pointers to structs to be the structsharti2005-02-0211-88/+95
* Avoid unconditional increasing of variable leading to SIGSEGV, if req'dphantom2005-02-011-1/+1
* Move all the remaining list functions into one C-file and removeharti2005-02-0113-977/+482
* Remove debugging stuff that crept in in the previous commit.harti2005-02-011-5/+0
* Clean up include files and file including. Split nonints.h into piecesharti2005-02-0149-628/+1372
* Add text about jail root directory as well.phk2005-01-301-5/+6
* Report jail directory if set.phk2005-01-291-0/+15
* Clean up after utilizing FILES.ru2005-01-281-6/+3
* Let bsd.prog.mk set SRCS and MAN to their default values.ru2005-01-2810-12/+0
* Update kdump manual page with information on the dump format.gnn2005-01-281-1/+62
* Remove unnecessary SRCS= where could be guessed directly by ourdelphij2005-01-275-5/+0
* Fix quoting of the MAKEFLAGS environment variable by only quoting spacesharti2005-01-265-11/+146
* Correct some style nits that I have mistakenly submitted asdelphij2005-01-261-9/+15
* Document the recent fsync(1) changes.ssouhlal2005-01-261-1/+6
* In case of error, return errno, instead of 1.ssouhlal2005-01-261-2/+3
* Document input line length limit.tjr2005-01-254-4/+20
* Document message length limit.tjr2005-01-251-1/+3
* - Make WARNS?= 6 cleanssouhlal2005-01-252-0/+3
* - Remove useless includesssouhlal2005-01-252-2/+1
* - Continue, in case of error.ssouhlal2005-01-252-7/+15
* - Make find(1) WARNS?= 6 cleanssouhlal2005-01-252-3/+3
* Take a swing at using roundup().jmallett2005-01-251-3/+4
* spell "file system" correctlycharnier2005-01-241-1/+1
* According to style.Makefile(5):delphij2005-01-231-2/+4
* Make sure that we don't define INET6 when NO_INET6 is defined.delphij2005-01-221-0/+2
* Removed remnants of Kerberos support.ru2005-01-212-24/+6
* Removed Kerberos remnants.ru2005-01-212-39/+2
* Fixed xref.ru2005-01-212-2/+2
* Use the standard section name.ru2005-01-181-1/+1
* Sort sections.ru2005-01-1866-511/+511
* If su(1) is run without an effective uid of 0, generate an error torwatson2005-01-171-3/+33
* Cleanup:delphij2005-01-172-17/+18
* Bump WARNS=6 by adding const constraint and initialize the pointerdelphij2005-01-172-2/+3
* Added the EXIT STATUS section where appropriate.ru2005-01-1779-81/+83
* Eliminate macro calls inside literal displays.ru2005-01-152-10/+6
OpenPOWER on IntegriCloud