summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Correct alignment of the addresses in the `netstat -aW' output.ume2015-11-241-12/+21
* Add myself (lidl) to the calendar.freebsd file.lidl2015-11-241-0/+1
* Add missing error check after xo_parse_args() in netstat(8).ume2015-11-241-0/+2
* Remove unneeded libutil dependency for sendmail.bdrewery2015-11-241-1/+0
* bc(1): Fix memory corruption issuespfg2015-11-241-9/+14
* Compute the median of the data set as the midpoint between the two middlearaujo2015-11-241-2/+4
* bc: sync with OpenBSDpfg2015-11-224-13/+14
* Add a missing brace to fix vmstat -s output.markj2015-11-211-1/+1
* Revert a modification that crept in and should notbapt2015-11-211-1/+1
* Synchronize m4(1) with OpenBSDbapt2015-11-216-45/+15
* colldef(1) does not need the libc's internal collate.h header anymorebapt2015-11-212-2/+3
* Reintegrate colldef(1) and mklocale(1)bapt2015-11-2014-0/+2485
* Don't truncate an interface name when -W option is specified.ume2015-11-201-1/+5
* Avoid core dump when output style is html.ume2015-11-201-10/+8
* install: do not follow symlinksbapt2015-11-201-11/+5
* Convert vmstat to use libxo.rodrigc2015-11-203-193/+339
* Use print as a function for Python 3 [PEP 3105]rodrigc2015-11-191-1/+1
* Remove unneeded libmd from bootstrap-tools (reverting r246784).bdrewery2015-11-181-2/+0
* JSON doesn't permit a hexadecimal notation of an integer.ume2015-11-171-1/+1
* Rename META_MODE option to DIRDEPS_BUILDsjg2015-11-141-1/+1
* There is no more point in indexing /var/db/freebsd-update than there is indes2015-11-132-2/+2
* Add some basic tests that exercise cputime limits with limits(1)ngie2015-11-093-0/+76
* lower again the warnings and remove the pragmas unsupported by gcc 4.2.1bapt2015-11-084-16/+1
* Eliminate some gcc pragmasbapt2015-11-082-17/+7
* Fix build of localedef(1) on arm where wchar_t is an unsigned intbapt2015-11-073-5/+5
* Rewrite the histoty partbapt2015-11-071-8/+13
* Improve localedef(1) manpagebapt2015-11-071-89/+113
* Bump warning levelbapt2015-11-071-1/+1
* Use const where needed instead of using pragmas to work around the warningsbapt2015-11-072-11/+6
* Make bsd declaration staticbapt2015-11-071-1/+1
* Fix an off by one due to bad conversion from avl(3) to tree(3)bapt2015-11-071-3/+2
* Run memset only after having checked the return of mallocbapt2015-11-071-1/+1
* Workaround an issue on i386 to unbreak the build until the real issue is trackedbapt2015-11-071-1/+2
* Fix build on arm64bapt2015-11-071-1/+1
* Add missing headerbapt2015-11-071-0/+1
* Fix typobapt2015-11-071-1/+2
* Merge from head r290483bapt2015-11-0711-82/+122
|\
| * Improve soelim(1) manpagesbapt2015-11-071-14/+19
| * Do not truncate addresses when printing in encoded format.ume2015-11-061-10/+11
| * - Fix alignment for padding link address.ume2015-11-061-2/+2
| * Fix compiling netstat after r290367 by substituting sys/types.h forngie2015-11-061-1/+1
| * Add SUBDIR_PARALLEL.bdrewery2015-11-061-0/+1
| * Make rctl(8) use more reasonable buffer size for retrieving the rules.trasz2015-11-051-1/+1
| * Fix markup in rctl(8) - the 'rule' or 'filter' arguments are not optional.trasz2015-11-051-5/+5
| * Give enough room for addresses when -W option is specified.ume2015-11-051-11/+25
| * Fix alignment of `Drop' header.ume2015-11-051-1/+1
| * Use returned network name from getnetbyaddr() correctly.ume2015-11-051-6/+5
| * Revert previous workaround. This problem was fixedume2015-11-051-4/+0
| * Since sa->sa_len doesn't match sizeof(struct sockaddr_dl),ume2015-11-041-0/+4
| * Fix alignment of AF_LINK address.ume2015-11-041-2/+1
OpenPOWER on IntegriCloud