aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Stylify (mainly line up macro EOL-continuation \'s), and add a dummyMark Murray2002-04-211-21/+28
* Clean up:Alfred Perlstein2002-04-191-4/+10
* Since WITNESS doesn't just do mutexes, remove "mutex" from the WITNESSRobert Watson2002-04-181-1/+1
* o Call vm_map_growstack() from vm_fault() if vm_map_lookup() has failedAlan Cox2002-04-181-17/+2
* Fix typo in adjusted panic message.Tor Egge2002-04-173-3/+3
* Update io_apic_ints array properly when revoking an irq mapping.Tor Egge2002-04-173-6/+6
* Rework the kernel environment subsystem. We now convert the staticMaxime Henrion2002-04-173-8/+32
* Pass vm_page_t instead of physical addresses to pmap_zero_page[_area]()Peter Wemm2002-04-151-9/+11
* Make the MTRR code a bit more defensive - this should help peopleDavid Malone2002-04-141-30/+51
* Move do_cpuid into the correct place in this file and makeDavid Malone2002-04-101-10/+8
* o In osigreturn(), restore all of the registers in one place.Alan Cox2002-04-101-5/+9
* Initial support for executing IA-32 binaries. This will not compileDoug Rabson2002-04-106-0/+2839
* GC various bits and pieces of USERCONFIG from all over the place.Poul-Henning Kamp2002-04-093-9/+0
* Removed ispc98 sysctl completely. Applications should understand thatBruce Evans2002-04-081-3/+0
* GC the "dumplo" variable, which is no longer used.Poul-Henning Kamp2002-04-071-1/+0
* Move ICU_* defines into icu.h.Yoshihiro Takahashi2002-04-067-70/+36
* Remove pc98 code.Yoshihiro Takahashi2002-04-061-4/+0
* Embed a struct vmmeter in the per-cpu structure and add a macro,Matthew Dillon2002-04-041-1/+5
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-046-10/+10
* Back out the previous commit.Brian Somers2002-04-041-1/+0
* Moved signal handling and rescheduling from userret() to ast() so thatBruce Evans2002-04-041-0/+2
* Pre-declare bootpc_init() so that options BOOTP doesn't break theBrian Somers2002-04-041-0/+1
* First round at trying to split up NOTES into MI and MD portions.John Baldwin2002-04-031-2/+2
* Dike out a highly insecure UCONSOLE option.Ruslan Ermilov2002-04-031-1/+0
* Make the kernel dump header endianness invariant by always dumpingMarcel Moolenaar2002-04-031-12/+7
* - Move the MI mutexes sched_lock and Giant from being declared in theJohn Baldwin2002-04-021-10/+1
* Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter()Matthew Dillon2002-04-017-86/+138
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-013-3/+3
* Here follows the new kernel dumping infrastructure.Poul-Henning Kamp2002-03-311-0/+121
* Centralize the "bootdev" and "dumpdev" variables. They are still prettyPoul-Henning Kamp2002-03-311-3/+0
* Implement i386's (o)sigreturn() like the alpha's: Use copyin() to readAlan Cox2002-03-311-8/+12
* GC #if 0'd assembly mutex micro operations. If someone wants to bringJohn Baldwin2002-03-281-208/+0
* Remove unneeded pc98 hack.Yoshihiro Takahashi2002-03-281-2/+0
* style(9)David E. O'Brien2002-03-281-14/+21
* Add a new mtx_init option "MTX_DUPOK" which allows duplicate acquires of locksJeff Roberson2002-03-271-1/+1
* Tab-out the backslashes in icu_vector.s to make it more readable and toMatthew Dillon2002-03-273-366/+366
* Compromise for critical*()/cpu_critical*() recommit. Cleanup the interruptMatthew Dillon2002-03-2726-239/+1128
* Fixed some style bugs in the removal of __P(()). The main ones wereBruce Evans2002-03-233-42/+42
* Major rework of the iicbus/smbus framework:Nicolas Souchu2002-03-231-0/+13
* Fixed some style bugs in the removal of __P(()). The main ones wereBruce Evans2002-03-234-60/+57
* Fixed some style bugs in the removal of __P(()). The main ones wereBruce Evans2002-03-236-26/+26
* Add bios area range check (lower side).Takanori Watanabe2002-03-231-1/+2
* ASM versions of __FBSDID.David E. O'Brien2002-03-231-0/+11
* o Use the MI vm_map_growstack() instead of grow_stack() in trap_pfault()Alan Cox2002-03-212-18/+4
* Fix abuses of cpu_critical_{enter,exit} by converting toWarner Losh2002-03-216-34/+49
* Remove references to vm_zone.h and switch over to the new uma API.Jeff Roberson2002-03-211-15/+6
* Change the way we ensure td_ucred is NULL if DIAGNOSTIC is defined.John Baldwin2002-03-201-25/+6
* Fix minor style(9) violation in de__PingWarner Losh2002-03-201-40/+40
* Remove __P.Alfred Perlstein2002-03-2012-81/+81
* Remove __P.Alfred Perlstein2002-03-208-73/+72