| Commit message (Expand) | Author | Age | Files | Lines |
* | NO_GEOM cleanup: | phk | 2003-02-24 | 3 | -35/+13 |
* | - Removed UMAXPTDI and UMAXPTEOFF. | jake | 2003-02-24 | 4 | -6/+2 |
* | In vm_page_dirty(), assert that the page is not in the free queue(s). | alc | 2003-02-24 | 1 | -0/+2 |
* | Correctly map SIGSYS signal to/from Linux. | kan | 2003-02-24 | 2 | -3/+3 |
* | The mpbiosreason variable does not used for pc98. | nyan | 2003-02-24 | 6 | -0/+12 |
* | Fix printf format error. | nyan | 2003-02-24 | 1 | -6/+6 |
* | Expand the reference count on struct dquot to 32 bits. | das | 2003-02-24 | 1 | -2/+1 |
* | When removing the last item from a non-empty worklist, the worklist | mckusick | 2003-02-24 | 1 | -2/+15 |
* | <machine/vmparam.h> is the right place to get KERNBASE, so don't special | obrien | 2003-02-24 | 1 | -1/+1 |
* | o instead of applying arbitrary tunables, just honor the COP_F_BATCH | sam | 2003-02-24 | 1 | -73/+46 |
* | Don't NULL out p_fd until after closefd() has been called. This isn't | scottl | 2003-02-24 | 1 | -4/+6 |
* | pst(4) should be portable across all our platforms. | obrien | 2003-02-24 | 2 | -3/+3 |
* | Revert to old (broken for over 1.5Tb filesystems) version of cgbase | mckusick | 2003-02-24 | 1 | -0/+2 |
* | Wrap the static endian functions to shutup GCC. | obrien | 2003-02-24 | 1 | -0/+2 |
* | Fix a comment which didn't match the new cookie behavior. | silby | 2003-02-24 | 1 | -1/+1 |
* | Catch up with ATAng changes | grehan | 2003-02-24 | 2 | -18/+23 |
* | Fix another case for timewait. | jlemon | 2003-02-24 | 1 | -0/+3 |
* | Update to work with the new timewait state. | jlemon | 2003-02-24 | 1 | -21/+5 |
* | Remove a XXXKSE. kg_completed now needs proc lock. | davidxu | 2003-02-24 | 2 | -2/+0 |
* | tcp_twstart() need to be called with the TCP protocol lock held to avoid | hsu | 2003-02-24 | 2 | -12/+16 |
* | Backout last surplus commit. That day just wasn't my day. | davidxu | 2003-02-24 | 2 | -10/+0 |
* | Pass the right function to callout_reset() for a compressed | hsu | 2003-02-24 | 2 | -2/+2 |
* | Use the direct mapping of IdlePTD setup in locore for proc0's page directory, | jake | 2003-02-24 | 2 | -16/+4 |
* | Add apple partition map GEOM module | grehan | 2003-02-24 | 1 | -0/+1 |
* | Make the 'a' parameter of bus_space_write_multi_stream_*() a const pointer. | obrien | 2003-02-24 | 1 | -3/+3 |
* | Allow machines with one CPU and a valid mp table to boot an SMP kernel. | tegge | 2003-02-23 | 6 | -0/+12 |
* | Add support for Peppercon ROL-F Card. | dan | 2003-02-23 | 2 | -0/+10 |
* | Use the correct size for reading and writing the PCI config space. | marcel | 2003-02-23 | 1 | -5/+5 |
* | Sync new socket nonblocking/async state with file flags in accept(). | tegge | 2003-02-23 | 1 | -0/+7 |
* | There is no reason to be cute with ntohl(). Just call it directly rather | obrien | 2003-02-23 | 5 | -22/+8 |
* | Previous commit missed a 1 that should be NGPTD, and an NPDEPG that should | jake | 2003-02-23 | 7 | -5/+7 |
* | This commit was generated by cvs2svn to compensate for changes in r111368, | obrien | 2003-02-23 | 1 | -0/+248 |
|\ |
|
| * | Import Linux's linux/include/asm-sparc64/bitopts.h. | obrien | 2003-02-23 | 1 | -0/+248 |
| * | Update the vendor branch of ext2fs to Linux 2.3.35. This is needed | bde | 2000-01-01 | 8 | -686/+1123 |
| * | Finish (?) importing the Linux ext2fs files that our GPL'ed ext2fs | bde | 2000-01-01 | 1 | -34/+10 |
* | | Import Linux's linux/include/asm-sparc64/bitopts.h. | obrien | 2003-02-23 | 1 | -0/+248 |
* | | - Added macros NPGPTD, NBPTD, and NPDEPTD, for dealing with the size of the | jake | 2003-02-23 | 12 | -29/+37 |
* | | It seems that sound(4)'s feeder routines don't need to allocate memory | green | 2003-02-23 | 3 | -11/+8 |
* | | The rest of our platforms make bus_space_write_multi_stream_2's 'a' a | obrien | 2003-02-23 | 1 | -1/+1 |
* | | Add an empty bus_space_unmap() like Alpha has. puc(4) uses it. | obrien | 2003-02-23 | 1 | -0/+11 |
* | | PAGE_SIZE is unsigned on all our platforms, and is a long on some. | obrien | 2003-02-23 | 1 | -2/+2 |
* | | Pass 'nodevice' onto the final output. | obrien | 2003-02-23 | 1 | -1/+1 |
* | | Add adv_adj_endian_qdone_info() & adv_adj_scsiq_endian() | obrien | 2003-02-23 | 1 | -0/+18 |
* | | NO_GEOM cleanup: | phk | 2003-02-23 | 2 | -92/+28 |
* | | Improve the security and performance of syncookies: | silby | 2003-02-23 | 1 | -26/+47 |
* | | NO_GEOM cleanup: | phk | 2003-02-23 | 5 | -67/+19 |
* | | Fix the detach code to actually detach the disk instance created | phk | 2003-02-23 | 1 | -5/+1 |
* | | Remove a goto the very next statement. | phk | 2003-02-23 | 1 | -3/+0 |
* | | Mark major 102 unused now that the fla driver no longer needs a major number. | phk | 2003-02-23 | 1 | -1/+1 |
* | | Bracket the kern.vnode sysctl in #ifdef notyet because it results | phk | 2003-02-23 | 1 | -0/+2 |