summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Prepare for mdoc(7)NG.ru2000-12-191-1/+1
|
* Prepare for mdoc(7)NG.ru2000-12-183-36/+36
|
* Restore the rss (-u) keyword that got deleted in my somewhat over-zealousmckusick2000-12-161-0/+1
| | | | | | cleanup effort. Submitted by: Mark Peek <mark@whistle.com>
* Prepare for mdoc(7)NG.ru2000-12-1511-59/+71
|
* mdoc(7) police: removed history info from the .Os call.ru2000-12-141-1/+1
|
* Change the proc information returned from the kernel so that itmckusick2000-12-125-169/+103
| | | | | | | | | | | | no longer contains kernel specific data structures, but rather only scalar values and structures that are already part of the kernel/user interface, specifically rusage and rtprio. It no longer contains proc, session, pcred, ucred, procsig, vmspace, pstats, mtx, sigiolst, klist, callout, pasleep, or mdproc. If any of these changed in size, ps, w, fstat, gcore, systat, and top would all stop working. The new structure has over 200 bytes of unassigned space for future values to be added, yet is nearly 100 bytes smaller per entry than the structure that it replaced.
* Add `_PATH_DEVZERO'.obrien2000-12-091-6/+7
| | | | Use _PATH_* where where possible.
* Change the spelling of `.' to `.' from .OBJDIR since `.' really is whereobrien2000-12-051-1/+1
| | | | generated files land. Also give precedence to generated files.
* Remove ${DESTDIR} from _PATH_TCSHELL, it is call path, not install pathache2000-12-031-1/+3
| | | | Add gethost to build-tools to help cross-building
* Fix a "#ifdef" where a comparison operator was used.obrien2000-12-012-2/+2
| | | | GCC 2.96 does not like this.
* Exit if malloc() returns NULLbrian2000-12-011-1/+3
| | | | Submitted by: Chris Faulhaber <jedgar@fxp.org>
* Upgrade to 6.10ache2000-11-305-2716/+1167
|
* Document the mtxname keyword.jhb2000-11-301-2/+13
| | | | Reviewed by: sheldonh
* Introduce a 'mtxname' keyword that displays the current mutex that ajhb2000-11-293-0/+20
| | | | process is blocked on or '-'.
* Add support for an "erase2" so that both ^H and DEL can be usedjkh2000-11-282-1/+4
| | | | | | for backspacing. Submitted By: Rui Pedro Mendes Salgueiro <rps@mat.uc.pt>
* Eliminate groff(1) warnings.ru2000-11-271-1/+1
|
* Constifykris2000-11-271-1/+1
|
* Don't call err() with user data and without a format stringkris2000-11-261-1/+1
|
* mdoc(7) police: minor fixes.ru2000-11-242-22/+26
|
* Let the pwd program double as realpath(1).phk2000-11-245-6/+156
| | | | | | | | | This lets you resolve pathnames to their underlying physical path: critter# realpath /sys/kern/subr_disk.c /freebsd/src/sys/kern/subr_disk.c Update the pwd man-page slightly.
* kenv(1) first appeared in FreeBSD 4.1.1, not FreeBSD 5.0.ben2000-11-231-1/+1
| | | | | PR: 23020 Submitted by: Simon Dick <simond@irrelevant.org>
* mdoc(7) police: Er macro usage cleanup.ru2000-11-221-1/+1
|
* Use secure temporary filenames during build.kris2000-11-222-8/+9
| | | | Audited by: markm, cracauer
* logru2000-11-221-2/+4
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-202-4/+4
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-2025-51/+51
|
* mdoc(7) police: now that Nm macro accepts punctuation charactersru2000-11-181-1/+1
| | | | | | as argument, unbreak this page by escaping the `[' character. Noticed by: sheldonh
* more removal of trailing periods from SEE ALSO.ben2000-11-152-2/+2
|
* Use Fx macro wherever possible.ru2000-11-142-2/+4
|
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-104-8/+6
|
* Install `chflags' in the root partition, NOT /usr where it is not availableobrien2000-11-101-0/+1
| | | | in single user mode.
* Properly declare the multiple-columns list.ru2000-11-061-1/+1
|
* Finish conversion from man(7) to mdoc(7).ru2000-11-061-9/+13
|
* Remove obsolete /dev/drum referencesjedgar2000-10-291-3/+2
| | | | Reviewed by: alex, asmodai, billf
* Finish the job of conditionalizing UUCP by preventing files in /etc/uucpdougb2000-10-291-1/+1
| | | | | | | | from being installed, and make rmail conditional on neither of NO_SENDMAIL and NOUUCP. PR: bin/21321 Submitted by: Me
* Add a MAINTAINER= line so people know who to blamegshapiro2000-10-261-0/+2
|
* Allow negative seek offsets for files that can be seeked upon. Itgreen2000-10-222-2/+10
| | | | | makes dd(1) a more complete "filter", even if this functionality is limited to seekable streams.
* Include sys/types.hbrian2000-10-162-0/+4
|
* Style fixesgshapiro2000-10-111-4/+4
|
* Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and therebywollman2000-10-102-0/+2
| | | | <time.h>).
* Implement the <> redirection operator.brian2000-10-037-3/+34
|
* No need to work around SCCS variable expansion any more.kris2000-09-281-6/+2
|
* Support multiple (comma separated) names as arguments to -Ubrian2000-09-262-15/+73
| | | | PR: 11051
* Use .Cm macro where appropriate.ru2000-09-191-8/+8
|
* Fix horrendous abuse of the Nm and Pa mdoc macros, and remove troffsheldonh2000-09-191-41/+43
| | | | bold markers \fB and \fR.
* Add two new features to chio(1):ken2000-09-182-15/+304
| | | | | | | | | | | | | | | | | | | | | | | | | - The ability to specify elements by volume tag instead of their actual physical location. e.g., instead of: chio move slot 3 slot 4 you would now use: chio move voltag FOO slot 4 - The ability to return an element to its previous location, as specified by the source element. e.g., instead of: chio move drive 0 slot 4 you would now use: chio return drive 0 or chio return voltag FOO These features will obviously only work with changers that support volume tags and/or source element IDs. chio(1) should fail gracefully if the user attempts to use these new features and the source element ID or volume tag are not found. PR: bin/21178 Submitted by: "C. Stephen Gunn" <csg@waterspout.com> Reviewed by: ken
* Give users a way to alter the sendmail (and related utilities) buildgshapiro2000-09-171-0/+6
| | | | environment so they can enable functionality such as SASL, LDAP, Hesiod.
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-1/+9
| | | | | | | | | | | | | | | include: * Mutual exclusion is used instead of spl*(). See mutex(9). (Note: The alpha port is still in transition and currently uses both.) * Per-CPU idle processes. * Interrupts are run in their own separate kernel threads and can be preempted (i386 only). Partially contributed by: BSDi (BSD/OS) Submissions by (at least): cp, dfr, dillon, grog, jake, jhb, sheldonh
* Fix markup typomarko2000-09-061-1/+2
| | | | | PR: 21084 Submitted by: Gerhard Sittig <Gerhard.Sittig@gmx.net>
* Fix style bugs and poor wording introduced in rev 1.12.sheldonh2000-08-171-8/+17
| | | | Submitted by: bde
OpenPOWER on IntegriCloud