aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Avoid signed overflow in error handling code.Eitan Adler2013-05-211-1/+3
* Connect flex 2.5.37 to the build and bump __FreeBSD_version.Jung-uk Kim2013-05-2131-15377/+9874
* Sync with upstream version (20130520) that includes same fixes made last week.Simon J. Gerraty2013-05-201-2/+2
|\
* | Per the comment, we cannot rely on bsd.own.mkSimon J. Gerraty2013-05-171-7/+6
* | We really need to get the bsd.own.mk from this tree so theSimon J. Gerraty2013-05-171-0/+8
* | guard against MK_SHARED_TOOLCHAIN not being defined.Xin LI2013-05-161-1/+1
* | Similar to r250719: guard against MK_BMAKE not being defined.Xin LI2013-05-161-1/+1
* | Reverse the sense of the test wrt bmake, and guard againstSimon J. Gerraty2013-05-161-1/+1
* | Build bmake by default.Simon J. Gerraty2013-05-161-0/+7
* | mdoc sweep.Joel Dahl2013-05-121-1/+3
* | Add some missing DPADD.Antoine Brodin2013-05-111-1/+1
* | REST IN PEACEXin LI2013-05-101-0/+1
* | Add option to lockf to avoid creating a file if it does not exist.Eitan Adler2013-05-102-8/+28
* | Bump .Dd for recent content change.Eitan Adler2013-05-101-1/+1
* | Implement 'split -d' which allows a numeric suffix instead of anEitan Adler2013-05-102-5/+29
* | Style(9) changes fo xargs.cEitan Adler2013-05-101-2/+4
* | Improve compatibility with recent flex from flex.sourceforge.net.Jung-uk Kim2013-05-033-5/+5
* | Reduce diff with upstream.Jung-uk Kim2013-05-0312-32/+45
* | Similar to 233760 and 236717, export some more useful info about theJohn Baldwin2013-05-032-0/+31
* | Op 30 April 2013 trad koninging Beatrix af en werd kroonprins WillemEdwin Groothuis2013-05-031-4/+4
* | Document that the NFSv4 server statistics are operation counts andRick Macklem2013-05-011-1/+5
* | When the world is built WITHOUT_OPENSSH also don'tEitan Adler2013-04-281-1/+4
* | Fix EXIT STATUS. biff reports its status when it was invoked.Joel Dahl2013-04-281-3/+3
* | Constify where appropriate.Eitan Adler2013-04-231-2/+2
* | Cleanups to touch.cEitan Adler2013-04-231-20/+22
* | Wrong cast.Mikolaj Golub2013-04-201-2/+1
* | Sync gcore(1) with the recent changes in kernel code aimed at addingMikolaj Golub2013-04-202-203/+374
* | Make use of newly added libprocstat(3) ability to extract procstatMikolaj Golub2013-04-202-17/+32
* | Use procstat_getkstack(3) for retrieving process kernel stacksMikolaj Golub2013-04-203-55/+15
* | Use libprocstat(3) to retrieve ELF auxiliary vector.Mikolaj Golub2013-04-203-96/+10
* | Use libprocstat(3) to retrieve process command line arguments andMikolaj Golub2013-04-203-34/+22
* | Use libprocstat(3) when retrieving binary information for a process.Mikolaj Golub2013-04-203-29/+8
* | Use procstat_getrlimit(3) for retrieving rlimit information instead ofMikolaj Golub2013-04-203-18/+5
* | Use procstat_getumask(3) for retrieving umaks information instead ofMikolaj Golub2013-04-201-13/+5
* | Use procstat_getgroups(3) for retrieving groups information instead ofMikolaj Golub2013-04-203-30/+11
* | Use more generic procstat_getvmmap(3) for retrieving VM layout of a process.Mikolaj Golub2013-04-203-4/+4
* | Use procstat_getprocs(3) for retrieving thread information instead ofMikolaj Golub2013-04-204-66/+17
* | Add the Clang specific -Wmissing-variable-declarations to WARNS=6.Ed Schouten2013-04-197-2/+15
* | Replace hardcoded numbers. Also use interface-local scope name insteadAndrey V. Elsukov2013-04-161-9/+9
* | Fix typo from previous commit.Joel Dahl2013-04-141-1/+1
* | LSD first synthesised 16/11/38, not 7/4/43.Joel Dahl2013-04-141-1/+1
* | Correct spelling is "Christiaan Huygens".Joel Dahl2013-04-141-1/+1
* | Upgrade our copy of llvm/clang to trunk r178860, in preparation of theDimitry Andric2013-04-1233-541/+467
* | - 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