summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add POSIX pthread API pthread_getcpuclockid() to get a thread's cpudavidxu2008-03-225-0/+52
* - Complete part of the unfinished bufobj work by consistently usingjeff2008-03-2218-253/+243
* Fix a race where timeout/untimeout could cause crashes for Giant lockedalfred2008-03-221-4/+19
* Use linker set to collection all target operations.davidxu2008-03-224-13/+22
* Add in a compat. mode so you can either open the card's deviceambrisko2008-03-221-0/+9
* No need to be gratuitously style(9) non-compliant here, even thoughimp2008-03-211-1/+1
* Replace reference from vinum.8 to gvinum.8, it was advised in the PR toremko2008-03-211-2/+2
* Add ';' missed with the SYSINIT changes.bz2008-03-211-1/+1
* Add the i915 GME device to DRM.remko2008-03-212-1/+3
* Reduce contention on the vnode interlock by not acquiring the BO_LOCKkib2008-03-211-12/+10
* Reduce the acquisition of the vnode interlock in the ffs_read() andkib2008-03-211-2/+4
* Add MLINK for archive_write_close.kaiw2008-03-211-0/+1
* - Reduce contention on the global bdonelock and bpinlock by usingjeff2008-03-211-30/+34
* - Add a new td flag TDF_NEEDSUSPCHK that is set whenever a thread needsjeff2008-03-216-20/+19
* Resolve __error()'s PLT early so that it needs not to be resolved again,davidxu2008-03-211-0/+3
* The last commit was:remko2008-03-200-0/+0
* Explicitly use spinlock_enter/exit rather than locking the icu_lock spinjhb2008-03-202-30/+28
* Implement a BUS_BIND_INTR() method in the bus interface to bind an IRQjhb2008-03-205-0/+79
* Unbreak the last commit.sos2008-03-201-8/+9
* pay attention to default cluster limits when sizing receive queueskmacy2008-03-202-8/+32
* Restore creation of passthrough devices with newer controller firmware byemaste2008-03-201-2/+2
* Add ioctls FSACTL_SEND_LARGE_FIB, FSACTL_SEND_RAW_SRB,emaste2008-03-202-8/+37
* add usb devices and more wlan stuff now that usb is functionalsam2008-03-201-13/+19
* o Add stub support for some new futex operations,rdivacky2008-03-202-2/+29
* Workaround design botch in usb: blindly mixing bus_dma with PIO does notsam2008-03-202-0/+32
* Do not dereference cdev->si_cdevsw, use the dev_refthread() to properlykib2008-03-202-9/+28
* Correct cache handling for xfer requests marked URQ_REQUEST: many (if notsam2008-03-201-1/+2
* map device 5; the optional USB controller on Gateworks 2348 boardssam2008-03-201-3/+4
* Fix the leak of the vmspace on the fork when the process limitskib2008-03-201-2/+4
* Alert properly when we have stale mounts left after interuptingremko2008-03-201-6/+14
* Fix Problem with Intel Matrix RAID.sos2008-03-201-11/+19
* pthread_mutexattr_destroy() was accidentally broken in last revision,ru2008-03-201-0/+1
* "track" is a script I've used for ages to track the progress of a build.des2008-03-203-0/+57
* s/wait/delta/ to avoid namespace collision.des2008-03-201-16/+16
* Fix usage string.des2008-03-201-2/+2
* Preserve application code's errno in rtld locking code, it attemps to keepdavidxu2008-03-201-2/+31
* Oops, add back the SYNOPSIS section header I accidently removed in thebrueffer2008-03-201-0/+1
* Make pthread_mutexattr_settype to return error number directly anddavidxu2008-03-201-3/+1
* back out last change as Sam believes that it breaks multicast - need to revis...kmacy2008-03-201-2/+1
* - Restore runq to manipulating threads directly by putting runq links andjeff2008-03-207-252/+209
* forced commit to add that the fix in the previous commit was submitted by Dev...kmacy2008-03-200-0/+0
* Don't re-initialize the interface if it is already running.kmacy2008-03-201-1/+2
* - Add the Corega CG-WLUSB2GL from NetBSDkevlo2008-03-202-0/+4
* Improve VT_WAITACTIVE semantics.bland2008-03-201-13/+6
* add some debug msgs for tracking xferssam2008-03-201-4/+9
* add support for %b printing of request + xfer flagssam2008-03-202-0/+4
* - Remove the unused and redundant sched_newproc() function.jeff2008-03-202-37/+3
* - There is no sense in calling sched_newthread() at thread_init() andjeff2008-03-201-2/+0
* - ULE and 4BSD share only one line of code from sched_newthread() so implementjeff2008-03-202-7/+10
* - Don't call the empty sched_newproc() function. sched_newproc() alreadyjeff2008-03-201-1/+0
OpenPOWER on IntegriCloud