| Commit message (Expand) | Author | Age | Files | Lines |
* | When deciding whether to download the microcode or not look at the API rather | harti | 2003-07-25 | 1 | -1/+1 |
* | Due to a gcc bug, it doesn't like local variables with names like 'sin'. | harti | 2003-07-25 | 1 | -3/+3 |
* | Make ilmid WARNS=6 clean. The problem were a couple of unused function | harti | 2003-07-25 | 2 | -14/+14 |
* | Build /sbin/gpt on amd64 for good luck as well. | peter | 2003-07-24 | 1 | -1/+2 |
* | Simplistic C comment re is wrong, use more correct one | imp | 2003-07-23 | 1 | -1/+1 |
* | Remove old workaround | imp | 2003-07-23 | 1 | -3/+1 |
* | Add a note that net.inet.ip.fw.autoinc_step is ipfw2-specific | luigi | 2003-07-22 | 1 | -0/+4 |
* | Quote from a Problem Report: | maxim | 2003-07-21 | 1 | -1/+1 |
* | o Initialize do_pipe before command parsing. | maxim | 2003-07-21 | 1 | -0/+1 |
* | Take advantage of the use of file system IDs to simplify umount(8) | iedowse | 2003-07-20 | 1 | -298/+144 |
* | When mount(8) is invoked with the `-v' flag, display the filesystem | iedowse | 2003-07-18 | 3 | -17/+54 |
* | Don't call print_pdu() when we are not debugging. This would result | harti | 2003-07-18 | 1 | -1/+2 |
* | Since checkmntlist() and getmntentry() return a struct statfs that | iedowse | 2003-07-18 | 1 | -24/+17 |
* | When the file system to unmount is specified by device name instead | iedowse | 2003-07-18 | 1 | -45/+7 |
* | Userland side of: | luigi | 2003-07-15 | 2 | -14/+22 |
* | Make sure that comments are printed at the end of a rule. | luigi | 2003-07-15 | 1 | -2/+4 |
* | Fix one typo in help() string, remove whitespace at end of line and | luigi | 2003-07-14 | 1 | -24/+23 |
* | o Rename local variables, do not shadow global declarations. | maxim | 2003-07-14 | 1 | -7/+7 |
* | o Kill MINICMPLEN, there is ICMP_MINLEN already. | maxim | 2003-07-14 | 1 | -7/+6 |
* | o Be ready to get a reply with length up to IP_MAXPACKET. | maxim | 2003-07-14 | 1 | -11/+18 |
* | ccept of empty lines when reading from a file (this fixes a bug | luigi | 2003-07-14 | 1 | -25/+52 |
* | Remove reference to max block size. dump no longer limits the block size. | grog | 2003-07-14 | 1 | -13/+1 |
* | Add a '-T' flag to print the timestamp as numeric value instead | luigi | 2003-07-12 | 2 | -5/+14 |
* | Document the existence of comments in ipfw rules, | luigi | 2003-07-12 | 1 | -4/+11 |
* | In random order: | luigi | 2003-07-12 | 1 | -218/+277 |
* | Do not compare unsigned int values with ULONG_MAX. The comparison is | kan | 2003-07-11 | 2 | -5/+5 |
* | Correct to match reality regarding interface names. | dannyboy | 2003-07-08 | 1 | -3/+7 |
* | * introduce a section on SYNTAX to document the handling | luigi | 2003-07-08 | 1 | -44/+77 |
* | A bunch of changes (mostly syntactic sugar, all backward compatible): | luigi | 2003-07-08 | 1 | -251/+383 |
* | Drop the pid file after we call the final daemon call. w/o -n would | imp | 2003-07-05 | 1 | -2/+4 |
* | Implement the 'ipsec' option to match packets coming out of an ipsec tunnel. | luigi | 2003-07-04 | 2 | -0/+22 |
* | Remove smbfs, portalfs, and nwfs from sbin. The sources live in usr.sbin | gordon | 2003-07-02 | 17 | -2370/+0 |
* | Move mount_portalfs, mount_smbfs, and mount_nwfs from sbin to usr.sbin. | gordon | 2003-07-02 | 1 | -4/+1 |
* | Add a new mount flag MNT_BYFSID that can be used to unmount a file | iedowse | 2003-07-01 | 1 | -70/+71 |
* | Remove pathnames.h. | gordon | 2003-06-29 | 1 | -2/+0 |
* | Tweak a couple of utilities so they compile cleanly for /rescue. Mostly | gordon | 2003-06-29 | 2 | -2/+8 |
* | Move path definitions to include/paths.h. This makes it easier to override | gordon | 2003-06-29 | 2 | -14/+5 |
* | Convert fsck and mount to using execvP to find fsck_foo and mount_foo. | gordon | 2003-06-29 | 4 | -89/+13 |
* | o update for new 802.11 support | sam | 2003-06-28 | 1 | -2/+6 |
* | remove extra whitespace and blank lines | luigi | 2003-06-27 | 1 | -5/+2 |
* | o correct mode request handling | sam | 2003-06-25 | 1 | -3/+6 |
* | The current recommended default time to live (TTL) for the Internet | ru | 2003-06-25 | 1 | -3/+3 |
* | remove unused file (RELENG_5 and above use ipfw2, the old ipfw1 | luigi | 2003-06-24 | 1 | -2667/+0 |
* | Split some long lines to fit 80 columns (the code in RELENG_4 | luigi | 2003-06-23 | 1 | -5/+10 |
* | syntactic sugar: support range notation such as | luigi | 2003-06-23 | 1 | -5/+32 |
* | o Fix sets of rules usage example. | maxim | 2003-06-23 | 1 | -4/+4 |
* | Add support for multiple values and ranges for the "iplen", "ipttl", | luigi | 2003-06-22 | 2 | -29/+91 |
* | Replace the code for reading and writing the kernel message buffer | iedowse | 2003-06-22 | 1 | -3/+1 |
* | Remove another reference to ffsinfo.8 | brueffer | 2003-06-17 | 1 | -3/+1 |
* | Remove references to ffsinfo(8) for now. It was disconnected from | brueffer | 2003-06-17 | 2 | -2/+0 |