aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* sync from headSimon J. Gerraty2013-04-12117-2448/+1647
|\
| * - Do not bail out if stat(2) fails with ENOENT in the spool directory. ThisPietro Cerutti2013-04-121-2/+26
| * - Switch order of setting real uid and gid. If we set uid first, then wePietro Cerutti2013-04-121-1/+1
| * Fix bugs in the elapsed time calculation in ctlstat_standard()Kenneth D. Merry2013-04-111-7/+3
| * Minor spelling and grammar fixes.Joel Dahl2013-04-111-1/+1
| * Remove contractions.Joel Dahl2013-04-111-8/+8
| * fuser(1) requires a filename.Eitan Adler2013-04-111-1/+1
| * Use kvm_counter_u64_fetch() to fix obtaining ipstat and tcpstat fromGleb Smirnoff2013-04-103-29/+69
| * Fix a time calculation error in ctlstat_standard().Kenneth D. Merry2013-04-101-2/+3
| * Merge from projects/counters: TCP/IP stats.Gleb Smirnoff2013-04-081-124/+130
| * Correct the path.Jaakko Heinonen2013-04-061-2/+2
| * Add myself as a ports committer and my mentor relationship.William Grzybowski2013-04-041-0/+1
| * Update to bmake-20130330Simon J. Gerraty2013-04-023-6/+7
| |\
| * | Make it possible to build CTL as a module.Edward Tomasz Napierala2013-04-021-1/+2
| * | Update to upstream version 2.7Tony Finch2013-03-284-216/+416
| * | Make `systat -vmstat` to use suffixes to display big floating point numbersAlexander Motin2013-03-231-0/+8
| * | MFV r248590,248594:Martin Matuska2013-03-225-6/+49
| * | Replace deprecated (or remove obsolete) libarchive 2.8 functionsMartin Matuska2013-03-224-12/+8
| * | find: Include nanoseconds when comparing timestamps of files.Jilles Tjoelker2013-03-172-20/+29
| * | Remove EOL whitespace accidentally introduced in r248393.Joel Dahl2013-03-172-2/+2
| * | Move example to EXAMPLES.Joel Dahl2013-03-171-7/+5
| * | Add a couple of examples.Joel Dahl2013-03-162-2/+26
| * | Fix version in the .Fx macro.Sergey Kandaurov2013-03-161-1/+1
| * | Replace our (un)vis(1) commands with implementations from NetBSD toBrooks Davis2013-03-158-608/+6
| * | No need to call an external program.David E. O'Brien2013-03-131-2/+1
| * | Revert r246917, as it is causing incorrect behaviour as reported onMark Johnston2013-03-121-1/+1
| * | Fix the 'C' field for a running thread to match the behavior describedJohn Baldwin2013-03-111-2/+9
| * | Fix spelling.Gleb Smirnoff2013-03-111-2/+2
| * | Add forgotten .ElAlexander V. Chernikov2013-03-091-0/+1
| * | Document netstat -Q flags meaning.Alexander V. Chernikov2013-03-091-1/+6
| * | Garbage collect NWFS and NCP bits which are now completely disconnectedAttilio Rao2013-03-097-1105/+0
| * | Add arm bits to truss.Olivier Houchard2013-03-074-1/+376
| * | Make c99(1) invoke /usr/bin/cc with argv[0] set to "/usr/bin/cc" insteadDimitry Andric2013-03-071-1/+1
| * | Make c89(1) invoke /usr/bin/cc with argv[0] also set to /usr/bin/cc,Dimitry Andric2013-03-071-1/+1
| * | Fix typo ('1' != 'l')Eitan Adler2013-03-041-1/+1
| * | Due to calendar(1)'s abuse of the C preprocessor "unix" gets expanded toEitan Adler2013-03-041-0/+1
| * | Add an option for finding sparse files.David Malone2013-03-034-1/+31
| * | - Implement two new system calls:Pawel Jakub Dawidek2013-03-021-0/+7
| * | Merge Capsicum overhaul:Pawel Jakub Dawidek2013-03-023-17/+44
| * | Properly handle '-h' argument.Glen Barber2013-02-281-1/+1
| * | Revert r247300 for now. I'll post a new changeset for review.Xin LI2013-02-263-11/+11
| * | Expose timespec and timeval macros when __BSD_VISIBLE is defined. ThisXin LI2013-02-263-11/+11
| * | Remove EOL whitespace.Joel Dahl2013-02-251-6/+6
| * | Fix several new & old style issues.Alexander V. Chernikov2013-02-203-14/+12
| * | Add interface name filtering via 'match' cmd.Alexander V. Chernikov2013-02-203-25/+162
| * | dtc: fix bootstrapping from 8.2-STABLEUlrich Spörlein2013-02-191-0/+4
| * | WARNS=6 compliancePhilippe Charnier2013-02-191-1/+3
| * | WARNS=6 compliancePhilippe Charnier2013-02-196-11/+10
| * | Remove old-style function definitionPhilippe Charnier2013-02-191-1/+1
| * | Strengthen the check in IS_OUT_OF_BOUNDS to ensure that (j - 1) is aMark Johnston2013-02-171-1/+1