summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a number of IDs from linux for old, rare pci devices:imp2003-02-261-5/+6
* Bring aac out from under Giant:scottl2003-02-264-18/+46
* Fix style of recent additions and sort.wollman2003-02-262-33/+28
* Add a great quote from Linus Torvalds about BDE.mike2003-02-261-0/+5
* Fix an error which caused 'free(): error: chunk is already free'gad2003-02-261-0/+3
* Introduce a new taskqueue that runs completely free of Giant, and inscottl2003-02-2610-14/+34
* Use BUS_SPACE_MAXADDR_32BIT in the DMA tag where needed. Before the recentscottl2003-02-261-2/+2
* Retire the aacd major (151) now that it's no longer needed.scottl2003-02-261-1/+1
* Move to 'struct disk*' APIscottl2003-02-263-50/+26
* Correctly set BUS_SPACE_MAXSIZE in all the busdma backends.mux2003-02-2612-12/+12
* Add a missing '!'.davidxu2003-02-262-4/+4
* Removedavidxu2003-02-261-0/+0
* This commit was generated by cvs2svn to compensate for changes in r111519,davidxu2003-02-265-0/+630
|\
| * Add test program for round robin in userland.davidxu2003-02-265-0/+630
* Further GC of M_STRING, missed previously.rwatson2003-02-261-2/+0
* Replace license with two-clause BSD; an old license template with threerwatson2003-02-261-7/+4
* GC M_STRING, no longer required as strdup() accepts a malloc type.rwatson2003-02-261-1/+0
* Add a simple facility to allow round roubin in userland.davidxu2003-02-263-82/+91
* - The interlock was not being droped in nfs_flush() if the first part ofjeff2003-02-261-2/+5
* When doing cleanup of excessive buffers in bdwrite (see kern/vfs_bio.cmckusick2003-02-251-2/+8
* Change the field used to test whether the superblock has been updatedmckusick2003-02-251-1/+5
* Chase the musical variable names.jhb2003-02-251-2/+2
* Unbreak mutex profiling (at least for me).mtm2003-02-252-6/+30
* Add a new subcommand to pccardc(8), "dumpcisfile", which reads a CISgreen2003-02-256-4/+94
* 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 typo.robert2003-02-251-1/+1
* 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-256-6/+8
* 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
* Fix a long-standing bug where if the package being deleted had nodes2003-02-252-14/+12
* 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
* Catch up with change to kse_release syscall.julian2003-02-251-2/+2
* - 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
OpenPOWER on IntegriCloud