aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Plug a memory leak.Xin LI2009-12-211-0/+1
* Cast time_t values to intmax_t and use %jd with printf.Jaakko Heinonen2009-12-211-5/+5
* Remove non-working special case for pipe(2) from amd64-fbsd32.c andJaakko Heinonen2009-12-213-26/+8
* Note that sockstat(1) does not display kernel-owned sockets.Dag-Erling Smørgrav2009-12-211-0/+7
* Avoid sharing the file descriptor of the output file with tracedJaakko Heinonen2009-12-201-0/+6
* Add fork(2), getegid(2), geteuid(2), getgid(2), getpid(2), getpgid(2),Jaakko Heinonen2009-12-201-0/+12
* Nationalise Easter -> PasenEdwin Groothuis2009-12-171-15/+16
* Sync getline() with comm(1):Jaakko Heinonen2009-12-171-9/+14
* The input line length limit mentioned on the manual page was removed byJaakko Heinonen2009-12-171-5/+1
* - Partially revert r200417. config.h brings several definitions,Stanislav Sedov2009-12-172-0/+2
* rewind(3) is already declared to return 'void', so no need for an explicit castRalf S. Engelschall2009-12-171-1/+1
* DEBUG is either defined or not defined for the 'calender' sources, so use #if...Ralf S. Engelschall2009-12-171-1/+1
* remove external reference to not (or at least no longer) existing variable 'm...Ralf S. Engelschall2009-12-171-1/+0
* Add Australian, New Zealand and Ukraian calendars to the "all" target".Edwin Groothuis2009-12-171-1/+4
* - Prevent overflowing of the buffer length variable in getline() byJaakko Heinonen2009-12-161-6/+12
* Style improvements:Xin LI2009-12-141-11/+11
* - Remove times.h from C programs that does not manipulate with time atXin LI2009-12-134-4/+0
* egetopt.c does not use any stdlib.h definations, nor it referenced anyXin LI2009-12-131-3/+0
* Use ANSI prototype for foldit().Xin LI2009-12-131-3/+1
* xinstall.c does not require ctype functions, so ctype.h is notXin LI2009-12-131-1/+0
* Staticify internal functions and make usage() a prototype.Xin LI2009-12-131-11/+11
* Use prototype for usage().Xin LI2009-12-131-1/+1
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-13120-17/+191
* Don't read the newline character to line buffer because lines are passedJaakko Heinonen2009-12-121-16/+13
* The input line length limit mentioned on the manual page was removed byJaakko Heinonen2009-12-121-5/+1
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-11121-193/+19
* Remove unnecessary termcap.h includes inherited from extern.h and otherXin LI2009-12-117-27/+16
* Move unistd.h includes to individual .c files and remove unnecessaryXin LI2009-12-119-2/+7
* Remove unnecessary includes.Xin LI2009-12-1110-20/+0
* Add my birthday.Gavin Atkinson2009-12-091-0/+1
* Let w(1) use utmpx.Ed Schouten2009-12-062-31/+28
* Let systat's vmstat use utmpx.Ed Schouten2009-12-052-16/+9
* Port who(1) to utmpx.Ed Schouten2009-12-052-58/+56
* Let wall(1) use utmpx.Ed Schouten2009-12-052-28/+29
* Let wall(1) use utmpx.Ed Schouten2009-12-052-18/+17
* Add WARNS?=6, because it seems to build out of the box.Ed Schouten2009-12-051-0/+2
* Use _ULOG_POSIX_NAMES here, to make eventual porting to <utmpx.h> easier.Ed Schouten2009-12-051-4/+5
* Add a missing space to the error message when execvp() failed.Stefan Farfeleder2009-12-051-1/+1
* Connect unzip to the build.Roman Divacky2009-12-031-0/+1
* Use USER_PROCESS instead of LOGIN_PROCESS.Ed Schouten2009-12-031-1/+1
* Port users(1) to libulog.Ed Schouten2009-12-032-22/+27
* Remove -t from the manpage and usage.John Baldwin2009-12-012-6/+3
* Unbreak user space after if_timer/if_watchdog removal in r199975.Bjoern A. Zeeb2009-12-013-11/+0
* Add more statistics variables for IPcomp.Bjoern A. Zeeb2009-11-291-0/+10
* - correctly render the provided exampleDaniel Gerzo2009-11-281-1/+1
* unifdef: fix invalid array access when nesting limit exceededTony Finch2009-11-271-4/+8
* unifdefall: optimise the loop that builds the unifdef command.Tony Finch2009-11-261-9/+17
* Remove debugging remnants from unifdefall.Tony Finch2009-11-261-2/+2
* Update unifdef to my upstream version 1.188Tony Finch2009-11-253-134/+300
* Change gcore in order to get rid of the procfs accesses and use FreeBSD'sAttilio Rao2009-11-254-198/+185