summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Rework get_string() to make it more robust when fetching strings of unknownjhb2015-08-051-17/+29
* Whitespace fix: remove some spurious spaces before commas.jhb2015-08-051-11/+11
* xargs now takes -P0, creating as many concurrent processes as possibleallanjude2015-08-042-3/+19
* Get it closes to style(9).araujo2015-08-041-20/+14
* Revert r286144 leaving the original fix to the buffer overflow.pfg2015-08-041-3/+2
* Remove the 3rd clause of BSD LICENSE.araujo2015-08-041-36/+41
* Remove the 3rd clause of BSD LICENSE.araujo2015-08-041-32/+48
* Remove never used filebapt2015-08-031-322/+0
* Make image_copyout_zeroes() an interface function.marcel2015-08-032-6/+7
* - Add myself to the calendar.freebsd. (fix typo in r286160)junovitch2015-08-011-1/+1
* - Add myself to the committers-ports.dot and add my mentor relationship.junovitch2015-08-011-0/+1
* use : instead of true...jmg2015-08-011-6/+6
* Buffer overflow in wall(1).pfg2015-08-011-2/+3
* Use standard 'THE AUTHOR' license textemaste2015-07-311-1/+1
* Buffer overflow in wall(1).pfg2015-07-311-2/+2
* 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
OpenPOWER on IntegriCloud