aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Make WARNS=5 clean.Poul-Henning Kamp2004-04-052-6/+9
* The list of (key,value) pairs to request_init is terminated by a 0 key,David Malone2004-04-041-1/+1
* Add FBSDID. Use getopt(3).Philippe Charnier2004-04-041-11/+15
* Add FBSDID. err(3) changed to errx(3) because there is no errno messagePhilippe Charnier2004-04-041-4/+4
* 2 small typos.Philippe Charnier2004-04-041-2/+2
* Do not :-terminate err(3) string, one will be added anyway.Philippe Charnier2004-04-041-1/+1
* If the user doesn't specify a device and we can't open any of the defaults,David Malone2004-04-011-6/+7
* Unbreak the build by dealing with an unexpected dependency on tcpdump sourceBruce M Simpson2004-03-311-0/+1
* Fix regression in setkey whereby parser would fail to recognise tcp asBruce M Simpson2004-03-311-0/+1
* Merge of tcpdump 3.8.3 from tcpdump.org.Bruce M Simpson2004-03-312-87/+183
* Fix today's faux pas by:Tom Rhodes2004-03-301-16/+5
* Add an adduser.conf manual page.Tom Rhodes2004-03-303-3/+211
* Synopsis fixes:Colin Percival2004-03-302-12/+8
* Add a cross reference to exports(5). While exports is not directlySimon L. B. Nielsen2004-03-301-0/+1
* Sychronize with reality: nologin(8) is now in /usr/sbinColin Percival2004-03-301-3/+3
* Sync manpage's synopsis with usage().Ruslan Ermilov2004-03-302-3/+5
* Add PC98 supports.Yoshihiro Takahashi2004-03-284-5/+77
* Correct typo in the last revision.Ceri Davies2004-03-271-1/+1
* -N without -M is pointless.Ruslan Ermilov2004-03-262-12/+10
* Update information of how pstat(8) accesses the running system.Ruslan Ermilov2004-03-261-12/+15
* Note that only one webnfs share is allowed per NFS server.Ceri Davies2004-03-221-0/+3
* On startup, warn if inetd's config file doesn't exist. This isn'tDavid Malone2004-03-221-0/+2
* Fixed a warning.Ruslan Ermilov2004-03-171-1/+1
* Fix typoChristian Brueffer2004-03-172-2/+2
* o Start sentences on new linesChristian Brueffer2004-03-172-16/+34
* Language cleanupChristian Brueffer2004-03-172-18/+18
* Move the _arlconfig define in the existing i386 section.Yoshihiro Takahashi2004-03-171-3/+1
* Implement "arlconfig arlX quality".Max Khon2004-03-165-287/+123
* Fix copyrights and mandoc markup.Max Khon2004-03-162-16/+16
* Use void * instead of char * to avoid violating C99 strict aliasing rules.Dag-Erling Smørgrav2004-03-161-17/+12
* Change libdisk and sysinstall to use d_addr_t rather than u_long for diskJohn Baldwin2004-03-164-96/+116
* o Add an -S option to not attempt to ascertain the validity of a shell.Mike Makonnen2004-03-162-13/+59
* The arlconfig is needed on i386 only.Yoshihiro Takahashi2004-03-161-0/+2
* Add arl(4): driver for Aironet Arlan 655 wireless adapters.Max Khon2004-03-156-0/+1709
* Remove bogus (void **) casts. This unbreaks the -O2 build.Dag-Erling Smørgrav2004-03-151-3/+3
* The gsc driver has been retired, so retire its control program.Warner Losh2004-03-144-274/+0
* These go along with the stl and stli drivers, recently removed.Warner Losh2004-03-1413-3159/+0
* Re-kill ispcvt on amd64 - rc.d/syscons was fixed ages ago.Peter Wemm2004-03-131-2/+0
* Don peril-sensitive glasses and throw the switch to move nologin(8) fromColin Percival2004-03-131-0/+1
* Add missing spaces after "logconfig" in example lines.Colin Percival2004-03-131-2/+2
* Add standard copyright notice; fix style bugs. (Reported by bde)Colin Percival2004-03-131-9/+26
* When nologin(8) is installed in /usr/sbin/, create a symlink fromColin Percival2004-03-131-7/+2
* Move newsyslog.conf.5 to usr.sbin/newsyslog. There is no real historyTom Rhodes2004-03-122-1/+371
* Unremoved a used variable in the PCCARD_ARCH case.Bruce Evans2004-03-121-0/+3
* Remove unused variables.John Baldwin2004-03-114-8/+1
* Fixed assorted misuses of NULL in integer context.Bruce Evans2004-03-1112-16/+16
* Fixed mispellings of '\0' as NULL.Bruce Evans2004-03-111-2/+2
* Remove information about the configuration file.Tom Rhodes2004-03-111-308/+3
* Fixed a misspelling of 0 as NULL.Bruce Evans2004-03-101-1/+1
* Make libgeom usable by C++ programs:John Baldwin2004-03-091-9/+10