summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add nodevice axe, since usb isn't supported by PAE.johan2003-04-251-0/+1
* - Push down Giant into the sysarch() calls that still need Giant.jhb2003-04-251-2/+4
* Remove harmless invalid cast.jake2003-04-251-1/+1
* Add an argument to get_mcontext() which specified whether thedeischen2003-04-251-3/+8
* Update the DRM to the latest from DRI CVS. Includes some bugfixes and removalanholt2003-04-251-2/+0
* Don't print anything for fault at cpu_switch_load_gs, just like otherdavidxu2003-04-241-6/+3
* Add a new sys/limits.h file which in turn depends on machine/_limits.hkan2003-04-231-51/+44
* Prefer the proc lock to sched_lock when testing PS_INMEM now that it isjhb2003-04-221-16/+8
* - Replace inline implementations of sigprocmask() with calls tojhb2003-04-221-133/+56
* Move down intr level testing code a bit, cpu_switch_load_gs fault can be atdavidxu2003-04-221-3/+3
* Fix some problems for cpu_switch_load_gs. when fault address is atdavidxu2003-04-221-1/+7
* Remove single threading detecting code, these code really should bedavidxu2003-04-221-12/+0
* Add FireWire drivers to GENERIC.simokawa2003-04-211-0/+5
* Assembly files put thru the C preprocessor need to have C style comments.obrien2003-04-211-3/+2
OpenPOWER on IntegriCloud