summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* In set_regs(), flush the dirty registers onto the backingstore beforemarcel2004-08-111-0/+3
* Add 'axe' interface to NOTES so it is built with LINT as with other USBrwatson2004-08-111-0/+6
* Assert the locks of inpcbinfo's and inpcb's passed into in_pcbconnect()rwatson2004-08-111-0/+6
* Revert rev 1.93 and replace it by grabbing the vr lock before callingscottl2004-08-112-4/+4
* Replace a reference to splnet() with a reference to locking in a comment.rwatson2004-08-111-1/+1
* Mark USB ethernet devices as IFF_NEEDSGIANT, since the USB frameworkrwatson2004-08-116-6/+12
* Perform a lockless read to test whether an entropy havesting fifo isrwatson2004-08-111-0/+4
* Add __elfN(dump_thread). This function is called from __elfN(coredump)marcel2004-08-1112-79/+122
* Add ADAPTIVE_GIANT to GENERIC on i386, with the intent of making itrwatson2004-08-111-0/+1
* In v_addpollinfo(), we allocate storage to back vp->v_pollinfo. However,rwatson2004-08-111-1/+7
* Set IFF_RUNNING flag on the interface as soon as the control device is opened.emax2004-08-111-3/+9
* Modify vnode locking key: the v_pollinfo pointer itself is protectedrwatson2004-08-101-1/+2
* Don't call DEVICE_RESUME a second time if DEVICE_SUSPEND fails. Thenjl2004-08-101-11/+10
* Eliminate the acquisition and release of Giant within physio(). Removealc2004-08-101-6/+0
* Add a comment describing pmap_extract_and_hold() noting that the protectionalc2004-08-101-0/+7
* Add pmap locking to many of the functions.alc2004-08-104-20/+72
* If we kill the worklist thread of a RAID5 plex we can destroyle2004-08-102-1/+1
* Lock the topology before calling gv_parse_config, not afterwards.le2004-08-101-1/+1
* - Recognize HARDCODED flag when dumping consumer configuration.pjd2004-08-101-39/+27
* Forgot to commit those: introduce hardcoded provider functionality,pjd2004-08-101-3/+33
* Comment-out the debugging printf I left in in case there were somemarcel2004-08-101-1/+1
* Fix one of the lastest commit. This bio_caller1 should also be changed topjd2004-08-101-1/+1
* Synchronize the extra SA threading checks and return value handling ofjhb2004-08-101-24/+50
* Back out all behavioral chnages.green2004-08-102-36/+17
* As AMD64 architecture volume 1 chapter 3.1.2 says, high 32 bits of %rflagsdavidxu2004-08-101-3/+4
* - Use a new flag, KEF_XFERABLE, to record with certainty that this kse hadjeff2004-08-101-34/+76
* Don't acquire Giant in cryptof_close(), as the code is intended to berwatson2004-08-101-7/+0
* Inline umich license from COPYRIGHT to make it clear what license therwatson2004-08-102-7/+92
* Catch up with change to <machine/pte.h>.marcel2004-08-102-18/+16
* Skip the syncing disks loop if there are no dirty buffers. Remove anjl2004-08-102-6/+14
* Introduce ng_hci_inquiry_response structure and use it in the hccontrol(8)emax2004-08-101-7/+10
* Add a temporary debugging hack to detect a deadlock in setrunqueue(). Thisscottl2004-08-101-0/+7
* In syscall, always make a copy of parameters from trapframe, thisdavidxu2004-08-091-12/+9
* Clean up and add coments.julian2004-08-091-35/+66
* Slight changes to comments and some whitespace changes.julian2004-08-091-3/+10
* Minimal fix to prevent crashes when an AGP v2 card is used with the new v3 VIAanholt2004-08-094-2/+24
* Better preserve the original protection for the mappings we maintain.marcel2004-08-092-222/+140
* Make kg->kg_runnable actually count runnable threads in the ksegrp run queuejulian2004-08-091-4/+5
* Fix rl(4)'s lock behavior upon deinitialization. I would get a panicgreen2004-08-091-5/+6
* Remove typos on KASSERT messages.julian2004-08-091-3/+3
* Revamp VM map wiring.green2004-08-093-14/+50
* Make two changes to vm_fault().alc2004-08-091-16/+7
* Normalize the VM wiring done with SPARSE_MAPPING: check for errors, andgreen2004-08-091-10/+17
* Increase the amount of data exported by KTR in the KTR_RUNQ setting.julian2004-08-095-21/+28
* Remove a stale comment from vm_map_lookup() that pertains to share maps.alc2004-08-091-3/+0
* Remove commented out pcic driver. It is too broken to work (even if youimp2004-08-091-1/+0
* Make a comment that IP source routing is not SMP and PREEMPTION safe.andre2004-08-091-0/+1
* Make a comment that "ipfw forward" is not SMP and PREEMPTION safe.andre2004-08-091-0/+1
* New ipfw option "antispoof":andre2004-08-092-0/+12
* Fix bad free() usage.sos2004-08-091-2/+8
OpenPOWER on IntegriCloud