| Commit message (Expand) | Author | Age | Files | Lines |
| * | ISMEMSDP(), IS286GDP(), IS386GDP(), ISGDP(), ISSDP() and ISSYSSDP() are | Peter Wemm | 2002-09-26 | 1 | -20/+0 |
| * | Make the following name changes to KSE related functions, etc., to better | Archie Cobbs | 2002-09-25 | 4 | -11/+11 |
| * | Fix a declaration that is actually supposed to be a macro definition. | Mark Murray | 2002-09-25 | 1 | -0/+1 |
| * | use __packed. | Alfred Perlstein | 2002-09-23 | 2 | -7/+7 |
| * | Now that we only probe host-PCI bridges once, we no longer have to check to | John Baldwin | 2002-09-23 | 1 | -10/+0 |
| * | Put verbose printf's in the PCI BIOS interrupt routing code under | John Baldwin | 2002-09-23 | 1 | -1/+4 |
| * | Update the nexus driver for the addition of the legacy driver: | John Baldwin | 2002-09-23 | 1 | -70/+8 |
| * | Change the nexus_pcib driver (eventually to be renamed to legacy_pcib) to | John Baldwin | 2002-09-23 | 1 | -7/+7 |
| * | Add a new legacy(4) device driver for use on machines that do not have | John Baldwin | 2002-09-23 | 2 | -459/+110 |
| * | PIC_GOTOFF is OBE. | Peter Wemm | 2002-09-23 | 1 | -2/+0 |
| * | use __packed, rather than __attribute__((packed)). | Peter Wemm | 2002-09-23 | 1 | -4/+3 |
| * | At great personal risk, add a __packed and __aligned(x) define that | Peter Wemm | 2002-09-23 | 2 | -2/+2 |
| * | Delete a whole bunch of compatability defines that we dont use anymore. | Peter Wemm | 2002-09-23 | 1 | -6/+0 |
| * | Be careful not to define GCC-specific optimizations in the non-GCC | Mike Barcroft | 2002-09-23 | 1 | -2/+11 |
| * | Create inlines for ltr(sel), lldt(sel), lidt(addr) rather than | Peter Wemm | 2002-09-22 | 4 | -47/+26 |
| * | - Move the init of %gs and pcb_gs before user_ldt_free(). | Matthew N. Dodd | 2002-09-22 | 1 | -13/+4 |
| * | Moved nfs_diskless setup code from autoconf.c to nfsclient/nfs_diskless.c | Jake Burkholder | 2002-09-22 | 1 | -181/+1 |
| * | A good dose of style.9. No functional change. | Mark Murray | 2002-09-21 | 1 | -21/+17 |
| * | Code tidy-up. ISOfy, turn a macro into an inline for lint(1) (perhaps | Mark Murray | 2002-09-21 | 1 | -16/+15 |
| * | Provide in inline function for the (GNUC) assembler "hlt" instruction. | Mark Murray | 2002-09-21 | 1 | -0/+7 |
| * | Wrap GCC-specific asm() code in #ifdef __GNUC__ | Mark Murray | 2002-09-21 | 1 | -0/+2 |
| * | Fix a 3 year old oversight: Remove the #ifdef/#endif pair now that there | Poul-Henning Kamp | 2002-09-21 | 2 | -4/+0 |
| * | Axe unused include. | John Baldwin | 2002-09-20 | 1 | -1/+0 |
| * | We need neither <sys/diskslice.h> nor <sys/disklabel.h> here. | Poul-Henning Kamp | 2002-09-20 | 1 | -2/+0 |
| * | For reasons now lost in historical fog, the bounds_check_with_label() | Poul-Henning Kamp | 2002-09-20 | 1 | -59/+0 |
| * | fork_trampoline() marks a trap frame. | John Baldwin | 2002-09-20 | 1 | -1/+2 |
| * | Use proper type for a variable used as a DDB symbol. | John Baldwin | 2002-09-20 | 1 | -1/+2 |
| * | Trim includes. | John Baldwin | 2002-09-20 | 1 | -2/+1 |
| * | Various style fixes, including moving db_print_backtrace() out of the | John Baldwin | 2002-09-20 | 1 | -32/+25 |
| * | This patch enables FreeBSD i686 MTRR support on Intel Pentium | Matthew N. Dodd | 2002-09-19 | 1 | -1/+1 |
| * | Implement db_print_backtrace() if DDB is compiled into the kernel. This | John Baldwin | 2002-09-19 | 1 | -0/+9 |
| * | From Christian Zander: | Matthew N. Dodd | 2002-09-19 | 1 | -2/+9 |
| * | Restore status register A of RTC at resume time. | Mitsuru IWASAKI | 2002-09-18 | 2 | -0/+2 |
| * | Implement C99's va_copy() macro. | Mike Barcroft | 2002-09-18 | 1 | -0/+3 |
| * | Don't reference cpu_fxsr unless CPU_ENABLE_SSE is defined. This fixes kernel | Maxim Sobolev | 2002-09-17 | 1 | -2/+8 |
| * | Initiate deorbit burn for the i386-only a.out related support. Moves are | Peter Wemm | 2002-09-17 | 5 | -32/+0 |
| * | Add kernel support needed for the KSE-aware libpthread: | Jonathan Mini | 2002-09-16 | 2 | -70/+304 |
| * | Add kernel support needed for the KSE-aware libpthread: | Jonathan Mini | 2002-09-16 | 5 | -18/+42 |
| * | Add kernel support needed for the KSE-aware libpthread: | Jonathan Mini | 2002-09-16 | 6 | -85/+224 |
| * | Allocate KSEs and KSEGRPs separatly and remove them from the proc structure. | Julian Elischer | 2002-09-15 | 1 | -1/+1 |
| * | Some BIOSs are using MTRR values that are only documented under NDA | David Malone | 2002-09-15 | 1 | -0/+11 |
| * | Whitespace consistency fix from addition of IAHD_REG_PRETTY_PRINT: use | Robert Watson | 2002-09-11 | 1 | -1/+1 |
| * | Make sure a $PIR table header has a valid length before accepting the table | John Baldwin | 2002-09-09 | 1 | -1/+2 |
| * | #include "opt_bla.h" goes first says Bruce. | Poul-Henning Kamp | 2002-09-09 | 1 | -2/+2 |
| * | Use "options " rather than "options<tab>". | Jun Kuriyama | 2002-09-09 | 1 | -2/+2 |
| * | Fix style(9) bugs. | Poul-Henning Kamp | 2002-09-08 | 1 | -2/+2 |
| * | Fill out two fields (si_pid, si_uid) in the siginfo structure handed back | Juli Mallett | 2002-09-07 | 1 | -0/+2 |
| * | Match the more modern ports and comment the filling of POSIX parts of siginfo | Juli Mallett | 2002-09-07 | 1 | -1/+1 |
| * | Automatically enable CPU_ENABLE_SSE (detect and enable SSE instructions) | Peter Wemm | 2002-09-07 | 4 | -0/+28 |
| * | Zap the implementations of the i386-aout specific cpu_coredump function. | Peter Wemm | 2002-09-07 | 1 | -34/+0 |