summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Avoid usage of implicit int.stefanf2005-02-071-1/+2
* Include <stdlib.h> for exit().stefanf2005-02-071-0/+1
* Add a prototype for localupdate().stefanf2005-02-071-0/+1
* Remove an unneeded check.harti2005-02-071-1/+4
* Introduce a typedef for variable value modifation functions and use itharti2005-02-072-14/+12
* Make the intention of a loop clearer.harti2005-02-071-4/+5
* Introduce Buf_StripNewLines() and use it where appropriate.harti2005-02-076-58/+70
* Fix bugs in the previous commit.ru2005-02-071-2/+2
* Invent a Buf_AppendRange function that appends a non-NUL-terminated stringharti2005-02-076-12/+22
* Invent a Buf_Append function to append a NUL-terminated stringharti2005-02-077-39/+43
* Revamp several Makefile nits:delphij2005-02-071-2/+3
* Finish the import of nc(1) from OpenBSD. This includes:delphij2005-02-061-0/+11
* Where the returned line length from Buf_GetAll is not used just passharti2005-02-042-6/+3
* Rewrite of the buf code:harti2005-02-042-169/+95
* Save last displayed file by having the "last" pointer global and save itdelphij2005-02-041-6/+8
* None of the users of Buf_Discard used it to get rid of only a part ofharti2005-02-044-28/+13
* Inline the ADDWORD() macro in the two places where it is used. It justharti2005-02-041-10/+11
* Use _exit() instead of exit() when the exec() after a vfork() fails.harti2005-02-041-1/+1
* Move PrintAddr() from util.c into suff.c - the only file where it isharti2005-02-043-12/+17
* General whitespace cleanup: remove mixes of tabs and spaces, removeharti2005-02-047-86/+85
* Minor cleanup: make brk_string to return argc only if the pointer to itharti2005-02-042-15/+6
* 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
OpenPOWER on IntegriCloud