| Commit message (Expand) | Author | Age | Files | Lines |
* | Turn back on the "SMP: AP CPU #N Launched!" message on normal boots. | obrien | 2002-09-30 | 1 | -2/+1 |
* | Only print out the "SMP: AP CPU #N Launched!" message on verbose boots. | obrien | 2002-09-30 | 1 | -4/+4 |
* | There is no need for start/num to be signed in i386_ldt_args. | peter | 2002-09-28 | 1 | -2/+2 |
* | ISMEMSDP(), IS286GDP(), IS386GDP(), ISGDP(), ISSDP() and ISSYSSDP() are | peter | 2002-09-26 | 1 | -20/+0 |
* | Fix a declaration that is actually supposed to be a macro definition. | markm | 2002-09-25 | 1 | -0/+1 |
* | use __packed. | alfred | 2002-09-23 | 2 | -16/+16 |
* | Update the nexus driver for the addition of the legacy driver: | jhb | 2002-09-23 | 1 | -43/+0 |
* | Add a new legacy(4) device driver for use on machines that do not have | jhb | 2002-09-23 | 1 | -9/+9 |
* | PIC_GOTOFF is OBE. | peter | 2002-09-23 | 1 | -2/+0 |
* | use __packed, rather than __attribute__((packed)). | peter | 2002-09-23 | 1 | -4/+3 |
* | At great personal risk, add a __packed and __aligned(x) define that | peter | 2002-09-23 | 1 | -1/+1 |
* | Delete a whole bunch of compatability defines that we dont use anymore. | peter | 2002-09-23 | 1 | -6/+0 |
* | Be careful not to define GCC-specific optimizations in the non-GCC | mike | 2002-09-23 | 1 | -2/+11 |
* | Create inlines for ltr(sel), lldt(sel), lidt(addr) rather than | peter | 2002-09-22 | 2 | -3/+26 |
* | Provide in inline function for the (GNUC) assembler "hlt" instruction. | markm | 2002-09-21 | 1 | -0/+7 |
* | Repo copied to <sys/smbus/smb.h> | peter | 2002-09-19 | 1 | -64/+0 |
* | Repo copied to <sys/iicbus/iic.h> | peter | 2002-09-19 | 1 | -47/+0 |
* | Implement C99's va_copy() macro. | mike | 2002-09-18 | 1 | -0/+3 |
* | Initiate deorbit burn for the i386-only a.out related support. Moves are | peter | 2002-09-17 | 3 | -20/+0 |
* | Add kernel support needed for the KSE-aware libpthread: | mini | 2002-09-16 | 4 | -14/+35 |
* | Add a function pci_probe_route_table() that returns true if our PCI BIOS | jhb | 2002-09-06 | 1 | -0/+1 |
* | - Add a pci_cfgintr_valid() function to see if a given IRQ is a valid | jhb | 2002-09-06 | 1 | -1/+1 |
* | Function prototypes don't need 'extern'. | jhb | 2002-09-04 | 1 | -6/+6 |
* | Now that _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ are the same on all | mike | 2002-09-03 | 1 | -53/+0 |
* | Reduce the maximum KVA reserved for swap meta structures from 70 to 32 MB. | dillon | 2002-08-31 | 1 | -3/+5 |
* | Change hw.physmem and hw.usermem to unsigned long like they used to be | peter | 2002-08-30 | 1 | -1/+1 |
* | Renamed poorly named setregs to exec_setregs. Moved its prototype to | jake | 2002-08-29 | 1 | -1/+0 |
* | OK, I have had it with losing my console because the AP's print their "I am | peter | 2002-08-28 | 1 | -5/+12 |
* | Move several MI types from <machine/_types.h> to <sys/_types.h>. | mike | 2002-08-23 | 1 | -37/+0 |
* | Make __clock_t use `unsigned long' rather than a fixed 32-bit integer | mike | 2002-08-22 | 1 | -1/+1 |
* | o Merge <machine/ansi.h> and <machine/types.h> into a new header | mike | 2002-08-21 | 6 | -187/+156 |
* | Use the __BUS_ACCESSOR macro for NEXUS_ACCESSOR | mux | 2002-08-20 | 2 | -28/+4 |
* | add support properly displaying and logging incoming telephone numbers (MSNs) | hm | 2002-08-12 | 1 | -2/+7 |
* | add experimental support for Data over Voice (DoV) outgoing calls. | hm | 2002-08-11 | 1 | -2/+11 |
* | o Introduce pmap_page_is_mapped(). Its purpose is to obsolete | alc | 2002-08-05 | 1 | -0/+1 |
* | Move a prototype to the least wrong place. | phk | 2002-08-02 | 2 | -1/+1 |
* | The Elan SC520 MMCR is actually 16bit wide, so u_char is inconvenient. | phk | 2002-07-31 | 1 | -1/+1 |
* | Resolve conflicts arising from the ACPI CA 20020725 import. | iwasaki | 2002-07-30 | 1 | -0/+125 |
* | Create a new header <machine/_stdint.h> for storing MD parts of | mike | 2002-07-29 | 4 | -231/+171 |
* | Move SWTCH_OPTIM_STATS related code out of cpufunc.h. (This sort of stat | peter | 2002-07-21 | 1 | -7/+0 |
* | Beautify. This has the side effect of improving portability and | markm | 2002-07-18 | 1 | -39/+31 |
* | Add initialization code for the AMD Elan sc520 which maps the MMCR | phk | 2002-07-18 | 2 | -0/+2 |
* | Clean up the syntax WRT semicolons at the end of function-like-macros, and pr... | markm | 2002-07-17 | 1 | -23/+74 |
* | Wrap GNU specific code in ifdefs, and help lint out by providing | markm | 2002-07-15 | 1 | -2/+18 |
* | Cast to prevent "signed/unsigned comparison" warnings. | markm | 2002-07-15 | 1 | -2/+2 |
* | Warnings and lint-assisting fixes; mark unused function parameters as | markm | 2002-07-15 | 1 | -18/+58 |
* | Revive backed out pmap related changes from Feb 2002. The highlights are: | peter | 2002-07-12 | 4 | -102/+337 |
* | Bah, move the invltlb counter to C code and hook a debug sysctl onto it. | peter | 2002-07-11 | 1 | -0/+6 |
* | Remove the critmode sysctl - the new method for critical_enter/exit (already | dillon | 2002-07-10 | 2 | -46/+17 |
* | Remove label_t and physadr, which seem to have never been used in | mike | 2002-07-10 | 1 | -10/+0 |