aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Change the proc information returned from the kernel so that itKirk McKusick2000-12-125-169/+103
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-091-6/+7
* Change the spelling of `.' to `.' from .OBJDIR since `.' really is whereDavid E. O'Brien2000-12-051-1/+1
* Remove ${DESTDIR} from _PATH_TCSHELL, it is call path, not install pathAndrey A. Chernov2000-12-031-1/+3
* Fix a "#ifdef" where a comparison operator was used.David E. O'Brien2000-12-012-2/+2
* Exit if malloc() returns NULLBrian Somers2000-12-011-1/+3
* Upgrade to 6.10Andrey A. Chernov2000-11-305-2716/+1167
* Document the mtxname keyword.John Baldwin2000-11-301-2/+13
* Introduce a 'mtxname' keyword that displays the current mutex that aJohn Baldwin2000-11-293-0/+20
* Add support for an "erase2" so that both ^H and DEL can be usedJordan K. Hubbard2000-11-282-1/+4
* Eliminate groff(1) warnings.Ruslan Ermilov2000-11-271-1/+1
* ConstifyKris Kennaway2000-11-271-1/+1
* Don't call err() with user data and without a format stringKris Kennaway2000-11-261-1/+1
* mdoc(7) police: minor fixes.Ruslan Ermilov2000-11-242-22/+26
* Let the pwd program double as realpath(1).Poul-Henning Kamp2000-11-245-6/+156
* kenv(1) first appeared in FreeBSD 4.1.1, not FreeBSD 5.0.Ben Smithurst2000-11-231-1/+1
* mdoc(7) police: Er macro usage cleanup.Ruslan Ermilov2000-11-221-1/+1
* Use secure temporary filenames during build.Kris Kennaway2000-11-222-8/+9
* logRuslan Ermilov2000-11-221-2/+4
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-202-4/+4
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-2025-51/+51
* mdoc(7) police: now that Nm macro accepts punctuation charactersRuslan Ermilov2000-11-181-1/+1
* more removal of trailing periods from SEE ALSO.Ben Smithurst2000-11-152-2/+2
* Use Fx macro wherever possible.Ruslan Ermilov2000-11-142-2/+4
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-104-8/+6
* Install `chflags' in the root partition, NOT /usr where it is not availableDavid E. O'Brien2000-11-101-0/+1
* Properly declare the multiple-columns list.Ruslan Ermilov2000-11-061-1/+1
* Finish conversion from man(7) to mdoc(7).Ruslan Ermilov2000-11-061-9/+13
* Remove obsolete /dev/drum referencesChris D. Faulhaber2000-10-291-3/+2
* Finish the job of conditionalizing UUCP by preventing files in /etc/uucpDoug Barton2000-10-291-1/+1
* Add a MAINTAINER= line so people know who to blameGregory Neil Shapiro2000-10-261-0/+2
* Allow negative seek offsets for files that can be seeked upon. ItBrian Feldman2000-10-222-2/+10
* Include sys/types.hBrian Somers2000-10-162-0/+4
* Style fixesGregory Neil Shapiro2000-10-111-4/+4
* Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and therebyGarrett Wollman2000-10-102-0/+2
* Implement the <> redirection operator.Brian Somers2000-10-037-3/+34
* No need to work around SCCS variable expansion any more.Kris Kennaway2000-09-281-6/+2
* Support multiple (comma separated) names as arguments to -UBrian Somers2000-09-262-15/+73
* Use .Cm macro where appropriate.Ruslan Ermilov2000-09-191-8/+8
* Fix horrendous abuse of the Nm and Pa mdoc macros, and remove troffSheldon Hearn2000-09-191-41/+43
* Add two new features to chio(1):Kenneth D. Merry2000-09-182-15/+304
* Give users a way to alter the sendmail (and related utilities) buildGregory Neil Shapiro2000-09-171-0/+6
* Major update to the way synchronization is done in the kernel. HighlightsJason Evans2000-09-071-1/+9
* Fix markup typoMark Ovens2000-09-061-1/+2
* Fix style bugs and poor wording introduced in rev 1.12.Sheldon Hearn2000-08-171-8/+17
* Fix style bugs and inconsistencies introduced in rev 1.16.Sheldon Hearn2000-08-171-12/+18
* Disable part of my 8-bits fixes from December 1999.Martin Cracauer2000-08-161-4/+1
* Fix type builtin for absolute paths and relative paths with directoryMartin Cracauer2000-08-161-9/+16
* From submitter:Martin Cracauer2000-08-163-1/+22
* Don't explicitly declare optarg and optind. These are declared inWarner Losh2000-08-164-6/+0