summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Unbreak mutex profiling (at least for me).mtm2003-02-252-6/+30
* Pass a malloc type into the libkern strdup() implementation explicitly,rwatson2003-02-252-3/+4
* NO_GEOM cleanup:phk2003-02-251-3/+3
* NO_GEOM cleanup:phk2003-02-251-46/+21
* Fix support for Acer chips. The UDMA enable regs wasn't set properly.sos2003-02-252-27/+13
* Move most everything back to a MI NOTES, and use "nodevice" in MD NOTESobrien2003-02-2510-383/+378
* Limit the maximum I/O size to 8 pages for version 2 controllers. Thisjhb2003-02-251-4/+8
* Fix a small fat-finger: s/mlxd/mxld/.jhb2003-02-251-1/+1
* - Added inlines pmap_is_current, pmap_is_alternate and pmap_set_alternatejake2003-02-254-52/+82
* Fixed CLEANFILES.ru2003-02-252-2/+2
* Convert to new disk API.sos2003-02-254-85/+42
* Allocate struct ipx_ifaddrs with an initial reference count of 1, not 0.tjr2003-02-251-0/+1
* Properly teardown the interrupt so we wont panic on detach.sos2003-02-251-7/+13
* Removed the ISA only hooks here, no longer needed..sos2003-02-251-51/+0
* When generating a TCP response to a connection, not only test if therwatson2003-02-252-2/+2
* Bump __FreeBSD_version for the d_mmap_t interface change.mux2003-02-251-1/+1
* Convert one more d_mmap_t consumer I missed in my previous commit.mux2003-02-252-4/+8
* Fix support for the old CMD 646 chips, interrupt setup was wrong.sos2003-02-252-11/+15
* style(9): join lines.maxim2003-02-251-4/+2
* Ip reassembly queue structure has ipq_nfrags now. Count a number ofmaxim2003-02-251-7/+15
* Remove an unsafe KASSERT.davidxu2003-02-252-2/+0
* - Properly handle the vnode interlock in nfs_fsync.jeff2003-02-251-1/+1
* - Add the missing NULL interlock argument to a recently added BUF_LOCK.jeff2003-02-251-1/+1
* Revert the probe code change.sos2003-02-251-2/+2
* NO_GEOM cleanup:phk2003-02-251-25/+12
* NO_GEOM cleanup:phk2003-02-253-40/+19
* NO_GEOM cleanup:phk2003-02-254-44/+22
* Retire major #133 (amrd).phk2003-02-251-1/+1
* Fuse two #ifdefs with identical conditions.alc2003-02-251-3/+0
* Prevent large files from monopolizing the system buffers. Keepmckusick2003-02-253-3/+64
* Remove a bogus comment.davidxu2003-02-252-12/+0
* Remove a never true condition.davidxu2003-02-251-2/+1
* - Add an interlock argument to BUF_LOCK and BUF_TIMELOCK.jeff2003-02-2515-102/+105
* Cleanup of the d_mmap_t interface.mux2003-02-2544-163/+122
* Hold the TCP protocol lock while modifying the connection hash table.hsu2003-02-251-4/+4
* Remove support for running in SimOS. The support has rotted overmarcel2003-02-2513-533/+3
* Only apply rev 1.10 (which hacks around the i386 boot2 being too big forobrien2003-02-251-0/+5
* 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
OpenPOWER on IntegriCloud