summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Honor NOINET6 and disable IPv6 support in libmilter and sendmail if itgshapiro2004-06-011-1/+5
* Add a warning note to security.jail.allow_raw_socketscsjp2004-06-011-1/+4
* Also terminate program names if we hit a '/' - this is to be slightlydwmalone2004-05-301-1/+2
* A log file name may now be prefixed by a '-' if it should not bedwmalone2004-05-302-2/+32
* Include <string.h> rather than <strings.h> for string function prototypes.stefanf2004-05-303-3/+3
* The file pt_tcplisten.c lacks the $FreeBSD$ keyword. Use the opportunity tostefanf2004-05-308-28/+18
* Try to be more careful about using using the file descriptor f_file.dwmalone2004-05-301-7/+13
* Some string fixes.dwmalone2004-05-291-4/+9
* Exit with a warning if the path to one of the logging sockets isdwmalone2004-05-291-0/+4
* Fix some bugs that don't manifest themselves in practice.dwmalone2004-05-291-3/+6
* Update a couple of comments.dwmalone2004-05-291-2/+2
* Remove constant which makes the assumption that the length ofcsjp2004-05-291-2/+3
* o Implement -U flag: run command as user which exists only in jail.maxim2004-05-292-19/+40
* Format nits.maxim2004-05-291-2/+2
* Fix the type of struct bbf's arc_count member: according to gcc'stjr2004-05-291-1/+1
* Include <net/ethernet.h> to have a prototype for ether_ntoa().stefanf2004-05-281-0/+1
* Unify the start/size parameters for the RSDP search area. Don't bothernjl2004-05-282-4/+6
* Check for >= 255 since sign extension from byte to u_int sometimes makesnjl2004-05-272-43/+40
* Fix an off-by-one error in the range check for the maximal -i or -ojoerg2004-05-271-2/+2
* Use new eui64(3) functions to print EUI-64s and to allow access to nodesbrooks2004-05-263-21/+87
* Silence some constness and printf type warnings. Most of thedwmalone2004-05-261-12/+14
* Actually negative size is possible for file system, but not for disk.pjd2004-05-251-2/+1
* o Fix typo: s/bslim/bhlim/.maxim2004-05-251-1/+1
* Use the correct location of the EBDA for searching for the RSDP.njl2004-05-252-19/+31
* Add suspend/resume support to the debugger.njl2004-05-251-1/+1
* In verbose mode print disk sizes in human readable form as well.pjd2004-05-242-2/+9
* Include <timeconv.h> for time conversion functions.stefanf2004-05-241-0/+1
* Add option '-o' for one-line output in combination with '-d'.le2004-05-242-7/+24
* Include <stdlib.h> for exit() and abort() prototypes.stefanf2004-05-242-0/+2
* Include <string.h> for prototypes of various string functions.stefanf2004-05-241-0/+1
* Diff reduction to NetBSD.le2004-05-241-3/+3
* Include <rpc/rpc_com.h> for a _rpc_dtablesize() prototype.stefanf2004-05-242-0/+2
* Include <netinet/in.h> for ntoh*() and hton*() prototypes.stefanf2004-05-242-0/+2
* Build kgmon for amd64.bde2004-05-231-1/+1
* Don't crash if the CROM is all zeros.dfr2004-05-231-0/+4
* - Add a reference to eeprom(8).marius2004-05-221-2/+4
* Hook eeprom(8) up to the FreeBSD/sparc64 build.marius2004-05-221-0/+2
* Add eeprom(8), a utility to display and modify system configurationsmarius2004-05-225-0/+1181
* - Change ofwdump(8) to use sysexits(3) exit codes.marius2004-05-224-142/+185
* Some wordsmithing and mdoc(7) cleanup.josef2004-05-211-14/+27
* Typos and nits.dannyboy2004-05-201-19/+19
* Document security.jail.getfsstatroot_only sysctl.pjd2004-05-201-0/+14
* Send RADIUS gigaword data when OctetsIn or OctetsOut go over UINT32_MAX.dds2004-05-191-2/+5
* Pressing 's' in the initial menu should result in selecting the 'Standard'kensmith2004-05-182-2/+2
* Fix my own style(9) bugs:joerg2004-05-171-3/+8
* Wire smbmsg(8) into the build.joerg2004-05-171-0/+1
* This commit was generated by cvs2svn to compensate for changes in r129330,joerg2004-05-174-0/+662
|\
| * This is smbmsg(8), a small utility to send/receive SMBus messages.joerg2004-05-174-0/+662
* | Remove spurious semicolons. Outside of functions they are actually errors butstefanf2004-05-166-6/+6
* | Add two new options to cron(8), -J and -j. They allow to specifyyar2004-05-164-2/+50
OpenPOWER on IntegriCloud