summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Use __FBSDID().obrien2003-06-023-9/+9
* Use __FBSDID().obrien2003-06-027-12/+20
* Use __FBSDID().obrien2003-06-0233-69/+104
* Use __FBSDID().obrien2003-06-0219-32/+57
* Use __FBSDID().obrien2003-06-0235-35/+105
* Use __FBSDID().obrien2003-06-024-8/+12
* Use __FBSDID().obrien2003-06-026-11/+17
* Don't use ## to concatinate to two things that don't together make a C token.obrien2003-06-021-1/+1
* Use C99 compatable asm statements.obrien2003-06-021-2/+2
* Shorten long comment.obrien2003-06-011-1/+1
* Remove unused variable(s).phk2003-05-311-9/+0
* Avoid unbalancing the { } count in the source file with #ifdef byphk2003-05-311-2/+3
* Remove break after return;phk2003-05-311-2/+2
* Don't rely on boolean expression evaluating to 1 or 0 by default.phk2003-05-311-1/+1
* We cannot use the normal strlen() and strcpy, but don't #define strlen andphk2003-05-311-14/+11
* Add missing break;phk2003-05-311-0/+1
* Protect macro with do { ... } while (0)phk2003-05-311-1/+2
* Remove unused variable.phk2003-05-311-3/+0
* Fix indentation.phk2003-05-311-1/+1
* Hang softc from dev_tphk2003-05-311-6/+18
* Remove unused variable.phk2003-05-311-2/+1
* Eliminate potential overflows by allocating softc dynamically,phk2003-05-312-31/+20
* Rename BUS_DMAMEM_NOSYNC to BUS_DMA_COHERENT.hmp2003-05-301-1/+1
* Bring back bus_dmasync_op_t. It is now a typedef to an int, though thescottl2003-05-272-2/+3
* De-orbit bus_dmamem_alloc_size(). It's a hack and was never used anyways.scottl2003-05-262-32/+9
* Make ciss usable under PAEps2003-05-211-1/+0
* - Make this work with PAE.ps2003-05-211-1/+0
* The per-CPU spinlocks list is only maintained when WITNESS is enabled.jhb2003-05-201-5/+5
* sys/sys/limits.h:kan2003-05-192-3/+3
* There's just no reason to not have these in GENERIC.ru2003-05-181-0/+2
* In cpu_fork(), initialize pcb_psl for the new process to PSL_KERNEL,tmm2003-05-161-1/+1
* Initialize logical_cpus_mask when the logical CPUs are enumerated inalc2003-05-153-6/+15
* Clear up that COMPAT_43 may not do the same thing on every architecturejmallett2003-05-151-3/+0
* - Merge struct procsig with struct sigacts.jhb2003-05-133-12/+28
* Add some extra #ifdef stubs so that this compiles on 4.8.jhb2003-05-132-0/+9
* Provide exec_linux_setregs() to override exec_setregs().mdodd2003-05-111-2/+21
* Add notes about the 'ips' driver.scottl2003-05-112-0/+5
* Style nits.jhb2003-05-072-4/+8
* Style fixes.kan2003-05-041-8/+11
* Hack to enable getting two different elf32 and elf64 loaders in thepeter2003-05-011-0/+13
* <b30> is 'IA64' - ie: you're running on an ia64 in 32 bit mode.peter2003-05-011-1/+1
* Slight reorg and added AMD64 support. A couple of the MODINFOMD_* valuespeter2003-05-011-0/+34
* KPT_MIN_ADDRESS and KPT_MAX_ADDRESS are not used anywhere. And if theypeter2003-05-011-3/+0
* Range check the syscall number before looking it up in the syscallnames[]jhb2003-04-301-1/+1
* Fix some easy, global, lint warnings. In most cases, this meansmarkm2003-04-301-2/+0
* Warns fixing. Protect against inappropriate linting, and markmarkm2003-04-301-1/+8
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-292-64/+5
* Use inlines for loading and storing page table entries. Use cmpxchg8b forjake2003-04-282-24/+64
* Update to reflect tw removal.imp2003-04-271-6/+0
* After careful review of this driver, I'm pretty sure it would take aimp2003-04-271-1157/+0
OpenPOWER on IntegriCloud