summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* The size passed to kmem functions should be in terms of bytes and notalc2011-12-201-4/+4
* The Xen pmap doesn't support superpages. So, there is no point in italc2011-12-201-51/+2
* Add comments in NOTES to say what viawd is.delphij2011-12-201-0/+1
* Simplify the implementation of the identity mapping in start_all_aps().alc2011-12-152-10/+2
* Eliminate vestiges of page coloring.alc2011-12-151-2/+1
* Create large page mappings in pmap_map().alc2011-12-141-4/+32
* Replace __signed by signed.ed2011-12-131-1/+1
* Add watchdog support for VIA south bridge chipset.fabient2011-12-121-0/+1
* Avoid the possibility of integer overflow in the calculation ofalc2011-12-101-3/+4
* Remove some more occurrences of amd(4) missed in r227982.marius2011-11-261-1/+0
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-3/+1
* - Add the ffclock_getcounter(), ffclock_getestimate() and ffclock_setestimate()lstewart2011-11-211-0/+1
* Regenerate system call tables.ed2011-11-195-7/+12
* Make the Linux *at() calls a bit more complete.ed2011-11-191-2/+2
* Regenerate system call tables.ed2011-11-198-12/+12
* Improve *access*() parameter name consistency.ed2011-11-193-4/+4
* Weaken the part of assertions added in the r227394. Only check that thekib2011-11-111-1/+1
* Correct the types of the arguments to return probes of the syscallrstone2011-11-111-1/+1228
* Attempt to improve formatting and content of several comments forkib2011-11-093-13/+13
* Stopped process may legitimately have some threads sleeping and notkib2011-11-091-1/+2
* Introduce the option VFS_ALLOW_NONMPSAFE and turn it on by default onattilio2011-11-081-0/+3
* Enable PCI MMC/SD support by default on i386 and amd64kevlo2011-11-081-0/+5
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-073-5/+5
* Fix the DTrace pid return trap interrupt vector. Previously we were usingrstone2011-11-073-8/+11
* Add a PCI front-end to esp(4) allowing it to support AMD Am53C974 andmarius2011-11-011-1/+1
* Revert rev. 226893: subr_syscall.c is being included from C files andmarcel2011-10-301-0/+7
* Define systrace_probe_func in subr_syscall.c where it's used, insteadmarcel2011-10-291-7/+0
* Eliminate vestiges of page coloring in VM_ALLOC_NOOBJ calls toalc2011-10-272-14/+6
* Adjust the debugger options slightly. This should help me do the rightkensmith2011-10-271-1/+4
* People porting FreeBSD to new architectures ought not have todas2011-10-211-3/+2
* Add a warning about why sbp(4) is commented out so that curious folkskensmith2011-10-191-0/+1
* Comment out the sbp(4) driver for architectures that support it.kensmith2011-10-181-1/+1
* Trace attempts to call restricted MD syscalls.des2011-10-181-0/+4
* Remove unused define.kib2011-10-071-2/+0
* Add the 9750 SATA+SAS 6Gb/s RAID controller card driver, tws(4). Manydelphij2011-10-041-0/+1
* Do not allow the kernel to access usermode pages without installedkib2011-10-031-0/+5
* Add some improvements in the idle table callbacks:attilio2011-10-031-7/+36
* Auto-generated code from sys_ prefixing makesyscalls.sh changekmacy2011-09-165-145/+151
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-1610-84/+84
* Fix a zyd(4) comment typo that was copy+pasted into most kernel config files.brueffer2011-09-111-1/+1
* Inline the syscallenter() and syscallret(). This reduces the time measuredkib2011-09-111-0/+2
* Split the vm_page flags PG_WRITEABLE and PG_REFERENCED into atomickib2011-09-062-43/+43
* Enable the puc(4) driver on amd64 and i386 in GENERIC. This allowsjhb2011-08-261-4/+1
* In HEAD when doing no further checkes there is no reason use thebz2011-08-201-3/+2
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-114-5/+14
* - Move the PG_UNMANAGED flag from m->flags to m->oflags, renaming the flagkib2011-08-092-35/+34
* Change all the sample kernel configurations to usermacklem2011-08-073-7/+7
* Corrections for the iBCS2 support that seems to regressed from 4.x times.kib2011-08-021-30/+34
* Introduce a tunable to disable the time consuming parts of bootupbz2011-07-301-1/+12
* Add the possibility to specify from kernel configs MAXCPU value.attilio2011-07-191-0/+2
OpenPOWER on IntegriCloud