| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove old workaround | Warner Losh | 2003-07-23 | 1 | -3/+1 |
* | Add a note that net.inet.ip.fw.autoinc_step is ipfw2-specific | Luigi Rizzo | 2003-07-22 | 1 | -0/+4 |
* | Quote from a Problem Report: | Maxim Konovalov | 2003-07-21 | 1 | -1/+1 |
* | o Initialize do_pipe before command parsing. | Maxim Konovalov | 2003-07-21 | 1 | -0/+1 |
* | Take advantage of the use of file system IDs to simplify umount(8) | Ian Dowse | 2003-07-20 | 1 | -298/+144 |
* | When mount(8) is invoked with the `-v' flag, display the filesystem | Ian Dowse | 2003-07-18 | 3 | -17/+54 |
* | Don't call print_pdu() when we are not debugging. This would result | Hartmut Brandt | 2003-07-18 | 1 | -1/+2 |
* | Since checkmntlist() and getmntentry() return a struct statfs that | Ian Dowse | 2003-07-18 | 1 | -24/+17 |
* | When the file system to unmount is specified by device name instead | Ian Dowse | 2003-07-18 | 1 | -45/+7 |
* | Userland side of: | Luigi Rizzo | 2003-07-15 | 2 | -14/+22 |
* | Make sure that comments are printed at the end of a rule. | Luigi Rizzo | 2003-07-15 | 1 | -2/+4 |
* | Fix one typo in help() string, remove whitespace at end of line and | Luigi Rizzo | 2003-07-14 | 1 | -24/+23 |
* | o Rename local variables, do not shadow global declarations. | Maxim Konovalov | 2003-07-14 | 1 | -7/+7 |
* | o Kill MINICMPLEN, there is ICMP_MINLEN already. | Maxim Konovalov | 2003-07-14 | 1 | -7/+6 |
* | o Be ready to get a reply with length up to IP_MAXPACKET. | Maxim Konovalov | 2003-07-14 | 1 | -11/+18 |
* | ccept of empty lines when reading from a file (this fixes a bug | Luigi Rizzo | 2003-07-14 | 1 | -25/+52 |
* | Remove reference to max block size. dump no longer limits the block size. | Greg Lehey | 2003-07-14 | 1 | -13/+1 |
* | Add a '-T' flag to print the timestamp as numeric value instead | Luigi Rizzo | 2003-07-12 | 2 | -5/+14 |
* | Document the existence of comments in ipfw rules, | Luigi Rizzo | 2003-07-12 | 1 | -4/+11 |
* | In random order: | Luigi Rizzo | 2003-07-12 | 1 | -218/+277 |
* | Do not compare unsigned int values with ULONG_MAX. The comparison is | Alexander Kabaev | 2003-07-11 | 2 | -5/+5 |
* | Correct to match reality regarding interface names. | Daniel Harris | 2003-07-08 | 1 | -3/+7 |
* | * introduce a section on SYNTAX to document the handling | Luigi Rizzo | 2003-07-08 | 1 | -44/+77 |
* | A bunch of changes (mostly syntactic sugar, all backward compatible): | Luigi Rizzo | 2003-07-08 | 1 | -251/+383 |
* | Drop the pid file after we call the final daemon call. w/o -n would | Warner Losh | 2003-07-05 | 1 | -2/+4 |
* | Implement the 'ipsec' option to match packets coming out of an ipsec tunnel. | Luigi Rizzo | 2003-07-04 | 2 | -0/+22 |
* | Remove smbfs, portalfs, and nwfs from sbin. The sources live in usr.sbin | Gordon Tetlow | 2003-07-02 | 17 | -2370/+0 |
* | Move mount_portalfs, mount_smbfs, and mount_nwfs from sbin to usr.sbin. | Gordon Tetlow | 2003-07-02 | 1 | -4/+1 |
* | Add a new mount flag MNT_BYFSID that can be used to unmount a file | Ian Dowse | 2003-07-01 | 1 | -70/+71 |
* | Remove pathnames.h. | Gordon Tetlow | 2003-06-29 | 1 | -2/+0 |
* | Tweak a couple of utilities so they compile cleanly for /rescue. Mostly | Gordon Tetlow | 2003-06-29 | 2 | -2/+8 |
* | Move path definitions to include/paths.h. This makes it easier to override | Gordon Tetlow | 2003-06-29 | 2 | -14/+5 |
* | Convert fsck and mount to using execvP to find fsck_foo and mount_foo. | Gordon Tetlow | 2003-06-29 | 4 | -89/+13 |
* | o update for new 802.11 support | Sam Leffler | 2003-06-28 | 1 | -2/+6 |
* | remove extra whitespace and blank lines | Luigi Rizzo | 2003-06-27 | 1 | -5/+2 |
* | o correct mode request handling | Sam Leffler | 2003-06-25 | 1 | -3/+6 |
* | The current recommended default time to live (TTL) for the Internet | Ruslan Ermilov | 2003-06-25 | 1 | -3/+3 |
* | remove unused file (RELENG_5 and above use ipfw2, the old ipfw1 | Luigi Rizzo | 2003-06-24 | 1 | -2667/+0 |
* | Split some long lines to fit 80 columns (the code in RELENG_4 | Luigi Rizzo | 2003-06-23 | 1 | -5/+10 |
* | syntactic sugar: support range notation such as | Luigi Rizzo | 2003-06-23 | 1 | -5/+32 |
* | o Fix sets of rules usage example. | Maxim Konovalov | 2003-06-23 | 1 | -4/+4 |
* | Add support for multiple values and ranges for the "iplen", "ipttl", | Luigi Rizzo | 2003-06-22 | 2 | -29/+91 |
* | Replace the code for reading and writing the kernel message buffer | Ian Dowse | 2003-06-22 | 1 | -3/+1 |
* | Remove another reference to ffsinfo.8 | Christian Brueffer | 2003-06-17 | 1 | -3/+1 |
* | Remove references to ffsinfo(8) for now. It was disconnected from | Christian Brueffer | 2003-06-17 | 2 | -2/+0 |
* | Xref police: chmod(8) -> chmod(1). | Maxim Sobolev | 2003-06-17 | 1 | -1/+1 |
* | Compile sunlabel on all archs. | Poul-Henning Kamp | 2003-06-17 | 1 | -4/+1 |
* | o Pass a correct argument to printf(3). | Maxim Konovalov | 2003-06-16 | 1 | -3/+4 |
* | Tighten up the string->integer conversion in sysctl(8): | Robert Watson | 2003-06-15 | 1 | -5/+25 |
* | Remove MAINTAINER= lines in the makefiles for camcontrol, iostat, libcam | Kenneth D. Merry | 2003-06-14 | 1 | -2/+0 |