summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/asnames.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the leading underscore from all symbols defined in x86 asmjake2001-02-251-324/+0
* - Rename the lcall system call handler from Xsyscall to Xlcall_syscalljake2001-02-251-1/+1
* - Make astpending and need_resched process attributes rather than CPUjhb2001-02-101-1/+1
* Convert all simplelocks to mutexes and remove the simplelock implementations.jasone2001-01-241-5/+1
* - Remove Xforward_irq, cpl_lock, and fast_intr_lock.jhb2001-01-241-3/+1
* - Make npx_intr INTR_MPSAFE and move acquiring Giant into thejake2001-01-201-2/+0
* EEK! I missed a couple of places with the 24->32 interrupt change.peter2001-01-191-0/+16
* Remove #defines for the old lock function names and spl0/splzpeter2001-01-191-7/+0
* Remove the static splXXX functions and replace them by static __inlinepeter2001-01-191-7/+0
* - Remove compatibility macros for accessing per-cpu variables.jake2001-01-111-43/+0
* Remove the last of the MD netisr code. It is now all MI. Removejake2000-12-051-2/+0
* - Change fast interrupts on x86 to push a full interrupt frame and tojhb2000-10-061-1/+0
* - Heavyweight interrupt threads on the alpha for device I/O interrupts.jhb2000-10-051-1/+1
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-5/+19
* Commit major SMP cleanups and move the BGL (big giant lock) in thedillon2000-03-281-3/+2
* oszsigcode -> szosigcodemarcel1999-12-041-1/+1
* Optimize two cases in the MP locking code. First, it is not necessarydillon1999-11-191-0/+2
* Add a per-signal flag to mark handlers registered with osigaction, so weluoqi1999-10-111-0/+1
* Invoke smp_rendezvous_action() using the a.out compatible asnames.hmsmith1999-09-101-0/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Update for MI switch code, and trim a heap of unused (I believe) entries.peter1999-08-191-56/+3
* Major update to the kernel's BIOS-calling ability.msmith1999-07-291-1/+2
* Implement an all-CPU shootdown-style rendezvous facility. This allowsmsmith1999-07-201-1/+2
* Go back to the old (icu.s rev.1.7 1993) way of keeping the AST-pendingbde1999-07-101-1/+2
* Unbreak VESA on SMP.luoqi1999-05-121-1/+2
* s/main/mi_startup/ for the kernel entry point so that egcs doesn't getpeter1999-05-091-2/+2
* Fixed profiling of elf kernels. Made high resolution profiling compilebde1999-05-061-1/+5
* Enable vmspace sharing on SMP. Major changes are,luoqi1999-04-281-27/+38
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-2/+2
* Fixed my recent breakage of the ELF case.bde1999-02-251-1/+2
* Added a per-cpu variable `switchticks' for use in scheduling.bde1999-02-221-1/+2
* Added underscores to some names in svr4_locore.s so that it compilesbde1999-02-061-3/+6
* Moved pc98_system_parameter from .text to .data to make ELF kernelkato1999-01-301-1/+2
* Two new C symbols were added to apm_setup.s but not put intojdp1998-10-031-1/+3
* Fix breakage of ELF kernel builds caused by the addition of anjdp1998-09-191-1/+2
* Make ELF kernels build again.jdp1998-08-161-1/+2
* Implemented dynamic registration of software interrupt handlers. Notbde1998-08-111-1/+4
* For SMP, use prv_PPAGE1/prv_PMAP1 instead of PADDR1/PMAP1.tegge1998-05-171-1/+3
* s/nanoruntime/nanouptime/gphk1998-05-171-3/+3
* Add a couple of missing symbols referred to in asm code.peter1998-04-221-1/+5
* some missing symbolspeter1998-04-061-2/+9
* Time changes mark 2:phk1998-04-041-2/+1
* Fix recent breakage when compiling under elf.peter1998-03-041-1/+5
* re-sort back into orderpeter1998-01-261-8/+8
* Add missing definition for swi_vmpeter1998-01-261-1/+2
* wash, sort and put in order various nits from the i586_ctr -> tscphk1997-12-281-4/+4
* Rename "i586_ctr" to "tsc" (both upper and lower case instances).phk1997-12-261-4/+4
* Add missing references to Xcpuast, get_isrlock and checkstate_probed_cpuspeter1997-12-181-1/+4
* The improvements to clock statistics by Tor Eggefsmp1997-12-081-1/+8
* oops, I seem to have forgotten to commit this. redirect _cam_imask topeter1997-09-291-1/+2
OpenPOWER on IntegriCloud