aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Enable bug-for-bug compatibility with mount_mfs when the programIan Dowse2001-09-302-5/+7
* Don't require that the special/filesystem argument translates intoIan Dowse2001-09-301-5/+4
* now that jlemon has added a hash table to lookup locally configured ipBill Fumerola2001-09-291-3/+2
* Two main changes here:Luigi Rizzo2001-09-272-36/+102
* The -A option (beep when packets are dropped) didn't work quiteIan Dowse2001-09-252-5/+12
* o Reduce userland inclusion of kernel headers -- remove unneeded includeRobert Watson2001-09-241-1/+0
* A bunch of minor changes to the code (see below) for readability, code sizeLuigi Rizzo2001-09-201-8/+19
* Deal with nfs server module changes for autoloading.Peter Wemm2001-09-201-9/+4
* Deal with module name changes and autoloading.Peter Wemm2001-09-201-15/+8
* Non-decimal ``skipto'' rule numbers are meaningless.Ruslan Ermilov2001-09-191-1/+1
* Userland part of nfs client/server split and cleanup.Peter Wemm2001-09-187-430/+25
* Split hwcsum into rxcsum and txcsum components.Jonathan Lemon2001-09-181-3/+5
* Teach ifconfig about the new interface capability words.Jonathan Lemon2001-09-181-1/+43
* fix savecore so that it works on the alpha after the size changeAndrew Gallatin2001-09-131-2/+2
* Set BINOWN=root explicitly for setuid root binaries.Ruslan Ermilov2001-09-133-0/+3
* Use ${MACHINE}, it works with cross-builds.Ruslan Ermilov2001-09-121-4/+2
* mdoc(7) police: restore fix in rev. 1.52; .Dt should be in CAPITALS.Ruslan Ermilov2001-09-111-1/+1
* mdoc(7) police: restore the correct sorting of SEE ALSO.Ruslan Ermilov2001-09-111-1/+1
* mdoc(7) police: markup nits, improve -W option text,Ruslan Ermilov2001-09-111-5/+10
* Removed -M and -N from getopt(3) call as well.Ruslan Ermilov2001-09-111-1/+1
* Use a better stripe size in the examples.Greg Lehey2001-09-091-12/+12
* Stole unicode translation table from mount_msdos. Add kernel codeSemen Ustimenko2001-09-083-2/+85
* * Switch from doing compress(1)ed crashdumps with the -z flag to usingKris Kennaway2001-09-063-40/+43
* Use CFLAGS, not COPTS, in the Makefile. bsd.prog.mk conveniently addsDima Dorfman2001-09-052-3/+3
* SECURITY.Ruslan Ermilov2001-09-055-117/+15
* The defaults for bsize and fsize were interchanged.Ruslan Ermilov2001-09-052-8/+8
* Don't reinvent the wheel; use strptime(3).Ruslan Ermilov2001-09-041-44/+4
* mdoc(7) police: removed hard sentence breaks.Ruslan Ermilov2001-09-041-6/+14
* Duh! forgot this bit of the NCCD patch.Poul-Henning Kamp2001-09-043-152/+83
* Mention collision attacks on MD5. From the md5(3) man page.Murray Stokely2001-09-041-0/+6
* IPFilter source code in contrib/ipfilter apparently can't make up its mindJonathan Lemon2001-09-031-0/+1
* SECURITY: Drop `setgid kmem' bit as early as possible.Ruslan Ermilov2001-08-311-0/+2
* Synch with NetBSD and OpenBSD.Ruslan Ermilov2001-08-312-3/+2
* restore(8) doesn't need to be setgid `tty', and never did.Ruslan Ermilov2001-08-301-2/+0
* Banish hard-coded KERNBASE references from savecore. DynamicallyPeter Wemm2001-08-241-1/+15
* ``create'' and ``destroy'' are command modifiers (.Cm), not flags (.Fl).Yaroslav Tykhiy2001-08-221-2/+2
* mdoc(7) police: Fixed broken xrefs.Ruslan Ermilov2001-08-221-1/+1
* Handle snprintf() returning < 0 (not just -1)Brian Somers2001-08-203-3/+7
* Handle snprintf() returning -1.Brian Somers2001-08-203-5/+9
* Fix grammar.Dima Dorfman2001-08-201-1/+2
* Respect the -N flag when changing directory attributes in setdirmode).Dima Dorfman2001-08-201-4/+6
* Silence non-constant format string warnings by marking functionsKris Kennaway2001-08-1913-28/+28
* Actuall make plumb work in addition to create as per the manpage.Brooks Davis2001-08-171-1/+2
* mdoc(7) police: restore markup bit that got accidentally lost in rev. 1.44.Ruslan Ermilov2001-08-161-1/+1
* mdoc(7) police: replace `\*(Ba' with a simple `|', it's handled specially.Ruslan Ermilov2001-08-161-1/+1
* mdoc(7) police: Section cross-references are marked with .Sx.Ruslan Ermilov2001-08-161-3/+2
* Implement a better compatibility mode with mount_mfs. It is theDima Dorfman2001-08-162-6/+120
* mdoc(7) police: utilize the new .Ex macro.Ruslan Ermilov2001-08-153-11/+5
* style(9) tweakDavid E. O'Brien2001-08-141-24/+24
* mdoc(7) police: s/BSD/.Bx/ where appropriate.Ruslan Ermilov2001-08-1410-16/+43