| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add DEVICE_IDENTIFY.9 | alex | 2001-03-10 | 1 | -1/+2 |
* | Add a manpage for the last of the driver's functions, the identify | alex | 2001-03-10 | 1 | -0/+96 |
* | Two mdoc fixes: | alex | 2001-03-10 | 1 | -5/+6 |
* | Everyone that has commented seems to agree `-m 0' will cause no problems. | obrien | 2001-03-10 | 1 | -1/+1 |
* | netgraph.h: | julian | 2001-03-10 | 3 | -24/+65 |
* | Update for /dev/random improvements. | markm | 2001-03-10 | 1 | -6/+44 |
* | Add note on instruction emulation on EV[45] for things like BWX. | wilko | 2001-03-10 | 1 | -0/+4 |
* | The /dev/random harvesting sysctls have had a name change. | markm | 2001-03-10 | 1 | -3/+3 |
* | Kernel crypto need binary key material, not symbolic ascii. | markm | 2001-03-10 | 1 | -0/+3 |
* | The /dev/random driver used Rijndael, not Blowfish, now. | markm | 2001-03-10 | 2 | -5/+4 |
* | Very large makeover of the /dev/random driver. | markm | 2001-03-10 | 7 | -459/+505 |
* | Allow for the last arugment to be the mountpoint of a filesystem, | ps | 2001-03-10 | 1 | -2/+9 |
* | after discovering that the Santa Clara Valley Medical Center actually | billf | 2001-03-10 | 1 | -1/+13 |
* | AMD K6/K6-2/Duron/Athlon CPUs support MMX too. | sobomax | 2001-03-10 | 1 | -3/+3 |
* | In theory it would be perfectly legal for a system administrator to | billf | 2001-03-10 | 1 | -1/+1 |
* | Fix typo. | okazaki | 2001-03-10 | 1 | -1/+1 |
* | Add documentation for mchain API. | bp | 2001-03-10 | 3 | -1/+464 |
* | Remove now unused opt_ipx.h and opt_inet.h | bp | 2001-03-10 | 1 | -17/+1 |
* | Slightly reorganize allocation of new vnode. Use bit NVOLUME to detected | bp | 2001-03-10 | 12 | -102/+90 |
* | Avoid complicated tests of whether devices are present or not, and | dougb | 2001-03-10 | 2 | -50/+12 |
* | Synch with changes in the NCP requester. | bp | 2001-03-10 | 6 | -384/+466 |
* | fix spelling errors, clarify comment, add $FreeBSD$ | billf | 2001-03-10 | 1 | -8/+6 |
* | Major update of NCP requester: | bp | 2001-03-10 | 14 | -1254/+916 |
* | Specify packing for an entire structure, not for each element of it. | bp | 2001-03-10 | 1 | -95/+95 |
* | Add libdata, some ports were using it. | kris | 2001-03-10 | 1 | -0/+2 |
* | Use the correct path to the SASL .h files as installed by the SASL port. | gshapiro | 2001-03-10 | 2 | -2/+2 |
* | MAXHOSTNAMELEN includes the NUL | brian | 2001-03-09 | 1 | -5/+5 |
* | In the absence of explicit ``-t type'' option assume that ``-f file'' | sobomax | 2001-03-09 | 1 | -1/+6 |
* | Fix a botch where we wrote the year register with > 2 digits (and | mjacob | 2001-03-09 | 1 | -9/+6 |
* | MAXHOSTNAME includes space for a NUL | brian | 2001-03-09 | 4 | -10/+10 |
* | Remove vn(4) driver. | phk | 2001-03-09 | 3 | -804/+1 |
* | Make md(4) and mdconfig(8) take over the role of vn(4) and vnconfig(8) | phk | 2001-03-09 | 10 | -632/+31 |
* | Make md(4) more in line with reality. | phk | 2001-03-09 | 1 | -87/+38 |
* | Use a more BIOS friendly geometry. | phk | 2001-03-09 | 1 | -1/+1 |
* | 1) If mdconfig isn't given an action argument, it assumes detach. | phk | 2001-03-09 | 1 | -4/+5 |
* | Don't call malloc with M_WAITOK while holding a mutex. | alfred | 2001-03-09 | 1 | -22/+21 |
* | When creating a shadow vm_object in vmspace_fork(), only one | iedowse | 2001-03-09 | 1 | -0/+4 |
* | mdoc(7) police: in mdocNG, -offset and -width values without scaling | ru | 2001-03-09 | 5 | -8/+8 |
* | Correct a race condition where it was possible for a signaled | deischen | 2001-03-09 | 3 | -6/+24 |
* | Add module.9 and DECLARE_MODULE.9 | alex | 2001-03-09 | 1 | -2/+2 |
* | Add a general manpage about kernel modules, similar to driver(9). | alex | 2001-03-09 | 1 | -0/+92 |
* | Add a manpage for the kernel macro DECLARE_MODULE. | alex | 2001-03-09 | 1 | -0/+113 |
* | Change the kernel layout to match Linux/ia64 more closely. This prevents | dfr | 2001-03-09 | 1 | -8/+11 |
* | Add SKI_ROOT_FILESYSTEM option. | dfr | 2001-03-09 | 1 | -0/+3 |
* | Allow the config file to specify a root filesystem filename. | dfr | 2001-03-09 | 1 | -1/+6 |
* | Adjust a comment slightly. | dfr | 2001-03-09 | 1 | -2/+1 |
* | Add new option -m which allows the user to set IP TTL. | ru | 2001-03-09 | 2 | -12/+34 |
* | bye-bye documented raw devices | obrien | 2001-03-09 | 1 | -3/+3 |
* | bye-bye documented raw device | obrien | 2001-03-09 | 1 | -3/+3 |
* | Remove tunefs'ing that was OBE by rev 1.30. | obrien | 2001-03-09 | 1 | -1/+0 |