summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Add additional cred_free_thread() calls that I had missed the first time.mini2002-07-131-6/+14
* Re-enable the idle page-zeroing code. Remove all IPIs from the idledillon2002-07-122-9/+67
* Set the thread state of the newly chosen to run thread to TDS_RUNNING injhb2002-07-123-32/+0
* Revive backed out pmap related changes from Feb 2002. The highlights are:peter2002-07-1215-530/+1169
* Introduce syscall.master option 'COMPAT4' which allows one to wrapalfred2002-07-121-0/+1
* Unexpand a couple of 8-space indents that I added in rev 1.285.peter2002-07-121-2/+2
* Bah, move the invltlb counter to C code and hook a debug sysctl onto it.peter2002-07-114-7/+19
* s/NCPU/MAXCPU/ to try and get this to compile.peter2002-07-111-1/+1
* fix a comment and note a problem with XXXSMPjulian2002-07-102-4/+4
* Remove the critmode sysctl - the new method for critical_enter/exit (alreadydillon2002-07-106-97/+21
* Consistently line-up /**/ comments so they don't cause line wrappage.obrien2002-07-102-80/+80
* Include all of isa/ipl.s into exception.s as there is now nothing left injulian2002-07-102-16/+194
* Comment out apm; ACPI is the modern replacement, and folks who reallymarkm2002-07-081-1/+1
* The clock is already allocated as 'fast' - no need to try and intercept apeter2002-07-082-16/+0
* Cosmetic. Remove #if 0 definition of vtophys() - it predates 4MB pages.peter2002-07-081-8/+0
* Add a special page zero entry point intended to be called via the singlepeter2002-07-081-2/+36
* s/procrunnable/kserunnable/ in a commentpeter2002-07-081-1/+1
* Fix a hideous TLB bug. pmap_unmapdev neglected to remove the devicepeter2002-07-081-4/+23
* Collect all the (now equivalent) pmap_new_proc/pmap_dispose_proc/peter2002-07-071-170/+0
* Make NEWCARD the default pccard/cardbus system.imp2002-07-071-2/+5
* One #include <sys/lock.h> is enough.mux2002-07-071-1/+0
* Make space for compilations.obrien2002-07-061-0/+1
* Diff reduction (microoptimization) with another WIP. Move the framepeter2002-07-041-2/+5
* Don't free pages we never allocated..julian2002-07-041-7/+2
* Slight restatement of the code and remove some unused variables.julian2002-07-041-11/+8
* Add comments and slightly rearrange the thread stack assignment codejulian2002-07-031-9/+19
* Remove vestiges of old code...julian2002-07-031-21/+12
* Resolve conflicts arising from the ACPI CA 20020404 import.iwasaki2002-06-301-1/+1
* This is the start of the FreeBSD/x86_64 kernel.obrien2002-06-303-0/+555
* This is the start of the FreeBSD/x86_64 kernel.obrien2002-06-301-0/+138
* Gcc 3.1 varargs support.obrien2002-06-301-0/+47
* Since printf(3) now supports the `j' conversion specifier, use thatmike2002-06-301-11/+11
* Remove ALT_BREAK_TO_DEBUGGER. This was inconsistent (both in formrwatson2002-06-301-1/+0
* Fix reverse ordering of locks. add a comment about locks on some platforms.julian2002-06-291-1/+1
* Part 1 of KSE-IIIjulian2002-06-297-28/+234
* Add files that are new for KSE.julian2002-06-291-0/+49
* Remove a couple of __P() stragglers.peter2002-06-291-1/+1
* Fix for the problem stated below by Tor Egge:arr2002-06-271-1/+1
* Avoid using the 64-bit vm_pindex_t in a few places where 64-bitiedowse2002-06-261-1/+1
* Complete the initial set of VM changes required to support fulliedowse2002-06-251-6/+2
* Compile in the cpu halt code even on SMP, instead just default thepeter2002-06-241-2/+4
* Add an MD callout like cpu_exit, but which is called after sched_lock isjake2002-06-241-0/+6
* userout -> out. These two labels are now identical.mini2002-06-241-7/+6
* Remove unused diagnostic function cread_free_thread().mini2002-06-241-7/+0
* Add additional cpuid feature flags and put into a canonical format.mp2002-06-221-18/+33
* Use rm -f in the clean target, as seems to be common practice, and also avoidsjmallett2002-06-221-1/+1
* Clock frequencies reported by sysctl should be unsigned values. Discoveredmp2002-06-222-4/+4
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-0/+1
* Deorbit suibyte(). It was only used for split address space systemspeter2002-06-202-12/+10
* Move the "- 1" into the RQB_FFS(mask) macro itself so thatpeter2002-06-201-1/+1
OpenPOWER on IntegriCloud