summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Add ability to search up the directory hierarchy for the system directory.obrien2010-01-044-11/+158
* Modernize scandir(3) and alphasort(3) interfaces according to the IEEEkib2010-01-042-4/+10
* Report lines that ought to contain a ':' operator but start with a '.'obrien2010-01-041-2/+5
* Add check for subversion "original" marker.obrien2010-01-041-0/+1
* Fix return code in the case of successful file transfer, broken ingavin2010-01-031-2/+6
* Build usr.bin/ with WARNS=6 by default.ed2010-01-02133-79/+138
* Mute some warnings on uninitialized variables.ed2010-01-022-3/+3
* Remove a warning by adding extra parentheses.ed2010-01-021-1/+1
* Add missing #include for string routines.ed2010-01-021-0/+1
* ANSIfy various tools in usr.bin/.ed2010-01-0213-61/+35
* The devices that supported EVFILT_NETDEV kqueue filters were removed inbrooks2009-12-311-1/+1
* Treat an empty argument as an error, instead of fetching theru2009-12-301-0/+5
* Let both yacc and lex generate code that passes -Wold-style-definition.ed2009-12-303-6/+10
* ANSIfy almost all applications that use WARNS=6.ed2009-12-294-25/+12
* Add missing `void' keyword.ed2009-12-291-1/+1
* Add missing `void' keyword.ed2009-12-291-1/+1
* Add missing `void' keyword for function without arguments.ed2009-12-291-1/+1
* ar only needs to support ar format.kientzle2009-12-292-2/+2
* Migrate finger(1) away from <utmp.h>.ed2009-12-288-68/+54
* Several refinements to libulog's API.ed2009-12-261-1/+1
* Fix grammar and reduce ambiguity.delphij2009-12-261-3/+3
* Let the width of the username column depend on the rwho file format.ed2009-12-251-2/+1
* Document the difference between FreeBSD and traditional System V killalldelphij2009-12-251-1/+12
* Allow proper tracing of posix_openpt(2).ed2009-12-231-0/+2
* Don't print the archive name with -p and -q options.jh2009-12-221-1/+2
* Plug a memory leak.delphij2009-12-211-0/+1
* Cast time_t values to intmax_t and use %jd with printf.jh2009-12-211-5/+5
* Remove non-working special case for pipe(2) from amd64-fbsd32.c andjh2009-12-213-26/+8
* Note that sockstat(1) does not display kernel-owned sockets.des2009-12-211-0/+7
* Avoid sharing the file descriptor of the output file with tracedjh2009-12-201-0/+6
* Add fork(2), getegid(2), geteuid(2), getgid(2), getpid(2), getpgid(2),jh2009-12-201-0/+12
* Nationalise Easter -> Pasenedwin2009-12-171-15/+16
* Sync getline() with comm(1):jh2009-12-171-9/+14
* The input line length limit mentioned on the manual page was removed byjh2009-12-171-5/+1
* - Partially revert r200417. config.h brings several definitions,stas2009-12-172-0/+2
* rewind(3) is already declared to return 'void', so no need for an explicit castrse2009-12-171-1/+1
* DEBUG is either defined or not defined for the 'calender' sources, so use #if...rse2009-12-171-1/+1
* remove external reference to not (or at least no longer) existing variable 'm...rse2009-12-171-1/+0
* Add Australian, New Zealand and Ukraian calendars to the "all" target".edwin2009-12-171-1/+4
* - Prevent overflowing of the buffer length variable in getline() byjh2009-12-161-6/+12
* 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
OpenPOWER on IntegriCloud