| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC 1.24: Validate the iBCS2 statfs(2) length parameter. | Jacques Vidrine | 2003-08-10 | 1 | -0/+4 |
| * | MFC sys_process.c 1.113, spigot.c 1.60: | Jacques Vidrine | 2003-08-10 | 1 | -0/+2 |
| * | MFC: Initialize td->td_pcb->pcb_ext in cpu_thread_setup() since a garbage | Tor Egge | 2003-06-02 | 1 | -0/+1 |
| * | Disable building debug kernels in GENERIC for the release. | Scott Long | 2003-05-31 | 1 | -1/+1 |
| * | Disable WITNESS, INVARIANTS, and DDB for the release branch. | Scott Long | 2003-05-31 | 1 | -4/+4 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_5_1'. | cvs2svn | 2003-05-31 | 7 | -8591/+0 |
| * | Rename BUS_DMAMEM_NOSYNC to BUS_DMA_COHERENT. | Hiten Pandya | 2003-05-30 | 1 | -1/+1 |
| * | Bring back bus_dmasync_op_t. It is now a typedef to an int, though the | Scott Long | 2003-05-27 | 2 | -2/+3 |
| * | De-orbit bus_dmamem_alloc_size(). It's a hack and was never used anyways. | Scott Long | 2003-05-26 | 2 | -32/+9 |
| * | Make ciss usable under PAE | Paul Saab | 2003-05-21 | 1 | -1/+0 |
| * | - Make this work with PAE. | Paul Saab | 2003-05-21 | 1 | -1/+0 |
| * | The per-CPU spinlocks list is only maintained when WITNESS is enabled. | John Baldwin | 2003-05-20 | 1 | -5/+5 |
| * | sys/sys/limits.h: | Alexander Kabaev | 2003-05-19 | 2 | -3/+3 |
| * | There's just no reason to not have these in GENERIC. | Ruslan Ermilov | 2003-05-18 | 1 | -0/+2 |
| * | In cpu_fork(), initialize pcb_psl for the new process to PSL_KERNEL, | Thomas Moestl | 2003-05-16 | 1 | -1/+1 |
| * | Initialize logical_cpus_mask when the logical CPUs are enumerated in | Alan Cox | 2003-05-15 | 3 | -6/+15 |
| * | Clear up that COMPAT_43 may not do the same thing on every architecture | Juli Mallett | 2003-05-15 | 1 | -3/+0 |
| * | - Merge struct procsig with struct sigacts. | John Baldwin | 2003-05-13 | 3 | -12/+28 |
| * | Add some extra #ifdef stubs so that this compiles on 4.8. | John Baldwin | 2003-05-13 | 2 | -0/+9 |
| * | Provide exec_linux_setregs() to override exec_setregs(). | Matthew N. Dodd | 2003-05-11 | 1 | -2/+21 |
| * | Add notes about the 'ips' driver. | Scott Long | 2003-05-11 | 2 | -0/+5 |
| * | Style nits. | John Baldwin | 2003-05-07 | 2 | -4/+8 |
| * | Style fixes. | Alexander Kabaev | 2003-05-04 | 1 | -8/+11 |
| * | Hack to enable getting two different elf32 and elf64 loaders in the | Peter Wemm | 2003-05-01 | 1 | -0/+13 |
| * | <b30> is 'IA64' - ie: you're running on an ia64 in 32 bit mode. | Peter Wemm | 2003-05-01 | 1 | -1/+1 |
| * | Slight reorg and added AMD64 support. A couple of the MODINFOMD_* values | Peter Wemm | 2003-05-01 | 1 | -0/+34 |
| * | KPT_MIN_ADDRESS and KPT_MAX_ADDRESS are not used anywhere. And if they | Peter Wemm | 2003-05-01 | 1 | -3/+0 |
| * | Range check the syscall number before looking it up in the syscallnames[] | John Baldwin | 2003-04-30 | 1 | -1/+1 |
| * | Fix some easy, global, lint warnings. In most cases, this means | Mark Murray | 2003-04-30 | 1 | -2/+0 |
| * | Warns fixing. Protect against inappropriate linting, and mark | Mark Murray | 2003-04-30 | 1 | -1/+8 |
| * | Deprecate machine/limits.h in favor of new sys/limits.h. | Alexander Kabaev | 2003-04-29 | 2 | -64/+5 |
| * | Use inlines for loading and storing page table entries. Use cmpxchg8b for | Jake Burkholder | 2003-04-28 | 2 | -24/+64 |
| * | Update to reflect tw removal. | Warner Losh | 2003-04-27 | 1 | -6/+0 |
| * | After careful review of this driver, I'm pretty sure it would take a | Warner Losh | 2003-04-27 | 1 | -1157/+0 |
| * | Add nodevice axe, since usb isn't supported by PAE. | Johan Karlsson | 2003-04-25 | 1 | -0/+1 |
| * | - Push down Giant into the sysarch() calls that still need Giant. | John Baldwin | 2003-04-25 | 1 | -2/+4 |
| * | Remove harmless invalid cast. | Jake Burkholder | 2003-04-25 | 1 | -1/+1 |
| * | Add an argument to get_mcontext() which specified whether the | Daniel Eischen | 2003-04-25 | 1 | -3/+8 |
| * | Update the DRM to the latest from DRI CVS. Includes some bugfixes and removal | Eric Anholt | 2003-04-25 | 1 | -2/+0 |
| * | Don't print anything for fault at cpu_switch_load_gs, just like other | David Xu | 2003-04-24 | 1 | -6/+3 |
| * | Add a new sys/limits.h file which in turn depends on machine/_limits.h | Alexander Kabaev | 2003-04-23 | 1 | -51/+44 |
| * | Prefer the proc lock to sched_lock when testing PS_INMEM now that it is | John Baldwin | 2003-04-22 | 1 | -16/+8 |
| * | - Replace inline implementations of sigprocmask() with calls to | John Baldwin | 2003-04-22 | 1 | -132/+55 |
| * | Move down intr level testing code a bit, cpu_switch_load_gs fault can be at | David Xu | 2003-04-22 | 1 | -3/+3 |
| * | Fix some problems for cpu_switch_load_gs. when fault address is at | David Xu | 2003-04-22 | 1 | -1/+7 |
| * | Remove single threading detecting code, these code really should be | David Xu | 2003-04-22 | 1 | -12/+0 |
| * | Add FireWire drivers to GENERIC. | Hidetoshi Shimokawa | 2003-04-21 | 1 | -0/+5 |
| * | Assembly files put thru the C preprocessor need to have C style comments. | David E. O'Brien | 2003-04-21 | 1 | -3/+2 |
| * | Reset pcb_gs and %gs before possibly invalidating it. | David Xu | 2003-04-21 | 1 | -1/+5 |
| * | Add device driver support for the ASIX Electronics AX88172 USB 2.0 | Bill Paul | 2003-04-20 | 1 | -0/+1 |