aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* MFNetBSD:Josef Karthauser2003-11-101-1/+2
* MFNetBSD:Josef Karthauser2003-11-101-8/+11
* MFNetBSD:Josef Karthauser2003-11-101-0/+10
* MFNetBSD:Josef Karthauser2003-11-091-1/+2
* Revise the NetBSD revision control strings.Josef Karthauser2003-11-093-29/+3
* MFNetBSD:Josef Karthauser2003-11-096-15/+10
* fix typo that broke AP scanning by BSSIDSam Leffler2003-11-091-2/+1
* When a thread is being swapped-out, save the high FP registers. WeMarcel Moolenaar2003-11-091-0/+2
* Use get_mcontext() to construct the signal context in sendsig() andMarcel Moolenaar2003-11-093-109/+50
* - Remove Giant from msync(2). Giant is still acquired by the lower layersAlan Cox2003-11-092-27/+10
* Free the ata_request struct after we are done using it. This should stopScott Long2003-11-091-2/+9
* Change the clear_ret argument of get_mcontext() to be a flags argument.Marcel Moolenaar2003-11-0911-20/+27
* Tweak the front end driver file listWarner Losh2003-11-091-31/+26
* Add my copyright to aha_isa.c to make it crystal clear its licenseWarner Losh2003-11-091-1/+25
* Let bus space manage softc.Warner Losh2003-11-094-56/+23
* Minor tweaks to make it behave better:Warner Losh2003-11-091-8/+18
* Minor comment smithingWarner Losh2003-11-091-4/+4
* Use kern_sendit rather than sendit for the Linux send* syscalls.David Malone2003-11-091-142/+103
* Quick fix for scaling of statclock ticks in the SMP case. As explainedBruce Evans2003-11-091-0/+4
* Fix typo in breaking up requests to size limit.Søren Schmidt2003-11-091-1/+1
* - Implement selwakeuppri() which allows raising the priority of aSeigo Tanimura2003-11-0952-74/+105
* Implement PAL_HALT_LIGHT now that the kernel halts the processorMarcel Moolenaar2003-11-092-0/+18
* Do not strip skiload when installed. The stripped binary does not loadMarcel Moolenaar2003-11-092-0/+2
* - Rename vm_map_clean() to vm_map_sync(). This better reflects the factAlan Cox2003-11-095-61/+78
* Sprinkle GIANT_REQUIRED asserts around the xpt layer to aid with locking theScott Long2003-11-091-0/+58
* Make this driver a little more style(9) compliantWarner Losh2003-11-094-206/+176
* replace explicit changes to rt_refcnt by RT_ADDREF and RT_REMREFSam Leffler2003-11-0812-36/+48
* Remove the atkbd, psm, sc and vga devices. Most ia64 boxes out thereMarcel Moolenaar2003-11-082-16/+0
* divert socket fixups:Sam Leffler2003-11-083-15/+74
* assert optional inpcb is passed in lockedSam Leffler2003-11-081-0/+2
* add locking assertionsSam Leffler2003-11-081-4/+29
* assert inpcb is locked in udp_outputSam Leffler2003-11-081-0/+1
* o correct locking problem: the inpcb must be held across tcp_respondSam Leffler2003-11-084-36/+46
* use local values instead of chasing pointersSam Leffler2003-11-081-3/+2
* replace mtx_assert by INP_LOCK_ASSERTSam Leffler2003-11-081-3/+1
* add some missing lockingSam Leffler2003-11-081-17/+75
* the sbappendaddr call in socket_send must be protected by GiantSam Leffler2003-11-081-0/+3
* add locking assertions that turn into noops if INET6 is configured;Sam Leffler2003-11-081-0/+17
* o add a flags parameter to netisr_register that is used to specifySam Leffler2003-11-0817-57/+81
* Move post dmamap_load processes into the callback function.Hidetoshi Shimokawa2003-11-081-19/+20
* I've had a couple of reports that the Sony Clie_40 doesn't need theJosef Karthauser2003-11-081-1/+1
* Don't be so chatty when performing manual sense. This should make ATAPICAMScott Long2003-11-081-2/+2
* Remove the NOGIANT flag again, it was premature.Søren Schmidt2003-11-081-1/+1
* Move a MD 32 bit binary support routine into the MD areas. exec_setregsPeter Wemm2003-11-083-45/+43
* RegenPeter Wemm2003-11-084-7/+7
* "implement" vfork(). Add comments next to the other syscalls that needPeter Wemm2003-11-081-1/+12
* Update the graffiti.Peter Wemm2003-11-0813-3/+18
* Switch from having a fpu "device" to something that is more like thePeter Wemm2003-11-083-129/+32
* must use RTFREE instead of rtfree for proper lockingSam Leffler2003-11-082-2/+2
* Remove some duplicated comments that refer to npx. XXX The setregsPeter Wemm2003-11-081-11/+0