| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge all the various copies of vm_fault_quick() into a single | dillon | 2003-01-16 | 2 | -32/+0 |
* | Merge all the various copies of vmapbuf() and vunmapbuf() into a single | dillon | 2003-01-15 | 2 | -148/+0 |
* | Correct an off-by-one error in the calculation of the number of interrupt | benno | 2003-01-13 | 1 | -1/+1 |
* | Make ofw_pci_find_node() use the reg property instead of the | benno | 2003-01-09 | 1 | -5/+5 |
* | Add a pcib variant to allow us to fix up interrupt assignments. | benno | 2003-01-09 | 1 | -0/+118 |
* | Allocate interrupts from the resource list. | benno | 2003-01-09 | 1 | -2/+4 |
* | - Remove the ignore list and replace it with a quirk list of sorts. | benno | 2003-01-09 | 2 | -23/+58 |
* | - remove unneeded includes | grehan | 2003-01-09 | 1 | -5/+17 |
* | Remove obsolete GEOM option, and bring diskless options up-to-date | grehan | 2003-01-09 | 1 | -7/+3 |
* | Add page queues locking to vunmapbuf(). | grehan | 2003-01-08 | 2 | -0/+4 |
* | Sync the i-cache after copying down the interrupt code | grehan | 2003-01-08 | 2 | -0/+2 |
* | Be more conservative about re-enabling interrupts during trap processing | grehan | 2003-01-08 | 2 | -2/+2 |
* | Fix incorrect error returns and sign-extension. | grehan | 2003-01-08 | 2 | -14/+14 |
* | Fetch the initial time from the rtc OpenFirmware node. This is a short-term | grehan | 2003-01-08 | 2 | -0/+42 |
* | Remove obsolete NFS_ROOT conditional. | grehan | 2003-01-08 | 1 | -23/+3 |
* | Implement bus_dmamap_load_mbuf/bus_dmamap_load_uio. | grehan | 2003-01-08 | 1 | -16/+206 |
* | - define HAS_STREAM_METHODS correctly | grehan | 2003-01-08 | 1 | -2/+25 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 2 | -4/+4 |
* | MB_LEN_MAX is not MD, move it to the MI limits.h. | tjr | 2002-12-22 | 2 | -2/+0 |
* | Unbreak the KSE code. Keep track of zobie threads using the Per-CPU storage | julian | 2002-12-10 | 2 | -2/+2 |
* | Under certain circumstances, we were calling kmem_free() from | mux | 2002-11-22 | 2 | -0/+10 |
* | Add getcontext, setcontext, and swapcontext as system calls. | deischen | 2002-11-16 | 2 | -0/+28 |
* | Move pmap_collect() out of the machine-dependent code, rename it | alc | 2002-11-13 | 3 | -18/+0 |
* | Print real / avail memory in megabytes rather than kilobytes. | des | 2002-11-09 | 2 | -8/+8 |
* | Move the definitions of the hw.physmem, hw.usermem and hw.availpages | tmm | 2002-11-07 | 2 | -26/+0 |
* | Remove what was a temporary bogus assignment of bits of siginfo_t, as it does | jmallett | 2002-11-06 | 2 | -4/+0 |
* | Split 4.x and 5.x signal handling so that we can keep 4.x signal | peter | 2002-10-25 | 3 | -45/+18 |
* | Add the USER_SR segment register to pcb state. Initialize correctly, | grehan | 2002-10-21 | 7 | -0/+22 |
* | Add two hooks to signal module load and module unload to MD code. | marcel | 2002-10-19 | 1 | -0/+14 |
* | Permits UFS ACLs to be used with the GENERIC kernel. Due to recent | rwatson | 2002-10-19 | 1 | -0/+1 |
* | The a.out md_coredump stuff isn't referenced anywhere anymore, and | peter | 2002-10-15 | 1 | -5/+0 |
* | Remove the P1003_1B kernel option; it is no longer used. | mike | 2002-10-13 | 1 | -2/+1 |
* | Add standards visibility conditionals. Change any uses of sigset_t to | mike | 2002-10-13 | 1 | -5/+14 |
* | Add conditionals to allow va_list to be defined in other headers. | mike | 2002-10-06 | 1 | -0/+4 |
* | o Add conditionals to allow va_list to be defined in other headers. | mike | 2002-10-06 | 1 | -3/+11 |
* | Roll back to previous version, no need for NO_GEOM when GEOM is | grehan | 2002-10-06 | 1 | -2/+0 |
* | NB: This commit does *NOT* make GEOM the default in FreeBSD | phk | 2002-10-05 | 1 | -0/+2 |
* | Fix namespace issues by using visibility conditionals from | mike | 2002-10-05 | 1 | -1/+3 |
* | Define _MACHINE. | jmallett | 2002-10-05 | 1 | -1/+1 |
* | style(9) <machine/setjmp.h> headers so they look mostly the same. | mike | 2002-10-04 | 1 | -7/+9 |
* | Clean up ddb warnings/errors and enable in GENERIC | grehan | 2002-10-04 | 8 | -57/+59 |
* | - fix zero-sized stack alloc from previous commit. a default is now | grehan | 2002-10-04 | 3 | -30/+294 |
* | Some kernel threads try to do significant work, and the default KSTACK_PAGES | scottl | 2002-10-02 | 3 | -12/+78 |
* | PIC_GOTOFF is OBE. | peter | 2002-09-23 | 1 | -3/+0 |
* | Be careful not to define GCC-specific optimizations in the non-GCC | mike | 2002-09-23 | 1 | -2/+11 |
* | It's Apple GMAC, not HMAC. | benno | 2002-09-22 | 1 | -1/+1 |
* | Implement db_print_backtrace() if DDB is compiled into the kernel. This | jhb | 2002-09-19 | 1 | -0/+4 |
* | Updated to somewhat match sparc64/conf/GENERIC | grehan | 2002-09-19 | 1 | -18/+94 |
* | Support files and a h/w tree description for the PSIM ppc simulator | grehan | 2002-09-19 | 6 | -0/+1018 |
* | Driver for the macio south bridge, and ATA cell contained within. | grehan | 2002-09-19 | 3 | -0/+817 |