| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Reimplement the reclamation of PV entries. Specifically, perform | Alan Cox | 2005-11-09 | 1 | -30/+41 |
| * | Add uart(4). When both sio(4) and uart(4) can handle a serial port, | Marcel Moolenaar | 2005-11-05 | 1 | -2/+3 |
| * | Begin and end the initialization of pvzone in pmap_init(). | Alan Cox | 2005-11-04 | 1 | -17/+10 |
| * | Add stoppcbs[] arrays on Alpha and sparc64 and have each CPU save its | John Baldwin | 2005-11-03 | 2 | -4/+7 |
| * | Instead of a panic()ing in pmap_insert_entry() if get_pv_entry() fails, | Alan Cox | 2005-11-02 | 1 | -1/+50 |
| * | MFamd64/i386 | Alan Cox | 2005-10-31 | 1 | -7/+0 |
| * | Reorganize the interrupt handling code a bit to make a few things cleaner | John Baldwin | 2005-10-25 | 2 | -34/+48 |
| * | Specifically panic() in the case where pmap_insert_entry() fails to | Ade Lovett | 2005-10-21 | 1 | -0/+2 |
| * | Make ttyconsolemode() call ttsetwater() so that drivers don't have to. | Poul-Henning Kamp | 2005-10-16 | 2 | -2/+0 |
| * | 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, most | David Xu | 2005-10-14 | 5 | -39/+37 |
| * | Remove the hack to clear the owepreempt flag after running a fast | John Baldwin | 2005-09-29 | 1 | -17/+16 |
| * | Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57, | Robert Watson | 2005-09-28 | 4 | -34/+6 |
| * | Add a new atomic_fetchadd() primitive that atomically adds a value to a | John Baldwin | 2005-09-27 | 1 | -0/+22 |
| * | Replace __RMAN_RESOURCE_VISIBLE with calls to public entry points | Poul-Henning Kamp | 2005-09-25 | 8 | -33/+28 |
| * | Substitute rman_get_start() for __RMAN_RESOURCE_VISIBLE | Poul-Henning Kamp | 2005-09-25 | 1 | -7/+7 |
| * | This file never needed to see what is in the internal struct resource, | Poul-Henning Kamp | 2005-09-25 | 1 | -9/+7 |
| * | Try to avoid crashes during kernel startup by limiting the # of EISA | Wilko Bulte | 2005-09-24 | 1 | -0/+3 |
| * | Protect includes for kernel specific use from userland. | Bernd Walter | 2005-09-19 | 1 | -0/+2 |
| * | Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(), | Robert Watson | 2005-09-19 | 4 | -6/+34 |
| * | Relocate direct map specs into struct alpha_chipset. | Bernd Walter | 2005-09-19 | 11 | -33/+76 |
| * | Introduce a kernel config for the Mandatory Access Control framework. | Christian S.J. Peron | 2005-09-18 | 1 | -0/+28 |
| * | Stop using the '+' constraint modifier with inline assembly. The '+' | John Baldwin | 2005-09-15 | 1 | -36/+36 |
| * | Add a memory barrier for PREWRITE operations to ensure all writes by the | John Baldwin | 2005-09-15 | 1 | -0/+4 |
| * | Eliminate unused definitions. | Alan Cox | 2005-09-11 | 2 | -8/+1 |
| * | Move the prototypes of db_md_set_watchpoint(), db_md_clr_watchpoint() | Marcel Moolenaar | 2005-09-10 | 1 | -5/+0 |
| * | Pass a value of type vm_prot_t to pmap_enter_quick() so that it determine | Alan Cox | 2005-09-03 | 1 | -2/+2 |
| * | Move MINSIGSTKSZ from <machine/signal.h> to <machine/_limits.h> and rename | Stefan Farfeleder | 2005-08-20 | 2 | -8/+6 |
| * | Add hints for uart(4). These are the same as for sio(4) and make it | Marcel Moolenaar | 2005-08-06 | 1 | -0/+7 |
| * | - Add support for saving stack traces and displaying them via printf(9) | Jeff Roberson | 2005-08-03 | 1 | -0/+41 |
| * | Move MODULE_DEPEND() statements for SYSVIPC dependencies to linux_ipc.c | John Baldwin | 2005-07-29 | 1 | -4/+1 |
| * | Convert the atomic_ptr() operations over to operating on uintptr_t | John Baldwin | 2005-07-15 | 1 | -61/+18 |
| * | Add recently invented COMPAT_FREEBSD5 option. | Ken Smith | 2005-07-14 | 1 | -0/+1 |
| * | Add a 'sysent' target that depends on the various files built from | John Baldwin | 2005-07-13 | 1 | -1/+3 |
| * | Regen. | John Baldwin | 2005-07-13 | 6 | -205/+205 |
| * | Make a pass through all the compat ABIs sychronizing the MP safe flags | John Baldwin | 2005-07-13 | 2 | -200/+200 |
| * | Validate if the value written into {FS,GS}.base is a canonical | David Xu | 2005-07-10 | 1 | -1/+2 |
| * | Some cleanups and tweaks to some of the atomic.h files in preparation for | John Baldwin | 2005-07-09 | 1 | -91/+99 |
| * | - Remove spl's from osf1_usleep_thread(). | John Baldwin | 2005-07-07 | 1 | -8/+4 |
| * | Add .cvsignore files just like in sys/<arch>/compiled, this keeps CVS from | David E. O'Brien | 2005-06-20 | 1 | -0/+1 |
| * | Do not allocate memory based on not-checked argument from userland. | Pawel Jakub Dawidek | 2005-06-11 | 1 | -6/+2 |
| * | Fix copy&paste bug. | Pawel Jakub Dawidek | 2005-06-11 | 1 | -1/+1 |
| * | Introduce a procedure, pmap_page_init(), that initializes the | Alan Cox | 2005-06-10 | 1 | -31/+19 |
| * | MFP4: | Joseph Koshy | 2005-06-09 | 1 | -0/+13 |
| * | Avoid code duplication in serval places by introducing universal | Pawel Jakub Dawidek | 2005-06-09 | 1 | -43/+25 |
| * | Regen after addition of linux_getpriority wrapper. | Maxim Sobolev | 2005-06-08 | 3 | -4/+10 |
| * | Properly convert FreeBSD priority values into Linux values in the | Maxim Sobolev | 2005-06-08 | 1 | -1/+1 |
| * | Until someone who owns the various TGA-based cards has time to fix the | Wilko Bulte | 2005-06-06 | 1 | -1/+2 |
| * | Rebuild generated system call definition files following the addition of | Robert Watson | 2005-05-30 | 6 | -685/+687 |
| * | Introduce a new field in the syscalls.master file format to hold the | Robert Watson | 2005-05-30 | 2 | -757/+924 |
| * | Create nexus in configure_first() instead of in configure(). This | Marcel Moolenaar | 2005-05-29 | 1 | -2/+2 |