summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Remove after repo-copy to sys/compat/linprocfs.des2000-12-125-2290/+0
* Reviewed by: Archie@freebsd.orgjulian2000-12-122-5/+13
* Add in symbols needed in the WITNESS_ENTER and WITNESS_EXIT macros injhb2000-12-121-0/+5
* Fix the assembly mutex macros to call the appropriate witness functions ifjhb2000-12-121-3/+38
* - Add code to detect if a system call returns with locks other than Giantjake2000-12-121-0/+10
* add comment about ispfwmjacob2000-12-111-0/+1
* Add the spic driver, which is a simple first attempt at providing accessnsayer2000-12-113-0/+534
* Remove DDB, it leaked in here with another commit.phk2000-12-111-2/+0
* Add proc/<pid>/cmdline.des2000-12-093-1/+9
* Add a dependency on procfs.des2000-12-091-0/+1
* A bunch of fixes that have been rotting in my tree for a month or twodes2000-12-091-71/+91
* Next phase in the PCI subsystem cleanup.msmith2000-12-083-6/+106
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-0818-76/+47
* Revert the previous change I made to cpu_switch. It doesn't help asjake2000-12-082-3/+5
* Staticize some malloc M_ instances.phk2000-12-084-5/+7
* Fix a jump to the wrong label, <sigh>. Put a period at the end of ajake2000-12-081-2/+2
* Argh, revert the clobber changes. Since %ecx and %edx aren't call safe,jhb2000-12-081-9/+9
* Change the calling conventions of the MTX_ENTER macro to matchjake2000-12-081-11/+13
* Well, the previous commit wasn't entirely correct either. For now, justjhb2000-12-081-1/+2
* Move extern tsc_present outside function to quelch a warning.phk2000-12-071-1/+4
* Create a pmtimer device instance for GENERIC and NEWCARD kernels by default.iwasaki2000-12-072-0/+2
* Fix broken register restraints that needlessly clobbered registers %ecxjhb2000-12-071-13/+13
* This is kind of a nasty hack, but it appears to solve the Compaq DL360peter2000-12-063-6/+39
* Move io_apic_{read,write} from apic_ipl.s (where they do not belong) intopeter2000-12-063-33/+26
* GC unused assembler function apic_eoi()peter2000-12-062-8/+0
* Remove the last of the MD netisr code. It is now all MI. Removejake2000-12-054-56/+0
* Cleanup some leftover lint from the old interrupt system.peter2000-12-0415-430/+90
* (1) Allow a stray lock prefix to be compiled out with thejake2000-12-041-16/+24
* Add the NS DP83815 to the list of supported chips by the sis driver.alex2000-12-031-2/+4
* Check return value of malloc correctly and use M_ZERO.dwmalone2000-12-031-7/+6
* Change cpu_switch to explicitly popl the callers program counter andjake2000-12-032-5/+3
* Namespace cleanup. Remove some #includes in favour of an explicitmarkm2000-12-023-3/+12
* 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
OpenPOWER on IntegriCloud