summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reset pcb_gs and %gs before possibly invalidating it.davidxu2003-04-211-1/+5
* Add device driver support for the ASIX Electronics AX88172 USB 2.0wpaul2003-04-201-0/+1
* Backout my last commit.davidxu2003-04-201-4/+4
* Don't return garbage in high 16 bits.davidxu2003-04-191-4/+4
* Synchronize the two linux_clone() implementations which includes a fewjhb2003-04-181-22/+22
* Use the proc lock to protect p_singlethread and a P_WEXIT test. Thisjhb2003-04-181-2/+2
* Hold the proc lock for curproc around sigonstack().jhb2003-04-181-0/+2
* Add some missing proc mutex unlocks.jhb2003-04-171-2/+6
* Don't drop the proc lock just to reacquire it after a few simple assignmentjhb2003-04-171-2/+0
* Remove a couple of unused symbols.jhb2003-04-171-2/+0
* Don't include <sys/disklabel.h>phk2003-04-161-1/+0
* - Set if_unit, if_init, and ifq_maxlen.mdodd2003-04-161-14/+17
* Sync up with changes to ptrace() and use P_SHOULDSTOP instead ofjhb2003-04-151-1/+1
* style(9)mux2003-04-151-2/+2
OpenPOWER on IntegriCloud