summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Set f_mntfromname[] to "fdescfs" instead of "fdesc" for consistencytjr2003-06-171-1/+1
* MFp4: Fix two bugs causing possible deadlocks or panics, and one nit:tjr2003-06-173-13/+95
* - Add a new function "sched_interact_update()" that scales back the sleepjeff2003-06-171-23/+20
* Map icmp time exceeded responses to EHOSTUNREACH rather than 0 (no error);silby2003-06-171-1/+1
* Lock the vm object when freeing a page.alc2003-06-171-1/+9
* Hide the m_defrag* statistics under MBUF_STRESS_TEST, there seemssilby2003-06-171-2/+8
* Re-introduction of the matcd CD driver.uhclem2003-06-176-0/+4127
* Do not attempt to access to inp_socket fields if the socket is in the TIME_WAITcognet2003-06-171-13/+38
* Forgot to commit code to disable creating a bound thread in samedavidxu2003-06-162-0/+4
* When looking for the ':' separator in the root path, don't go pastiedowse2003-06-161-2/+2
* free type too if we can't add the child.jmg2003-06-161-1/+3
* fix misspelling of ORIR_NOTFOUNDjmg2003-06-161-1/+1
* Partially back out rev 1.87 by nuking fifo_inactive() and moving thetruckman2003-06-161-20/+4
* Repo-copy of sys/pci/if_en_pci.c to the rest of the midway driver (sys/dev/en)harti2003-06-163-487/+2
* Fix the breakage introduced by rev. 1.43 of sys/dev/midway.c (don't commitharti2003-06-162-17/+93
* Reset ncpus to 1 for bound thread group since there is only onedavidxu2003-06-162-2/+6
* This file was ignored by CVS in my last commit for some reason:phk2003-06-161-1/+0
* Bound check for broken Configuration ROM.simokawa2003-06-161-5/+19
* Force media autodetection if the device has lost its parameter table.yar2003-06-162-2/+14
* Fix for big endian.simokawa2003-06-161-2/+1
* If in non-blocking mode, return EAGAIN instead of ENXIOyar2003-06-162-2/+8
* Replace evil abuse of geteblk() with malloc(9).phk2003-06-162-12/+10
* Get rid of the b_spc specialty field in struct buf by using an alreadyphk2003-06-162-5/+3
* Revert previos change for prior release/branch.simokawa2003-06-161-0/+21
* Lock the vm object when freeing pages.alc2003-06-151-0/+8
* In the device attach routine, don't depend on uaa->iface beingwpaul2003-06-152-4/+24
* The page queue lock is already held in pmap_remove, change acquire/releasejake2003-06-151-2/+2
* Remove the evil BIOTOBUF macro, it is no longer used anywhere.phk2003-06-151-3/+0
* In specfs::vop_specstratey(), assert that the vnode and buffer agree aboutphk2003-06-151-0/+4
* - Mirror vm_page_queue_mtx assertions added to the i386 pmap.jake2003-06-152-1/+20
* I have not had any reports of trouble for a long time, so remove thephk2003-06-152-51/+4
* Remember to release the loader's heap.jake2003-06-151-1/+7
* Take 2: Remove _both_ KASSERTS.phk2003-06-151-2/+0
* Duh! I misread my handwritte notes: We do _not_ want to asser thatphk2003-06-151-2/+0
* Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementationsphk2003-06-1516-0/+34
* Remove in toto coda_strategy which incorrectly implemented vop_panic();phk2003-06-152-46/+0
* Always set bio_resid properly in fdstrategy(),yar2003-06-152-6/+4
* Check whether the floppy type pointer has been set before tryingyar2003-06-152-0/+8
* Various cr*() calls believed to be MPSAFE, since the uidinforwatson2003-06-151-0/+8
* 1. Add code to support bound thread. when blocked, a bound thread neverdavidxu2003-06-155-112/+129
* If the device goes away during ulpt_reset(), make sure not to calliedowse2003-06-151-1/+7
* Don't overwrite the static panicstr buffer for secondary and furtheriedowse2003-06-151-3/+8
* Remove the definition of alloca(), it does not belong here.des2003-06-151-5/+0
* Remove an unnecessary forward declaration.alc2003-06-151-2/+1
* Re-implement kernel access control for quotactl() as found in therwatson2003-06-153-23/+58
* Disable unneeded devices and options.nyan2003-06-151-5/+22
* Remove CPU_ATHLON_SSE_HACK option.nyan2003-06-151-1/+0
* Include "../Makefile.inc"nyan2003-06-151-0/+3
* Most power management devices don't exist on pc98.nyan2003-06-151-0/+4
* The en module has been broken for the last 40 hours. Disconnect itimp2003-06-151-1/+0
OpenPOWER on IntegriCloud