summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Increase the ksegrp's cpu time history buffer to 250ms.jeff2003-06-151-2/+2
* - Enable support for building Configuration ROM.simokawa2003-06-153-19/+109
* Fix crom_add_simple_text().simokawa2003-06-151-4/+5
* Add CSRVAL_VENDOR_PRIVATE.simokawa2003-06-151-0/+7
* 1. Migrate TDF_UPCALLING from td_flags to td_pflags.davidxu2003-06-153-33/+14
* - Cap the growth of sleep and run time in sched_exit_kse().jeff2003-06-151-0/+4
* Fix some style problems, some of which are old, some new, and somedas2003-06-151-8/+10
* - Fix the maximum slice value. I accidentally checked in a value of '2'jeff2003-06-151-38/+54
* check_drive: If the partition isn't a Vinum drive, release it againgrog2003-06-151-35/+35
* Don't set TDF_UPCALLING in cpu_set_upcall, it is not only used bydavidxu2003-06-151-2/+0
* Rename P_THREADED to P_SA. P_SA means a process is using schedulerdavidxu2003-06-1527-51/+51
* White space fix.simokawa2003-06-151-3/+3
* Use #ifdef __alpha__, not __alpha.alc2003-06-151-2/+2
OpenPOWER on IntegriCloud