summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* More strict ip options parsing.maxim2002-07-051-53/+44
* Update my email address.archie2002-07-031-1/+1
* Apply __FBSDID(); fix local variable(names) that stomp on globalmarkm2002-07-032-46/+56
* Apply __FBSDID(), ISOfy, fix easy warning.markm2002-07-031-6/+5
* Minor spelling and grammar fixes in the atacontrol(8) manual page.trhodes2002-07-021-11/+11
* The new ipfw code.luigi2002-06-272-1/+3180
* Remove the kernel file-size limit for UFS2, so that only the limitiedowse2002-06-261-1/+4
* Fix an integer overflow that causes fsck_ffs to crash when itiedowse2002-06-261-1/+1
* Remove old pre-TIRPC code for getting transport handles. The code thatalfred2002-06-251-5/+0
* Correct default location of history file.grog2002-06-231-1/+1
* Get rid of paranoia that zeros the boot block area as this hasmckusick2002-06-221-7/+0
* This commit was generated by cvs2svn to compensate for changes in r98567,obrien2002-06-212-3/+5
|\
| * Sync with NetBSD.obrien2002-06-212-3/+5
* | Reduce the -I's as we don't need them all.obrien2002-06-211-1/+1
* | Don't say that an umounted filesystem is required for -n. An unmountedbde2002-06-211-1/+0
* | This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-2138-1966/+2160
* | nmount'ify unionfs further by using separate options insteadmux2002-06-151-17/+17
* | Convert UDF to nmount.mux2002-06-151-12/+15
* | Add eui64 option which fills interface index (lowermost 64bit ofume2002-06-152-0/+42
* | Hook rcorder and rc.d into the build.gordon2002-06-131-0/+1
* | FreeBSDize the NetBSD Makefile so that this compiles.obrien2002-06-131-1/+9
* | ANSIfy a few prototypes, thus fixing a few warnings.keramida2002-06-091-5/+5
* | Don't have -prefixlen 128 on host routes.ume2002-06-081-8/+5
* | Use a larger data type to prevent counters wrapping so quickly.mdodd2002-06-071-2/+2
* | Sync this up with changes made in v1.8 of sys/netatm/atm_if.hmdodd2002-06-071-0/+4
* | Remove the old nextboot from Whistler. AFAIK this hasn't been useable ingordon2002-06-063-326/+0
* | s/daddr_t/ufs_daddr_t/gphk2002-06-063-19/+19
* | Unhook the old nextboot(8) from the build. If no one yells too loudly, thisgordon2002-06-061-2/+1
* | Add 'utility' in a place that it was missing.keramida2002-06-051-1/+1
* | Oops, unbreak parsing of the `type' field in getasciilabel(). I hadiedowse2002-06-052-2/+6
* | Fix spelling nit in error message.gordon2002-06-051-1/+1
OpenPOWER on IntegriCloud