summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Forgot this one: properly initialize an address set when the setluigi2002-07-311-3/+1
* Two bugfixes:luigi2002-07-311-15/+26
* Also print the serial # on atacontrol cap ....sos2002-07-311-0/+1
* Fix a bunch of format string warnings which brokemux2002-07-316-35/+43
* Remove some additional paranoia which Kirk forgot to remove from hisphk2002-07-302-4/+2
* Warning cleanup.phk2002-07-3012-74/+74
* Don't depend on pollution in <machine/limits.h> (by way ofmike2002-07-291-0/+1
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-291-1/+1
* Nuke whitespace at EOL.dd2002-07-282-3/+3
* What we're actually passing around is an ioctl request, not a command,dd2002-07-281-3/+3
* This compiles cleanly with WARNS=5 on i386 and alpha, so try to makedd2002-07-281-1/+1
* Implement this (quoted from the updated man page): If the first tokendd2002-07-284-9/+181
* Use more standard section names in an attempt to unconfuse new usersdd2002-07-281-8/+5
* Fix spacing for -P (policy) examples.fenner2002-07-271-10/+3
* Add SEE ALSO references to papers handling RED.sheldonh2002-07-251-0/+26
* Turn nfsiod back on. It is basically now just a sysctl wrapper that alsopeter2002-07-241-0/+1
* WARNS cleanpeter2002-07-242-7/+6
* s/IPSEC/IPsec according to RFCsblackend2002-07-231-1/+1
* Connect up gpt and mca subdirs for ia64peter2002-07-201-1/+3
* Grab a snapshot of Marcel's WIP ia64 machine check decoder.peter2002-07-202-0/+509
* Grab a snapshot of Marcel's gpt tool. This is still a work-in-progresspeter2002-07-2010-0/+1454
* s/${INSTALL} -c/${INSTALL} ${COPY}/ru2002-07-181-1/+1
* di_createtime -> di_birthtime.roberto2002-07-171-1/+1
* Change utimes to set the file creation time (for filesystems thatmckusick2002-07-174-19/+37
* Introduce the DEVFS "rule" subsystem. DEVFS rules permit thedd2002-07-176-0/+949
* Fixed some print format errors. Avoid some warnings about possiblebde2002-07-161-4/+5
* Replace extra call to "tunefs" with the equivalent of "newfs -U".rse2002-07-151-2/+1
* The .Nm utilitycharnier2002-07-141-7/+10
* A bunch of minor fixes:luigi2002-07-131-8/+11
* Remove unused variables due to libufs(3) commit. Clean up extraneous use ofjmallett2002-07-111-4/+3
* Convert dumpfs(8) to libufs(3), rather than rolling local functions for ajmallett2002-07-112-39/+14
* Add a bit of information on FFS snapshots to the mount(8) manual page.trhodes2002-07-111-0/+67
* Convert old style (type foo *)0 casts to NULLsdillon2002-07-111-3/+3
* Fixed 4 printf format errors that were fatal on alphas. %qd is not evenbde2002-07-111-7/+9
* Uncommented WARNS=0. ipfw2.c is full of printf format errors that arebde2002-07-111-1/+1
* Replace the 'at least the amount of physical memory + 64K' with a betterdillon2002-07-091-2/+5
* Oops, the previous revision (1.22) introduced a potential alignmentiedowse2002-07-081-15/+20
* Fixed some world breakage caused by not updating clients when <timeconv.h>bde2002-07-081-0/+1
* - Do not include <utmp.h> for no reason.robert2002-07-082-4/+0
* Use a fixed MAXBSIZE-size auto array instead of a static pointeriedowse2002-07-081-6/+2
* Replace the use of %qd with intmax_t/%jd and fix a number of -Walliedowse2002-07-084-20/+23
* Remove nfsd and mountd from src/sbin, look for it in src/usr.sbingordon2002-07-079-4202/+0
* Unhook sbin/nfsd and sbin/mountd from the build. They will be moving togordon2002-07-071-2/+0
* Don't explicit kill of the process' own pid.ume2002-07-071-5/+4
* Fix some printf format errors.iedowse2002-07-072-6/+6
* The .Nm utility.charnier2002-07-0613-67/+103
* The .Nm utility. Add FreeBSD Id.charnier2002-07-061-3/+6
* The .Nm utilitycharnier2002-07-0658-231/+344
* Implement the last 2-3 missing instructions for ipfw,luigi2002-07-051-124/+108
* o Change almost all magic numbers to the appropriate constants.maxim2002-07-051-28/+32
OpenPOWER on IntegriCloud