| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFamd64: implement the PG_UNMANAGED flag on vm_pages. | Andrew Gallatin | 2004-04-26 | 1 | -4/+9 |
| * | Since pmap_pinit() wants a prezeroed page, change it to ask for one. (Note | Alan Cox | 2004-04-26 | 1 | -4/+1 |
| * | Hide FLT_EVAL_METHOD and DECIMAL_DIG in pre-C99 compilation | David Schultz | 2004-04-25 | 1 | -0/+2 |
| * | Push down the responsibility for zeroing a physical page from the | Alan Cox | 2004-04-24 | 1 | -3/+0 |
| * | MFamd64 | Alan Cox | 2004-04-18 | 2 | -73/+15 |
| * | Whitespace fix. | John Baldwin | 2004-04-16 | 1 | -1/+1 |
| * | Remove avail_end. It is not used. | Alan Cox | 2004-04-11 | 2 | -5/+0 |
| * | - pmap_kenter_temporary() is unused by machine-independent code. Therefore, | Alan Cox | 2004-04-10 | 1 | -0/+1 |
| * | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 1 | -4/+0 |
| * | Remove the advertsing clause, per the Regent's letter dated July 22, 1999. | Warner Losh | 2004-04-05 | 18 | -77/+0 |
| * | Remove avail_start on those platforms that no longer use it. (Only amd64 | Alan Cox | 2004-04-05 | 2 | -3/+0 |
| * | Remove unused arguments from pmap_init(). | Alan Cox | 2004-04-05 | 1 | -2/+1 |
| * | Remove CADDR1 and CMAP1. They are unused. | Alan Cox | 2004-04-03 | 1 | -2/+0 |
| * | In some cases, sf_buf_alloc() should sleep with pri PCATCH; in others, it | Alan Cox | 2004-04-03 | 1 | -2/+2 |
| * | Finish fixing up Alpha to work with an MP safe ptrace(): | John Baldwin | 2004-04-01 | 1 | -6/+3 |
| * | MFi386: Use the BSD madvise() syscall implementation for Linux binary | Bruce M Simpson | 2004-03-29 | 5 | -8/+3 |
| * | MFi386: correctly calculate the top-of-stack when a kthread is created | Ken Smith | 2004-03-29 | 1 | -4/+2 |
| * | Enable interrupt preemption on Alpha. Previously, flipping this switch on | John Baldwin | 2004-03-23 | 1 | -1/+10 |
| * | - Add uiomove_fromphys() implementations to alpha and ia64. These only | Alan Cox | 2004-03-20 | 1 | -0/+132 |
| * | Introduce the cpumask_t type. The purpose of the type is to create a | Marcel Moolenaar | 2004-03-20 | 1 | -0/+1 |
| * | sync comment with i386's isa.c.. This removes a comment that is YEARS | John-Mark Gurney | 2004-03-17 | 1 | -3/+1 |
| * | - Replace wait1() with a kern_wait() function that accepts the pid, | John Baldwin | 2004-03-17 | 1 | -15/+12 |
| * | Refactor the existing machine-dependent sf_buf_free() into a machine- | Alan Cox | 2004-03-16 | 1 | -17/+2 |
| * | Regenerate. | John Baldwin | 2004-03-15 | 6 | -8/+8 |
| * | - Mark ABI syscalls that call wait4() MP safe as recent changes to | John Baldwin | 2004-03-15 | 2 | -2/+2 |
| * | Now that contigfree() does not require Giant, don't grab it in busdma. | Scott Long | 2004-03-13 | 1 | -2/+0 |
| * | Retire pmap_pinit2(). Alpha was the last platform that used it. However, | Alan Cox | 2004-03-07 | 1 | -12/+0 |
| * | Remove unused declarations. (Some time ago, these variables became fields | Alan Cox | 2004-03-07 | 1 | -2/+0 |
| * | Fix syntax errors and wrong function prototypes in several MD header | Lukas Ertl | 2004-03-05 | 1 | -2/+2 |
| * | The previous commit fixed -current on alpha for machines with | Ken Smith | 2004-03-01 | 1 | -16/+18 |
| * | Previous commit mistakenly delayed cnadd() as well as make_dev(). | Ken Smith | 2004-02-28 | 1 | -2/+1 |
| * | Fix -current builds on alpha. Recent changes in device handling caused | Ken Smith | 2004-02-27 | 2 | -2/+29 |
| * | Device megapatch 4/6: | Poul-Henning Kamp | 2004-02-21 | 3 | -3/+6 |
| * | Device megapatch 3/6: | Poul-Henning Kamp | 2004-02-21 | 2 | -6/+2 |
| * | Device megapatch 1/6: | Poul-Henning Kamp | 2004-02-21 | 2 | -4/+0 |
| * | Regen. | John Baldwin | 2004-02-04 | 6 | -10/+10 |
| * | The following compat syscalls are now mpsafe: linux_getrlimit(), | John Baldwin | 2004-02-04 | 2 | -4/+4 |
| * | Locking for the per-process resource limits structure. | John Baldwin | 2004-02-04 | 2 | -19/+27 |
| * | GC old unused dev_t mangling stuff. | Poul-Henning Kamp | 2004-02-02 | 1 | -21/+0 |
| * | - Remove local changes that leaked into my last commit. | Jeff Roberson | 2004-01-24 | 1 | -5/+1 |
| * | - Recruit some new ULE users by making it the default scheduler in GENERIC. | Jeff Roberson | 2004-01-24 | 1 | -2/+6 |
| * | Add PFIL_HOOKS to the GENERIC kernel configuration, primarily so | Jacques Vidrine | 2004-01-24 | 1 | -0/+1 |
| * | Add linenumber and source filename to panic(9) output. | Poul-Henning Kamp | 2004-01-19 | 1 | -2/+4 |
| * | Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'm | Jacques Vidrine | 2004-01-09 | 1 | -0/+1 |
| * | Comsetic tweaks: use PCPU_GET(cpumask) and CPU_ABSENT(). | John Baldwin | 2004-01-07 | 1 | -5/+5 |
| * | Convert to __FBSDID. | David E. O'Brien | 2004-01-04 | 2 | -3/+3 |
| * | Make sigaltstack as per-threaded, because per-process sigaltstack state | David Xu | 2004-01-03 | 1 | -6/+6 |
| * | Make sigaltstack as per-threaded, because per-process sigaltstack state | David Xu | 2004-01-03 | 1 | -22/+22 |
| * | Track three new sendfile-related statistics: | Mike Silbersack | 2003-12-28 | 1 | -0/+1 |
| * | Move the declaration of sfbufspeak and sfbufsused to mbuf.h, | Mike Silbersack | 2003-12-28 | 1 | -2/+1 |