summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicated code. Declare functions non-static that shouldn't bescottl2006-09-131-43/+33
* document that PAE kernels needs twice the value of non-PAE kernelsjmg2006-09-131-1/+5
* Add a new ddb command 'show lapic' to dump details about the local APICjhb2006-09-111-0/+70
* Actually hook up the IPI_INVLCACHE IDT vectors backingjhb2006-09-111-1/+5
* - Fix rman_manage_region() to be a lot more intelligent. It now checksjhb2006-09-111-11/+3
* The run_filter() procedure is a means of working around DMA engine bugs inscottl2006-09-111-33/+55
* Change futex lock from mutex to sx. Make futex_get atomic (protected by thenetchild2006-09-091-3/+3
* Audit sysarch() operation argument.rwatson2006-09-091-0/+3
* Use a single constant to define the sizes of the physmap[], phys_avail[],jhb2006-09-071-4/+4
* Unbreak in the case when device apic is compiled into non-SMP kernel.sobomax2006-09-061-0/+2
* Refine previous revision to allow acpi_wakecode.h to be safely builtru2006-09-061-1/+7
* The FreeBSD by default "disables" hyper-threading cores, by not schedulingsobomax2006-09-051-0/+10
* Implement casuword32, compare and set user integer, thank Marcel Moolenarrdavidxu2006-08-281-0/+2
* Fix video playing and network connections in realplayer (and most likelynetchild2006-08-271-14/+11
* regennetchild2006-08-273-5/+6
* Add the linux statfs64 call. This allows Tivoli backup to proceed a littlenetchild2006-08-272-2/+1
* Emulate what vfork does instead of using it in linux_vfork. This waynetchild2006-08-251-1/+13
* Get rid of some nested includes.netchild2006-08-191-4/+0
* Move some stuff into headers where they belong.netchild2006-08-172-8/+1
* Style fixes to comments.netchild2006-08-162-9/+18
* - Fix typo in #error pragma: compitable -> compatiblepav2006-08-151-1/+1
* Regen to propogate <prefix>_AUE_<mumble> changes as well as the earlierjhb2006-08-156-212/+519
* - Remove unused sysvec variables from various syscalls.conf.jhb2006-08-155-2050/+4
* No need for opt_global.h hereimp2006-08-151-1/+0
* Remove the include of opt_global.h. It's included globally by a commandnetchild2006-08-151-1/+0
* Add include of opt_global.h, else the futex operations aren't locked onnetchild2006-08-151-0/+1
* add autogenerated systrace_args stuff for dtracenetchild2006-08-151-0/+2046
* Add the linux 2.6.x stuff (not used by default!):netchild2006-08-154-45/+487
* regennetchild2006-08-153-337/+387
* Add new syscalls in the linuxolator (only used when the sysctlnetchild2006-08-151-28/+39
* - Add some ASM stuff needed for futexes (linuxolator).netchild2006-08-151-0/+111
* Eliminate an unnecessary initialization from trap_pfault() that alsoalc2006-08-141-1/+1
* Don't try to preserve PAT bits in pmap_enter(). We currently on pages thatjhb2006-08-141-4/+0
* First pass at allowing memory to be mapped using cache modes other thanjhb2006-08-114-9/+181
* Add some more errno mappings (bsd -> linux) and a comment about the status..netchild2006-08-101-1/+6
* Eliminate one set of XBOX #ifdefs. The Xbox code just needs to set aimp2006-08-092-9/+2
* Minor style(9) nit.imp2006-08-091-2/+2
* If a beep was enabled, turn it off 3 seconds after resume.njl2006-08-081-0/+11
* Eliminate the acquisition and release of the page queues lock around a callalc2006-08-061-2/+1
* Dont overwrite cpu_model in the case of Via's C3-CPU.mr2006-08-041-1/+2
* Commit the results of the typo hunt by Darren Pilgrim.yar2006-08-041-2/+2
* Complete the transition from pmap_page_protect() to pmap_remove_write().alc2006-08-011-18/+1
* Correct spelling of 3DNow!.obrien2006-08-011-2/+2
* Remove sio(4) and related options from MI files to amd64, i386marcel2006-07-291-0/+38
* Retire SYF_ARGMASK and remove both SYF_MPSAFE and SYF_ARGMASK. sy_narg isjhb2006-07-281-1/+1
* Regen for MPSAFE flag removal.jhb2006-07-2811-401/+401
* Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used tojhb2006-07-287-415/+394
* Various fixes to comments in the syscall master files including removingjhb2006-07-281-7/+2
* Unify the checking for lock misbehavior in the various syscall()jhb2006-07-271-7/+13
* Argh, fix compile with XBOX enabled. Somehow I missed a LINT compile. :(jhb2006-07-271-1/+1
OpenPOWER on IntegriCloud