| Commit message (Expand) | Author | Age | Files | Lines |
* | s/filesystem/file system/g as discussed on -developers | trhodes | 2002-08-21 | 111 | -870/+870 |
* | Don't use NULL where you really mean 0 to sysctlbyname. | imp | 2002-08-21 | 1 | -1/+1 |
* | Whoops, the manpage lied... ipfw2 has always accepted addr:mask | luigi | 2002-08-21 | 1 | -11/+14 |
* | Take care of WARNS=3 warnings by using unsigned/signed variable | johan | 2002-08-20 | 1 | -6/+7 |
* | Implement user-setable promiscuous mode (a new `promisc' flag for ifconfig(8)). | sobomax | 2002-08-19 | 2 | -1/+7 |
* | One more (hopefully the last one) step in cleaning up the syntax, | luigi | 2002-08-19 | 2 | -61/+102 |
* | Fix last-minute typo which breaks the world. | sobomax | 2002-08-19 | 1 | -1/+1 |
* | Major cleanup of the parser and printing routines in an attempt to | luigi | 2002-08-19 | 2 | -209/+375 |
* | Remove unused variable. camcontrol is now WARNS=2 clean on i386. | johan | 2002-08-18 | 1 | -1/+0 |
* | Clarify the explanation of the behavior for setuid programs by | jdp | 2002-08-18 | 1 | -2/+2 |
* | Include <nlist.h> for nlist interfaces instead of depending on namespace | bde | 2002-08-18 | 1 | -0/+1 |
* | Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoid | sobomax | 2002-08-18 | 1 | -2/+3 |
* | Fix more breakage due to FSTYPENAMES/DKTYPENAMES split. | bmilekic | 2002-08-16 | 3 | -0/+3 |
* | Complete list of differences between ipfw1 and ipfw2. | luigi | 2002-08-16 | 1 | -10/+93 |
* | sys/netinet/ip_fw2.c: | luigi | 2002-08-16 | 2 | -116/+526 |
* | No need to include sys/time.h, this unbreaks a c89 warning about long long | alfred | 2002-08-16 | 1 | -1/+0 |
* | Don't '#define DKTYPENAMES', we don't use the variable it exposes from | alfred | 2002-08-16 | 1 | -1/+0 |
* | Don't depend on namespace pollution in sys/mount.h and | mux | 2002-08-13 | 4 | -0/+4 |
* | mdoc(7) police: Removed redundant .Ns calls. | ru | 2002-08-13 | 1 | -1/+1 |
* | can not -> cannot. | ru | 2002-08-13 | 3 | -4/+4 |
* | mdoc(7) police: laundry. | ru | 2002-08-13 | 1 | -17/+16 |
* | mdoc(7) police: Consistently name options' arguments in the SYNOPSIS and DESC... | ru | 2002-08-13 | 1 | -16/+23 |
* | mdoc(7) police: canonize FreeBSD in e-mail address. | ru | 2002-08-13 | 1 | -1/+1 |
* | mdoc(7) police: missing markup bits. | ru | 2002-08-13 | 1 | -6/+12 |
* | mdoc(7) police: KAMEism in rev. 1.56, nits in rev. 1.58. | ru | 2002-08-13 | 1 | -3/+4 |
* | mdoc(7) police: Use the .Ud macro. | ru | 2002-08-13 | 1 | -1/+2 |
* | Improve wording even more. | ru | 2002-08-13 | 1 | -4/+5 |
* | mdoc(7) police: kill hard sentence break. | ru | 2002-08-13 | 1 | -1/+2 |
* | Warn that hex keys are the most portable. | imp | 2002-08-12 | 1 | -0/+3 |
* | Simplify some things to use libufs-provided functionality here, such as the | jmallett | 2002-08-11 | 1 | -21/+28 |
* | Update manpage to match the code, we don't use | mux | 2002-08-11 | 1 | -5/+0 |
* | Update the manpage to match the code. The mount utilities | mux | 2002-08-11 | 1 | -24/+2 |
* | The kldload() system call doesn't return 0 when it succeeded, | mux | 2002-08-11 | 1 | -1/+1 |
* | - Introduce a new struct xvfsconf, the userland version of struct vfsconf. | mux | 2002-08-10 | 4 | -10/+9 |
* | Fix one parsing bug introduced by last commit, and correct parsing | luigi | 2002-08-10 | 1 | -18/+63 |
* | Major revision of the ipfw manpage, trying to make it up-to-date | luigi | 2002-08-10 | 1 | -518/+682 |
* | One bugfix and one new feature. | luigi | 2002-08-10 | 1 | -22/+85 |
* | Fix the broken "avoid unaligned data" fix. The problem is that the builtin | peter | 2002-08-10 | 1 | -2/+2 |
* | Fixup preen.c to match its new residence. | phk | 2002-08-09 | 1 | -1/+5 |
* | preen.c was a stragler after the fsck/fsck_ffs divorce. | phk | 2002-08-09 | 1 | -282/+0 |
* | Fix -o ac(reg|dir)(min|max) options. The appropriate flags weren't | semenu | 2002-08-06 | 1 | -0/+4 |
* | Fix generation of check-state rules, which i broke in last commit. | luigi | 2002-08-04 | 1 | -1/+1 |
* | Small diffs that p4 didn't catch when I extracted | mux | 2002-08-03 | 1 | -2/+1 |
* | This should have been committed too, I have no idea | mux | 2002-08-03 | 1 | -1/+1 |
* | I should have committed this ages ago... | mux | 2002-08-03 | 1 | -3/+15 |
* | Now that the kernel is able to load modules itself, | mux | 2002-08-03 | 14 | -231/+25 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-08-02 | 2 | -1/+5 |
* | Forgot this one: properly initialize an address set when the set | luigi | 2002-07-31 | 1 | -3/+1 |
* | Two bugfixes: | luigi | 2002-07-31 | 1 | -15/+26 |
* | Also print the serial # on atacontrol cap .... | sos | 2002-07-31 | 1 | -0/+1 |