summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Eliminate grow_stack() from (o)sendsig(). If the stack needs to grow,alc2002-03-181-10/+4
* s/options\t\t/options \t/des2002-03-171-1/+1
* o Stop calling useracc() in (o)sendsig() now that we use copyout()alc2002-03-171-60/+23
* Don't call the bios if the interrupt appaers to be already routed. Someimp2002-03-161-3/+3
* Move the definition of PT_[GS]ET{,DB,FP}REGS from the MD ptrace.h to thedes2002-03-161-10/+0
* Export a (machine dependent) kernel variable bootdev asluigi2002-03-102-2/+4
* Condition the compilation of trapwrite() on I386_CPU.alc2002-03-101-0/+4
* #include <machine/smp.h> in the SMP case.phk2002-03-081-1/+1
* Add needed includes of machine/smp.h, remove nested include in sys/smp.hjake2002-03-073-0/+3
* Add a new variable mp_maxid. This is used so that per cpu datastructures mayjeff2002-03-053-3/+12
* Add generalized power profile code.iwasaki2002-03-041-0/+70
* - Move a comment from being on the same line as a #ifdef to the linearr2002-02-281-1/+2
* Make it a bit clearer where this file is to be used and where itmarkm2002-02-281-0/+2
* - trap -> trap() in panic() string.arr2002-02-281-3/+3
* Fix a minor swap leak.silby2002-02-281-0/+20
* Make MPLOCKED work again in asm files and stringify it explicitlybmilekic2002-02-282-10/+10
* Fix warnings.. bootpc_init() and related.peter2002-02-281-5/+2
* Back out part of KSE/M2 that snuck in under the radar: changing thejhb2002-02-271-2/+2
* - Insert a space in the panic() string in order more clearly show thearr2002-02-271-1/+1
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-272-3/+3
* Fix a horribly suboptimal algorithm in the vm_daemon.silby2002-02-271-8/+19
* Add the following functions/macros to support byte order conversions andtmm2002-02-271-0/+64
* Re-fix a pointer/integer warning.peter2002-02-271-1/+1
* Back out all the pmap related stuff I've touched over the last few days.peter2002-02-2716-1049/+532
* Bandaid for the Uniprocessor kernel exploding. This makes a UP kernelpeter2002-02-271-1/+1
* clarify panic messagealfred2002-02-271-1/+1
* Jake further reduced IPI shootdowns on sparc64 in loops by using rangedpeter2002-02-271-58/+28
* didn't quite undo the last reversion. This gets it.dillon2002-02-271-1/+1
* revert compatibility fix temporarily (thought it would not break anythingdillon2002-02-261-1/+1
* revert last commit temporarily due to whining on the lists.dillon2002-02-2623-1106/+338
* Make peter's commit compatible with interrupt-enabled critical_enter()dillon2002-02-261-2/+2
* STAGE-1 of 3 commit - allow (but do not require) interrupts to remaindillon2002-02-2623-338/+1106
* Fix a warning. useracc() should take a const pointer argument.peter2002-02-261-2/+2
* Work-in-progress commit syncing up pmap cleanups that I have been workingpeter2002-02-2515-478/+1024
* Tidy up some warningspeter2002-02-252-7/+8
* Add some DIAGNOSTIC code.julian2002-02-221-14/+25
* Convert p->p_runtime and PCPU(switchtime) to bintime format.phk2002-02-223-3/+3
* Pass me the pointy hat please. Be sure to return a value in a non-voidpeter2002-02-201-1/+1
* Fix typos in some comments.cjc2002-02-201-2/+2
* Some more tidy-up of stray "unsigned" variables instead of p[dt]_entry_tpeter2002-02-202-23/+25
* Add stubs for bus_space_unmap() and bus_space_free(). They are needed tonyan2002-02-182-8/+30
* Use struct __ucontext in prototypes and associated functions instead ofdeischen2002-02-174-2/+10
* Correct typo.nyan2002-02-172-2/+2
* Move the bus_space_subregion function from the puc driver to the bus_spacenyan2002-02-172-6/+28
* - Split the routine to initialize a bus_space_handle into the separatenyan2002-02-173-71/+43
* If the credential on an incoming thread is correct, don't botherjulian2002-02-171-6/+8
* Don't leave garbage in parts of fpregs in the fxsr case. All callersbde2002-02-161-0/+2
* Don't confuse a struct with its first member. This fixes:bde2002-02-131-1/+1
* Re-enable WITNESS for GENERIC. Since the 5.x branch is mostly aboutalfred2002-02-131-1/+2
* Remove WITNESS from GENERIC by default: as we grow more locks, this getsrwatson2002-02-131-1/+1
OpenPOWER on IntegriCloud