| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Allocate KSEs and KSEGRPs separatly and remove them from the proc structure. | julian | 2002-09-15 | 1 | -1/+1 |
* | Use the definitions in machine/fsr.h instead of duplicating these magic | tmm | 2002-09-14 | 1 | -9/+11 |
* | Clean up a bit, and add some more macros to access %fsr fields. | tmm | 2002-09-14 | 1 | -14/+17 |
* | Fill out two fields (si_pid, si_uid) in the siginfo structure handed back | jmallett | 2002-09-07 | 1 | -0/+2 |
* | Now that _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ are the same on all | mike | 2002-09-03 | 1 | -54/+0 |
* | Remove an unneeded PROC_LOCK, which caused lock recursion panics. | jake | 2002-09-02 | 1 | -1/+1 |
* | Align _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ with most other | mike | 2002-09-02 | 1 | -2/+2 |
* | Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections to | jake | 2002-09-01 | 1 | -7/+20 |
* | Change hw.physmem and hw.usermem to unsigned long like they used to be | peter | 2002-08-30 | 2 | -3/+3 |
* | Renamed poorly named setregs to exec_setregs. Moved its prototype to | jake | 2002-08-29 | 2 | -2/+2 |
* | Minor cleanup. | jake | 2002-08-29 | 1 | -3/+5 |