summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Split the IBCS2 ipc foosys() system calls up into subfunctions matchingjhb2006-07-081-152/+298
* Use ibsc2_key_t rather than key_t.jhb2006-07-081-1/+1
* Regen.jhb2006-07-063-4/+4
* - Protect the list of linux ioctl handlers with an sx lock.jhb2006-07-061-1/+1
* Regen.jhb2006-07-066-16/+10
* Add kern_setgroups() and kern_getgroups() and use them to implementjhb2006-07-062-44/+27
* Use the regular poll(2) function to implement poll(2) for the IBCS2 compatjhb2006-07-063-130/+2
* Temporarily remove SCHED_CORE, it seems I have so many works can do now,davidxu2006-07-051-1/+0
* Correct an error in the new pmap_collect(), thus only affecting HEAD.alc2006-07-021-1/+1
* Updated the XBOX kernel to use the new nfe(4) driver obtained fromrink2006-06-271-1/+1
* Regen.jhb2006-06-273-4/+4
* - Add a kern_semctl() helper function for __semctl(). It accepts a pointerjhb2006-06-271-1/+1
* Regen.jhb2006-06-273-6/+6
* - Expand the scope of Giant some in mount(2) to protect the vfsp structurejhb2006-06-271-3/+3
* Correct a very old and very obscure bug: vmspace_fork() callsalc2006-06-271-3/+5
* Add a pure open source nForce Ethernet driver, under BSDL.obrien2006-06-261-0/+2
* Backed out the change by request from rwatson.babkin2006-06-261-1/+0
* Regen.jhb2006-06-263-4/+4
* linux_brk() is MPSAFE.jhb2006-06-261-1/+1
* Eliminate a comment that became stale after revision 1.547.alc2006-06-251-5/+0
* The common UID/GID space implementation. It has been discussed on -archbabkin2006-06-251-0/+1
* Change get_pv_entry() such that the call to vm_page_alloc() specifiesalc2006-06-201-21/+15
* regen after change to syscalls.masternetchild2006-06-203-61/+341
* Switch to using the DUMMY infrastructure instead of UNIMPL for the newnetchild2006-06-202-58/+114
* We no longer need to disable interrupts in MD trap machineryyar2006-06-201-4/+0
* Style fix, use low-case.davidxu2006-06-191-1/+1
OpenPOWER on IntegriCloud