summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* I was too conservative with my header changes, so restore some sanitydougb2002-08-151-2/+3
* Unbreak building of fstat following version 1.23 ofbmilekic2002-08-141-1/+1
* Use proper #includeache2002-08-141-1/+1
* Add #undefs to separate local buffers declaration and now dinamic libc buffersache2002-08-141-0/+5
* mdoc(7) police: simplify.ru2002-08-141-3/+1
* mdoc(7) police: Forgot to bump .Dd.ru2002-08-141-1/+1
* mdoc(7) police:ru2002-08-141-11/+17
* Fix the usage() to match style(9).ru2002-08-141-3/+4
* mdoc(7) police: nits.ru2002-08-141-3/+5
* A much better description of the -q option.dougb2002-08-131-5/+10
* If a timeout is specified, make sure that rcmd() completes withiniedowse2002-08-131-0/+18
* mdoc(7) police: Removed redundant .Ns calls.ru2002-08-131-2/+2
* mdoc(7) police: untangle.ru2002-08-131-1/+1
* A cooperative effort...dougb2002-08-133-100/+150
* Fix typing error in prev. commitache2002-08-121-1/+1
* Fix style bug in prev. commitache2002-08-121-2/+1
* Fix su job control (recently introduced for PAM cleanup purposes) to notache2002-08-121-3/+6
* Fix typos; each file has at least one s/seperat/separat/schweikh2002-08-112-3/+3
* main.c:450: warning: `targs' might be used uninitialized in this functionru2002-08-111-1/+1
* Locale environment variables influence wc(1) regardless of whether thetjr2002-08-111-4/+1
* Use the iswspace(3) function now that it's been implemented.tjr2002-08-112-5/+5
* Correct boundary condition error in `D' and `P' commands when the lasttjr2002-08-111-6/+3
* Add #include <sys/sysctl.h>. In my tree, mount.h includesmux2002-08-111-0/+1
* - Introduce a new struct xvfsconf, the userland version of struct vfsconf.mux2002-08-103-12/+19
* truss hasn't been ported to ia64 yet.jake2002-08-101-2/+1
* xlint seems to build fine on sparc64.jake2002-08-101-1/+1
* Put getconf in the right place.jake2002-08-101-1/+1
* The boottime variable in sys/kern/kern_tc.c is a struct timeval, not atmm2002-08-091-3/+4
* Add a new flag (-l) that suppresses quota checks on NFS filesystems.iedowse2002-08-092-7/+26
* Fix a few compiler warnings, sort options and make the usage()iedowse2002-08-092-27/+29
* Pacify ``make -f /dev/null -V FOO''.ru2002-08-071-34/+32
* Remove an unnecessary cast.mdodd2002-08-071-2/+2
* Back out workaround of fixing "suspend/fg" by price of breaking "stop $$/fg".ache2002-08-071-1/+3
* - Use time.h not sys/time.h.mdodd2002-08-069-13/+13
* Remove Australia from list of locations supposedly having a bankgrog2002-08-051-2/+1
* Remove extra space in output.mdodd2002-08-051-1/+1
* Diff reduction.mdodd2002-08-056-140/+244
* Use timespec not timeval.mdodd2002-08-053-15/+24
* Ported to sparc64.jake2002-08-044-5/+372
* Include <sys/time.h> for the declaration of struct timeval. Do notbde2002-08-047-0/+7
* Add options to print the argument and environment string parameters tomdodd2002-08-0410-6/+146
* Add a "FreeBSD ELF32" entry to ex_types[].mdodd2002-08-041-0/+1
* Terminate the output line when a non-returning syscall is printed.mdodd2002-08-045-0/+5
* Add options to print absolute and relative timestamps.mdodd2002-08-044-5/+46
* Allow tracking fork()ed children.mdodd2002-08-0411-10/+80
* Parameterize globals.mdodd2002-08-0411-143/+196
* Use a cast to `void *' before casting to a pointer to a structurerobert2002-08-021-5/+8
* Don't depend on namespace pollution from <netinet/in_pcb.h>.des2002-08-011-0/+2
* Implement the -l and -c options, which I'd forgotten.des2002-08-011-6/+17
* Rewrite sockstat(1) in C.des2002-07-314-257/+596
OpenPOWER on IntegriCloud