summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* NO_GEOM cleanup:phk2003-02-243-35/+13
* - Removed UMAXPTDI and UMAXPTEOFF.jake2003-02-244-6/+2
* In vm_page_dirty(), assert that the page is not in the free queue(s).alc2003-02-241-0/+2
* Correctly map SIGSYS signal to/from Linux.kan2003-02-242-3/+3
* The mpbiosreason variable does not used for pc98.nyan2003-02-246-0/+12
* Fix printf format error.nyan2003-02-241-6/+6
* Expand the reference count on struct dquot to 32 bits.das2003-02-241-2/+1
* When removing the last item from a non-empty worklist, the worklistmckusick2003-02-241-2/+15
* <machine/vmparam.h> is the right place to get KERNBASE, so don't specialobrien2003-02-241-1/+1
* o instead of applying arbitrary tunables, just honor the COP_F_BATCHsam2003-02-241-73/+46
* Don't NULL out p_fd until after closefd() has been called. This isn'tscottl2003-02-241-4/+6
* pst(4) should be portable across all our platforms.obrien2003-02-242-3/+3
* Revert to old (broken for over 1.5Tb filesystems) version of cgbasemckusick2003-02-241-0/+2
* Wrap the static endian functions to shutup GCC.obrien2003-02-241-0/+2
* Fix a comment which didn't match the new cookie behavior.silby2003-02-241-1/+1
* Catch up with ATAng changesgrehan2003-02-242-18/+23
* Fix another case for timewait.jlemon2003-02-241-0/+3
* Update to work with the new timewait state.jlemon2003-02-241-21/+5
* Remove a XXXKSE. kg_completed now needs proc lock.davidxu2003-02-242-2/+0
* tcp_twstart() need to be called with the TCP protocol lock held to avoidhsu2003-02-242-12/+16
* Backout last surplus commit. That day just wasn't my day.davidxu2003-02-242-10/+0
* Pass the right function to callout_reset() for a compressedhsu2003-02-242-2/+2
* Use the direct mapping of IdlePTD setup in locore for proc0's page directory,jake2003-02-242-16/+4
* Add apple partition map GEOM modulegrehan2003-02-241-0/+1
* Make the 'a' parameter of bus_space_write_multi_stream_*() a const pointer.obrien2003-02-241-3/+3
* Allow machines with one CPU and a valid mp table to boot an SMP kernel.tegge2003-02-236-0/+12
* Add support for Peppercon ROL-F Card.dan2003-02-232-0/+10
* Use the correct size for reading and writing the PCI config space.marcel2003-02-231-5/+5
* Sync new socket nonblocking/async state with file flags in accept().tegge2003-02-231-0/+7
* There is no reason to be cute with ntohl(). Just call it directly ratherobrien2003-02-235-22/+8
* Previous commit missed a 1 that should be NGPTD, and an NPDEPG that shouldjake2003-02-237-5/+7
* This commit was generated by cvs2svn to compensate for changes in r111368,obrien2003-02-231-0/+248
|\
| * Import Linux's linux/include/asm-sparc64/bitopts.h.obrien2003-02-231-0/+248
| * Update the vendor branch of ext2fs to Linux 2.3.35. This is neededbde2000-01-018-686/+1123
| * Finish (?) importing the Linux ext2fs files that our GPL'ed ext2fsbde2000-01-011-34/+10
* | Import Linux's linux/include/asm-sparc64/bitopts.h.obrien2003-02-231-0/+248
* | - Added macros NPGPTD, NBPTD, and NPDEPTD, for dealing with the size of thejake2003-02-2312-29/+37
* | It seems that sound(4)'s feeder routines don't need to allocate memorygreen2003-02-233-11/+8
* | The rest of our platforms make bus_space_write_multi_stream_2's 'a' aobrien2003-02-231-1/+1
* | Add an empty bus_space_unmap() like Alpha has. puc(4) uses it.obrien2003-02-231-0/+11
* | PAGE_SIZE is unsigned on all our platforms, and is a long on some.obrien2003-02-231-2/+2
* | Pass 'nodevice' onto the final output.obrien2003-02-231-1/+1
* | Add adv_adj_endian_qdone_info() & adv_adj_scsiq_endian()obrien2003-02-231-0/+18
* | NO_GEOM cleanup:phk2003-02-232-92/+28
* | Improve the security and performance of syncookies:silby2003-02-231-26/+47
* | NO_GEOM cleanup:phk2003-02-235-67/+19
* | Fix the detach code to actually detach the disk instance createdphk2003-02-231-5/+1
* | Remove a goto the very next statement.phk2003-02-231-3/+0
* | Mark major 102 unused now that the fla driver no longer needs a major number.phk2003-02-231-1/+1
* | Bracket the kern.vnode sysctl in #ifdef notyet because it resultsphk2003-02-231-0/+2
OpenPOWER on IntegriCloud