| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | revert to version 1.25 and use va_copy to obtain another copy of the | ps | 2003-09-21 | 1 | -2/+5 |
* | Document the -x and -y options. | phk | 2003-09-21 | 1 | -0/+14 |
* | Fix improper use of varargs. | ps | 2003-09-20 | 1 | -2/+2 |
* | o add support for setting 128-bit WEP keys | sam | 2003-09-17 | 1 | -4/+7 |
* | Remove an unneccessary comma. | ceri | 2003-09-14 | 1 | -1/+1 |
* | Get rid of duplicates. | ru | 2003-09-14 | 2 | -2/+2 |
* | mdoc(7): Properly mark C headers. | ru | 2003-09-10 | 3 | -3/+3 |
* | mdoc(7): There cannot be a subsection inside a list. | ru | 2003-09-10 | 1 | -2/+4 |
* | Document the alternate way of matching MAC addresses: by a bitmask. | roam | 2003-09-10 | 1 | -2/+22 |
* | mdoc(7): Use the new feature of the .In macro. | ru | 2003-09-08 | 6 | -14/+14 |
* | Replace a reference to non existant mount_ffs(8) by a reference to mount(8). | charnier | 2003-09-07 | 1 | -1/+1 |
* | Apply a bandaid to get this working on sparc64 again; the introduction | tmm | 2003-09-04 | 1 | -4/+4 |
* | Add a flag that reports the existence of a dump, and does nothing else. | dougb | 2003-09-04 | 2 | -4/+32 |
* | Check an arguments count before proceed in sysctl_handler(). | maxim | 2003-09-02 | 1 | -1/+1 |
* | Backout Rev. 1.24 | brueffer | 2003-08-30 | 1 | -1/+1 |
* | Grammar fix | brueffer | 2003-08-29 | 1 | -1/+1 |
* | Introduce more knobs to slim down FreeBSD userland | phk | 2003-08-29 | 1 | -2/+5 |
* | When we initialize a disk with a virgin label, create also an 'a' | phk | 2003-08-27 | 1 | -0/+4 |
* | Make build of atm, ip6fw and ping6 depend on existing NOATM and | phk | 2003-08-27 | 1 | -3/+9 |
* | Adjust to the new sys/ata.h layout | sos | 2003-08-24 | 1 | -29/+35 |
* | use arc4random. | ume | 2003-08-22 | 1 | -1/+1 |
* | Fix alignment of the trailing \ | imp | 2003-08-22 | 1 | -1/+1 |
* | Get rid of a __DECONST by strdup'ing the string in question. When | harti | 2003-08-20 | 1 | -1/+2 |
* | style.Makefile(5) | obrien | 2003-08-18 | 1 | -4/+3 |
* | Restore vendor ID's. | obrien | 2003-08-18 | 5 | -9/+10 |
* | At imp's request, force devd to be statically compiled. This avoids the | gordon | 2003-08-17 | 1 | -0/+2 |
* | Stage 4 of dynamically linked root support. Add a big knob, | gordon | 2003-08-17 | 1 | -1/+4 |
* | Hook up ffsinfo(8). | rwatson | 2003-08-14 | 1 | -0/+1 |