| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Work around a race between msleep() and endtsleep() where it was possible | jhb | 2001-08-10 | 1 | -3/+23 |
* | Change callout_stop() to return an integer. If callout_stop() succeeds in | jhb | 2001-08-10 | 2 | -3/+4 |
* | Style nit: covert a couple of if (p_wchan) tests to if (p_wchan != NULL). | jhb | 2001-08-10 | 1 | -3/+3 |
* | mdoc(7) police: join split punctuation to macro calls. | ru | 2001-08-10 | 1 | -2/+2 |
* | Do NOT allocate a 1K buffer on the kernel stack. | julian | 2001-08-10 | 1 | -2/+12 |
* | Fix missing splx(). | yokota | 2001-08-10 | 1 | -0/+1 |
* | Eliminate the hot-spare 'r' in Arrray. | phk | 2001-08-10 | 1 | -1/+1 |
* | DO NOT ALLOCATE 2+K OBJECTS ON THE KERNEL STACK!!!! | julian | 2001-08-10 | 1 | -12/+25 |
* | - Remove asleep(), await(), and M_ASLEEP. | jhb | 2001-08-10 | 2 | -15/+2 |
* | - Remove asleep(), await(), and M_ASLEEP. | jhb | 2001-08-10 | 1 | -9/+0 |
* | - Remove asleep(), await(), and M_ASLEEP. | jhb | 2001-08-10 | 7 | -220/+4 |
* | Move ISA interrupt ISR and timeout routines to pcic from pcic_isa so | imp | 2001-08-10 | 3 | -75/+73 |
* | Type sanity: use uintptr_t * for read_ivar and u_int8_t instead of u_char | imp | 2001-08-10 | 2 | -3/+3 |
* | Rearrange the pcic_irq_type enum (and specifically tag the first one | imp | 2001-08-10 | 1 | -1/+1 |
* | Bump MAXCOMLEN from 16 to 19 to take advantage of 32-bit alignment. | jhb | 2001-08-10 | 2 | -2/+2 |
* | Correct copyright language. | jake | 2001-08-10 | 2 | -4/+4 |
* | Add code to program the tick register and to setup its interrupt handler. | jake | 2001-08-10 | 2 | -0/+99 |
* | Add early code to support interrupts. | jake | 2001-08-10 | 3 | -0/+164 |
* | Fake up the frame pointers on a process's initial stack so they can be | jake | 2001-08-10 | 1 | -9/+19 |
* | Handle all types of mmu misses from user mode. | jake | 2001-08-10 | 1 | -5/+16 |
* | Use the macro for getting the trap type from the trapframe. | jake | 2001-08-10 | 1 | -25/+68 |
* | Store 8 bytes instead of 4 in suword. Use a temporary stack that's known | jake | 2001-08-10 | 2 | -4/+56 |
* | Pass a context to tlb_store_slot, use a member(Sync) after setting the | jake | 2001-08-10 | 1 | -7/+19 |