aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* MFC 1.24: Validate the iBCS2 statfs(2) length parameter.Jacques Vidrine2003-08-101-0/+4
* MFC sys_process.c 1.113, spigot.c 1.60:Jacques Vidrine2003-08-101-0/+2
* MFC: Initialize td->td_pcb->pcb_ext in cpu_thread_setup() since a garbageTor Egge2003-06-021-0/+1
* Disable building debug kernels in GENERIC for the release.Scott Long2003-05-311-1/+1
* Disable WITNESS, INVARIANTS, and DDB for the release branch.Scott Long2003-05-311-4/+4
* This commit was manufactured by cvs2svn to create branch 'RELENG_5_1'.cvs2svn2003-05-317-8591/+0
* Rename BUS_DMAMEM_NOSYNC to BUS_DMA_COHERENT.Hiten Pandya2003-05-301-1/+1
* Bring back bus_dmasync_op_t. It is now a typedef to an int, though theScott Long2003-05-272-2/+3
* De-orbit bus_dmamem_alloc_size(). It's a hack and was never used anyways.Scott Long2003-05-262-32/+9
* Make ciss usable under PAEPaul Saab2003-05-211-1/+0
* - Make this work with PAE.Paul Saab2003-05-211-1/+0
* The per-CPU spinlocks list is only maintained when WITNESS is enabled.John Baldwin2003-05-201-5/+5
* sys/sys/limits.h:Alexander Kabaev2003-05-192-3/+3
* There's just no reason to not have these in GENERIC.Ruslan Ermilov2003-05-181-0/+2
* In cpu_fork(), initialize pcb_psl for the new process to PSL_KERNEL,Thomas Moestl2003-05-161-1/+1
* Initialize logical_cpus_mask when the logical CPUs are enumerated inAlan Cox2003-05-153-6/+15
* Clear up that COMPAT_43 may not do the same thing on every architectureJuli Mallett2003-05-151-3/+0
* - Merge struct procsig with struct sigacts.John Baldwin2003-05-133-12/+28
* Add some extra #ifdef stubs so that this compiles on 4.8.John Baldwin2003-05-132-0/+9
* Provide exec_linux_setregs() to override exec_setregs().Matthew N. Dodd2003-05-111-2/+21
* Add notes about the 'ips' driver.Scott Long2003-05-112-0/+5
* Style nits.John Baldwin2003-05-072-4/+8
* Style fixes.Alexander Kabaev2003-05-041-8/+11
* Hack to enable getting two different elf32 and elf64 loaders in thePeter Wemm2003-05-011-0/+13
* <b30> is 'IA64' - ie: you're running on an ia64 in 32 bit mode.Peter Wemm2003-05-011-1/+1
* Slight reorg and added AMD64 support. A couple of the MODINFOMD_* valuesPeter Wemm2003-05-011-0/+34
* KPT_MIN_ADDRESS and KPT_MAX_ADDRESS are not used anywhere. And if theyPeter Wemm2003-05-011-3/+0
* Range check the syscall number before looking it up in the syscallnames[]John Baldwin2003-04-301-1/+1
* Fix some easy, global, lint warnings. In most cases, this meansMark Murray2003-04-301-2/+0
* Warns fixing. Protect against inappropriate linting, and markMark Murray2003-04-301-1/+8
* Deprecate machine/limits.h in favor of new sys/limits.h.Alexander Kabaev2003-04-292-64/+5
* Use inlines for loading and storing page table entries. Use cmpxchg8b forJake Burkholder2003-04-282-24/+64
* Update to reflect tw removal.Warner Losh2003-04-271-6/+0
* After careful review of this driver, I'm pretty sure it would take aWarner Losh2003-04-271-1157/+0
* Add nodevice axe, since usb isn't supported by PAE.Johan Karlsson2003-04-251-0/+1
* - Push down Giant into the sysarch() calls that still need Giant.John Baldwin2003-04-251-2/+4
* Remove harmless invalid cast.Jake Burkholder2003-04-251-1/+1
* Add an argument to get_mcontext() which specified whether theDaniel Eischen2003-04-251-3/+8
* Update the DRM to the latest from DRI CVS. Includes some bugfixes and removalEric Anholt2003-04-251-2/+0
* Don't print anything for fault at cpu_switch_load_gs, just like otherDavid Xu2003-04-241-6/+3
* Add a new sys/limits.h file which in turn depends on machine/_limits.hAlexander Kabaev2003-04-231-51/+44
* Prefer the proc lock to sched_lock when testing PS_INMEM now that it isJohn Baldwin2003-04-221-16/+8
* - Replace inline implementations of sigprocmask() with calls toJohn Baldwin2003-04-221-132/+55
* Move down intr level testing code a bit, cpu_switch_load_gs fault can be atDavid Xu2003-04-221-3/+3
* Fix some problems for cpu_switch_load_gs. when fault address is atDavid Xu2003-04-221-1/+7
* Remove single threading detecting code, these code really should beDavid Xu2003-04-221-12/+0
* Add FireWire drivers to GENERIC.Hidetoshi Shimokawa2003-04-211-0/+5
* Assembly files put thru the C preprocessor need to have C style comments.David E. O'Brien2003-04-211-3/+2
* Reset pcb_gs and %gs before possibly invalidating it.David Xu2003-04-211-1/+5
* Add device driver support for the ASIX Electronics AX88172 USB 2.0Bill Paul2003-04-201-0/+1