summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Use correct number of arguments to semctl() for IPC_RMID.rodrigc2015-07-301-1/+1
* Get function prototypes for msg, shm, sem functionsrodrigc2015-07-301-0/+3
* Make some variables and functions static.rodrigc2015-07-301-15/+8
* Allow ELF Tool Chain elfcopy to be installed as objcopyemaste2015-07-291-2/+10
* ar: Fix deterministic mode default with options other than -q or -remaste2015-07-291-8/+18
* ar: enable deterministic mode by defaultemaste2015-07-292-0/+3
* Compilers will complain the usage of obsolescent variable declarations.araujo2015-07-293-6/+6
* Fix shell injection vulnerability in patch(1) and drop SCCSdelphij2015-07-282-41/+65
* Staticfy and constify some variables and clean up the code a bit to make itaraujo2015-07-283-7/+7
* Rewrite scan procedure with a FSM. This improves code readability bydelphij2015-07-271-60/+129
* Replace GNU RCS ident with a BSD license identbapt2015-07-269-0/+303
* Bump GCC max-inline-insns-single in libiconv_modules and greppfg2015-07-261-0/+2
* ar: add -U (unique) option to disable -D (deterministic) modeemaste2015-07-242-7/+34
* truss: follow pdfork()ed descendents with -femaste2015-07-248-0/+8
* Add RISC-V ELF machine type definitionemaste2015-07-241-0/+1
* inode should be different to actually mean mandocdb is in usedbapt2015-07-241-2/+2
* Fix man -k with mandocdbbapt2015-07-241-0/+4
* Fix counter reads on platforms where sizeof(uint64_t) != sizeof(uint64_t *).markj2015-07-211-6/+18
* patch(1): Add -Vnone option to disable backup filescem2015-07-213-9/+14
* Unbreak "last reboot".ed2015-07-211-0/+8
* Fix some libxo format string errors in the pfkey stats code.markj2015-07-201-2/+2
* Move assignments around to avoid a false-positive uninitialized variabledes2015-07-171-2/+2
* Add a -s option which adds a column listing the connection state ifdes2015-07-162-8/+33
* Fix trimming spaces writing at index -1 if an empty string is passedbapt2015-07-151-2/+7
* fix error message... errx since errno may not be set (if we didn'tjmg2015-07-151-1/+1
* mdoc: add missing .Eljoel2015-07-141-0/+1
* Convert atoi(3) to stronum(3) which allows to arguments and report proper errorsbapt2015-07-141-6/+13
* Widen the host field so that a full IPv6 address will be seen.markm2015-07-141-1/+1
* Don't claim c99 is a wrapper around gcc; it's a wrapper around the system cc.brueffer2015-07-131-10/+1
* Add an initial NUMA affinity/policy configuration for threads and processes.adrian2015-07-114-0/+422
* - Add IPv6 support in quota(1). While rpc.rquotad has supported PF_INET6hrs2015-07-071-31/+17
* lldb: use .PATH to find man page instead of symlinking itemaste2015-07-071-2/+2
* New AES modes for IPSec, user space components.gnn2015-07-031-0/+3
* Let the nv.h and dnv.h includes be only in sys directory.oshogbo2015-07-021-3/+3
* Add the year to the VAX-11/780 announcement entry.brueffer2015-07-021-1/+1
* The LDFLAGS isn't needed, and breaks the build on powerpc64.jhibbits2015-06-301-1/+0
* speed up ar(1) on UFS file systemsemaste2015-06-291-0/+26
* Only initialize libedit when necessaryjmmv2015-06-281-13/+14
* Add the ntfs alias and support it with the MBR and GPT schemesmarcel2015-06-274-0/+5
* short circuit install -l rsbapt2015-06-261-0/+8
* Rebase after r284658:marcel2015-06-2156-711/+710
* Microsoft Azure expects the creator OS to be "Wi2k" and not "FBSD".marcel2015-06-212-3/+3
* Rebase the fixed VHD images after the rounding fix.marcel2015-06-2128-314/+310
* Microsoft Azure demands that fixed VHD images are a whole numbermarcel2015-06-211-0/+9
* Don't resize again prior to writing. Resizing may not be idempotentmarcel2015-06-211-5/+1
* - Add SOCK_SEQPACKET support in UNIX-domain socket.hrs2015-06-202-46/+64
* Don't leak sockets.tuexen2015-06-191-13/+39
* Fix a bug reported by coverity. Since AF_UNIX sockets don'ttuexen2015-06-181-7/+10
* - Add acm@ entryacm2015-06-171-0/+1
* new dependssjg2015-06-1629-27/+277
OpenPOWER on IntegriCloud