| Commit message (Expand) | Author | Age | Files | Lines |
* | This now passes a make universe with WARNS=6. | dwmalone | 2010-01-07 | 1 | -2/+0 |
* | This now passes a make universe with WARNS=6. | dwmalone | 2010-01-07 | 1 | -2/+0 |
* | When restoring files, use the mode for the mode. | kientzle | 2010-01-06 | 1 | -2/+2 |
* | 1) Mark usage as dead2. | dwmalone | 2010-01-05 | 1 | -17/+10 |
* | Shuffle parens to avoid type-punning warning. | dwmalone | 2010-01-05 | 1 | -1/+1 |
* | 1) Make usage() as dead2 - it helps the compiler know that some vars | dwmalone | 2010-01-05 | 1 | -7/+8 |
* | Change a char that is used as an index into an array into an unisgned char. | dwmalone | 2010-01-05 | 2 | -2/+2 |
* | Add ability to search up the directory hierarchy for the system directory. | obrien | 2010-01-04 | 4 | -11/+158 |
* | Modernize scandir(3) and alphasort(3) interfaces according to the IEEE | kib | 2010-01-04 | 2 | -4/+10 |
* | Report lines that ought to contain a ':' operator but start with a '.' | obrien | 2010-01-04 | 1 | -2/+5 |
* | Add check for subversion "original" marker. | obrien | 2010-01-04 | 1 | -0/+1 |
* | Fix return code in the case of successful file transfer, broken in | gavin | 2010-01-03 | 1 | -2/+6 |
* | 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 |