summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Fix misuse of the kernel map in miscellaneous image activators.kib2012-02-172-29/+13
* Move WITHOUT_SOURCELESS_* files to sys/conf/ in order to avoid "universe"rmh2012-02-123-58/+0
* Add "nodevice adw" to WITHOUT_SOURCELESS_UCODE.rmh2012-02-041-0/+1
* Add MK_SOURCELESS build option. Setting MK_SOURCELESS to "no" will disablermh2012-02-043-0/+57
* Fix the netback driver build for i386.ken2012-02-022-10/+7
* Rebase user/jimharris/isci branch from head.jimharris2012-01-312-2/+8
|\
| * Finally, try to enable the nxstacks on amd64 and powerpc64 for both 64bitkib2012-01-301-0/+3
| * Synchronize the struct sigcontext definitions on x86 with mcontext_t.kib2012-01-301-2/+5
* | Rebase user/jimharris/isci branch from head.jimharris2012-01-2640-277/+513
|\ \ | |/
| * Add C11 macros describing subnormal numbers to float.h.das2012-01-231-0/+16
| * Add support for the extended FPU states on amd64, both for nativekib2012-01-216-14/+69
| * Add definitions for the FPU extended state header, legacy extendedkib2012-01-171-0/+27
| * Add definitions related to XCR0.kib2012-01-171-0/+1
| * s/amd64/i386/ in comment.cperciva2012-01-161-1/+1
| * Copy XENHVM config file from amd64, now that i386+XENHVM works.cperciva2012-01-161-0/+24
| * Convert files to UTF-8uqs2012-01-1510-10/+10
| * Add the CAM Target Layer (CTL).ken2012-01-122-1/+5
| * Fix the broken module build I introduced earlier.adrian2012-01-071-0/+4
| * Also import WEAK_ALIAS() from the MIPS code.ed2012-01-051-0/+7
| * Add support for strong aliasing of symbols in i386 assembly.ed2012-01-031-0/+7
| * Use strchr() and strrchr().ed2012-01-022-3/+3
| * Make the comment in i386/include/ucontext.h identical to the one inkib2011-12-311-3/+4
| * Default to not performing the early-boot memory tests when we detect wegavin2011-12-311-2/+5
| * Merge r216333 and r216555 from the native pmapalc2011-12-301-10/+12
| * Add "options CAPABILITY_MODE" and "options CAPABILITIES" to GENERIC kernelrwatson2011-12-291-0/+2
| * Use curthread rather than PCPU_GET(curthread). 'curthread' usesjhb2011-12-291-1/+1
| * Regen.jhb2011-12-295-10/+64
| * Implement linux_fadvise64() and linux_fadvise64_64() usingjhb2011-12-293-4/+15
| * Import the first release of HighPoint RocketRAID 27xx SAS 6Gb/s HBA carddelphij2011-12-281-0/+4
| * Fix a bug in the Xen pmap's implementation of pmap_extract_and_hold():alc2011-12-282-6/+10
| * Eliminate many of the unnecessary differences between the native andalc2011-12-272-141/+178
| * 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
* | Move isci and ISCI_LOGGING to amd64/i386 specific NOTES.jimharris2012-01-251-0/+5
* | Modify GENERIC, files and options for isci (Intel C600 SAS controller) driver.jimharris2012-01-061-0/+1
|/
* 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
OpenPOWER on IntegriCloud