| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a comment which explain why we need to use special function instead of | pjd | 2005-01-30 | 1 | -0/+2 |
* | Update the list of VLAN-aware interface types. | yar | 2005-01-30 | 1 | -1/+3 |
* | Bring the prototype for alq_open() in line with the code. | jkoshy | 2005-01-30 | 1 | -2/+18 |
* | Start gettys on ttyu0 and ttyu1 instead of ttya and ttyz0 now that | marcel | 2005-01-30 | 1 | -4/+4 |
* | o Enable puc(4) and uart(4). | marcel | 2005-01-30 | 1 | -5/+5 |
* | o Fix the various interrupt related problems caused by reverse | marcel | 2005-01-30 | 1 | -31/+69 |
* | Boot away another stackgap (one of the lest ones in linuxlator/i386) by | sobomax | 2005-01-30 | 6 | -28/+63 |
* | Add text about jail root directory as well. | phk | 2005-01-30 | 1 | -5/+6 |
* | Extend kern_sendit() to take another enum uio_seg argument, which specifies | sobomax | 2005-01-30 | 3 | -28/+25 |
* | Fix build on AMD64 (and probably other arches where size_t != int). | sobomax | 2005-01-30 | 1 | -1/+2 |
* | Fix spelling of integer in a comment. | rwatson | 2005-01-30 | 1 | -1/+1 |
* | Grrr, this committer needs to have a sleep. Remove lines from the previous | sobomax | 2005-01-29 | 1 | -3/+0 |
* | Fix small non-conformance introduced in the previous commit: execve() is | sobomax | 2005-01-29 | 1 | -4/+4 |
* | Remove local hack which cowardly slipped into previous commit. | sobomax | 2005-01-29 | 1 | -2/+0 |
* | Style cleanup for O_DIRECT sysctl comment introduced in nfs_vnops.c:1.242. | rwatson | 2005-01-29 | 1 | -8/+9 |
* | Disable ethernet flow control in if_fxp by default, in order to prevent | rwatson | 2005-01-29 | 1 | -1/+1 |
* | o Split out kernel part of execve(2) syscall into two parts: one that | sobomax | 2005-01-29 | 22 | -241/+287 |
* | Correct a minr whitespace inconsistency introduced in revision 1.159: | rwatson | 2005-01-29 | 1 | -1/+1 |
* | Hopefully unbreak modules build. | ru | 2005-01-29 | 2 | -2/+2 |
* | Start sentences from a capital letter. | ru | 2005-01-29 | 1 | -3/+3 |
* | Fix typo. | njl | 2005-01-29 | 1 | -2/+1 |
* | Cleanup debugging code and put it under bootverbose | bz | 2005-01-29 | 2 | -70/+72 |
* | Use MAXMINOR | phk | 2005-01-29 | 2 | -6/+6 |
* | When dumping to a unpartitioned disk, make sure to chop the | phk | 2005-01-29 | 1 | -0/+2 |
* | Describe 'u' and 'U' in sequence mode. | phk | 2005-01-29 | 1 | -0/+6 |
* | Better locking. | phk | 2005-01-29 | 1 | -54/+83 |
* | Unbreak a few filesystems for which vnode_create_vobject() wasn't being | peadar | 2005-01-29 | 6 | -3/+60 |
* | Typo. | phk | 2005-01-29 | 1 | -1/+1 |
* | Add MAXMINOR #define, we should have had this long time ago. | phk | 2005-01-29 | 2 | -3/+12 |
* | Tell vnode_create_vobject() how big an object to create, rather | peadar | 2005-01-29 | 2 | -6/+5 |
* | In 1.276 of kern/subr_trap.c I introduced a mechanism for delaying | phk | 2005-01-29 | 1 | -0/+7 |
* | Because the argument to strvalid() is a size_t, use a size_t to iterate | rwatson | 2005-01-29 | 1 | -1/+1 |
* | Per permission from McAfee, remove clause 3 of the BSD license on | rwatson | 2005-01-29 | 1 | -3/+0 |
* | Report jail directory if set. | phk | 2005-01-29 | 1 | -0/+15 |
* | The Olicom OC2220 has an ID of 0x101, not 0x2220 as I previously | imp | 2005-01-29 | 1 | -1/+1 |
* | Roll firmware to the latest version. There are a bunch of features | mjacob | 2005-01-29 | 1 | -5722/+5937 |
* | Fixed whitespace at EOL and double word. | ru | 2005-01-28 | 1 | -5/+5 |
* | Typo. | ru | 2005-01-28 | 1 | -1/+1 |
* | Properly terminate sentence. | ru | 2005-01-28 | 1 | -2/+2 |
* | use strdup(). | ume | 2005-01-28 | 1 | -2/+1 |
* | - Don't drop the wref on the bufobj until after bufdone() has completed. | jeff | 2005-01-28 | 1 | -7/+10 |
* | Clean up after utilizing FILES. | ru | 2005-01-28 | 1 | -6/+3 |
* | Clean up makefile. | ru | 2005-01-28 | 1 | -7/+2 |
* | Utilize bsd.files.mk. | ru | 2005-01-28 | 1 | -8/+4 |
* | Let bsd.prog.mk set SRCS and MAN to their default values. | ru | 2005-01-28 | 29 | -33/+0 |
* | - If mpsafevfs is off, acquire giant around all calls to bufdone(). | jeff | 2005-01-28 | 1 | -0/+4 |
* | Make filesystems get rid of their own vnodes vnode_pager object in | phk | 2005-01-28 | 17 | -0/+17 |
* | Remove unused argument to vrecycle() | phk | 2005-01-28 | 11 | -18/+11 |
* | Integrate vclean() into vgonel(). | phk | 2005-01-28 | 1 | -68/+51 |
* | Remove register keyword | phk | 2005-01-28 | 1 | -5/+5 |