| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't print the archive name with -p and -q options. | jh | 2009-12-22 | 1 | -1/+2 |
* | Plug a memory leak. | delphij | 2009-12-21 | 1 | -0/+1 |
* | Cast time_t values to intmax_t and use %jd with printf. | jh | 2009-12-21 | 1 | -5/+5 |
* | Remove non-working special case for pipe(2) from amd64-fbsd32.c and | jh | 2009-12-21 | 3 | -26/+8 |
* | Note that sockstat(1) does not display kernel-owned sockets. | des | 2009-12-21 | 1 | -0/+7 |
* | Avoid sharing the file descriptor of the output file with traced | jh | 2009-12-20 | 1 | -0/+6 |
* | Add fork(2), getegid(2), geteuid(2), getgid(2), getpid(2), getpgid(2), | jh | 2009-12-20 | 1 | -0/+12 |
* | Nationalise Easter -> Pasen | edwin | 2009-12-17 | 1 | -15/+16 |
* | Sync getline() with comm(1): | jh | 2009-12-17 | 1 | -9/+14 |
* | The input line length limit mentioned on the manual page was removed by | jh | 2009-12-17 | 1 | -5/+1 |
* | - Partially revert r200417. config.h brings several definitions, | stas | 2009-12-17 | 2 | -0/+2 |
* | rewind(3) is already declared to return 'void', so no need for an explicit cast | rse | 2009-12-17 | 1 | -1/+1 |
* | DEBUG is either defined or not defined for the 'calender' sources, so use #if... | rse | 2009-12-17 | 1 | -1/+1 |
* | remove external reference to not (or at least no longer) existing variable 'm... | rse | 2009-12-17 | 1 | -1/+0 |
* | Add Australian, New Zealand and Ukraian calendars to the "all" target". | edwin | 2009-12-17 | 1 | -1/+4 |
* | - Prevent overflowing of the buffer length variable in getline() by | jh | 2009-12-16 | 1 | -6/+12 |
* | Style improvements: | delphij | 2009-12-14 | 1 | -11/+11 |
* | - Remove times.h from C programs that does not manipulate with time at | delphij | 2009-12-13 | 4 | -4/+0 |
* | egetopt.c does not use any stdlib.h definations, nor it referenced any | delphij | 2009-12-13 | 1 | -3/+0 |
* | Use ANSI prototype for foldit(). | delphij | 2009-12-13 | 1 | -3/+1 |
* | xinstall.c does not require ctype functions, so ctype.h is not | delphij | 2009-12-13 | 1 | -1/+0 |
* | Staticify internal functions and make usage() a prototype. | delphij | 2009-12-13 | 1 | -11/+11 |
* | Use prototype for usage(). | delphij | 2009-12-13 | 1 | -1/+1 |
* | Revert most part of 200420 as requested, as more review and polish is | delphij | 2009-12-13 | 120 | -17/+191 |
* | Don't read the newline character to line buffer because lines are passed | jh | 2009-12-12 | 1 | -16/+13 |
* | The input line length limit mentioned on the manual page was removed by | jh | 2009-12-12 | 1 | -5/+1 |
* | Remove unneeded header includes from usr.bin/ except contributed code. | delphij | 2009-12-11 | 121 | -193/+19 |
* | Remove unnecessary termcap.h includes inherited from extern.h and other | delphij | 2009-12-11 | 7 | -27/+16 |
* | Move unistd.h includes to individual .c files and remove unnecessary | delphij | 2009-12-11 | 9 | -2/+7 |
* | Remove unnecessary includes. | delphij | 2009-12-11 | 10 | -20/+0 |
* | Add my birthday. | gavin | 2009-12-09 | 1 | -0/+1 |
* | Let w(1) use utmpx. | ed | 2009-12-06 | 2 | -31/+28 |
* | Let systat's vmstat use utmpx. | ed | 2009-12-05 | 2 | -16/+9 |
* | Port who(1) to utmpx. | ed | 2009-12-05 | 2 | -58/+56 |
* | Let wall(1) use utmpx. | ed | 2009-12-05 | 2 | -28/+29 |
* | Let wall(1) use utmpx. | ed | 2009-12-05 | 2 | -18/+17 |
* | Add WARNS?=6, because it seems to build out of the box. | ed | 2009-12-05 | 1 | -0/+2 |
* | Use _ULOG_POSIX_NAMES here, to make eventual porting to <utmpx.h> easier. | ed | 2009-12-05 | 1 | -4/+5 |
* | Add a missing space to the error message when execvp() failed. | stefanf | 2009-12-05 | 1 | -1/+1 |
* | Connect unzip to the build. | rdivacky | 2009-12-03 | 1 | -0/+1 |
* | Use USER_PROCESS instead of LOGIN_PROCESS. | ed | 2009-12-03 | 1 | -1/+1 |
* | Port users(1) to libulog. | ed | 2009-12-03 | 2 | -22/+27 |
* | Remove -t from the manpage and usage. | jhb | 2009-12-01 | 2 | -6/+3 |
* | Unbreak user space after if_timer/if_watchdog removal in r199975. | bz | 2009-12-01 | 3 | -11/+0 |
* | Add more statistics variables for IPcomp. | bz | 2009-11-29 | 1 | -0/+10 |
* | - correctly render the provided example | danger | 2009-11-28 | 1 | -1/+1 |
* | unifdef: fix invalid array access when nesting limit exceeded | fanf | 2009-11-27 | 1 | -4/+8 |
* | unifdefall: optimise the loop that builds the unifdef command. | fanf | 2009-11-26 | 1 | -9/+17 |
* | Remove debugging remnants from unifdefall. | fanf | 2009-11-26 | 1 | -2/+2 |
* | Update unifdef to my upstream version 1.188 | fanf | 2009-11-25 | 3 | -134/+300 |