| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | OFF_T -> OFF (more standard style) | ache | 2001-08-15 | 10 | -20/+20 |
* | The 'astpending' variable is already declared in trap.c (and unused in | jhb | 2001-08-15 | 1 | -1/+0 |
* | FreeBSD doesn't use a want_resched variable. Instead, the PS_NEEDRESCHED | jhb | 2001-08-15 | 3 | -15/+0 |
* | Add OFF_T_MAX/OFF_T_MIN | ache | 2001-08-15 | 6 | -0/+18 |
* | Add OFF_T_MAX/OFF_T_MIN | ache | 2001-08-15 | 4 | -0/+12 |
* | Tweak the interrupt handler so that we call the txeof handler more often, | wpaul | 2001-08-15 | 2 | -4/+10 |
* | Convert the if_sis and if_rl drivers to use the bus_dma API instead of | wpaul | 2001-08-15 | 4 | -67/+359 |
* | Teach bus_dmamem_free() about contigfree(). This is a bit of a hack, | wpaul | 2001-08-15 | 3 | -1/+10 |
* | Old business: some SMP support. | mjacob | 2001-08-15 | 1 | -8/+16 |
* | Old business: be able to disable processor configuration from resource. | mjacob | 2001-08-15 | 1 | -11/+32 |
* | Whitespace fixes to make this mostly fit in 80 columns. | jhb | 2001-08-15 | 2 | -66/+124 |
* | Don't dump on the label sector or below. This avoids clobbering the | bde | 2001-08-15 | 2 | -4/+5 |
* | There is no tcic driver, so no need to list it here. | imp | 2001-08-15 | 1 | -1/+0 |
* | Style changes to commonize the various platforms. | obrien | 2001-08-15 | 3 | -27/+27 |
* | Sync up with the latest ansi.h in other platforms -- especially RUNE and | obrien | 2001-08-15 | 1 | -20/+46 |
* | No tokens should follow #endif. | obrien | 2001-08-15 | 1 | -2/+2 |
* | In order to bring about the end of the universe, delete the lines: | peter | 2001-08-15 | 6 | -12/+0 |
* | Merge from stable (which seems to have been spammed at some point in current): | imp | 2001-08-14 | 2 | -3/+12 |
* | Implement PIOCSRESOURCE for mecia like we do for pcic. | imp | 2001-08-14 | 1 | -1/+37 |
* | Minor style(9) nits to make code more readable | imp | 2001-08-14 | 1 | -4/+3 |
* | Implement kernel semaphores. | jasone | 2001-08-14 | 3 | -0/+238 |
* | Fix yet another "unconditionally free()ing memory without even checking | wpaul | 2001-08-14 | 1 | -1/+7 |
* | Treat min,max of 0,0 for IRQ special. Reject it if we didn't specifically | imp | 2001-08-14 | 1 | -3/+26 |
* | For TI12xx and newer, clear register 0x84. This is the "Multimedia" | imp | 2001-08-14 | 2 | -15/+37 |
* | linux ls fails on DEVFS /dev because linux_getdents fails because | phk | 2001-08-14 | 1 | -4/+22 |
* | Try to support the Cirrus Logic PD6833 better in pci mode. This is | imp | 2001-08-14 | 2 | -18/+42 |
* | Add a GENERIC kernel config for sparc64. | jake | 2001-08-14 | 2 | -0/+33 |
* | Add some definitions that got left out, *blush*. | jake | 2001-08-14 | 1 | -0/+22 |
* | Don't define ELF_RTLD_ADDR twice. | jake | 2001-08-14 | 1 | -1/+0 |
* | In prom_halt(), set the halt restart flags on the current CPU, not the | jhb | 2001-08-13 | 1 | -2/+1 |
* | Remove IPI_HALT to make way for a more correct fix for halts and restarts | jhb | 2001-08-13 | 4 | -23/+0 |
* | Minor style nits: cleanup and add some function prototypes. | jhb | 2001-08-13 | 1 | -2/+5 |
* | Add sx_try_upgrade() and sx_downgrade(). | jasone | 2001-08-13 | 2 | -0/+50 |
* | Fix an bug in FreeBSD attach routine - attaching MII interfaces before doing | semenu | 2001-08-13 | 2 | -18/+14 |
* | Add support for 802.1Q VLAN and oversized ethernet frames. | semenu | 2001-08-13 | 6 | -9/+71 |
* | Spell "FreeBSD" with "F" and "BSD" in uppercase. | ru | 2001-08-13 | 1 | -1/+1 |
* | Use interrupt gates instead of trap gates for breakpoint and trace | bde | 2001-08-13 | 2 | -4/+4 |
* | Removed he BPTTRAP() macro and its use. It was intended for restoring | bde | 2001-08-13 | 3 | -12/+6 |
* | Fixed minor numbers when there is more than one cy card. | bde | 2001-08-13 | 3 | -18/+45 |
* | Use ttymalloc() instead of a static array of `struct tty'. This will | bde | 2001-08-13 | 3 | -45/+6 |
* | Fix some trivial bugs. | iwasaki | 2001-08-12 | 2 | -20/+24 |
* | Remove unused nmdmpoll function. | mp | 2001-08-11 | 1 | -63/+0 |
* | If we've panic'd already, then just bail in lockmgr rather than blocking or | jhb | 2001-08-10 | 1 | -0/+5 |
* | Make the protoswitch definitiosn checkable in the same way that | julian | 2001-08-10 | 2 | -30/+30 |
* | Fix some of the GDB linkage setup. The l_name member of the gdb linkage | wpaul | 2001-08-10 | 2 | -4/+28 |
* | Add an optimization where we check hte PS_ASTPENDING and PS_NEEDRESCHED | jhb | 2001-08-10 | 1 | -0/+10 |
* | - Close races with signals and other AST's being triggered while we are in | jhb | 2001-08-10 | 29 | -225/+111 |
* | Make witness compile w/o DDB. | jhb | 2001-08-10 | 1 | -1/+7 |
* | Style cleanup. | obrien | 2001-08-10 | 1 | -2/+2 |
* | Arbitrarily limit to 64k the number of bytes that can be read at | iedowse | 2001-08-10 | 2 | -0/+6 |