aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Fix counter reads on platforms where sizeof(uint64_t) != sizeof(uint64_t *).Mark Johnston2015-07-211-6/+18
* patch(1): Add -Vnone option to disable backup filesConrad Meyer2015-07-213-9/+14
* Unbreak "last reboot".Ed Schouten2015-07-211-0/+8
* Fix some libxo format string errors in the pfkey stats code.Mark Johnston2015-07-201-2/+2
* Move assignments around to avoid a false-positive uninitialized variableDag-Erling Smørgrav2015-07-171-2/+2
* Add a -s option which adds a column listing the connection state ifDag-Erling Smørgrav2015-07-162-8/+33
* Fix trimming spaces writing at index -1 if an empty string is passedBaptiste Daroussin2015-07-151-2/+7
* fix error message... errx since errno may not be set (if we didn'tJohn-Mark Gurney2015-07-151-1/+1
* mdoc: add missing .ElJoel Dahl2015-07-141-0/+1
* Convert atoi(3) to stronum(3) which allows to arguments and report proper errorsBaptiste Daroussin2015-07-141-6/+13
* Widen the host field so that a full IPv6 address will be seen.Mark Murray2015-07-141-1/+1
* Don't claim c99 is a wrapper around gcc; it's a wrapper around the system cc.Christian Brueffer2015-07-131-10/+1
* Add an initial NUMA affinity/policy configuration for threads and processes.Adrian Chadd2015-07-114-0/+422
* - Add IPv6 support in quota(1). While rpc.rquotad has supported PF_INET6Hiroki Sato2015-07-071-31/+17
* lldb: use .PATH to find man page instead of symlinking itEd Maste2015-07-071-2/+2
* New AES modes for IPSec, user space components.George V. Neville-Neil2015-07-031-0/+3
* Let the nv.h and dnv.h includes be only in sys directory.Mariusz Zaborski2015-07-021-3/+3
* Add the year to the VAX-11/780 announcement entry.Christian Brueffer2015-07-021-1/+1
* The LDFLAGS isn't needed, and breaks the build on powerpc64.Justin Hibbits2015-06-301-1/+0
* speed up ar(1) on UFS file systemsEd Maste2015-06-291-0/+26
* Only initialize libedit when necessaryJulio Merino2015-06-281-13/+14
* Add the ntfs alias and support it with the MBR and GPT schemesMarcel Moolenaar2015-06-274-0/+5
* short circuit install -l rsBaptiste Daroussin2015-06-261-0/+8
* Rebase after r284658:Marcel Moolenaar2015-06-2156-711/+710
* Microsoft Azure expects the creator OS to be "Wi2k" and not "FBSD".Marcel Moolenaar2015-06-212-3/+3
* Rebase the fixed VHD images after the rounding fix.Marcel Moolenaar2015-06-2128-314/+310
* Microsoft Azure demands that fixed VHD images are a whole numberMarcel Moolenaar2015-06-211-0/+9
* Don't resize again prior to writing. Resizing may not be idempotentMarcel Moolenaar2015-06-211-5/+1
* - Add SOCK_SEQPACKET support in UNIX-domain socket.Hiroki Sato2015-06-202-46/+64
* Don't leak sockets.Michael Tuexen2015-06-191-13/+39
* Fix a bug reported by coverity. Since AF_UNIX sockets don'tMichael Tuexen2015-06-181-7/+10
* - Add acm@ entryJose Alonso Cardenas Marquez2015-06-171-0/+1
* new dependsSimon J. Gerraty2015-06-1629-27/+277
* Remove old fmake. It wasn't built by default for some time. Users thatWarner Losh2015-06-1646-23952/+0
* Remove extra blank linesSimon J. Gerraty2015-06-151-2/+0
* Convert to LIBADDBaptiste Daroussin2015-06-151-2/+1
* Pay attention to MK_ELFTOOLCHAIN_TOOLS so we build the desired tools.Simon J. Gerraty2015-06-151-0/+25
* Add ioctl.c, linux_syscalls.c, linux32_syscalls.c to beforedepend target.Craig Rodrigues2015-06-151-0/+6
* Use cpp -I$includedirCraig Rodrigues2015-06-151-1/+1
* NO_WARNS when building for hostSimon J. Gerraty2015-06-142-0/+6
* Need to provide -I for meta modeSimon J. Gerraty2015-06-141-0/+6
* Create proper targets for linux*syscalls.cSimon J. Gerraty2015-06-141-8/+8
* When using -L the code skips a socket if the local or foreignMichael Tuexen2015-06-131-2/+2
* Add support for SCTP.Michael Tuexen2015-06-131-2/+241
* Allow more than one local or remote address per socket. This is needed toMichael Tuexen2015-06-131-54/+103
* Allow more than one socket entry for a file descriptor. This is neededMichael Tuexen2015-06-131-23/+22
* Simplify printaddr(). No functional change.Michael Tuexen2015-06-131-7/+7
* Add META_MODE support.Simon J. Gerraty2015-06-13281-1/+5609
|\
| * Avoid bogus MLINKS when MK_LZMA_SUPPORT=yes and MK_BSD_GREP=noSimon J. Gerraty2015-06-081-0/+2
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-08245-490/+0