| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Reduce fstab(5)/mount(8) confusion by changing the man pages to say "ro" | seanc | 2003-10-22 | 2 | -4/+3 |
* | stop use of NI_WITHSCOPEID. it was deprecated. | ume | 2003-10-21 | 1 | -6/+1 |
* | Wrap a long line in the previous commit | silby | 2003-10-21 | 1 | -1/+2 |
* | Have sysctl print out a more useful error message when it detects that the | silby | 2003-10-21 | 1 | -1/+6 |
* | Change the default mode for lost+found from 01777 to 0700. The | iedowse | 2003-10-19 | 1 | -1/+1 |
* | Only automatically create an 'a' partition when there is nothing | phk | 2003-10-18 | 1 | -4/+22 |
* | Make the regression test run also with obj directories. | phk | 2003-10-17 | 2 | -2/+6 |
* | - style | ume | 2003-10-17 | 1 | -25/+28 |
* | Insert an overview of the plans here, in case I get run over by a bus. | phk | 2003-10-13 | 1 | -0/+32 |
* | - support AES counter mode for ESP. | ume | 2003-10-13 | 2 | -0/+6 |
* | - support AES XCBC MAC for AH | ume | 2003-10-13 | 2 | -0/+3 |
* | - RIPEMD160 support | ume | 2003-10-12 | 2 | -0/+3 |
* | Describe '-M' in usage(). | fjoe | 2003-10-11 | 1 | -5/+7 |
* | correct unsafe use of realloc(). | ume | 2003-10-11 | 1 | -5/+5 |
* | Add a full example of a file-backed disk creation, I used the Handbook's | blackend | 2003-10-11 | 1 | -0/+9 |
* | s/disklabel/bsdlabel where needed. | blackend | 2003-10-11 | 3 | -5/+5 |
* | I think it is more correct to use modfind() than kldfind() here. | phk | 2003-10-10 | 1 | -2/+2 |
* | Revision 1.61 changed the allocation of buffer 'buf' in DoFile() from | marcel | 2003-10-08 | 1 | -6/+0 |
* | Create a .snap directory mode 770 group operator in the root of each | mckusick | 2003-10-08 | 1 | -1/+30 |
* | Improve regression test with an image file which must work. | phk | 2003-10-07 | 2 | -2/+3316 |
* | Autoload kernel module if necessary. | phk | 2003-10-07 | 1 | -0/+9 |
* | Interior decoration changes. | phk | 2003-10-07 | 1 | -5/+5 |
* | Remove the hardcoded default block/frag/cpg values from bsdlabel | iedowse | 2003-10-05 | 1 | -44/+5 |
* | remove include of route.h now that ip_dummynet.h no longer exposes | sam | 2003-10-03 | 1 | -1/+0 |
* | By popular demand, added the "static ARP" per-interface option. | ru | 2003-10-01 | 2 | -1/+11 |
* | - Support for multibyte charsets in LIBICONV. | fjoe | 2003-09-26 | 13 | -439/+299 |
* | Add the -xresolve flag to the route(8) man page. | bms | 2003-09-26 | 1 | -0/+9 |
* | fix typo: s/Instaed/Instead/ | rse | 2003-09-26 | 1 | -1/+1 |
* | fix typo: s/sytem/system/ | rse | 2003-09-26 | 1 | -1/+1 |
* | Add Cisco Skinny Station protocol support to libalias, natd, and ppp. | marcus | 2003-09-23 | 2 | -0/+33 |