| Commit message (Expand) | Author | Age | Files | Lines |
* | Make this WARNS=2 clean by | johan | 2003-11-14 | 2 | -20/+22 |
* | Make this WARNS=2 clean by | johan | 2003-11-14 | 3 | -5/+5 |
* | Warn about partitions that would overlap with the master boot record, and | des | 2003-11-13 | 1 | -0/+5 |
* | Make this WARNS=2 clean by | johan | 2003-11-13 | 2 | -2/+1 |
* | Make this WARNS=2 clean by | johan | 2003-11-13 | 3 | -8/+10 |
* | - Add some information about how init, securelevel, and jails | kensmith | 2003-11-11 | 1 | -1/+17 |
* | Add a describtion for the '-d' flag | brueffer | 2003-11-10 | 1 | -1/+3 |
* | enable aes-xcbc-mac and aes-ctr, again. | ume | 2003-11-10 | 1 | -3/+3 |
* | Alphabetization braino. | des | 2003-11-07 | 1 | -1/+1 |
* | Whitespace cleanup. | des | 2003-11-07 | 1 | -9/+9 |
* | Add a command-line option to format output for human readability. | des | 2003-11-07 | 2 | -13/+25 |
* | - add explanation of what an active file system is | kensmith | 2003-11-05 | 1 | -2/+14 |
* | Make sure argv[x] exists before using it. | johan | 2003-11-05 | 1 | -9/+15 |
* | Make this WARNS=6 clean by: | johan | 2003-11-05 | 2 | -4/+14 |
* | - do hexdump on send. set length field properly | ume | 2003-11-05 | 6 | -920/+1220 |
* | Add support for multibyte character conversions. | scottl | 2003-11-05 | 3 | -18/+86 |
* | Use 'const' in the copyright stamp, this is done in other utilities. | trhodes | 2003-11-04 | 1 | -1/+2 |
* | In mapdirs(), do not use the `dp' inode pointer after searchdir() | iedowse | 2003-11-04 | 1 | -3/+3 |
* | Add missing prototype for cread(). | iedowse | 2003-11-04 | 1 | -0/+1 |
* | Create a .snap directory mode 770 group operator in the root of | mckusick | 2003-11-04 | 1 | -6/+45 |
* | Check that the user running mksnap_ffs has permission to create and | mckusick | 2003-11-04 | 1 | -1/+33 |
* | Set exit code to 1 in case at least one of the input files | se | 2003-11-02 | 2 | -2/+13 |
* | Style. | ru | 2003-11-02 | 1 | -1/+1 |
* | Revert the first part of my previous change. | trhodes | 2003-11-01 | 1 | -4/+6 |
* | The copywrite is not a 'static char', remove the #ifdefs and move the copywri... | trhodes | 2003-11-01 | 1 | -6/+4 |
* | Fix a few style glitches in the previous commit and make the | silby | 2003-11-01 | 1 | -5/+5 |
* | We want the length of the string, not the size of its pointer. | brooks | 2003-11-01 | 1 | -1/+1 |
* | Temporarily disconnect ipfstat, ipnat, and ipftest to unbreak world. | brooks | 2003-10-31 | 1 | -3/+1 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 2 | -37/+18 |
* | Use (char *)NULL to terminate the argument list for execlp(). | harti | 2003-10-30 | 1 | -1/+1 |
* | In check.c: | trhodes | 2003-10-30 | 2 | -5/+2 |
* | Remove a few unused variables. | trhodes | 2003-10-30 | 1 | -3/+2 |
* | style(9): sort functions. | trhodes | 2003-10-29 | 1 | -8/+8 |
* | Properly prototype C function usage(). | trhodes | 2003-10-29 | 1 | -1/+3 |
* | When removing trailing slashes, don't remove the first character | iedowse | 2003-10-29 | 1 | -3/+3 |
* | Bump WARNS level and add a '?' to WARNS=. | trhodes | 2003-10-29 | 1 | -1/+1 |
* | Remove redundant declaration of the perror() function, it's provided by stdio.h. | trhodes | 2003-10-29 | 2 | -2/+0 |
* | Defer allocation of the actual receive mbuf until the external buffer | harti | 2003-10-29 | 1 | -0/+1 |
* | Fix some 64 bit warnings. You can't fit a pointer in an int. | peter | 2003-10-26 | 1 | -4/+4 |
* | Fix a 64 bit warning. Have set_T_dev_t() take a pointer to a size_t rather | peter | 2003-10-26 | 1 | -2/+2 |
* | Fix gcc warnings. If NAME_MAX is 255, and d_namlen is a uint8_t, then | peter | 2003-10-26 | 1 | -2/+7 |
* | 64 bit fixes. in_addr_t is an uint32_t, not a u_long. | peter | 2003-10-26 | 1 | -1/+1 |
* | Give wider types to sscanf to fix two warnings (u_short cannot be > 0xffff) | peter | 2003-10-26 | 1 | -2/+2 |
* | style.Makefile: Add a '?' before '=' in WARNS. | trhodes | 2003-10-26 | 1 | -1/+1 |
* | Parse the ! lines that will soon be coming from the kernel. These are | imp | 2003-10-24 | 5 | -10/+48 |
* | Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542 | ume | 2003-10-24 | 3 | -256/+263 |
* | Fix several old bugs which got worse over time: | trhodes | 2003-10-23 | 3 | -9/+10 |
* | Move prototypes into their function. | trhodes | 2003-10-22 | 1 | -3/+1 |
* | Make WARNS=2 build without error. | trhodes | 2003-10-22 | 2 | -2/+2 |
* | Add back the commas ',' in usage to avoid a garbled usage message. | trhodes | 2003-10-22 | 1 | -2/+2 |