| Commit message (Expand) | Author | Age | Files | Lines |
* | Give timecounters a numeric quality field. | phk | 2003-08-16 | 1 | -1/+2 |
* | remove acquire_timer0() and release_timer0() and related stuff. | phk | 2003-08-15 | 1 | -134/+2 |
* | As warned: Initiate deorbit burn for the pcaudio driver. | phk | 2003-08-15 | 1 | -563/+0 |
* | Add or correct range checking of signal numbers in system calls and | nectar | 2003-08-10 | 1 | -0/+2 |
* | Dont initialize a TSC timecounter until we know if it is broken or not. | phk | 2003-08-06 | 1 | -0/+1 |
* | Broke the warning that the cx driver (cronyx.c, cx,c and if_cx.c) uses | bde | 2003-08-06 | 1 | -0/+23 |
* | Don't use pessimal (u_short) types for i/o ports. This is mainly for | bde | 2003-08-05 | 3 | -3/+3 |
* | Changed the data types of three index variables, two of them | robert | 2003-07-27 | 1 | -3/+3 |
* | Initiate de-orbit burn for fpu-less operation. 386+387 is still | peter | 2003-07-22 | 1 | -25/+3 |
* | Make the 80x60, 132x25, 132x43, 132x50, and 132x60 VESA text modes | robert | 2003-07-18 | 1 | -0/+12 |
* | unifdef -DLAZY_SWITCH and start to tidy up the associated glue. | peter | 2003-07-10 | 1 | -4/+0 |
* | Silly compile fixes from resource_disabled() commit. | jhb | 2003-07-03 | 1 | -1/+0 |
* | - Use the new resource_disabled() helper function to see if devices are | jhb | 2003-07-02 | 1 | -2/+2 |
* | fix another LP64 problem. READ_IVAR takes a pointer to an uintptr_t, not | jmg | 2003-06-20 | 1 | -1/+3 |
* | - Use IDTVEC() to declare IPI handlers since they are also IDT vectors. | jhb | 2003-06-06 | 1 | -20/+14 |
* | Use __FBSDID(). | obrien | 2003-06-02 | 33 | -69/+104 |
* | Remove unused variable(s). | phk | 2003-05-31 | 1 | -9/+0 |
* | Don't rely on boolean expression evaluating to 1 or 0 by default. | phk | 2003-05-31 | 1 | -1/+1 |
* | Fix indentation. | phk | 2003-05-31 | 1 | -1/+1 |
* | Hang softc from dev_t | phk | 2003-05-31 | 1 | -6/+18 |
* | Eliminate potential overflows by allocating softc dynamically, | phk | 2003-05-31 | 1 | -30/+19 |
* | Style nits. | jhb | 2003-05-07 | 2 | -4/+8 |
* | Deprecate machine/limits.h in favor of new sys/limits.h. | kan | 2003-04-29 | 1 | -1/+1 |
* | After careful review of this driver, I'm pretty sure it would take a | imp | 2003-04-27 | 1 | -1157/+0 |
* | Don't include <sys/disklabel.h> | phk | 2003-04-16 | 1 | -1/+0 |
* | - Set if_unit, if_init, and ifq_maxlen. | mdodd | 2003-04-16 | 1 | -14/+17 |
* | Retire these files. | mdodd | 2003-04-07 | 2 | -189/+0 |
* | Use vm_paddr_t instead of vm_offset_t for the paddr parameter of vesa_mmap. | cognet | 2003-04-05 | 1 | -1/+1 |
* | Define ovbcopy() as a macro which expands to the equivalent bcopy() call, | des | 2003-04-04 | 1 | -4/+2 |
* | Commit a partial lazy thread switch mechanism for i386. it isn't as lazy | peter | 2003-04-02 | 2 | -1/+27 |
* | - In npxgetregs() use the td argument to save the fpu state from and not | jeff | 2003-04-01 | 1 | -2/+1 |
* | - In npxsetregs don't set the floating point if td == fpcurthread not if | jeff | 2003-03-31 | 1 | -1/+1 |
* | - Change ELINK_ID_PORT; the 3c507 likes 0x100 better. | mdodd | 2003-03-29 | 2 | -2/+19 |
* | - Add vm_paddr_t, a physical address type. This is required for systems | jake | 2003-03-25 | 3 | -4/+5 |
* | Retire sys/pc98/pc98/spkr.c | mdodd | 2003-03-24 | 1 | -2/+4 |
* | Use repo-copied files in sys/i386/bios. | mdodd | 2003-03-24 | 4 | -4/+4 |
* | - Use if_broadcastaddr from struct ifnet rather than relying on | mdodd | 2003-03-21 | 1 | -1/+1 |
* | Including <sys/stdint.h> is (almost?) universally only to be able to use | phk | 2003-03-18 | 1 | -1/+0 |
* | Note that MAJOR_AUTO is now the default if d_maj is not initialized. This | phk | 2003-03-09 | 1 | -1/+0 |
* | Finish driving a stake through the heart of netns and the associated | peter | 2003-03-05 | 1 | -5/+0 |
* | Make TTYHOG tunable. | das | 2003-03-05 | 2 | -0/+2 |
* | Make nokqfilter() return the correct return value. | phk | 2003-03-03 | 5 | -5/+5 |
* | Gigacommit to improve device-driver source compatibility between | phk | 2003-03-03 | 17 | -226/+133 |
* | More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9). | des | 2003-03-02 | 9 | -37/+37 |
* | Use MAJOR_AUTO. | phk | 2003-02-27 | 1 | -2/+1 |
* | NODEVFS cleanup: | phk | 2003-02-27 | 2 | -12/+6 |
* | msg | phk | 2003-02-26 | 1 | -9/+0 |
* | NODEVFS cleanup: Create devices with make_dev() instead of cdevsw_add() | phk | 2003-02-26 | 1 | -4/+1 |
* | Cleanup of the d_mmap_t interface. | mux | 2003-02-25 | 3 | -12/+11 |
* | Change the console interface to pass a "struct consdev *" instead of a | phk | 2003-02-20 | 1 | -3/+3 |