| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the style a little bit more consistant by removing parameter | markm | 2002-02-03 | 1 | -3/+2 |
* | Finish revs.1.23 and 1.24 so that MCOUNT_ENTER really actually compiles | bde | 2002-01-31 | 1 | -0/+1 |
* | Avoid __func__ string concatenation | peter | 2002-01-18 | 1 | -4/+4 |
* | Changed the type of pcb_flags from u_char to u_int and adjusted things. | bde | 2002-01-17 | 1 | -1/+1 |
* | Ensure that we set all the %cr0 bits to a known state for the AP's before | peter | 2002-01-16 | 1 | -0/+10 |
* | Use a spare slot in the machine context for a flags word to indicate | deischen | 2002-01-10 | 1 | -1/+4 |
* | Gut this header; since physio_proc_init is never called, the code never does | msmith | 2002-01-08 | 1 | -34/+1 |
* | Convert a bunch of 1 << PCPU_GET(cpuid) to PCPU_GET(cpumask). | peter | 2002-01-05 | 1 | -2/+2 |
* | Add support for the AVM Fritz!Card PCI version 2 controller. | gj | 2001-12-22 | 1 | -2/+4 |
* | Introduce a standard name for the lock protecting an interrupt controller | jhb | 2001-12-20 | 3 | -51/+0 |
* | Various assembly fixes mostly in the form of using the "+" modifier for | jhb | 2001-12-18 | 3 | -29/+29 |
* | Allow the ATOMIC_ASM() macro to pass in the constraints on the V parameter | jhb | 2001-12-18 | 1 | -23/+23 |
* | With GCC 3, we *must* use the GCC stdarg.h. We can no longer just make | obrien | 2001-12-18 | 1 | -0/+6 |
* | Modify the critical section API as follows: | jhb | 2001-12-18 | 2 | -46/+15 |
* | Small cleanups to the SMP code: | jhb | 2001-12-17 | 2 | -37/+16 |
* | Fixed to draw mouse cursor. The syscons driver for PC98 uses different | nyan | 2001-12-14 | 1 | -0/+5 |
* | Axe an unneeded PCPU_SET(spinlocks, NULL) that I missed earlier. | jhb | 2001-12-12 | 1 | -1/+0 |
* | Overhaul the per-CPU support a bit: | jhb | 2001-12-11 | 8 | -271/+115 |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 1 | -4/+4 |
* | style(9) | obrien | 2001-12-09 | 1 | -7/+7 |
* | Add a missing open paren to a macro that's been broken (and apparently | jhb | 2001-12-04 | 1 | -1/+1 |
* | o Stop abusing MD headers with non-MD types. | mike | 2001-12-01 | 1 | -2/+0 |
* | Whitespace fixes so thre 386 versoion of __uint8_swap_uint32 is easier to | jhb | 2001-11-28 | 1 | -2/+4 |
* | Start bringing i386/pmap.c into line with cleanups that were done to | peter | 2001-11-17 | 1 | -4/+5 |
* | Allow bit 21 of EFLAGS register (PSL_ID) be changed in the use-mode without | sobomax | 2001-11-15 | 1 | -1/+1 |
* | Use newer constraints for atomic_cmpset(). | jhb | 2001-11-12 | 1 | -11/+9 |
* | Use newer constraints for inline assembly for an operand that is both an | jhb | 2001-11-12 | 1 | -21/+21 |
* | o Add new header <sys/stdint.h>. | mike | 2001-11-02 | 4 | -0/+470 |
* | Remove previous revision. smp_started back in subr_smp where it belongs. | mjacob | 2001-10-31 | 1 | -2/+0 |
* | Make the actual volatile int smp_started live *somewhere*. This is | mjacob | 2001-10-31 | 1 | -0/+2 |
* | Add kmupetext(), a function that expands the range of memory covered | green | 2001-10-30 | 1 | -0/+1 |
* | Split the per-process Local Descriptor Table out of the PCB and into | jhb | 2001-10-25 | 3 | -12/+18 |
* | Remove funky right justification. | mike | 2001-10-23 | 1 | -9/+9 |
* | [partially forced commit due to pilot error in earlier commit attempt] | des | 2001-10-21 | 2 | -6/+6 |
* | Add a driver for the Compaq Microcom 610 ISDN (Compaq series PSB2222I) ISA PnP | hm | 2001-10-21 | 1 | -4/+4 |
* | Fix the typedef of va_list. | ru | 2001-10-19 | 1 | -1/+3 |
* | Try two on the preprocessing logic. | obrien | 2001-10-19 | 1 | -2/+2 |
* | Blah, fix braino where ru had to remind me of proper preprocessor syntax. | obrien | 2001-10-19 | 1 | -1/+1 |
* | My attempts at minimizing the number of #def's got me in trouble. | obrien | 2001-10-18 | 1 | -5/+5 |
* | Add experimental support for sending keypad facility messages. | hm | 2001-10-18 | 2 | -7/+20 |
* | Add support for "__gnuc_va_list". Some overly "smart" libraries assume | obrien | 2001-10-18 | 1 | -0/+8 |
* | Minor comment tweaking. | obrien | 2001-10-17 | 1 | -4/+4 |
* | Add missing includes of sys/ktr.h. | jhb | 2001-10-11 | 1 | -0/+1 |
* | Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader | ps | 2001-10-10 | 1 | -1/+1 |
* | Allow atomic ops to be somewhat safely used in userland. We always use | jhb | 2001-10-08 | 1 | -3/+7 |
* | Rewrite the pc98 bus_space stuff. | nyan | 2001-10-07 | 2 | -1358/+355 |
* | - Moved the bus_dma declarations from bus_{at386,pc98}.h into bus_dma.h. | nyan | 2001-10-06 | 4 | -1374/+4 |
* | Fixed a missing proc -> thread substitution. | bde | 2001-10-03 | 1 | -1/+3 |
* | Introduce a new option, KVA_SPACE, which can be used to reconfigure | peter | 2001-09-21 | 1 | -4/+13 |
* | Cleanup and split of nfs client and server code. | peter | 2001-09-18 | 1 | -1/+0 |