aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* The completion queue is no longer used, so nuke its associated codeScott Long2003-02-202-4/+0
* Forgot to set KU_DOUPCALL in kse_wakeup.David Xu2003-02-202-0/+2
* Add a timeout parameter to kse_release.David Xu2003-02-209-30/+62
* Simplify page alignment.Marcel Moolenaar2003-02-204-44/+16
* Fix fumble in rev 1.525. pmap_kenter()'s second argument is a physicalPeter Wemm2003-02-202-2/+2
* o Allow "buckets" in mb_alloc to be differently sized (according toBosko Milekic2003-02-203-77/+117
* Remove the PL_SHAREMOD flag from struct plimit, which could have beenTim J. Robbins2003-02-204-21/+6
* Add a "hw.syscons.bell" sysctl, which can disable the bell at syscons level.Olivier Houchard2003-02-201-1/+4
* Remove duplicate includes.Olivier Houchard2003-02-206-7/+0
* Merge diff between rev 1.08 and rev 1.11 of Tekram driver, this notably addOlivier Houchard2003-02-202-400/+731
* Fix a serious bug when computing the index for theBosko Milekic2003-02-201-1/+1
* Adjust IRQ count for psim's OpenPIC model - it seems to bePeter Grehan2003-02-201-0/+6
* Catch up to latest KSE changesPeter Grehan2003-02-202-6/+8
* Move thread limits testing code up a bit. This let UPCALLING threadDavid Xu2003-02-202-52/+54
* Unbreak non-IPV6 compilation.Jonathan Lemon2003-02-192-8/+20
* Fix a 64-bit bogon. The hardware command structure only has one 32 bitScott Long2003-02-192-3/+4
* Add M_WAITOKPoul-Henning Kamp2003-02-192-3/+3
* Add a TCP TIMEWAIT state which uses less space than a fullblown TCPJonathan Lemon2003-02-1918-235/+1067
* Convert tcp_fillheaders(tp, ...) -> tcpip_fillheaders(inp, ...) so theJonathan Lemon2003-02-195-80/+69
* Make the aac driver be INTR_MPSAFE. Once the interrupt handler determinesScott Long2003-02-192-38/+15
* o Move the cleanup of the fib maps into aac_free_commands() so as toScott Long2003-02-192-33/+42
* Correct comments.Jonathan Lemon2003-02-192-14/+8
* Clean up delayed acks and T/TCP interactions:Jonathan Lemon2003-02-193-59/+58
* #include "opt_cpu.h" so we notice our options.Poul-Henning Kamp2003-02-191-0/+1
* Fix definite panic when releasing interrupt resources.Jake Burkholder2003-02-191-1/+1
* Fix panic on sparc64 introduced in my last commit. I reallyMaxime Henrion2003-02-191-5/+6
* Missed a missing M_WAITOK.Jake Burkholder2003-02-191-1/+1
* Use M_WAITOK.Jake Burkholder2003-02-192-2/+4
* Count non-threaded group.David Xu2003-02-192-10/+20
* Update comments to reflect new KSE code.David Xu2003-02-192-4/+1
* Do not call smbfs_attr_cacheremove() in the EXDEV case in smbfs_rename().Tim J. Robbins2003-02-191-5/+9
* The "m = m->m_next" that was removed in the revision 1.12 was necessaryTim J. Robbins2003-02-191-1/+2
* M_WAITOK and remove an useless comment.David Xu2003-02-192-4/+2
* Munge the zs sbus attachment to work with fhc. This is a bit of a hack,Jake Burkholder2003-02-192-14/+114
* Implement interrupt resource allocation and setup. Set the interruptJake Burkholder2003-02-195-16/+111
* Eliminate unused KSE symbols.David Xu2003-02-191-2/+0
* Bump __FreeBSD_version to mark the fact that <sys/dkstat.h> should no longerPoul-Henning Kamp2003-02-191-1/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-19586-2102/+2103
* Optimize the case when max threads number was hit.David Xu2003-02-193-86/+115
* Remove unused variable and code.Peter Wemm2003-02-191-2/+0
* Get rid of a silly message I added back in Sept 2001 (1.68).Peter Wemm2003-02-181-4/+1
* Add some PCI device ID's from HPPaul Saab2003-02-181-0/+4
* Move the resource handling down into the pci bus as well.Warner Losh2003-02-182-410/+49
* - Fix mbuf leak when we successfully allocate a new mbuf but fail toMaxime Henrion2003-02-182-6/+18
* Fix fwdev memory leak on detaching.Hidetoshi Shimokawa2003-02-181-5/+13
* Use pci_get_devid().Hidetoshi Shimokawa2003-02-182-23/+23
* Add 'uPD72871/2 IEEE1394 1-Chip OHCI Host Controller'.Hidetoshi Shimokawa2003-02-182-0/+5
* * firewire.cHidetoshi Shimokawa2003-02-182-1/+19
* Add central and fhc.Jake Burkholder2003-02-181-0/+2
* Add drivers for the central and fhc busses found in enterprise classJake Burkholder2003-02-189-0/+1087