summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't allow MAXMEM or hw.physmem to extend the top of memory if our memoryjhb2006-07-271-1/+10
* Add stge(4) to the list of drivers supported by GENERIC kernel.yongari2006-07-251-0/+1
* Regen.jhb2006-07-213-4/+4
* - Pass the MPSAFE flag to namei() in linux_uselib() and handle conditionaljhb2006-07-211-1/+1
* Add pmap_clear_write() to the interface between the virtual memoryalc2006-07-201-2/+1
* MFamd64alc2006-07-181-36/+69
* Now that free_pv_entry() accesses the pmap, call free_pv_entry() inalc2006-07-171-1/+2
* MFamd64alc2006-07-161-6/+3
* Eliminate the remaining uses of "register".alc2006-07-161-42/+16
* Make pc_freemask an array of uint32_t, rather than uint64_t. (I believealc2006-07-151-1/+1
* Regen.jhb2006-07-143-4/+4
* Somewhat surprisingly, ibcs2_ioctl() is MPSAFE as it is without needing anyjhb2006-07-141-1/+1
OpenPOWER on IntegriCloud