summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Memory stats are reported in bytes, not pages.brucec2010-11-131-10/+10
| | | | | | PR: docs/151283 Submitted by: Bas Smeelen <b.smeelen at ose.nl> MFC after: 3 days
* Set FD_CLOEXEC for the output file only when the file has been specifiedjh2010-11-131-6/+7
| | | | | | | | | with the -o option. Setting the flag for stderr (the default) could cause the traced process to redirect stderr to a random file. PR: bin/152151 Submitted by: ashish MFC after: 5 days
* Add my birthday to the calendar so everyone can send me presents.zack2010-11-101-0/+1
| | | | Approved by: zml (mentor)
* Unbreak the test target by re-generating the initial scanneruqs2010-11-092-183/+207
| | | | | | | | using an updated flex(1) binary. Also ignore the changing $FreeBSD$ ID lines when doing the diff. This needs additional obfuscation, to not upset the svn precommit hooks :/
* Fix typos.brucec2010-11-091-3/+3
| | | | | PR: bin/148894 Submitted by: olgeni
* Fix the build on 64-bit hosts. WARNS=6 fails on them.obrien2010-11-091-2/+2
|
* Back out r214961 for skeleton.c -- it broke the groff build.obrien2010-11-081-4/+4
|
* Add/expand country/state.ru2010-11-081-7/+7
|
* A traditional (once per three years) sort by month/day/year/login.ru2010-11-081-19/+19
| | | | While here, fixed badly formatted lines.
* Add '-y' for bison compatibility.obrien2010-11-072-2/+10
| | | | Obtained from: http://invisible-island.net
* Inherit WARNS from parent directory.obrien2010-11-071-2/+0
| | | | Submitted by: marius
* Directly use memory allocation functions and remove needless casts inobrien2010-11-0711-140/+136
| | | | their usage. Also use associated modern types instead of k&r ones.
* Change to ANSI-C function definitions.obrien2010-11-0713-282/+182
|
* Retire objformat(1), take two.uqs2010-11-072-33/+0
| | | | It's been almost four years, and this placeholder has not been needed.
* Fix a segmentation fault in argument processing.dumbbell2010-11-061-9/+25
| | | | | | | | | | The crash was caused by a command line such as this one: # foldl -b1 PR: bin/151592 Reported by: Marcus Reid <marcus@blazingdot.com> Tested by: Marcus Reid <marcus@blazingdot.com> MFC after: 3 days
* Apply style(9) and unbreak build.uqs2010-11-061-25/+19
| | | | | This went unnoticed during the WARNS bump, as this tool is not connected to the build.
* Fix manpage markup.uqs2010-11-061-27/+27
|
* Correct the abbreviations for general I/O and signal traces.jhb2010-11-011-3/+3
| | | | | | PR: docs/151854 Submitted by: Stephen Veiss stephen of brokenbottle net MFC after: 3 days
* Style cleanup: make this look more like a 21st-century shell scriptwollman2010-11-011-25/+23
| | | | | | | and not something out of the early 1980s. Make sure all error messages go to stderr, not stdout. Since there's error-handling code to handle empty SEARCHPATHS and FILESYSTEMS, use the initialization form that allows this error to be diagnosed. (hat tip: jilles@)
* jilles@ pointed out that using ${PRUNEDIRS:=".zfs"} in updatedb.shwollman2010-11-011-1/+1
| | | | | | | | made it impossible to override PRUNEDIRS to make it empty. Use the non-colon form to only set PRUNEDIRS if it is completely unset. (For parallelism, the other configuration defaults here could be done the same way, but that could be more obviously accomplished by disabling updatedb in periodic.conf, so leave them alone for now.)
* Make it possible to exclude directories by name no matter where theywollman2010-10-312-1/+13
| | | | | | | are in the filesystem from the locate database. By default, exclude ".zfs" directories, as users who who have set snapdir=visible and are taking frequent snapshots most likely do not want the snapshots included in the locate database.
* flex: add missing ifdef magic to create/hide prototypesuqs2010-10-241-1/+23
| | | | | | | This unbreaks build for some software with higher WARNS flags. Reviewed by: rpaulo PR: bin/139319 (parts already committed in previous revision)
* Fix typo in last commit.glebius2010-10-211-1/+1
| | | | Submitted by: bcr
* Document possibility to read from stdin.glebius2010-10-211-1/+5
|
* Make it possible to read input from stdin.glebius2010-10-211-2/+4
| | | | | | Without this change I don't see a way to unpack a multivolume archive without wasting disk space for a temporary file.
* mdoc: make pages render with mandocuqs2010-10-211-1/+1
| | | | | | It's a bit more pedantic regarding .Bl list elements. This has an added benefit of unbreaking the ipfw(8) manpage, where groff was silently skipping one list element.
* Get rid of hand-rolled closefrom(3).ed2010-10-201-2/+1
|
* Remove setpgid() call before executing child process.ed2010-10-201-1/+0
| | | | | | | | | Using a separate process group here is bad, since (for example) job control in the TTY layer prevents interaction with the TTY, causing the child process to hang. Mentioned on: current@ MFC after: 2 weeks
* MFV: nc(1) from OpenBSD 4.8.delphij2010-10-191-1/+1
| | | | | | | | While I'm there, bump WARNS level to 2 as the vendor have the right printf format string now. MFC after: 1 month Obtained from: OpenBSD
* Replace spaces by a tab after the date.culot2010-10-181-1/+1
| | | | | Reported by: gavin@, brucec@ Approved by: sahil@ (mentor)
* "b64decode -r" did not handle arbitary breaks in base64 encodededwin2010-10-181-5/+31
| | | | | | | | | | | | | | | | | | | | data. White space should be accepted anywhere in a base64 encoded stream, not just after every chunk (4 characters). Test-scenario: VmVsb2NpdHkgUmV3YXJkcw== and VmVsb2NpdHkgUmV3YXJkcw == should both produce "Velocity Rewards" PR: bin/124739 Submitted by: Mark Andrews <marka@isc.org> MFC after: 2 weeks
* Stylify of uudecode(1)edwin2010-10-181-29/+35
| | | | | | | Part of PR bin/124739. PR: bin/124739 Submitted by: Mark Andrews <marka@isc.org>
* Add myself to calendar.freebsd.culot2010-10-171-0/+1
| | | | Approved by: sahil@ (mentor)
* Correct some typos in comments, no functional changes.bcr2010-10-164-10/+10
|
* Update manual with regarding to the status of calendars/calendar.judaic.edwin2010-10-142-5/+4
|
* s/sytem/system in comments, no functional changes.bcr2010-10-138-8/+8
| | | | Reviewed by: alfred@
* Don't define the input() function ifdef YY_NO_INPUT.rpaulo2010-10-131-0/+2
| | | | | | This was previously done for the input() function. Submitted by: Norberto Lopes <nblopes.ml at gmail.com>
* Upgrade xz to git snapshot as of 20101010mm2010-10-111-1/+3
| | | | | Approved by: delphij (mentor) MFC after: 1 month
* Add -D (deterministic) option to ar.kientzle2010-10-094-9/+40
| | | | | | | | | When set, it forces all timestamps and owners to zero and modes to 0644. Useful for producing libraries that are bitwise identical across multiple build runs. Submitted by: Erik Cederstrand Reviewed by: Kai Wang
* Remove superfluous cast in usr.bin/netstat/sctp.c.dim2010-10-081-1/+1
| | | | | | Found by: clang Submitted by: Norberto Lopes, nlopes dot ml at gmail dot com Approved by: rpaulo (mentor)
* mdoc: drop redundant .Pp and .LP callsuqs2010-10-088-10/+0
| | | | They have no effect when coming in pairs, or before .Bl/.Bd
* Add the ability to display specific manual pages if passed on thegordon2010-10-072-0/+21
| | | | | | | | | commandline. This mirrors the old (undocumented) GNU man functionality. Also document this feature in the implementation notes section of the manpage. Submitted by: arundel Approved by: wes (mentor implicit)
* Remove hack needed by 6.x machines and older machines to run newerimp2010-10-061-22/+1
| | | | | | makes on FreeBSD/pc98. The need for this hack has passed. If you are one of the rare people that may need this, then you should setenv MACHINE=pc98 as a workaround.
* Use more portable errx instead of errc. The latter doesn't buy usimp2010-10-061-4/+2
| | | | | anyting anyway, since the error EAGAIN's error message doesn't add anything to the error strings that are there now.
* Add myself to calendar.freebsd and committers-src.dot.pluknet2010-10-061-0/+1
| | | | Approved by: avg (mentor)
* Fix regex for some socket- and acl-related syscall values.netchild2010-10-061-2/+2
| | | | | | Submitted by: Mikhail <hidden.node@gmail.com> PR: 149295 MFC-after: 2 weeks
* If LANG/LC_CTYPE/LC_ALL is set and the localized man page contains a pagegordon2010-10-061-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | also in the base set, the man utility when invoked with -a would display pages for each locale in the same tree: $ LANG=en_GB.ISO8859-15 man -wa man /usr/share/man/en.ISO8859-15/man1/man.1.gz /usr/share/man/man1/man.1.gz /usr/share/man/en.ISO8859-15/man7/man.7.gz /usr/share/man/man7/man.7.gz Use continue to break out of the loop for the current locale. This results in behavior more closely matching the old GNU man implementation: $ LANG=en_GB.ISO8859-15 man -wa man /usr/share/man/en.ISO8859-15/man1/man.1.gz /usr/share/man/en.ISO8859-15/man7/man.7.gz This will still search for a copy of the file in other manual path locations. If there was a /usr/local/man/man1/man.1.gz file, it would still be displayed. This is also consistent with the GNU man implementation. Submitted by: arundel Approved by: wes (mentor implicit)
* Recognize both ! and ^ as markers for negated character classes.kientzle2010-10-061-2/+2
| | | | Submitted by: Mykola Dzham
* SEE ALSO should sorted by manpage section first.brueffer2010-10-051-2/+2
|
* Add reference to intro(1) in SEE ALSO section.gordon2010-10-051-0/+1
| | | | | PR: docs/151216 Approved by: wes (mentor, implicit)
OpenPOWER on IntegriCloud