summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/asnames.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement the parts needed for VM86 under SMP.peter1997-09-211-1/+2
* Patch up some more undefined symbols when compiling under ELF.peter1997-09-131-1/+7
* Add missing redirection for _inside_intr -> inside_intrpeter1997-09-081-1/+2
* Add redirection for new _clock_lock symbolpeter1997-09-051-1/+2
* Update to include recently added names that are shared between the C andpeter1997-08-301-1/+38
* Preliminary support for per-cpu data pages.peter1997-06-221-7/+4
* Removed global hwisrs, replacing it with vec (formerly static to icu.s).fsmp1997-05-251-2/+2
* Add new C global names also referenced from assembly language.jdp1997-05-211-1/+59
* Make the necessary changes so that an ELF kernel can be built. Ijdp1997-04-221-0/+251
OpenPOWER on IntegriCloud