summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Resolve conflicts.delphij2008-03-202-7/+8
* Update upgrade instructions to reflect 1.0.5 import; add FREEBSD-vendordelphij2008-03-202-2/+9
* This commit was generated by cvs2svn to compensate for changes in r177420,delphij2008-03-2017-42/+57
|\
| * Virgin import (trimmed) of Bzip2 version 1.0.5.delphij2008-03-2019-49/+65
| * Remove manual.texi which does not belong to this distributiondelphij2007-03-281-2243/+0
| * Remove Y2K_INFO which does not belong to this distributiondelphij2007-03-281-34/+0
* | - Move maybe_preempt() from kern_switch.c to sched_4bsd.c. This is functionjeff2008-03-203-114/+116
* | - Directly include opt_sched.h in sched_4bsd.jeff2008-03-201-0/+1
* | - Add an option to compile in SCHED_STATS.jeff2008-03-202-1/+7
* | Replace really convoluted code that simplifies to "a ^= 0x01;"julian2008-03-191-9/+2
* | fix link management bug and conditionally allow the PHY to be kept on at all ...kmacy2008-03-191-2/+8
* | Rename vm_pageq_requeue() to vm_page_requeue() on account of its recentalc2008-03-193-15/+15
* | Re-enable the CVS build.obrien2008-03-191-3/+3
OpenPOWER on IntegriCloud