aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
...
* One more (hopefully the last one) step in cleaning up the syntax,Luigi Rizzo2002-08-192-61/+102
* Fix last-minute typo which breaks the world.Maxim Sobolev2002-08-191-1/+1
* Major cleanup of the parser and printing routines in an attempt toLuigi Rizzo2002-08-192-209/+375
* Remove unused variable. camcontrol is now WARNS=2 clean on i386.Johan Karlsson2002-08-181-1/+0
* Clarify the explanation of the behavior for setuid programs byJohn Polstra2002-08-181-2/+2
* Include <nlist.h> for nlist interfaces instead of depending on namespaceBruce Evans2002-08-181-0/+1
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidMaxim Sobolev2002-08-181-2/+3
* Fix more breakage due to FSTYPENAMES/DKTYPENAMES split.Bosko Milekic2002-08-163-0/+3
* Complete list of differences between ipfw1 and ipfw2.Luigi Rizzo2002-08-161-10/+93
* sys/netinet/ip_fw2.c:Luigi Rizzo2002-08-162-116/+526
* No need to include sys/time.h, this unbreaks a c89 warning about long longAlfred Perlstein2002-08-161-1/+0
* Don't '#define DKTYPENAMES', we don't use the variable it exposes fromAlfred Perlstein2002-08-161-1/+0
* Don't depend on namespace pollution in sys/mount.h andMaxime Henrion2002-08-134-0/+4
* mdoc(7) police: Removed redundant .Ns calls.Ruslan Ermilov2002-08-131-1/+1
* can not -> cannot.Ruslan Ermilov2002-08-133-4/+4
* mdoc(7) police: laundry.Ruslan Ermilov2002-08-131-17/+16
* mdoc(7) police: Consistently name options' arguments in the SYNOPSIS and DESC...Ruslan Ermilov2002-08-131-16/+23
* mdoc(7) police: canonize FreeBSD in e-mail address.Ruslan Ermilov2002-08-131-1/+1
* mdoc(7) police: missing markup bits.Ruslan Ermilov2002-08-131-6/+12
* mdoc(7) police: KAMEism in rev. 1.56, nits in rev. 1.58.Ruslan Ermilov2002-08-131-3/+4
* mdoc(7) police: Use the .Ud macro.Ruslan Ermilov2002-08-131-1/+2
* Improve wording even more.Ruslan Ermilov2002-08-131-4/+5
* mdoc(7) police: kill hard sentence break.Ruslan Ermilov2002-08-131-1/+2
* Warn that hex keys are the most portable.Warner Losh2002-08-121-0/+3
* Simplify some things to use libufs-provided functionality here, such as theJuli Mallett2002-08-111-21/+28
* Update manpage to match the code, we don't useMaxime Henrion2002-08-111-5/+0
* Update the manpage to match the code. The mount utilitiesMaxime Henrion2002-08-111-24/+2
* The kldload() system call doesn't return 0 when it succeeded,Maxime Henrion2002-08-111-1/+1
* - Introduce a new struct xvfsconf, the userland version of struct vfsconf.Maxime Henrion2002-08-104-10/+9
* Fix one parsing bug introduced by last commit, and correct parsingLuigi Rizzo2002-08-101-18/+63
* Major revision of the ipfw manpage, trying to make it up-to-dateLuigi Rizzo2002-08-101-518/+682
* One bugfix and one new feature.Luigi Rizzo2002-08-101-22/+85
* Fix the broken "avoid unaligned data" fix. The problem is that the builtinPeter Wemm2002-08-101-2/+2
* Fixup preen.c to match its new residence.Poul-Henning Kamp2002-08-091-1/+5
* preen.c was a stragler after the fsck/fsck_ffs divorce.Poul-Henning Kamp2002-08-091-282/+0
* Fix -o ac(reg|dir)(min|max) options. The appropriate flags weren'tSemen Ustimenko2002-08-061-0/+4
* Fix generation of check-state rules, which i broke in last commit.Luigi Rizzo2002-08-041-1/+1
* Small diffs that p4 didn't catch when I extractedMaxime Henrion2002-08-031-2/+1
* This should have been committed too, I have no ideaMaxime Henrion2002-08-031-1/+1
* I should have committed this ages ago...Maxime Henrion2002-08-031-3/+15
* Now that the kernel is able to load modules itself,Maxime Henrion2002-08-0314-231/+25
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-08-022-1/+5
* Forgot this one: properly initialize an address set when the setLuigi Rizzo2002-07-311-3/+1
* Two bugfixes:Luigi Rizzo2002-07-311-15/+26
* Also print the serial # on atacontrol cap ....Søren Schmidt2002-07-311-0/+1
* Fix a bunch of format string warnings which brokeMaxime Henrion2002-07-316-35/+43
* Remove some additional paranoia which Kirk forgot to remove from hisPoul-Henning Kamp2002-07-302-4/+2
* Warning cleanup.Poul-Henning Kamp2002-07-3012-74/+74
* Don't depend on pollution in <machine/limits.h> (by way ofMike Barcroft2002-07-291-0/+1
* Drop support for COPY, -c has been the default mode of install(1)Ruslan Ermilov2002-07-291-1/+1