summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Replace the gunzip(1) system by a minimalistic zlib based implementation.bapt2015-06-031-1/+1
| | | | | This allows to not depend on gunzip(1) at bootstrap time, and is good enough to wait for upstream real implementation using zlib.
* Switch to mandoc's version of makewhatis(8), whatis(1), apropos(1) utilities.bapt2015-05-303-5/+22
| | | | | | | | | | | This change among other things improve search capabilities over the manpages allowing fine grain query. A new build option WITHOUT_MANDOCDB has been added to keep the ancient version of the database and the tools. The plan is to entirely remove this option before 11.0-RELEASE. Differential Revision: https://reviews.freebsd.org/D2603
* Trim spurious colon.jhb2015-05-271-1/+1
|
* Export a list of VM objects in the system via a sysctl. The list can bejhb2015-05-272-3/+137
| | | | | | | | | | examined via 'vmstat -o'. It can be used to determine which files are using physical pages of memory and how much each is using. Differential Revision: https://reviews.freebsd.org/D2277 Reviewed by: alc, kib MFC after: 2 weeks Sponsored by: Norse Corp, Inc. (forward porting to HEAD/10)
* Teach kdump to understand both linux emulation.dchagin2015-05-243-19/+51
| | | | | Differential Revision: https://reviews.freebsd.org/D1079 Reviewed by: emaste
* Advertise ctlstat(8) a little better.trasz2015-05-221-1/+2
| | | | | MFC after: 2 weeks Sponsored by: The FreeBSD Foundation
* Remove stray DEBUG_FLAGS=-g that snuck in with r184761.imp2015-05-211-1/+0
|
* Remove demandoc(1) from the buildbapt2015-05-212-12/+0
|
* Drop libmandoc and incorporate it into the main mandoc Makefilebapt2015-05-211-2/+34
| | | | | This simplifies maintainance of mandoc(1). Note that the same direction was taken on OpenBSD
* * fix roff terminology in .Ndbapt2015-05-211-3/+7
| | | | | | | * remove .Xr to self * add AUTHORS section Submitted by: schwarze at OpenBSD
* add an include on sys/types.h because we do explicitly use size_tbapt2015-05-211-1/+2
| | | | | | remove unused stdbool.h Suggested by: schwarze at OpenBSD
* Use the POSIX PATH_MAX macro from limits.h instead of non standard MAXPATHLENbapt2015-05-211-3/+2
| | | | Submitted by: schwarze at OpenBSD
* sort headersbapt2015-05-211-4/+4
|
* Create links to the libprocstat man pages for all of the libprocstat ↵allanjude2015-05-211-1/+2
| | | | | | | | | | | | | functions so they can be looked up by name Add a cross refrence to libprocstat in the procstat.1 man page Differential Revision: https://reviews.freebsd.org/D2578 Suggested by: jmg Reviewed by: brueffer Approved by: wblock (mentor) MFC after: 1 week Sponsored by: ScaleEngine Inc.
* Synchronize with OpenBSDbapt2015-05-188-32/+108
| | | | Obtained from: OpenBSD
* Don't do things we aren't allowed to do in a signal handler... Deferjmg2015-05-181-6/+12
| | | | | | | | the work to the main thread... This fixes a possible crash if SIGINFO is delivered at the wrong time... This still leaves getrusage broken for some reason, but I believe that is a kernel issue and cannot be fixed here...
* Properly align the header and the data columns for netstat -r with andloos2015-05-181-2/+2
| | | | without the -W flag.
* Adjust the string format to match the actual number of arguments.loos2015-05-171-1/+1
| | | | | | | This fix a segmentation fault on ARM when netstat -r is used together with -W. This issue was introduced in r279122.
* ssh-copy-id: Add missing line continuationeadler2015-05-161-1/+1
| | | | | | PR: 194301 Reported by: pkubaj@riseup.net Patch by: Ross Kilgariff <rosskilgariff@gmail.com>
* Allow MANWIDTH to work with mandoc(1)bapt2015-05-151-1/+4
| | | | Reported by: bdrewery
* vtfontcvt: Allow 6 digits in verbose outputemaste2015-05-141-18/+18
| | | | | | Some fonts (e.g. GNU Unifont) have more than 100,000 (half-)glyphs. Sponsored by: The FreeBSD Foundation
* Add ELF machine EM_IAMCU, 32-bit Intel MCUemaste2015-05-141-0/+1
| | | | It is e_machine 6, which was previously reserved for 486.
* Build GENERIC with RACCT/RCTL support by default. Note that it stilltrasz2015-05-141-0/+12
| | | | | | | | | | needs to be enabled by adding "kern.racct.enable=1" to /boot/loader.conf. Differential Revision: https://reviews.freebsd.org/D2407 Reviewed by: emaste@, wblock@ MFC after: 1 month Relnotes: yes Sponsored by: The FreeBSD Foundation
* whois: add an option to query the PeeringDBfanf2015-05-142-2/+10
|
* Update whois(1) synopsis.fanf2015-05-141-1/+1
|
* Bump whois(1) date.fanf2015-05-141-1/+1
| | | | (Thanks to bz@ for the reminder!)
* whois: alphabetize whois server listfanf2015-05-141-10/+12
|
* whois: do not clobber command-line flags when tweaking O_NONBLOCKfanf2015-05-141-4/+4
| | | | | This can make whois fail to follow referrals when it should. The bug was introduced in r281959.
* whois: try whois.nic.TLD if TLD.whois-servers.net does not existfanf2015-05-142-26/+47
| | | | Based on an idea from OpenBSD.
* whois: check WHOIS_SERVER as well as RA_SERVER environment variablesfanf2015-05-142-3/+13
| | | | WHOIS_SERVER is used by Debian's whois client.
* whois: code cleanupfanf2015-05-141-13/+5
| | | | | | Remove deprecated options. Use pedantically correct types.
* whois: special case certain query suffixesfanf2015-05-141-12/+29
| | | | | | | | | This extends the existing support for -NORID handles to include -NICAT, -ARIN, and -RIPE handles. The suffix machinery is also used to work around a problem with lack of referrals from the Nominet server for .uk: names under .ac.uk need to be queried directly at JANET's whois server.
* Clean up whois manual.fanf2015-05-141-67/+42
| | | | | | | | | | Document the RA_SERVER environment variable. Remove the obsolete -R option, and discourage people from trying to use the Network Solutions server. Describe the default behaviour in the DESCRIPTION section, not buried in the options.
* Merge bmake-20150505 improve detection of malformed conditionals.sjg2015-05-102-4/+5
|
* For half and reverse line feeds, recognize both SUSv2-style escape-digitbapt2015-05-102-7/+33
| | | | | | | | and BSD-style escape-control-char sequences in the input stream. Submitted by: schwarze at OpenBSD Discussed with: schwarze at OpenBSD Obtained from: OpenBSD
* Fix about ten integer overflows and underflows and a handful of logicbapt2015-05-081-48/+69
| | | | | | | | errors in line number handling. Submitted by: ingo at OpenBSD Discussed with: ingo at OpenBSD Obtained from: OpenBSD
* Reduce the size to 64 for the commands, 512 was way too large for the purposebapt2015-05-071-1/+1
| | | | Noticed by: julian
* Printing interface names:glebius2015-05-061-3/+13
| | | | | | | | | | o Restore historical behaviour of appending '*' if interface is down, and we have enough space to print it (usually we don't). [1] o Do not truncate interface names when printing in encoded format. o Report interface flags into encoded format. PR: 199873 [1] Sponsored by: Nginx, Inc.
* Enlarge the buffer for storing macros as some macros can be longer than 5bapt2015-05-051-1/+1
|
* Update the list of known roff commands (adding the mdoc package)bapt2015-05-051-35/+54
| | | | Obtained from: NetBSD
* Properly assign open and close brackets and checks memorybapt2015-05-051-2/+12
| | | | Obtained from: NetBSD
* Ensure we read existing values of the stk tablebapt2015-05-051-2/+4
| | | | Obtained from: NetBSD
* Use stdup(3) and check its return instead from homebrew version using strcpy(3)bapt2015-05-051-1/+2
| | | | | | and malloc(3) Obtained from: NetBSD
* cosmetic fixesbapt2015-05-051-2/+2
| | | | Obtained from: NetBSD
* Apply seom style(9) fixes from NetBSDbapt2015-05-052-31/+29
| | | | Obtained from: NetBSD
* Prevent useless use of strdup(3)bapt2015-05-051-2/+4
| | | | Obtained from: NetBSD
* Replace homebrewed NIL by NULLbapt2015-05-052-72/+69
|
* Use stdbool instead of homebrewed booleanbapt2015-05-053-69/+64
|
* Another function to ansifybapt2015-05-051-2/+2
|
* Remove unused variablesbapt2015-05-051-2/+0
|
OpenPOWER on IntegriCloud