| Commit message (Expand) | Author | Age | Files | Lines |
* | Now that we only probe host-PCI bridges once, we no longer have to check to | jhb | 2002-09-23 | 1 | -10/+0 |
* | Put verbose printf's in the PCI BIOS interrupt routing code under | jhb | 2002-09-23 | 2 | -2/+8 |
* | Update the nexus driver for the addition of the legacy driver: | jhb | 2002-09-23 | 2 | -113/+8 |
* | Hang apm off of the legacy device instead of the nexus. | jhb | 2002-09-23 | 2 | -2/+2 |
* | Change the nexus_pcib driver (eventually to be renamed to legacy_pcib) to | jhb | 2002-09-23 | 1 | -7/+7 |
* | Add a new legacy(4) device driver for use on machines that do not have | jhb | 2002-09-23 | 2 | -461/+112 |
* | PIC_GOTOFF is OBE. | peter | 2002-09-23 | 1 | -2/+0 |
* | use __packed, rather than __attribute__((packed)). | peter | 2002-09-23 | 1 | -4/+3 |
* | Don't use compatability syscall wrappers in emulation code. | mini | 2002-09-23 | 4 | -10/+14 |
* | 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 | 3 | -25/+26 |
* | - Move the init of %gs and pcb_gs before user_ldt_free(). | mdodd | 2002-09-22 | 1 | -13/+4 |
* | Moved nfs_diskless setup code from autoconf.c to nfsclient/nfs_diskless.c | jake | 2002-09-22 | 1 | -181/+1 |
* | Use the fields in the sysentvec and in the vm map header in place of the | jake | 2002-09-21 | 2 | -2/+2 |
* | Use a function instead of a non-portable, GCC-specific asm() entry. | markm | 2002-09-21 | 1 | -1/+2 |
* | A good dose of style.9. No functional change. | markm | 2002-09-21 | 1 | -21/+17 |
* | Code tidy-up. ISOfy, turn a macro into an inline for lint(1) (perhaps | markm | 2002-09-21 | 1 | -16/+15 |
* | Use a function instead of embedding non-portable asm() constructs | markm | 2002-09-21 | 2 | -2/+4 |
* | Sort includes. | markm | 2002-09-21 | 2 | -26/+28 |
* | Provide in inline function for the (GNUC) assembler "hlt" instruction. | markm | 2002-09-21 | 1 | -0/+7 |
* | Wrap GCC-specific asm() code in #ifdef __GNUC__ | markm | 2002-09-21 | 1 | -0/+2 |
* | Fix a 3 year old oversight: Remove the #ifdef/#endif pair now that there | phk | 2002-09-21 | 2 | -4/+0 |
* | Axe unused include. | jhb | 2002-09-20 | 2 | -2/+0 |
* | We need neither <sys/diskslice.h> nor <sys/disklabel.h> here. | phk | 2002-09-20 | 1 | -2/+0 |
* | For reasons now lost in historical fog, the bounds_check_with_label() | phk | 2002-09-20 | 1 | -59/+0 |
* | fork_trampoline() marks a trap frame. | jhb | 2002-09-20 | 1 | -1/+2 |
* | Use proper type for a variable used as a DDB symbol. | jhb | 2002-09-20 | 1 | -1/+2 |
* | Trim includes. | jhb | 2002-09-20 | 1 | -2/+1 |
* | Various style fixes, including moving db_print_backtrace() out of the | jhb | 2002-09-20 | 1 | -32/+25 |
* | This patch enables FreeBSD i686 MTRR support on Intel Pentium | mdodd | 2002-09-19 | 1 | -1/+1 |
* | Implement db_print_backtrace() if DDB is compiled into the kernel. This | jhb | 2002-09-19 | 1 | -0/+9 |
* | From Christian Zander: | mdodd | 2002-09-19 | 1 | -2/+9 |
* | 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 |
* | move wl (isa wavelan card, not "wi") to i386-only | peter | 2002-09-19 | 1 | -1/+6 |
* | move "profile 2" to i386 | peter | 2002-09-19 | 1 | -0/+4 |
* | move ncv, nsp, stg to i386-only section (there is no pc98-specific version) | peter | 2002-09-19 | 1 | -0/+14 |
* | Move dgb to the i386 section | peter | 2002-09-19 | 1 | -0/+11 |
* | Restore status register A of RTC at resume time. | iwasaki | 2002-09-18 | 2 | -0/+2 |
* | Implement C99's va_copy() macro. | mike | 2002-09-18 | 1 | -0/+3 |
* | Add /dev/soekris-errled device to control the Error-LED on Soekris cards/boxes. | phk | 2002-09-17 | 1 | -23/+136 |
* | Don't reference cpu_fxsr unless CPU_ENABLE_SSE is defined. This fixes kernel | sobomax | 2002-09-17 | 1 | -2/+8 |
* | Initiate deorbit burn for the i386-only a.out related support. Moves are | peter | 2002-09-17 | 5 | -34/+0 |
* | Add kernel support needed for the KSE-aware libpthread: | mini | 2002-09-16 | 1 | -35/+152 |
* | Add kernel support needed for the KSE-aware libpthread: | mini | 2002-09-16 | 4 | -14/+35 |
* | Add kernel support needed for the KSE-aware libpthread: | mini | 2002-09-16 | 5 | -81/+220 |
* | Allocate KSEs and KSEGRPs separatly and remove them from the proc structure. | julian | 2002-09-15 | 1 | -1/+1 |
* | makeLINT.sed replaced makeLINT.sh about 4 months ago. | mike | 2002-09-15 | 1 | -19/+0 |