summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* - Protect the callout wheel with a separate spin mutex, callout_lock.jake2000-11-191-0/+2
* - Split the run queue and sleep queue linkage, so that a processjake2000-11-171-1/+1
* - Change extra sanity checks in cpu_switch() to be conditional on INVARIANTSjhb2000-11-171-31/+3
* Add kernel option NETGRAPH_ONE2MANY.archie2000-11-161-0/+1
* Don't release and acquire Giant in mi_switch(). Instead, release andjhb2000-11-161-0/+2
* remove redundant declaration of bsd_to_linux_sigset()gallatin2000-11-161-1/+0
* fix glaring bugs in rt signals -- copyout the right signal mask ingallatin2000-11-161-2/+3
* Assert that Giant is not owned during the main loop of ithd_loop().jhb2000-11-151-0/+1
* Declare the 'witness_spin_check' properly as a per-CPU variable in thejhb2000-11-151-0/+1
* vx no longer uses pci compat shims and this doesn't need a countimp2000-11-151-1/+1
* MFGENERIC: 1.291imp2000-11-151-0/+6
* Add pmtimer device, necessary for proper time keeping when apm orimp2000-11-151-0/+2
* Always enable interrupts during fork_trampoline() after releasing thejhb2000-11-141-0/+3
* Proper capitalization of PCMCIA (and avoid matching pcm)jkh2000-11-141-1/+1
* In the year 2000, I think it's perfectly reasonable to include audiojkh2000-11-142-0/+7
* Make linux_sendsig and linux_sigreturn use all 64 bits of agallatin2000-11-132-5/+56
* Fix a bug with handling of the saved interrupt state for spin mutexes injhb2000-11-131-2/+2
* Initialize bus_space_handle_t with zero (for PC-98).nyan2000-11-132-4/+4
* Revert auto-generation. The Alpha port is broken.marcel2000-11-109-6/+1125
* Make MINSIGSTKSZ machine dependent, and have the sigaltstackmarcel2000-11-095-10/+17
* Sync with Alpha:marcel2000-11-099-1128/+8
* Farewell our code. We will switch acpica code from Intel.takawata2000-11-093-498/+0
* Fix CMSG and ALIGN macro usage.asmodai2000-11-081-13/+25
* Document DISABLE_PSE.asmodai2000-11-081-0/+2
* Document CLUSTERDEBUG, CPU_UPGRADE_HW_CACHE and LOCKF_DEBUG.asmodai2000-11-081-0/+8
* Fix some further english grammar and typo's.asmodai2000-11-081-3/+3
* Fix typo's: UPGRADE_CPU_HW_CACHE -> CPU_UPGRADE_HW_CACHEasmodai2000-11-081-2/+2
* Document the following options:asmodai2000-11-081-6/+13
* Hack to work around a probe which will lock up at least some i450GX-basedmsmith2000-11-081-1/+5
* Document XBONEHACK option.asmodai2000-11-081-1/+3
* Document some AHC_* options.asmodai2000-11-081-2/+9
* Merge from GENERIC 1.288imp2000-11-071-34/+27
* Make the ISA nic section look like the other device sections withimp2000-11-071-33/+26
* Synchronize NEWCARD kernel to GENERIC kernel. It is still experimental,imp2000-11-071-32/+45
* Minor ordering changes to make more sections strictly alphabetical.imp2000-11-071-4/+5
* Synced tx(4) driver descriptions + ``device tx'' line moved to thesemenu2000-11-072-2/+2
* Protect against an infinite loop when prefaulting pages. This canalfred2000-11-071-1/+4
* newbusify the en atm driver.kjc2000-11-071-2/+3
* Document the KTR_VERBOSE option.jhb2000-11-071-1/+4
* The vx driver no longer needs the PCI compat shims. Also should nowwpaul2000-11-071-1/+1
* Quieten some warnings about correct usage of assignments as truth values.msmith2000-11-061-3/+3
* Check that p->p_pptr is not NULL - kernel processes have no parents!des2000-11-061-2/+2
* Switched from i386/isa/scsi_dvcfg.h to cam/scsi/scsi_dvcfg.hnyan2000-11-052-56/+1
* Our SHRT_MIN definition was actually 4 bits too big.obrien2000-11-042-2/+2
* Improve the PCI interrupt routing code. Now the process is as follows:msmith2000-11-022-32/+324
* Make the target a little bit more generic.obrien2000-11-012-2/+10
* Fix typo in commentsroger2000-10-311-2/+2
* Deprecate devsw->d_bmaj entirely.phk2000-10-311-86/+0
* fix the sigaltstack hack by lowering the stack size to the original valuegallatin2000-10-311-0/+2
* Comment out the (old) acpi stuff, it breaks LINT.phk2000-10-301-3/+3
OpenPOWER on IntegriCloud