summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Regen.jhb2006-07-143-5/+5
* Mark ibcs2_mount() (just returns EINVAL) and ibcs2_umount() (just callsjhb2006-07-141-2/+2
* Regen.jhb2006-07-142-3/+3
* ibcs2_sigprocmask() is already marked MPSAFE in syscalls.xenix, so markjhb2006-07-141-1/+1
* Sync specialreg.h changes between amd64 and i386 with few fixes.jkim2006-07-131-14/+21
* Simplify the pager support in DDB. Allowing different db commands tojhb2006-07-124-15/+8
* Initialise (if necessary) the VIA C3/C7 features.mr2006-07-122-0/+85
* fix typo in identcpu.c and add one define to specialreg.h.mr2006-07-122-2/+5
* First step to identify and initialize the newer VIA C7 CPUmr2006-07-122-8/+52
* Add two new CPUID bits for AMD CPUs, i. e., SVM and extended APIC register.jkim2006-07-122-2/+4
* Regen.jhb2006-07-116-11/+11
* - Add conditional VFS Giant locking to getdents_common() (linux ABIs),jhb2006-07-113-7/+13
* Retire the stackgap macros from ibcs2 as they are no longer used. Pushjhb2006-07-103-32/+2
* Regen.jhb2006-07-103-6/+6
* Mark ibcs2_msgsys(), ibcs2_semsys(), and ibcs2_shmsys() MPSAFE.jhb2006-07-101-3/+3
* Extend i4b to support CAPI manager based ISDN controllers (CAPI manager is pa...twinterg2006-07-091-2/+3
* Make the firmware assist driver resident inmjacob2006-07-091-0/+1
* If PAE is built w/o modules, make sure that isp(4)mjacob2006-07-091-0/+3
* Regen.jhb2006-07-083-4/+4
* - Split ioctl() up into ioctl() and kern_ioctl(). The kern_ioctl() assumesjhb2006-07-082-11/+8
* Use kern_connect() in spx_open() to avoid the need for the stackgap. Ijhb2006-07-081-16/+11
OpenPOWER on IntegriCloud