aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Start on a new library (libsysdecode) that provides routines for decodingJohn Baldwin2015-12-157-197/+10
* - Properly set mode and atime/ctime for symlinksAlex Kozlov2015-12-131-6/+10
* - Allow to extract symlinksAlex Kozlov2015-12-112-34/+75
* - Remove stray whitespacesAlex Kozlov2015-12-111-3/+2
* Add ppcboot FAT type. Needed to create a bootable powerpc image.Warner Losh2015-12-113-0/+6
* Use LIBADD for pthread.Bryan Drewery2015-12-101-2/+2
* Merge bmake-20151201Simon J. Gerraty2015-12-083-6/+24
|\
* | DIRDEPS_BUILD: Update dependencies.Bryan Drewery2015-12-071-0/+1
* | Add missing CLEANFILES.Bryan Drewery2015-12-071-0/+1
* | Remove disconnected directory RETEST.Bryan Drewery2015-12-043-130/+0
* | Fix LDADD/DPADD that should be LIBADD.Bryan Drewery2015-12-0420-56/+34
* | Avoid -Wmissing-initializerTony Finch2015-12-031-14/+14
* | Update to upstream version 2.11Tony Finch2015-12-033-31/+149
* | Don't override LIB*DIR variables from src.libnames.mk.Bryan Drewery2015-12-014-24/+24
* | Fix typos in error messages dealing with unknown groups/usersEnji Cooper2015-12-011-2/+2
* | Add more text to explain --libxo flag.Craig Rodrigues2015-12-014-5/+35
* | Some problems were introduced during the libxo-ification of vmstat, fix themAllan Jude2015-12-011-7/+17
* | At the time a destination or a gateway of `netstat -r'Hajimu UMEMOTO2015-12-011-6/+14
* | Fix rctl rule filters - eg the 'rctl -r :' case.Edward Tomasz Napierala2015-12-011-10/+30
* | META MODE: Update dependencies with 'the-lot' and add missing directories.Bryan Drewery2015-12-0134-32/+355
* | Update dependencies after r291406 added libelf to libkvm.Bryan Drewery2015-12-0110-0/+11
* | Improve error reporting to clearly show problematic rules.Edward Tomasz Napierala2015-11-291-61/+83
* | Simplify rule retrieval and improve error handling.Edward Tomasz Napierala2015-11-291-26/+38
* | Fix some memory management problems.Edward Tomasz Napierala2015-11-291-13/+17
* | Handle asprintf(3) errors in a standards-compliant way.Edward Tomasz Napierala2015-11-291-24/+29
* | Rewrite the rctl(8) utility to make it possible to add multiple rulesEdward Tomasz Napierala2015-11-292-135/+178
* | User and group identifiers the rctl(8) utility receives from the kernelEdward Tomasz Napierala2015-11-291-3/+7
* | Use LIBEXECDIR for /usr/libexec.Bryan Drewery2015-11-264-4/+4
* | Replace DPSRCS that work fine in SRCS.Bryan Drewery2015-11-253-5/+3
* | Remove redundant DPSRCS which were already in SRCS.Bryan Drewery2015-11-252-5/+0
* | Fix spelling error.Bryan Drewery2015-11-251-1/+1
* | META MODE: Remove unneeded libmd.host dependency for xinstall.host.Bryan Drewery2015-11-251-12/+0
* | META MODE: Fix 'make bootstrap-tools'.Bryan Drewery2015-11-253-1/+34
* | META MODE: Don't create .meta files when symlinking sources into the obj dire...Bryan Drewery2015-11-252-3/+3
* | META MODE: Fix 'make the-lot' with recent locale changesBryan Drewery2015-11-251-0/+39
* | Fix udp entry of `netstat -TW'.Hajimu UMEMOTO2015-11-251-0/+2
* | Correct alignment of the addresses in the `netstat -aW' output.Hajimu UMEMOTO2015-11-241-12/+21
* | Add myself (lidl) to the calendar.freebsd file.Kurt Lidl2015-11-241-0/+1
* | Add missing error check after xo_parse_args() in netstat(8).Hajimu UMEMOTO2015-11-241-0/+2
* | Remove unneeded libutil dependency for sendmail.Bryan Drewery2015-11-241-1/+0
* | bc(1): Fix memory corruption issuesPedro F. Giffuni2015-11-241-9/+14
* | Compute the median of the data set as the midpoint between the two middleMarcelo Araujo2015-11-241-2/+4
* | bc: sync with OpenBSDPedro F. Giffuni2015-11-224-13/+14
* | Add a missing brace to fix vmstat -s output.Mark Johnston2015-11-211-1/+1
* | Revert a modification that crept in and should notBaptiste Daroussin2015-11-211-1/+1
* | Synchronize m4(1) with OpenBSDBaptiste Daroussin2015-11-216-45/+15
* | colldef(1) does not need the libc's internal collate.h header anymoreBaptiste Daroussin2015-11-212-2/+3
* | Reintegrate colldef(1) and mklocale(1)Baptiste Daroussin2015-11-2014-0/+2485
* | Don't truncate an interface name when -W option is specified.Hajimu UMEMOTO2015-11-201-1/+5
* | Avoid core dump when output style is html.Hajimu UMEMOTO2015-11-201-10/+8