summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Close uniq(1) in the capability mode sandbox and limit descriptors usingpjd2013-07-181-0/+43
* - Make localtime(3) to work in sandbox.pjd2013-07-181-5/+28
* Sweep unused nlist entries.glebius2013-07-161-48/+26
* Nuke "systat -mbuf". It was broken since FreeBSD 5, and since thereglebius2013-07-155-209/+2
* Introduce new structure sfstat for collecting sendfile's statisticsae2013-07-152-11/+15
* Add -F fibnum option to specify an FIB number for -r flag.hrs2013-07-124-11/+40
* Report error for out-of-range numerical inputs. Requested by brooks.theraven2013-07-101-0/+8
* Migrate structs ahstat, espstat, ipcompstat, ipipstat, pfkeystat,ae2013-07-092-5/+5
* Migrate struct carpstats to PCPU counters.ae2013-07-091-1/+1
* Migrate structs ip6stat, icmp6stat and rip6stat to PCPU counters.ae2013-07-091-3/+3
* Migrate structs arpstat, icmpstat, mrtstat, pimstat and udpstat to PCPUae2013-07-092-5/+5
* Use new macros to implement ipstat and tcpstat using PCPU counters.ae2013-07-093-20/+16
* Prepare network statistics structures for migration to PCPU counters.ae2013-07-093-125/+109
* Remove unnecessary cast to pid_t.kevlo2013-07-042-3/+3
* Merge r252513 from src/gnu/usr.bin/patch into src/usr.bin/patch:obrien2013-07-031-1/+1
* Merge r252512 from src/gnu/usr.bin/patch into src/usr.bin/patch:obrien2013-07-031-2/+6
* Few more style nits.pjd2013-07-031-13/+10
* Sandbox rwho(1) using capability mode and Capsicum capabilities.pjd2013-07-031-3/+23
* Style cleanups.pjd2013-07-031-45/+53
* As a followup to r252547, propate const down the call stack.peter2013-07-031-1/+1
* Attempt to deal with a compile failure that shows up with gcc, whichpeter2013-07-032-0/+4
* If you've compiled your base system with WITH_ICONV, then use it for svnpeter2013-07-012-0/+10
* Update to current configuration.peter2013-07-013-13/+139
* killall: add -q flag to suppress error message when no processes are matchedmjg2013-06-302-4/+11
* truss: recognize O_DIRECTORY, O_EXEC, O_TTY_INIT and O_CLOEXECmjg2013-06-301-1/+1
* Adding myself to the calendar!hiren2013-06-301-0/+1
* Enable svnlite on armv6.kientzle2013-06-291-1/+1
* - Trim an unused and bogus Makefile for mount_smbfs.davide2013-06-286-0/+7
* sed: use getline() instead of fgetln().pfg2013-06-261-8/+11
* - Adding myself to the committers-ports.dotfeld2013-06-261-0/+1
* Only enable svn on amd64/ia64/sparc64/i386.peter2013-06-201-1/+1
* Fix a couple of typos that broke buildworld for me.truckman2013-06-191-2/+2
* Bandaid: mips doesn't seem to have the full set of atomics builtins. Ipeter2013-06-191-0/+2
* Tweak generated config to make it more likely to work on 32 bit systems.peter2013-06-181-2/+17
* Fix bug in destructor for checker manager in DTC that caused segfaults ontheraven2013-06-181-0/+1
* Introduce svnlite so that we can check out our source code again.peter2013-06-1841-0/+3245
* Fix header guards.eadler2013-06-171-2/+2
* Clean up -Wheader-guard warnings.pluknet2013-06-172-2/+2
* Add a checker to dtc, based on a feature request from rwatson / brooks.theraven2013-06-172-0/+58
* - add myselfrm2013-06-171-0/+1
* Revert revision 251648. style(9) requires an empty line here.grog2013-06-131-0/+1
* Upgrade our copy of llvm/clang to 3.3 release.dim2013-06-125-11/+26
* style(9)grog2013-06-121-1/+0
* Handle some expression regressions.grog2013-06-126-71/+113
* Bump the CPU/WCPU column width by one so that it fits values from 100% upjhb2013-06-111-6/+6
* Modify nfsstat.c so that it prints out an error when a non-rootrmacklem2013-06-091-0/+3
* - Add file system type number (vfc_typenum) in the list. This is usefulhrs2013-06-092-37/+38
* Print file names without stdio buffering to avoid mixing buffered andjh2013-06-094-5/+18
* Use getnameinfo(3) instead of inet_ntop(3) to make printable versions ofae2013-06-071-1/+3
* Adjust CFLAGS to pick up correct regex.h and posix/regex.h. Note thisjkim2013-06-061-1/+1
OpenPOWER on IntegriCloud