| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove NO_GEOM from sparc64. | phk | 2002-10-23 | 1 | -2/+0 |
* | - Expand struct trapframe to 256 bytes, make all fields fixed width and the | jake | 2002-10-22 | 9 | -156/+303 |
* | Start tick at the correct time (cpu_init_clocks), instead of cpu_startup. | jake | 2002-10-22 | 2 | -5/+11 |
* | Set kernelname in sparc64_init() so that the kern.bootfile | mux | 2002-10-20 | 1 | -0/+6 |
* | Use microuptime() instead of microtime() to bound the flush wait to | tmm | 2002-10-20 | 1 | -2/+2 |
* | Add kernel dump support, based on the ia64 version (which was committed | tmm | 2002-10-20 | 4 | -168/+231 |
* | - Lock page queue accesses in pmap_release(). | alc | 2002-10-20 | 1 | -1/+3 |
* | 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 |
* | Explicitely specify an alignment for struct pcb. While all regular pcb's | tmm | 2002-10-19 | 1 | -1/+1 |
* | When entering the firmware mappings into the kernel tlb, clear all 'soft' | tmm | 2002-10-17 | 1 | -1/+4 |
* | Add "pci108e,8000" (psycho) and "pci108e,a000" (US-IIi sabre) to the list of | tmm | 2002-10-16 | 1 | -37/+54 |
* | Use a linked list to keep the psycho softcs instead of a statically | tmm | 2002-10-16 | 2 | -22/+12 |
* | The a.out md_coredump stuff isn't referenced anywhere anymore, and | peter | 2002-10-15 | 1 | -3/+0 |
* | Remove the P1003_1B kernel option; it is no longer used. | mike | 2002-10-13 | 1 | -2/+1 |
* | #ifdef _KERNEL not #if _KERNEL. | mike | 2002-10-13 | 1 | -1/+1 |
* | Add standards visibility conditionals. Change any uses of sigset_t to | mike | 2002-10-13 | 1 | -5/+9 |
* | Removed unused tl0_syscall. | jake | 2002-10-12 | 1 | -84/+0 |
* | 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 | -0/+6 |
* | Add two extern's for adjkerntz and wall_cmos_clock, all other | mux | 2002-10-05 | 1 | -0/+3 |
* | 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 |
* | style(9) <machine/setjmp.h> headers so they look mostly the same. | mike | 2002-10-04 | 1 | -4/+4 |
* | New bus_dma interfaces for use by crypto device drivers: | sam | 2002-10-04 | 2 | -0/+248 |
* | Some kernel threads try to do significant work, and the default KSTACK_PAGES | scottl | 2002-10-02 | 1 | -14/+64 |
* | Remove options NO_MODULES=true. Lots of modules build, but may not load | jake | 2002-10-02 | 1 | -4/+0 |
* | Convert the bus space accessors from macros to inlines. This fixes some | jake | 2002-10-01 | 1 | -204/+316 |
* | Get rid of the TODO macro in the few places that still need work; either | jake | 2002-10-01 | 5 | -8/+5 |
* | Add needed include of queue.h. | jake | 2002-10-01 | 1 | -0/+1 |
* | Use M_NOWAIT instead of M_WAITOK when allocating dmamaps; the allocations | jake | 2002-10-01 | 1 | -4/+7 |
* | Renamed intr_enqueue to intr_vector and intr_dequeue to intr_fast, to | jake | 2002-09-28 | 5 | -12/+12 |
* | Moved most interrupt related code to a new file, interrupt.S. | jake | 2002-09-28 | 2 | -149/+183 |
* | Add a workaround for what seems to be confusion between binutils and the | jake | 2002-09-27 | 1 | -8/+39 |
* | Removed debug code. | jake | 2002-09-25 | 1 | -57/+1 |
* | Pass the function to call (trap or syscall) to tl0_trap and tl1_trap in %o2. | jake | 2002-09-25 | 1 | -7/+31 |
* | Rearrange tl1_trap slightly, also save and restore the out registers so | jake | 2002-09-24 | 1 | -12/+27 |
* | Allocate stack space for the trapframe along with the normal register | jake | 2002-09-24 | 1 | -5/+1 |
* | Split user trap processing out into a separate routine so that traps which | jake | 2002-09-24 | 1 | -67/+109 |
* | Be careful not to define GCC-specific optimizations in the non-GCC | mike | 2002-09-23 | 1 | -2/+11 |
* | Call trap directly for exceptional cases that need more processing on | jake | 2002-09-22 | 1 | -26/+20 |
* | Remove unneeded opt headers. | jake | 2002-09-22 | 1 | -3/+0 |
* | It's Apple GMAC, not HMAC. | benno | 2002-09-22 | 1 | -1/+1 |
* | Moved nfs_diskless setup code from autoconf.c to nfsclient/nfs_diskless.c | jake | 2002-09-22 | 2 | -22/+1 |
* | Don't include opt_bus.h here, it breaks stuff trying to | mux | 2002-09-21 | 1 | -1/+0 |
* | Use correct function name in previous commit. | jhb | 2002-09-19 | 1 | -1/+1 |
* | Implement db_print_backtrace() if DDB is compiled into the kernel. This | jhb | 2002-09-19 | 1 | -0/+5 |
* | Implement C99's va_copy() macro. | mike | 2002-09-18 | 1 | -0/+3 |
* | Fix standard kse breakge of non-x86 platforms. sigh. | jake | 2002-09-17 | 2 | -18/+2 |
* | Initiate deorbit burn for the i386-only a.out related support. Moves are | peter | 2002-09-17 | 1 | -7/+0 |