| Commit message (Expand) | Author | Age | Files | Lines |
* | Build usr.bin/ with WARNS=6 by default. | ed | 2010-01-02 | 133 | -79/+138 |
* | Mute some warnings on uninitialized variables. | ed | 2010-01-02 | 2 | -3/+3 |
* | Remove a warning by adding extra parentheses. | ed | 2010-01-02 | 1 | -1/+1 |
* | Add missing #include for string routines. | ed | 2010-01-02 | 1 | -0/+1 |
* | ANSIfy various tools in usr.bin/. | ed | 2010-01-02 | 13 | -61/+35 |
* | The devices that supported EVFILT_NETDEV kqueue filters were removed in | brooks | 2009-12-31 | 1 | -1/+1 |
* | Treat an empty argument as an error, instead of fetching the | ru | 2009-12-30 | 1 | -0/+5 |
* | Let both yacc and lex generate code that passes -Wold-style-definition. | ed | 2009-12-30 | 3 | -6/+10 |
* | ANSIfy almost all applications that use WARNS=6. | ed | 2009-12-29 | 4 | -25/+12 |
* | Add missing `void' keyword. | ed | 2009-12-29 | 1 | -1/+1 |
* | Add missing `void' keyword. | ed | 2009-12-29 | 1 | -1/+1 |
* | Add missing `void' keyword for function without arguments. | ed | 2009-12-29 | 1 | -1/+1 |
* | ar only needs to support ar format. | kientzle | 2009-12-29 | 2 | -2/+2 |
* | Migrate finger(1) away from <utmp.h>. | ed | 2009-12-28 | 8 | -68/+54 |
* | Several refinements to libulog's API. | ed | 2009-12-26 | 1 | -1/+1 |
* | Fix grammar and reduce ambiguity. | delphij | 2009-12-26 | 1 | -3/+3 |
* | Let the width of the username column depend on the rwho file format. | ed | 2009-12-25 | 1 | -2/+1 |
* | Document the difference between FreeBSD and traditional System V killall | delphij | 2009-12-25 | 1 | -1/+12 |
* | Allow proper tracing of posix_openpt(2). | ed | 2009-12-23 | 1 | -0/+2 |
* | 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 |