summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Remove the undocumented semconfig() system calls. These cause more troublepeter2000-05-011-8/+0
* Remove reference to bsd2dos command, refer to fconv and similar.nik2000-04-301-3/+3
* Add descriptions of the nm(1) keywords and their meanings.nik2000-04-301-0/+26
* Default device not longer uses the "r" raw prefix.obrien2000-04-261-1/+1
* Add braces to avoid ambiguity in a nested conditional (silences a gccsheldonh2000-04-261-1/+2
* Unbreak for the case where ``make obj'' was run first.obrien2000-04-261-0/+1
* Hello, getconf. This is a slight reinvention of thewollman2000-04-268-0/+689
* Fix excessive use of parenthesis in previous commit.sheldonh2000-04-252-2/+2
* Use Garrett's new (clearer) names.markm2000-04-231-7/+7
* Remove redundat extern declarationcracauer2000-04-201-1/+2
* Change <event.h> --> <sys/event.h>jlemon2000-04-181-1/+1
* No such thing like `southamericarand' when Rand is the currency of ZA...joerg2000-04-181-1/+1
* * I goofed and didn't break sentances the right way.obrien2000-04-181-14/+16
* Change our ELF binary branding to something more acceptable to the Binutilsobrien2000-04-184-43/+81
* Change tail to use kqueue/kevent to obtain a notification whenjlemon2000-04-161-22/+51
* Do not pull in <sys/select.h>, it isn't required.jlemon2000-04-161-1/+2
* #include <errno.h> where needed. Kill extern int errno;.imp2000-04-1416-21/+32
* Do not issue a warning when chflags() fails with EOPNOTSUPP.sheldonh2000-04-132-2/+3
* Use an MD5 checksum to test for file changes; the previous methodsheldonh2000-04-122-3/+10
* Add a new options: -m enables searching for memory-mapped files.green2000-04-052-3/+81
* Fixed prototype for setflags(). setflags() returns int, not u_long,bde2000-04-041-1/+1
* Document that the flags can be specified as an octal number.jdp2000-04-031-1/+2
* The FreeBSD/Sparc64 port will also have an __ELF_WORD_SIZE of 64.steve2000-04-022-2/+2
* Fix a bug in rsh that caused the remote process to hang waiting onbsd2000-04-011-0/+2
* Instead of checking for a non-zero return value from kvm_read, checknectar2000-03-311-1/+1
* While I'm in here, remove an unused variable.sheldonh2000-03-301-1/+1
* Fix buffer overflow copying the ``kernel'' command-line argument intosheldonh2000-03-291-2/+4
* Cross-reference ldd(1) in rtld(1) and vice versa.sheldonh2000-03-281-1/+2
* Get rid of hard sentence breakcharnier2000-03-272-3/+5
* More rusers to .Nm convertioncharnier2000-03-271-5/+9
* Quote with .Dqcharnier2000-03-271-4/+12
* Fixed misspelling of DPADD as DPADDA.bde2000-03-271-3/+2
* Fixed LDADD. Using ${LIBM} instead of -lm gave the wrong libm in mostbde2000-03-271-2/+2
* Do not overwrite files when the -i option is specified!sheldonh2000-03-271-10/+14
* Fix a mistakenly broken sentence. The mistake was made easy by thesheldonh2000-03-271-3/+4
* Y2K fix. at(1) would die with 'garbled time' when assign_date() wassheldonh2000-03-271-20/+22
* Add DIAGNOSTICS section name. Spellingcharnier2000-03-263-10/+13
* Add DIAGNOSTICS section namecharnier2000-03-268-13/+14
* Use .Xrcharnier2000-03-261-2/+2
* Add usage().charnier2000-03-261-3/+9
* Do not dot terminate list of referencescharnier2000-03-261-1/+1
* remove unknown OPTIONS section name. Getopt returns -1.charnier2000-03-262-2/+2
* Add section number to .Xr references. Enumerate flags the standard way.charnier2000-03-261-8/+9
* Put argument under .Ar.charnier2000-03-261-1/+2
* Add section number to .Xr. Put arguments under .Ar.charnier2000-03-261-3/+7
* Do not dot terminate err() string. Cross reference using .Xrcharnier2000-03-262-10/+10
* Use .Pacharnier2000-03-261-2/+3
* Remove incorrect use of .Nm. Wrap long lines, Unwrap short linescharnier2000-03-262-13/+12
* Put flags under .Fl. Add DIAGNOSTICS section namecharnier2000-03-261-3/+7
* Sync SYNOPSIS and usage() string.charnier2000-03-262-4/+5
OpenPOWER on IntegriCloud