summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* 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
* unifdef -DVM_STACK - it's been on for a while for x86 and was checkedpeter1999-04-193-92/+3
* Drop the 'at nexus?' from the busses, it's not used.peter1999-04-191-5/+5
* Spelling policebrian1999-04-191-2/+2
* Always create attach points for the various child busses that can bepeter1999-04-192-60/+28
* Implement an EISA new-bus framework. The old driver probe mechanismpeter1999-04-181-5/+1
* Added PC98 code.kato1999-04-182-2/+24
* As a temporary anti-foot-shooting measure, don't let the user attachpeter1999-04-161-1/+5
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-1614-1110/+2139
* Add SYSVSEM so that newer versions of Xaccel don't require a kerneljkh1999-04-161-1/+2
* Remove the entries for umodem and ucom. These drivers only proben_hibma1999-04-161-3/+1
* Made booting with -a work for all configurations. Previously itbde1999-04-151-24/+6
* Generate intrnames[] dynamically. This should be new-bus friendly.bde1999-04-148-277/+202
* Add a commented-out example on using the makeoptions command to get apeter1999-04-131-1/+3
* Shoot the LKM support in the old wd/wdc/atapi driver set in the head andpeter1999-04-131-4/+1
* Backout early start of APs since it caused some machines to hang.tegge1999-04-133-12/+3
* Make debugging more selective.n_hibma1999-04-111-5/+1
* Move initialization of SWI's in the tty|net|bio masks from isa.c intopeter1999-04-111-7/+1
* Add prototype for wait_ap().tegge1999-04-113-3/+12
* Let BSP wait until all APs are initialized.tegge1999-04-104-4/+31
* Test CF after a btrl operation instead of testing ZF (which is undefined).tegge1999-04-101-2/+2
* pmap_remove_pte:alc1999-04-101-14/+7
* Disable the mtrr copy calls, it doesn't work with the i686_mem.c stuff.peter1999-04-073-3/+21
* Add defines for the P6 model-specific registers.msmith1999-04-071-1/+58
* mem.cmsmith1999-04-073-104/+674
* Two changes to pmap_remove_all:alc1999-04-061-20/+5
* Catch a case spotted by Tor where files mmapped could leave garbage in thejulian1999-04-051-5/+55
* Restore support for executing BSD/OS binaries on the i386 by passingjdp1999-04-032-4/+8
* Put in place the infrastructure for improved UP and SMP TLB management.alc1999-04-025-42/+101
* Purging lint from the Bruce filter.phk1999-03-302-4/+10
* Delete all references to the "aic" driver. It isn't in the tree, andken1999-03-291-2/+1
* Ifdef declaration of a conditionally defined function "timezero".dt1999-03-282-2/+6
* Link the bb structures together as we find them.phk1999-03-212-4/+20
* Eliminate a pointless TLB flush from the SMP idle loop.alc1999-03-202-14/+2
OpenPOWER on IntegriCloud