summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Restore delayed load support for the resource shortage case.simokawa2003-04-141-3/+27
* * Use _bus_dmamap_load_buffer() and respect maxsegsz in bus_dmamap_load().simokawa2003-04-141-119/+30
* Copy %gs from current CPU not from a stale PCB backup.davidxu2003-04-111-0/+2
* set_user_ldt_rv() should check same proc not thread,davidxu2003-04-111-1/+1
* Convert the SMP_TSC kernel option into a loader tunable. Also enabledes2003-04-102-12/+18
* Change the operation parameter of bus_dmamap_sync() from anmux2003-04-102-21/+10
* Move the _oncpu entry from the KSE to the thread.julian2003-04-101-1/+0
* Add a sysctl that records and reports the CPU clock rate calculatedwes2003-04-101-0/+6
* Add ahd.jake2003-04-091-1/+0
* Remove invalid cast to vm_offset_t to avoid truncating a physical addressjake2003-04-081-1/+1
* Add a PAE kernel config. This includes GENERIC through the config includejake2003-04-071-0/+107
OpenPOWER on IntegriCloud