| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix compiling. | davidxu | 2005-10-15 | 1 | -1/+1 |
* | Add a default value for VM_BCACHE_SIZE_MAX of 400MB. This is copied from | kris | 2005-10-14 | 1 | -0/+8 |
* | 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, most | davidxu | 2005-10-14 | 2 | -24/+14 |
* | Add a new atomic_fetchadd() primitive that atomically adds a value to a | jhb | 2005-09-27 | 1 | -0/+3 |
* | Introduce a kernel config for the Mandatory Access Control framework. | csjp | 2005-09-18 | 1 | -0/+28 |
* | Move the prototypes of db_md_set_watchpoint(), db_md_clr_watchpoint() | marcel | 2005-09-10 | 1 | -4/+0 |
* | Pass a value of type vm_prot_t to pmap_enter_quick() so that it determine | alc | 2005-09-03 | 1 | -2/+3 |
* | Move MINSIGSTKSZ from <machine/signal.h> to <machine/_limits.h> and rename | stefanf | 2005-08-20 | 2 | -4/+3 |
* | Remove a stale occurrence of 'alpha' in a comment. | stefanf | 2005-08-20 | 1 | -1/+1 |
* | Now that at least some screen savers work on sparc64 sync with other | marius | 2005-08-15 | 1 | -1/+1 |
* | The system tick _compare_ register of USIII CPUs and up is ASR25, not | marius | 2005-08-07 | 1 | -1/+1 |
* | - Add support for saving stack traces and displaying them via printf(9) | jeff | 2005-08-03 | 1 | -0/+21 |
* | Add extra constraints to tell the compiler that the memory be modified | jhb | 2005-07-27 | 1 | -4/+6 |
* | Convert the atomic_ptr() operations over to operating on uintptr_t | jhb | 2005-07-15 | 1 | -1/+1 |
* | Add recently invented COMPAT_FREEBSD5 option. | kensmith | 2005-07-14 | 1 | -0/+1 |
* | Validate if the value written into {FS,GS}.base is a canonical | davidxu | 2005-07-10 | 1 | -1/+2 |
* | - Declare lookup tables etc. const. | marius | 2005-07-10 | 2 | -2/+5 |
* | Add .cvsignore files just like in sys/<arch>/compiled, this keeps CVS from | obrien | 2005-06-20 | 1 | -0/+1 |
* | Turn on atkbdc(4), atkbd(4), creator(4), machfb(4), syscons(4), ohci(4), | marius | 2005-06-10 | 1 | -11/+11 |
* | - Hook up atkbdc(4), atkbd(4) and psm(4) to the sparc64 build, not | marius | 2005-06-10 | 2 | -4/+4 |
* | Introduce a procedure, pmap_page_init(), that initializes the | alc | 2005-06-10 | 1 | -10/+13 |
* | MFP4: | jkoshy | 2005-06-09 | 1 | -0/+14 |
* | Remove superfluous breaks. | marius | 2005-06-05 | 1 | -3/+0 |
* | After some input from bde@ and rereading the datasheet use a MTX_SPIN | marius | 2005-06-04 | 1 | -1/+1 |
* | - In creator_configure() when probed for the high-level console return | marius | 2005-06-04 | 2 | -3/+13 |
* | Now that all affected drivers have been changed remove the helpers | marius | 2005-06-04 | 1 | -34/+3 |
* | Create nexus in configure_first() instead of in configure(). This | marcel | 2005-05-29 | 1 | -1/+2 |
* | Call cninit_finish() from configure_final(). | marcel | 2005-05-29 | 1 | -0/+1 |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | nyan | 2005-05-29 | 2 | -66/+0 |
* | pmap_enter() no longer requires Giant. Therefore, stop acquiring and | alc | 2005-05-28 | 1 | -2/+0 |
* | - Hook up machfb(4) to the sparc64 build, not enabled in GENERIC | marius | 2005-05-21 | 2 | -2/+4 |
* | o creator(4): | marius | 2005-05-21 | 3 | -79/+230 |
* | - MFpowerpc: sys/powerpc/powerpc/nexus.c rev. 1.7 (partial) | marius | 2005-05-21 | 1 | -2/+36 |
* | - Make sure that the OFW address properties that are going to be decode | marius | 2005-05-21 | 1 | -5/+6 |
* | o mc146818(4): | marius | 2005-05-19 | 1 | -11/+22 |
* | - Add locking. | marius | 2005-05-19 | 1 | -1/+11 |
* | - Collapse eeprom_ebus.c and eeprom_sbus.c into eeprom.c and | marius | 2005-05-19 | 4 | -324/+62 |
* | - Artificially using SYS_RES_IOPORT for EBus devices for reasons of | marius | 2005-05-19 | 1 | -24/+43 |
* | - When iterating over the register resources of the children don't use | marius | 2005-05-19 | 1 | -27/+33 |
* | - Add suport for the bus_get_resource() device interface method to | marius | 2005-05-19 | 3 | -3/+3 |
* | - Try to not leak resources in the attach functions of the esp(4) SBus | marius | 2005-05-19 | 3 | -14/+540 |
* | - Add an IVAR for retrieving the interrupt group number of the parent Sbus | marius | 2005-05-19 | 2 | -9/+55 |
* | Slightly reformat apb_alloc_resource() to create some horizontal space | marcel | 2005-04-28 | 1 | -44/+43 |
* | Change cpu_set_kse_upcall to more generic style, so we can reuse it | davidxu | 2005-04-23 | 1 | -4/+16 |
* | Add empty header (except of the multiple-inclusion protection) to | marcel | 2005-04-20 | 1 | -0/+10 |
* | Break out the definition of bus_space_{tag,handle}_t and a few other types | imp | 2005-04-18 | 2 | -8/+43 |
* | Fix compilation when DEBUG is defined. | marius | 2005-04-18 | 1 | -1/+1 |
* | Style and minor changes: | marius | 2005-04-17 | 3 | -121/+102 |
* | Re-commit the following changes which were committed to these files | marius | 2005-04-17 | 2 | -13/+13 |
* | - Split the bus probe function into a bus probe and a bus attach function | marius | 2005-04-17 | 1 | -57/+70 |