summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a macro mtx_intr_enable() to alter a spin lock such that interruptsjhb2001-02-101-0/+1
* Catch up to changes to inthand_add().jhb2001-02-092-16/+16
* Use the MI ithread helper functions in the x86 interrupt code.jhb2001-02-096-443/+201
* - Catch up to the new swi API changes:jhb2001-02-091-1/+1
* Move the initailization of the proc lock for proc0 very early into the MDjhb2001-02-091-0/+1
* Woops, remove an obsolete reference to gd_cpu_lockid.jhb2001-02-093-3/+0
* Remove unused forward_irq counters.jhb2001-02-091-9/+0
* Axe gd_cpu_lockid as it is no longer used.jhb2001-02-091-1/+0
* Change and clean the mutex lock interface.bmilekic2001-02-0916-163/+206
* Free the memory we get from devclass_get_devices and device_get_children.msmith2001-02-081-3/+8
* Don't enable interrupts for a kernel breakpoint or trace trap. Otherwise,jhb2001-02-081-6/+7
* When SMPng was first committed, we removed 'cpl' from the interruptjhb2001-02-071-1/+1
* Fix typo: seperate -> separate.asmodai2001-02-061-2/+2
* Clean up some leftovers from the root mount cleanup that was done somepeter2001-02-042-5/+0
* This commit represents work mainly submitted by Tor and slightly modifieddillon2001-02-041-0/+1
* Implement preemptive scheduling of hardware interrupt threads.jake2001-02-013-2/+16
* Remove count for NSIO. The only places it was used it were incorrect.peter2001-01-311-8/+0
* Remove some leftovers from the CMAP* stuff in globaldata and thepeter2001-01-304-28/+8
OpenPOWER on IntegriCloud