summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Style improvements:delphij2009-12-141-11/+11
* - Remove times.h from C programs that does not manipulate with time atdelphij2009-12-134-4/+0
* egetopt.c does not use any stdlib.h definations, nor it referenced anydelphij2009-12-131-3/+0
* Use ANSI prototype for foldit().delphij2009-12-131-3/+1
* xinstall.c does not require ctype functions, so ctype.h is notdelphij2009-12-131-1/+0
* Staticify internal functions and make usage() a prototype.delphij2009-12-131-11/+11
* Use prototype for usage().delphij2009-12-131-1/+1
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-13120-17/+191
* Don't read the newline character to line buffer because lines are passedjh2009-12-121-16/+13
* The input line length limit mentioned on the manual page was removed byjh2009-12-121-5/+1
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-11121-193/+19
* Remove unnecessary termcap.h includes inherited from extern.h and otherdelphij2009-12-117-27/+16
* Move unistd.h includes to individual .c files and remove unnecessarydelphij2009-12-119-2/+7
* Remove unnecessary includes.delphij2009-12-1110-20/+0
* Add my birthday.gavin2009-12-091-0/+1
* Let w(1) use utmpx.ed2009-12-062-31/+28
* Let systat's vmstat use utmpx.ed2009-12-052-16/+9
* Port who(1) to utmpx.ed2009-12-052-58/+56
* Let wall(1) use utmpx.ed2009-12-052-28/+29
* Let wall(1) use utmpx.ed2009-12-052-18/+17
* Add WARNS?=6, because it seems to build out of the box.ed2009-12-051-0/+2
* Use _ULOG_POSIX_NAMES here, to make eventual porting to <utmpx.h> easier.ed2009-12-051-4/+5
* Add a missing space to the error message when execvp() failed.stefanf2009-12-051-1/+1
* Connect unzip to the build.rdivacky2009-12-031-0/+1
* Use USER_PROCESS instead of LOGIN_PROCESS.ed2009-12-031-1/+1
* Port users(1) to libulog.ed2009-12-032-22/+27
* Remove -t from the manpage and usage.jhb2009-12-012-6/+3
* Unbreak user space after if_timer/if_watchdog removal in r199975.bz2009-12-013-11/+0
* Add more statistics variables for IPcomp.bz2009-11-291-0/+10
* - correctly render the provided exampledanger2009-11-281-1/+1
* unifdef: fix invalid array access when nesting limit exceededfanf2009-11-271-4/+8
* unifdefall: optimise the loop that builds the unifdef command.fanf2009-11-261-9/+17
* Remove debugging remnants from unifdefall.fanf2009-11-261-2/+2
* Update unifdef to my upstream version 1.188fanf2009-11-253-134/+300
* Change gcore in order to get rid of the procfs accesses and use FreeBSD'sattilio2009-11-254-198/+185
* Add the possibility to show informations about dropped packets on theattilio2009-11-251-4/+13
* When -n is specified, attempt to turn hostnames found in utmp into IPume2009-11-221-11/+31
* The output of perror(1) is now showing local messages for localesedwin2009-11-221-0/+2
* Catch up with r144020's /Dir_FindFile/Path_FindFile/obrien2009-11-172-2/+2
* Garbage collect some old #ifdef'ed code from 1994 that causes vi's '%'obrien2009-11-172-27/+0
* We should distinguish between a real truncated case and EOF afterdelphij2009-11-161-3/+14
* Update malloc utrace structure parsing to reflect the change (r199265)cperciva2009-11-141-11/+8
* Use ncursesw to output the date field of vmstat displayume2009-11-132-2/+2
* Although the file has "ex:ts=4", do some " " -> \t translationsedwin2009-11-121-23/+23
* Apply a NetBSD fix (revision 1.12) to handle multi-session bzip2 filesdelphij2009-11-091-5/+14
* Use a safety belt for cases where corrupted narg can be passed to theattilio2009-11-071-1/+1
* Static'ify signal handler which is not called from outside.delphij2009-11-031-1/+1
* Use our canonical .Dd format.brueffer2009-11-021-1/+1
* When reading input from a file or device (via -f option) set themckusick2009-10-301-0/+1
* Add notes pointing out that bsdiff does not store file hashes andcperciva2009-10-302-0/+40
OpenPOWER on IntegriCloud