| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the M_CCD malloc bucket instead of M_DEVBUF. | phk | 2003-01-18 | 2 | -82/+50 |
* | Inline trivial function ccdintr() into its one caller ccdiodone(). | phk | 2003-01-18 | 2 | -42/+18 |
* | Fix two errorchecks to check for negative error returns. | phk | 2003-01-18 | 1 | -2/+2 |
* | Sanitize the copyright section a bit: We do not need two copies of the | phk | 2003-01-18 | 2 | -102/+34 |
* | Remove unneeded entries. | nyan | 2003-01-18 | 2 | -38/+0 |
* | Fixed comment. | nyan | 2003-01-18 | 1 | -2/+2 |
* | Consistentify output whitespace. | jmallett | 2003-01-18 | 1 | -1/+1 |
* | MFCrypto: update RFC assigned telnet options (r1.9) | billf | 2003-01-18 | 1 | -3/+8 |
* | add more RFC defined telnet options | billf | 2003-01-18 | 2 | -6/+16 |
* | Make the debug messages, for when a script rolls its own start routine, | mtm | 2003-01-18 | 1 | -1/+5 |
* | Fix typo. | jmallett | 2003-01-18 | 1 | -1/+1 |
* | - Removed unecesary code. | mdodd | 2003-01-18 | 6 | -110/+96 |
* | Nuke dumb error reporting code, people can just use disk::d_error. Unify the | jmallett | 2003-01-18 | 7 | -104/+45 |
* | Simplify conditional. | jmallett | 2003-01-18 | 1 | -6/+4 |
* | Refer to the process label as proclabel, as there is a function called label, | jmallett | 2003-01-18 | 1 | -10/+10 |
* | Caution programmers not to confuse M_DONTWAIT with M_NOWAIT. They | rwatson | 2003-01-18 | 2 | -0/+19 |
* | MFp4: Add support for memory mapped UARTs, but don't add any devices | marcel | 2003-01-18 | 2 | -9/+18 |
* | If we're going to build and install this on ia64, we might as well | marcel | 2003-01-18 | 1 | -7/+20 |
* | Add BUFFALO LPC-CF-CLT(10Base-T Compact Flash Ether Card). | shiba | 2003-01-18 | 3 | -0/+9 |
* | Regen. | shiba | 2003-01-18 | 1 | -1/+4 |
* | Add Accton EN2216. | shiba | 2003-01-18 | 2 | -0/+2 |
* | Regen. | shiba | 2003-01-18 | 1 | -0/+3 |
* | Fix long-standing bug predating FreeBSD where calling connect() twice | hsu | 2003-01-18 | 1 | -1/+3 |
* | Fake up a struct componentname to pass to VOP_WHITEOUT instead of passing | tjr | 2003-01-18 | 1 | -1/+10 |
* | Remove subr_diskslice.c and subr_diskmbr.c which I can see no traces off | phk | 2003-01-17 | 1 | -2/+0 |
* | Remove subr_diskslice.c and subr_diskmbr.c which I can find no trace of | phk | 2003-01-17 | 1 | -2/+0 |
* | - Style fixes. | mdodd | 2003-01-17 | 1 | -3/+3 |
* | ia64 didn't need subr_diskslice.c and subr_diskmbr.c either. | phk | 2003-01-17 | 1 | -2/+0 |
* | We do not need subr_diskslice.c and subr_diskmbr.c any more on alpha. | phk | 2003-01-17 | 1 | -2/+0 |
* | Move alpha_fix_srm_checksum() from subr_diskmbr.c to subr_disklabel.c | phk | 2003-01-17 | 2 | -17/+16 |
* | Remove the unused DSO_* options. | phk | 2003-01-17 | 2 | -36/+6 |
* | Document that listen() can return EINVAL now. | tmm | 2003-01-17 | 1 | -0/+2 |
* | Disallow listen() on sockets which are in the SS_ISCONNECTED or | tmm | 2003-01-17 | 1 | -0/+4 |
* | Sparc64 does not need subr_diskslice.c and subr_mbr.c now. | phk | 2003-01-17 | 1 | -2/+0 |
* | Style fixes: brackets around the argument of return, and removal of | fanf | 2003-01-17 | 1 | -36/+36 |
* | Add a necessary cast, because ptrdiff_t isn't necessarily the same as int. | fanf | 2003-01-17 | 1 | -1/+1 |
* | Move dkmodpart() from subr_diskslice.c to subr_disklabel.c. | phk | 2003-01-17 | 2 | -6/+6 |
* | - Rename installFixupBin to installFixupBase to finish up the 'bin' to | jhb | 2003-01-17 | 10 | -513/+655 |
* | Add 'vlan' as a network device. | jhb | 2003-01-17 | 2 | -0/+2 |
* | Add Allied Telesis WR211PCM. | shiba | 2003-01-17 | 1 | -0/+6 |
* | Add Allied Telesis WR211PCM. | shiba | 2003-01-17 | 2 | -0/+2 |
* | Regen. | shiba | 2003-01-17 | 1 | -1/+4 |
* | Move subr_disklabel.c and subr_diskslice.c from being MI to MD files, | phk | 2003-01-17 | 8 | -2/+14 |
* | Replace M_DONTWAIT with M_NOWAIT for malloc(). | simokawa | 2003-01-17 | 4 | -23/+23 |
* | Improve some debug massages. | simokawa | 2003-01-17 | 1 | -3/+3 |
* | Fix bus manager election process. | simokawa | 2003-01-17 | 1 | -16/+18 |
* | Find places to store the previously implicityly passed unit number in | phk | 2003-01-17 | 4 | -32/+265 |
* | Mention net.inet.ip.accept_sourceroute. | ru | 2003-01-17 | 1 | -0/+3 |
* | Fix various details so we get to WARNS=3. | phk | 2003-01-17 | 2 | -83/+33 |
* | Add a regression test for ccds layout policy. | phk | 2003-01-17 | 23 | -0/+5843 |