aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Add missing 'static' on two routines, so they match their declarations.Garance A Drosehn2003-03-031-2/+2
* Update the number of ports in the ports collection. Although we'veMurray Stokely2003-03-031-1/+1
* A variety of cosmetic changes, mostly to (slightly) reduce diffs withGarance A Drosehn2003-03-031-29/+29
* Collapse two more parameters to dotrim() into the 'ent' parameter that isGarance A Drosehn2003-03-031-13/+12
* Change to using uid_t and gid_t instead of int. Also change this won'tGarance A Drosehn2003-03-031-42/+37
* Fix the interactions between specific log files given on the command line,Garance A Drosehn2003-03-031-106/+186
* Add a command-line option of '-R somename', which indicates that newsyslogGarance A Drosehn2003-03-021-9/+77
* Add a command-line option of '-s', which indicates that newsyslog shouldGarance A Drosehn2003-03-021-50/+120
* mdoc(7) police: Nits.Ruslan Ermilov2003-03-022-4/+6
* Remove traces of MAKEDEV & add xref to mount_devfs(8).Giorgos Keramidas2003-02-281-2/+2
* Add a new variable `noInet6', which if set disables IPv6 configurationMaxim Sobolev2003-02-273-2/+5
* Increase size of the static buffer used to hold runtime dependency listMaxim Sobolev2003-02-271-4/+4
* Document the fact that VTY locking is easily bypassable when DDBMaxime Henrion2003-02-271-0/+4
* "Advertizing" is ugly and possibly incorrect; use "Advertising" instead.Tim J. Robbins2003-02-271-1/+1
* Try another solution for not expanding a CVS tag.Doug Barton2003-02-271-1/+1
* - Increase the maximum device name length.John W. De Boskey2003-02-273-3/+18
* Implemented "nooption" and "nomakeoption" config(8) tokens.Ruslan Ermilov2003-02-262-3/+14
* Fix an error which caused 'free(): error: chunk is already free'Garance A Drosehn2003-02-261-0/+3
* Add a new subcommand to pccardc(8), "dumpcisfile", which reads a CISBrian Feldman2003-02-256-4/+94
* Fix a long-standing bug where if the package being deleted had noDag-Erling Smørgrav2003-02-252-14/+12
* mdoc(7) police: Scheduled sweep.Ruslan Ermilov2003-02-247-48/+68
* Check whether setmode(3) fails and deallocate its return value afterMike Heffner2003-02-241-0/+4
* Check the value given for number-of-logs to keep in config-file entries,Garance A Drosehn2003-02-241-2/+2
* 1) Fix so -a honors the -n ("do nothing") option. Before, if the directoryGarance A Drosehn2003-02-241-4/+16
* Minor style fix. Add parenthesis around 'return' values.Garance A Drosehn2003-02-241-16/+16
* Add the idea of a "default rotate action", which will be used if a file isGarance A Drosehn2003-02-241-33/+194
* Under some unusual conditions, inetd can leak a open file discriptorDavid Malone2003-02-231-7/+23
* After calling login_getclass, be sure to call login_close so thatDavid Malone2003-02-231-1/+6
* Allow for boolean make options (``makeoptions NO_MODULES'').Ruslan Ermilov2003-02-211-1/+4
* Hostname specifications must allow commas in the value. They areThomas Quinot2003-02-211-1/+2
* Some things don't build for PowerPC yet.David E. O'Brien2003-02-211-1/+5
* Initialize sign to NULL so that we don't attempt to free() it in caseMike Heffner2003-02-201-0/+1
* s/to try and retry/to retry/Ceri Davies2003-02-192-2/+2
* - Detect PAL by CIP header rather than the DSF bit in the DV header.Hidetoshi Shimokawa2003-02-191-71/+48
* Bring the suggested command for extracting a configuration file from theCeri Davies2003-02-181-1/+1
* Remove contractions.Tom Rhodes2003-02-181-3/+3
* Use arc4random() instead of random() when generating the master key.Kris Kennaway2003-02-181-2/+3
* -v now also prints the pnpinfo and location information for the devicesWarner Losh2003-02-171-1/+6
* Update copyright.Mike Makonnen2003-02-162-6/+2
* Condense the output to one line per removed user. For user's whoMike Makonnen2003-02-162-21/+56
* Add #include <sys/resource.h>Poul-Henning Kamp2003-02-161-0/+1
* Remove #include <sys/dkstat.h>Poul-Henning Kamp2003-02-161-1/+0
* Implemented a simple "nodevice" config(8) command that cancelsRuslan Ermilov2003-02-152-1/+49
* Convert to using <sys/queue.h> macros.Ruslan Ermilov2003-02-156-85/+76
* The tcp_wrappers function `fromhost()' can fail. In suchHajimu UMEMOTO2003-02-131-2/+16
* Allow multiple hosts or programs to be named in programThomas Quinot2003-02-132-6/+39
* Use DIOCGPC98 ioctl to write boot block.Yoshihiro Takahashi2003-02-111-22/+62
* Add -DHAVE_ARC4RANDOM to CFLAGSAndrey A. Chernov2003-02-111-1/+1
* Use srandomdev() for FreeBSDAndrey A. Chernov2003-02-111-0/+4
* There is no sense to use random random() and arc4random() in the same program.Andrey A. Chernov2003-02-111-2/+1