| Commit message (Expand) | Author | Age | Files | Lines |
* | Initialize logical_cpus_mask when the logical CPUs are enumerated in | alc | 2003-05-15 | 3 | -6/+15 |
* | Clear up that COMPAT_43 may not do the same thing on every architecture | jmallett | 2003-05-15 | 1 | -3/+0 |
* | - Merge struct procsig with struct sigacts. | jhb | 2003-05-13 | 3 | -12/+28 |
* | Add some extra #ifdef stubs so that this compiles on 4.8. | jhb | 2003-05-13 | 2 | -0/+9 |
* | Provide exec_linux_setregs() to override exec_setregs(). | mdodd | 2003-05-11 | 1 | -2/+21 |
* | Add notes about the 'ips' driver. | scottl | 2003-05-11 | 2 | -0/+5 |
* | Style nits. | jhb | 2003-05-07 | 2 | -4/+8 |
* | Style fixes. | kan | 2003-05-04 | 1 | -8/+11 |
* | 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 |