| Commit message (Expand) | Author | Age | Files | Lines |
* | o go ahead and route the interupt, even if it is supposedly unique. | imp | 2002-10-07 | 2 | -14/+24 |
* | Add conditionals to allow va_list to be defined in other headers. | mike | 2002-10-06 | 1 | -0/+4 |
* | o Add conditionals to allow va_list to be defined in other headers. | mike | 2002-10-06 | 1 | -4/+10 |
* | NB: This commit does *NOT* make GEOM the default in FreeBSD | phk | 2002-10-05 | 3 | -1/+7 |
* | Fix building of minimal kernels without npx by rearranging ifdefs. | deischen | 2002-10-05 | 1 | -11/+11 |
* | Fix namespace issues by using visibility conditionals from | mike | 2002-10-05 | 1 | -1/+3 |
* | style(9) <machine/setjmp.h> headers so they look mostly the same. | mike | 2002-10-04 | 1 | -5/+10 |
* | New bus_dma interfaces for use by crypto device drivers: | sam | 2002-10-04 | 2 | -0/+229 |
* | Fix a bogon in previous commit. bcopy() from the malloc'd memory that we | jhb | 2002-10-04 | 1 | -1/+1 |
* | Add another temporary hack to allow running older i386 binaries. | deischen | 2002-10-04 | 2 | -20/+18 |
* | Remove duplicate make_dev() calls. | mdodd | 2002-10-04 | 1 | -4/+0 |
* | newbus & bus_space the mcd(4) driver. | mdodd | 2002-10-04 | 3 | -2062/+0 |
* | Alas, poor matcd, I knew ye well. | scottl | 2002-10-04 | 7 | -3890/+0 |
* | Minor style(9) changes. | mdodd | 2002-10-04 | 1 | -9/+16 |
* | Remove duplicate calls to make_dev(). | mdodd | 2002-10-04 | 1 | -4/+0 |
* | Add 2 Ids for new ServerWorks host to PCI bridge chipset. | iwasaki | 2002-10-02 | 1 | -0/+8 |
* | Some kernel threads try to do significant work, and the default KSTACK_PAGES | scottl | 2002-10-02 | 2 | -17/+69 |
* | Removed bits related to MBRs now that they have a proper home in | bde | 2002-10-02 | 1 | -20/+0 |
* | The pmap_prefault_pageorder[] array was initialize with wrong values | phk | 2002-10-01 | 1 | -2/+2 |
* | Whitespace nit. | jhb | 2002-10-01 | 1 | -1/+1 |
* | Back our kernel support for reliable signal queues. | jmallett | 2002-10-01 | 1 | -2/+1 |
* | It is too much work convincing lint why we would want empty structures, | phk | 2002-10-01 | 2 | -0/+6 |
* | Use long long to indicate 64bitness in #ifdef lint. | phk | 2002-10-01 | 1 | -1/+6 |
* | A more lint friendly #ifdef lint section. | phk | 2002-10-01 | 1 | -19/+13 |
* | Add a missing include. | jmallett | 2002-10-01 | 1 | -0/+1 |
* | When working with sigset_t's, and needing to perform masking operations based | jmallett | 2002-10-01 | 1 | -1/+1 |
* | - Give legacy an identify routine that always adds 'legacy0' at an order | jhb | 2002-09-30 | 2 | -6/+21 |
* | Trash the PnPBIOStable pointer later on when we know that the acpi probe | jhb | 2002-09-30 | 2 | -6/+6 |
* | Turn back on the "SMP: AP CPU #N Launched!" message on normal boots. | obrien | 2002-09-30 | 3 | -6/+3 |
* | If GEOM is in the kernel, take these three out. I have no way of | phk | 2002-09-30 | 3 | -0/+9 |
* | Only print out the "SMP: AP CPU #N Launched!" message on verbose boots. | obrien | 2002-09-30 | 3 | -12/+12 |
* | Save the FP state in the PCB as that is compatable with releng4 binaries. | obrien | 2002-09-30 | 1 | -0/+10 |
* | Deal with some SMP races by doing the entire copyin at once rather | peter | 2002-09-28 | 1 | -15/+28 |
* | There is no need for start/num to be signed in i386_ldt_args. | peter | 2002-09-28 | 1 | -2/+2 |
* | Repair range checking for reading the ldt list. | peter | 2002-09-28 | 1 | -1/+1 |
* | Don't call function in return() for a void function. | phk | 2002-09-28 | 2 | -6/+10 |
* | Be consistent about "static" functions: if the function is marked | phk | 2002-09-28 | 4 | -4/+4 |
* | Add the pst (Promise SX6000) driver to GENERIC. | sos | 2002-09-27 | 1 | -0/+1 |
* | Move the aac driver from MI to MD NOTES. It is a long way from being | scottl | 2002-09-26 | 1 | -0/+6 |
* | 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 |
* | Back out last commit. Linux uses the old 4.3BSD sockaddr format. | mini | 2002-09-24 | 4 | -14/+10 |
* | use __packed. | alfred | 2002-09-23 | 6 | -20/+20 |
* | 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 |