aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Teach sysinstall that documents on the boot floppy might not be gzipped.John Hay2002-08-092-0/+12
* Apply the envp fix to the other call to main() as well.Gregory Neil Shapiro2002-08-091-2/+2
* Improve the code for detecting UID ranges so that usernames suchIan Dowse2002-08-091-3/+3
* Add DVD+RW support to the ATA driver and burncd. This also closesSøren Schmidt2002-08-082-19/+140
* Add capability for limiting the maximum number of simultaneousHajimu UMEMOTO2002-08-073-4/+315
* Typo: s/seperately/separatelyJens Schweikhardt2002-08-063-3/+3
* Suppress spurious warning messages about rm -rf TEMPROOT failingDoug Barton2002-08-051-3/+3
* Use wi_ltv_domains struct to print domainsWarner Losh2002-08-051-7/+5
* Add more (possibly useless) information to wicontrol's output (maybeWarner Losh2002-08-051-1/+79
* Fix a couple DESTDIR related problems. Credit for the "Only in" sectionDoug Barton2002-08-051-2/+2
* Pass envp to crunched program's main() routines as some depend on it.Gregory Neil Shapiro2002-08-041-2/+4
* Another .tbz2 -> .tbz leftover. Properly look for pkgname.tbz.Akinori MUSHA2002-08-041-1/+1
* Drop support for the .tbz2 suffix. One would not want pkg_create(1)Akinori MUSHA2002-08-042-6/+2
* Use an 8.3 friendly extension when compressing with bzip2.David E. O'Brien2002-08-041-1/+1
* Never allow a user to use crontab if opening /var/cron/{allow,deny} failsTim J. Robbins2002-08-041-16/+23
* Now that the kernel is able to load modules itself,Maxime Henrion2002-08-032-23/+1
* gcc tells me that this isn't a prototype, and it is right :-) UseWarner Losh2002-08-031-4/+1
* When extracting package pass `-p' option to tar(1), so that files areMaxim Sobolev2002-08-021-1/+1
* Add a libnames entry for libugidfw.Robert Watson2002-08-021-0/+1
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-08-023-0/+191
* Fix links to the FAQ and the HandbookMarc Fonvieille2002-08-011-2/+2
* Use struct xfile, not struct file.Dag-Erling Smørgrav2002-07-312-26/+22
* Correct URL to the FAQMarc Fonvieille2002-07-311-1/+1
* Correct links to Handbook's pages, old URLs does not work anymore.Marc Fonvieille2002-07-302-3/+3
* Do a case insensitive comparison when comparing the ms-chap responseBrian Somers2002-07-301-1/+1
* Fix int/size_t mismatch for sysctl arguments. Try not to introduce moreJake Burkholder2002-07-301-5/+10
* Use fchmod() to restore the tty modes.Peter Wemm2002-07-301-1/+1
* Drop support for COPY, -c has been the default mode of install(1)Ruslan Ermilov2002-07-294-5/+5
* Update, correct and bring in sync with reality all the i4b kernelHellmuth Michaelis2002-07-2817-437/+358
* Update for traceroute 1.4a12Bill Fenner2002-07-281-3/+6
* Make usage match options.David Malone2002-07-271-1/+1
* Fix spacing for -P (policy) examples.Bill Fenner2002-07-271-10/+3
* Don't dump all information about apm when only asked to enable/disable apmMaxim Sobolev2002-07-261-0/+2
* When parsing the program name from the incoming log messageRobert Drehmel2002-07-251-1/+1
* When reading a program name from the syslog configuration file,Robert Drehmel2002-07-251-1/+1
* Bah, I forgot to commit this part of the nfssvc() cleanup. Sorry folks.Peter Wemm2002-07-251-4/+1
* Change 'int pid' to 'pid_t pid'Juli Mallett2002-07-252-2/+2
* If NO_MAILWRAPPER is set, and sendmail is still enabled, then installPeter Wemm2002-07-241-0/+8
* enable fdisk for ia64 as well as i386Peter Wemm2002-07-242-4/+4
* Only install the mbr code on i386.. not ia64. This changes it fromPeter Wemm2002-07-242-2/+2
* s/IPSEC/IPsec according to RFCsMarc Fonvieille2002-07-231-1/+1
* Add '+FreeBSD' to the version string, to reflect that this programBill Fenner2002-07-231-1/+2
* use IPV6_V6ONLY instead of non standard IPV6_BINDV6ONLY.Hajimu UMEMOTO2002-07-221-4/+2
* use IPV6_V6ONLY instead of non standard IPV6_BINDV6ONLY.Hajimu UMEMOTO2002-07-225-13/+8
* Initialize sockbits variable with FD_ZERO, to avoid passing a fd_setAlexander Kabaev2002-07-221-0/+1
* Fix typo: corrisponds -> correspondsTony Finch2002-07-221-1/+1
* Copy cis strings into the kernel.Warner Losh2002-07-222-9/+15
* Remove stray function prototype. I wrote and removed this function butPeter Wemm2002-07-211-1/+0
* Check for missing static unit 'count' declarations as well.Peter Wemm2002-07-211-7/+13
* Check that we are not supplying 'device foo N' to devices that do not takePeter Wemm2002-07-211-2/+27