summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Protect access to p_stat with sched_lock.jhb2000-12-011-0/+2
* Fix this slightly better by using NON_GPROF_RET instead of duplicatingjhb2000-12-011-1/+1
* Change doreti to take a trapframe instead of an intrframe.jake2000-12-017-18/+14
* Revert the previous change to this file. We have to hardcode in the opcodejhb2000-11-301-1/+1
* remove unneded sys/ucred.h includesalfred2000-11-301-1/+0
* Don't use p->p_sigstk.ss_flags to keep state of whether themarcel2000-11-306-27/+32
* Increase NKPT from 17 to 30. This fixes the 4GB ram boot panic on bothpeter2000-11-301-1/+1
* Don't wait forever for CPUs to stop or restart. Instead, give up after ajhb2000-11-283-6/+57
* Use atomic ops to close a race condition on the in_Debugger variable usedjhb2000-11-281-4/+3
* Add bogomips to cpuinfo (set it equal to the CPU frequency, which is bogusdes2000-11-271-7/+10
* Don't scroll of the end of the help pages when using the visualdwmalone2000-11-261-2/+1
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-252-6/+16
* Correct a misnamed argument hidden behind a #ifdef DEBUGjlemon2000-11-251-1/+1
* Revert the last commit to the callout interface, and add a flag tojlemon2000-11-251-1/+1
* These files are mpsafe.alfred2000-11-252-0/+7
* o Change the argument of linux_sigreturn to be a pointer to amarcel2000-11-236-77/+72
* Change the argument of linux_sigreturn to be a pointer to amarcel2000-11-231-1/+1
* Don't unregister the ioctl handlers before we verified wemarcel2000-11-231-11/+14
* Protect the following with a lockmgr lock:jake2000-11-221-0/+3
* Assembler fixes.markm2000-11-213-7/+7
* Add a consistent API to a feature that most modern CPUs have; a fastmarkm2000-11-211-0/+21
* Stop handcoding a couple of instructions since gas 2.10 can properlyjhb2000-11-212-5/+2
* Make programs which still #include <machine/{mouse,console}.h> failphk2000-11-202-14/+2
* Duh. These have been sitting in my tree since I committed this stuff.julian2000-11-202-0/+58
* - 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
OpenPOWER on IntegriCloud