aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove __P.Alfred Perlstein2002-03-2016-195/+194
* This is the first part of the new kernel memory allocator. This replacesJeff Roberson2002-03-191-2/+16
* Eliminate grow_stack() from (o)sendsig(). If the stack needs to grow,Alan Cox2002-03-181-10/+4
* s/options\t\t/options \t/Dag-Erling Smørgrav2002-03-171-1/+1
* o Stop calling useracc() in (o)sendsig() now that we use copyout()Alan Cox2002-03-171-60/+23
* Don't call the bios if the interrupt appaers to be already routed. SomeWarner Losh2002-03-161-3/+3
* Move the definition of PT_[GS]ET{,DB,FP}REGS from the MD ptrace.h to theDag-Erling Smørgrav2002-03-161-10/+0
* Export a (machine dependent) kernel variable bootdev asLuigi Rizzo2002-03-102-2/+4
* Condition the compilation of trapwrite() on I386_CPU.Alan Cox2002-03-101-0/+4
* #include <machine/smp.h> in the SMP case.Poul-Henning Kamp2002-03-081-1/+1
* Add needed includes of machine/smp.h, remove nested include in sys/smp.hJake Burkholder2002-03-073-0/+3
* Add a new variable mp_maxid. This is used so that per cpu datastructures mayJeff Roberson2002-03-053-3/+12
* Add generalized power profile code.Mitsuru IWASAKI2002-03-041-0/+70
* - Move a comment from being on the same line as a #ifdef to the lineAndrew R. Reiter2002-02-281-1/+2
* Make it a bit clearer where this file is to be used and where itMark Murray2002-02-281-0/+2
* - trap -> trap() in panic() string.Andrew R. Reiter2002-02-281-3/+3
* Fix a minor swap leak.Mike Silbersack2002-02-281-0/+20
* Make MPLOCKED work again in asm files and stringify it explicitlyBosko Milekic2002-02-282-10/+10
* Fix warnings.. bootpc_init() and related.Peter Wemm2002-02-281-5/+2
* Back out part of KSE/M2 that snuck in under the radar: changing theJohn Baldwin2002-02-271-2/+2
* - Insert a space in the panic() string in order more clearly show theAndrew R. Reiter2002-02-271-1/+1
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-272-3/+3
* Fix a horribly suboptimal algorithm in the vm_daemon.Mike Silbersack2002-02-271-8/+19
* Add the following functions/macros to support byte order conversions andThomas Moestl2002-02-271-0/+64
* Re-fix a pointer/integer warning.Peter Wemm2002-02-271-1/+1
* Back out all the pmap related stuff I've touched over the last few days.Peter Wemm2002-02-2716-1049/+532
* Bandaid for the Uniprocessor kernel exploding. This makes a UP kernelPeter Wemm2002-02-271-1/+1
* clarify panic messageAlfred Perlstein2002-02-271-1/+1