| Commit message (Expand) | Author | Age | Files | Lines |
* | Hack to enable getting two different elf32 and elf64 loaders in the | peter | 2003-05-01 | 1 | -0/+13 |
* | <b30> is 'IA64' - ie: you're running on an ia64 in 32 bit mode. | peter | 2003-05-01 | 1 | -1/+1 |
* | Slight reorg and added AMD64 support. A couple of the MODINFOMD_* values | peter | 2003-05-01 | 1 | -0/+34 |
* | KPT_MIN_ADDRESS and KPT_MAX_ADDRESS are not used anywhere. And if they | peter | 2003-05-01 | 1 | -3/+0 |
* | Range check the syscall number before looking it up in the syscallnames[] | jhb | 2003-04-30 | 1 | -1/+1 |
* | Fix some easy, global, lint warnings. In most cases, this means | markm | 2003-04-30 | 1 | -2/+0 |
* | Warns fixing. Protect against inappropriate linting, and mark | markm | 2003-04-30 | 1 | -1/+8 |
* | Deprecate machine/limits.h in favor of new sys/limits.h. | kan | 2003-04-29 | 2 | -64/+5 |
* | Use inlines for loading and storing page table entries. Use cmpxchg8b for | jake | 2003-04-28 | 2 | -24/+64 |
* | Update to reflect tw removal. | imp | 2003-04-27 | 1 | -6/+0 |
* | After careful review of this driver, I'm pretty sure it would take a | imp | 2003-04-27 | 1 | -1157/+0 |
* | Add nodevice axe, since usb isn't supported by PAE. | johan | 2003-04-25 | 1 | -0/+1 |
* | - Push down Giant into the sysarch() calls that still need Giant. | jhb | 2003-04-25 | 1 | -2/+4 |
* | Remove harmless invalid cast. | jake | 2003-04-25 | 1 | -1/+1 |
* | Add an argument to get_mcontext() which specified whether the | deischen | 2003-04-25 | 1 | -3/+8 |
* | Update the DRM to the latest from DRI CVS. Includes some bugfixes and removal | anholt | 2003-04-25 | 1 | -2/+0 |
* | Don't print anything for fault at cpu_switch_load_gs, just like other | davidxu | 2003-04-24 | 1 | -6/+3 |
* | Add a new sys/limits.h file which in turn depends on machine/_limits.h | kan | 2003-04-23 | 1 | -51/+44 |
* | Prefer the proc lock to sched_lock when testing PS_INMEM now that it is | jhb | 2003-04-22 | 1 | -16/+8 |
* | - Replace inline implementations of sigprocmask() with calls to | jhb | 2003-04-22 | 1 | -133/+56 |
* | Move down intr level testing code a bit, cpu_switch_load_gs fault can be at | davidxu | 2003-04-22 | 1 | -3/+3 |
* | Fix some problems for cpu_switch_load_gs. when fault address is at | davidxu | 2003-04-22 | 1 | -1/+7 |
* | Remove single threading detecting code, these code really should be | davidxu | 2003-04-22 | 1 | -12/+0 |
* | Add FireWire drivers to GENERIC. | simokawa | 2003-04-21 | 1 | -0/+5 |
* | Assembly files put thru the C preprocessor need to have C style comments. | obrien | 2003-04-21 | 1 | -3/+2 |
* | Reset pcb_gs and %gs before possibly invalidating it. | davidxu | 2003-04-21 | 1 | -1/+5 |
* | Add device driver support for the ASIX Electronics AX88172 USB 2.0 | wpaul | 2003-04-20 | 1 | -0/+1 |
* | Backout my last commit. | davidxu | 2003-04-20 | 1 | -4/+4 |
* | Don't return garbage in high 16 bits. | davidxu | 2003-04-19 | 1 | -4/+4 |
* | Synchronize the two linux_clone() implementations which includes a few | jhb | 2003-04-18 | 1 | -22/+22 |
* | Use the proc lock to protect p_singlethread and a P_WEXIT test. This | jhb | 2003-04-18 | 1 | -2/+2 |
* | Hold the proc lock for curproc around sigonstack(). | jhb | 2003-04-18 | 1 | -0/+2 |
* | Add some missing proc mutex unlocks. | jhb | 2003-04-17 | 1 | -2/+6 |
* | Don't drop the proc lock just to reacquire it after a few simple assignment | jhb | 2003-04-17 | 1 | -2/+0 |
* | Remove a couple of unused symbols. | jhb | 2003-04-17 | 1 | -2/+0 |
* | Don't include <sys/disklabel.h> | phk | 2003-04-16 | 1 | -1/+0 |
* | - Set if_unit, if_init, and ifq_maxlen. | mdodd | 2003-04-16 | 1 | -14/+17 |
* | Sync up with changes to ptrace() and use P_SHOULDSTOP instead of | jhb | 2003-04-15 | 1 | -1/+1 |
* | style(9) | mux | 2003-04-15 | 1 | -2/+2 |
* | Restore delayed load support for the resource shortage case. | simokawa | 2003-04-14 | 1 | -3/+27 |
* | * Use _bus_dmamap_load_buffer() and respect maxsegsz in bus_dmamap_load(). | simokawa | 2003-04-14 | 1 | -119/+30 |
* | Copy %gs from current CPU not from a stale PCB backup. | davidxu | 2003-04-11 | 1 | -0/+2 |
* | set_user_ldt_rv() should check same proc not thread, | davidxu | 2003-04-11 | 1 | -1/+1 |
* | Convert the SMP_TSC kernel option into a loader tunable. Also enable | des | 2003-04-10 | 2 | -12/+18 |
* | Change the operation parameter of bus_dmamap_sync() from an | mux | 2003-04-10 | 2 | -21/+10 |
* | Move the _oncpu entry from the KSE to the thread. | julian | 2003-04-10 | 1 | -1/+0 |
* | Add a sysctl that records and reports the CPU clock rate calculated | wes | 2003-04-10 | 1 | -0/+6 |
* | Add ahd. | jake | 2003-04-09 | 1 | -1/+0 |
* | Remove invalid cast to vm_offset_t to avoid truncating a physical address | jake | 2003-04-08 | 1 | -1/+1 |
* | Add a PAE kernel config. This includes GENERIC through the config include | jake | 2003-04-07 | 1 | -0/+107 |