summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
...
* Belatedly add my calendar entry.bcr2009-10-051-0/+1
* netstat(1) support for UNIX SOCK_SEQPACKET sockets -- changes were requiredrwatson2009-10-053-7/+26
* Backout changes for c_fmt, x_fmt and X_fmt, they were coming fromedwin2009-10-051-3/+0
* Modified locale(1) to be able to show the altmon_X fields and the [cxX]_fmt's.edwin2009-10-052-8/+40
* The 6bone was decommissioned on 6/6/06, so remove references to it.dougb2009-10-032-19/+8
* Use %zu for size_t, not %zd.emaste2009-09-231-3/+3
* In netstat -x, do not try to print out tcp timer status for udp sockets.silby2009-09-231-8/+10
* Update find(1) man page for -L/-delete interaction.jilles2009-09-201-1/+2
* IEEE Std 1003.1, 2004 Edition states:dds2009-09-201-2/+1
* Follow POSIX (IEEE Std 1003.1, 2004 Edition) in the implementationdds2009-09-201-9/+12
* Allow [ to be used as a delimiter.dds2009-09-201-1/+1
* Add the ability to see TCP timers via netstat -x. This can be a usefulsilby2009-09-162-7/+20
* 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
OpenPOWER on IntegriCloud