summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Add a new ddb command 'show pcpu' which lists some of the per-cpu data.jhb2001-04-061-1/+45
* Axe the per-cpu variable witness_spin_check as it was replaced by thejhb2001-04-062-3/+0
* De __P() while I'm here. Done as a separate commit since it is justimp2001-04-031-45/+45
* Make this file C++ safe. It defines many useful functions (inb, outb)imp2001-04-031-0/+4
* Convert the allproc and proctree locks from lockmgr locks to sx locks.jhb2001-03-281-3/+5
* Catch up to header include changes:jhb2001-03-282-6/+2
* Rework the witness code to work with sx locks as well as mutexes.jhb2001-03-285-1/+6
* Switch from save/disable/restore_intr() to critical_enter/exit().jhb2001-03-284-42/+35
* Catch up to the mtx_saveintr -> mtx_savecrit change.jhb2001-03-281-1/+1
* - Switch from using save/disable/restore_intr to using critical_enter/exitjhb2001-03-281-5/+5
* - Add the new critical_t type used to save state inside of criticaljhb2001-03-281-15/+18
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Fix a problem where we were switching npxproc from underneath processesobrien2001-03-242-0/+92
* Export intrnames and intrcnt as sysctls (hw.nintr, hw.intrnames andtmm2001-03-236-9/+11
* Show the bzero() bandwidth in kBps instead of Bps; use u_int32_t insteaddes2001-03-192-6/+6
* Remove the now defunct ATA_ENABLE* optionssos2001-03-161-1/+0
* Kill the 4MB kernel limit dead. [I hope :-)].peter2001-03-156-13/+32
* Move the fxp driver so it is under the miibus section.jlemon2001-03-121-1/+1
* Fix mtx_legal2block. The only time that it is bad to block on a mutex isjhb2001-03-091-1/+0
* Unrevert the pmap_map() changes. They weren't broken on x86.jhb2001-03-071-6/+14
* Spelling and capitalization fixes.gsutter2001-03-071-7/+7
* - Release Giant a bit earlier on syscall exit.jhb2001-03-071-20/+14
* Grab the process lock while calling psignal and before calling psignal.jhb2001-03-073-2/+10
* Use the proc lock to protect p_pptr when waking up our parent in cpu_exit()jhb2001-03-071-1/+2
* Back out the pmap_map() change for now, it isn't completely stable on thejhb2001-03-071-14/+6
* - Rework pmap_map() to take advantage of direct-mapped segments onjhb2001-03-061-6/+14
* Don't enable interrupts before calling sched_ithd for threaded interrupts.jhb2001-03-054-4/+0
* Add support for Dlink DL10022 to the ed driver. This is a mii partimp2001-03-031-0/+1
* version 1.7 made some changes to correct problems identifed by compilingmdodd2001-03-023-3/+0
* Make the kernel actually compile and link under a.out, usingpeter2001-02-252-0/+12
* Always use the ELF naming after the demise of asnames.h.peter2001-02-251-5/+0
* Remove the leading underscore from all symbols defined in x86 asmjake2001-02-2519-522/+521
* Drop the 'count' from the aha device specspeter2001-02-251-1/+1
* - Rename the lcall system call handler from Xsyscall to Xlcall_syscalljake2001-02-255-53/+25
* Activate USER_LDT by default. The new thread libraries are going topeter2001-02-2313-55/+6
* The p_md.md_regs member of proc is used in signal handling to referencejhb2001-02-221-0/+1
* - Change ast() to take a pointer to a trapframe like other architectures.jhb2001-02-221-7/+7
* - Use TRAPF_PC() on the alpha to acess the PC in the trap frame.jhb2001-02-221-3/+2
* GC unused and now obsolete assertion macros.jhb2001-02-221-8/+0
* - Add a new ithread_schedule() function to do the bulk of the work ofjhb2001-02-201-52/+7
* - Don't call clear_resched() in userret(), instead, clear the resched flagjhb2001-02-207-54/+0
* Removed all traces of T_ASTFLT (except for gaps where it was). It becamebde2001-02-192-2/+1
* Changed the aston() family to operate on a specified process instead ofbde2001-02-192-3/+3
* Fixed style bugs in clock.c rev.1.164 and cpu.h rev.1.52-1.53 -- declarebde2001-02-193-16/+3
* Allow the superuser to prefent all interrupt harvesting onmarkm2001-02-181-1/+1
* Implement a unified run queue and adjust priority levels accordingly.jake2001-02-124-39/+8
* RIP <machine/lock.h>.markm2001-02-119-17/+35
* Clear the reschedule flag after finding it set in userret(). Thisjake2001-02-101-0/+1
* Re-enable preemption on interrupts. My last commit accidentally revertedjhb2001-02-101-1/+8
* - Make astpending and need_resched process attributes rather than CPUjhb2001-02-109-77/+40
OpenPOWER on IntegriCloud