summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Add C/c/f/p/v switches plus a bunch of minor fixes and cleanups.rdivacky2009-09-082-42/+265
* Constify format string pointer, otherwise this would trigger warning whendelphij2009-09-081-1/+1
* Make sure to use up-to-date libarchive header files from source tree whenpjd2009-09-071-1/+1
* Add NFSv4 ACL support to find(1).trasz2009-09-041-25/+35
* Remove single occurance of HAS_CTYPE ifdef, ctype functionsache2009-09-041-1/+1
* Add ARP statistics to the kernel and netstat.gnn2009-09-033-0/+47
* Fix the problem that the entry broke into two lines with multi-byteume2009-08-303-12/+24
* Don't try to mmap the contents of empty files. This behaviour was harmlesscperciva2009-08-261-0/+4
* fstat: fix fsid comparison when executed on systems with 64-bit longavg2009-08-202-2/+2
* Add my birthdayfluffy2009-08-151-0/+1
* Update procstat(1) for the fact that devfs paths are no longer unsupported.rwatson2009-08-121-4/+2
* Correct a stack underflow in gzip:delphij2009-07-311-1/+5
* Update less to v436. This is considered as a bugfix release from vendor.delphij2009-07-291-4/+5
* Introduce a new sysctl process mib, kern.proc.groups which adds thebrooks2009-07-241-2/+40
* Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar tojhb2009-07-241-0/+3
* Move the check to ensure the locate database has the minimum required sizejhb2009-07-242-3/+2
* - Add my birthdayyzlin2009-07-211-0/+1
* Remove no longer needed #include after removing the legacybz2009-07-181-1/+0
* Make mklocale work again, now that fwrite()'s return codes are different.ed2009-07-141-2/+2
* Add manual page links to advertise procstat(1) a little better.trasz2009-07-093-3/+6
* Fix some uninitialise variables.brian2009-07-081-4/+4
* This addresses some issues with my earlier -R fix thatkientzle2009-07-062-66/+74
* This fixes bsdcpio's -R option to accept numerickientzle2009-07-032-20/+50
* Support shadow.byname and shadow.byuid maps, protecting them bybrian2009-06-253-0/+3
* Sync with NetBSD:delphij2009-06-243-10/+10
* Change the ABI of some of the structures used by the SYSV IPC API:jhb2009-06-241-1/+1
* Don't use sys/nfs/rpcv2.h - it is part of the old kernel RPC implementationdfr2009-06-243-20/+18
* Add libjail, a (somewhat) simpler interface to the jail_set and jail_getjamie2009-06-242-13/+6
* %.s expects an int as the length specifier, so cast properly.delphij2009-06-231-1/+2
* Use strlcpy() instead of manually setting the last byte of the array to \0.delphij2009-06-231-8/+4
* Use strlcpy() instead of explicitly set \0 on the tail of the array.delphij2009-06-231-2/+1
* Use C99 initialization when necessary; apply static to internal rountines.delphij2009-06-231-5/+5
* K&R -> ANSIdelphij2009-06-231-3/+1
* Use getprogname() instead of referencing __progname.delphij2009-06-231-3/+2
* Usermode portion of the support for swap allocation accounting:kib2009-06-231-13/+23
* Add support for uncompressing pack(1)'ed files. Pack(1) is a program founddelphij2009-06-212-1/+359
* Restore the check against running as root that I accidentally removed inbrooks2009-06-201-0/+9
* Implement the -z (zero counters) option for the various bpf counters.csjp2009-06-192-1/+9
* Two fixes for SMALL case when compiling with WARNS=6:delphij2009-06-191-1/+4
* In preparation for raising NGROUPS and NGROUPS_MAX, change basebrooks2009-06-193-13/+34
* When checking if we can write to a file, use access() instead of abrooks2009-06-191-28/+2
* Since the width is always 2, it is enough to put just oneume2009-06-181-2/+2
* Fix column width of weekday names for multibyte locales.ume2009-06-171-9/+18
* Add revoke(1).ed2009-06-154-0/+123
* Make the chpass Makefile honour NO_FSCHG.ed2009-06-151-3/+4
* Add volatile to sig_atomic_t where it was missing.des2009-06-141-1/+1
* Include <sys/module.h> for modfind().ed2009-06-141-0/+1
* Fix bug in zphys offset calculation I introduced while retypingbland2009-06-091-1/+1
* Chase ZFS v13 import changes.bland2009-06-091-1/+2
* Change the behaviour of -F slightly; it now persists (forever) inbrian2009-06-057-107/+144
OpenPOWER on IntegriCloud