summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Add missing suspend/resume methods.dfr1999-05-102-2/+10
* Move the mfs_getimage() prototype to mfs_extern.h duplicating itpeter1999-05-101-8/+8
* [Forgot to commit this in the batch a few days ago.]bde1999-05-101-1/+3
* Clean out some unused leftovers from before the split from the old isa.c.peter1999-05-091-15/+3
* For what it's worth, idelayed is declared as a volatile in the headers,peter1999-05-092-4/+4
* loadandclear() uses an atomic instruction (even on SMP, where it's anpeter1999-05-091-2/+2
* s/main/mi_startup/ for the kernel entry point so that egcs doesn't getpeter1999-05-092-4/+4
* Oops. If ROOTDEVNAME isn't defined, have -r call -a.phk1999-05-091-1/+5
* Major lobotomy of config(8). Thephk1999-05-092-5/+127
* add some amount of sanity to the way the gdb stuff finds its device.phk1999-05-091-9/+2
* Duh, bdevsw() takes dev_t arg.phk1999-05-091-8/+9
* Move the declaration of the interrupt type from the driver structuredfr1999-05-085-35/+30
* Add some notes about the globalness of certain things like interruptspeter1999-05-082-10/+44
* GC some #if 0 junkpeter1999-05-081-9/+1
* Don't print 'interrupting at irq nn' on the x86 family, it's not allpeter1999-05-082-8/+8
* Look up the sensitive flag better, allowing interoperation between old andpeter1999-05-081-2/+4
* Fix unused variable "flags". (only used if #ifdef I586_CPU)peter1999-05-082-2/+6
* Make sure the mem_range_AP_init() prototype is seen where it's needed, andpeter1999-05-084-4/+12
* I got tired of seeing all the cdevsw[major(foo)] all over the place.phk1999-05-081-2/+2
* Continue where Julian left off in July 1998:phk1999-05-071-8/+8
* Generalize to allow any serial port to be used as the GDB port.mckusick1999-05-071-7/+12
* Ensure prototype for pnp_configure() is visible.peter1999-05-061-7/+2
* Add sufficient braces to keep egcs happy about potentially ambiguouspeter1999-05-061-2/+3
* I'm not sure why the #ifdef SMP became #if 1 (this overrode the npx probepeter1999-05-062-10/+6
* Fixed profiling of elf kernels. Made high resolution profiling compilebde1999-05-068-41/+56
* Initialize dblfault_tss.tss_fs to the per-cpu private data segment selector.luoqi1999-05-061-2/+3
* Do not set curproc until proc0 is fully initialized (in proc0_init()).luoqi1999-05-061-2/+1
* Use unit, not device_id as an argument to an old-style ISA interruptdfr1999-05-042-6/+6
* Disable the ppc chipset-specific probes by default.msmith1999-05-041-2/+2
* Add sysctl descriptions to many SYSCTL_XXXsbillf1999-05-031-3/+5
* Don't deref a NULL mem_range_softc.mr_op pointer on non-MTRR systems whenpeter1999-05-031-2/+2
* Add driver for the Iomega Zip 100 drive.n_hibma1999-05-021-9/+10
* Whoops, not all SMP systems have memory range attribute support. Don'tmsmith1999-05-021-2/+3
* Add a hook that can be called to initialise a slave processor's memorymsmith1999-04-305-22/+68
* Enable vmspace sharing on SMP. Major changes are,luoqi1999-04-2835-850/+737
* Suser() simplification:phk1999-04-272-5/+5
* Register the netisr's via SYSINIT rather than linker sets.peter1999-04-261-32/+6
* pmap_dispose_proc and pmap_copy_page:alc1999-04-251-14/+23
* Make the machdep.i8254_freq and machdep.tsc_freq sysctls modify thephk1999-04-252-2/+6
* De-quote where possible and minor tweaks. depends on a current config(8).peter1999-04-241-24/+22
* Changed the type of id_port from short into int to avoid wrongkato1999-04-241-2/+2
* Drop the tty/net/bio/cam interrupt class labels, they are meaninless herepeter1999-04-241-30/+30
* Don't clear the hints on release, just the resource containers.peter1999-04-241-7/+1
* 1MB is not 1024 * 1024 * 1024 but 1024 * 1024.kato1999-04-242-4/+4
* Make the register_intr() glue actually have a chance of working...peter1999-04-232-4/+6
* Make pmap_collect() an official pmap interface.dt1999-04-231-2/+1
* Moved cpu_set_fork_handler's prototype from <machine/cpu.h> to <sys/proc.h>.dt1999-04-231-2/+1
* oops, SMP was missing includes for a typedef.peter1999-04-212-4/+4
* Stage 1 of a cleanup of the i386 interrupt registration mechanism.peter1999-04-218-133/+907
* _pmap_unwire_pte_hold and pmap_remove_page:alc1999-04-191-13/+31
OpenPOWER on IntegriCloud