| Commit message (Expand) | Author | Age | Files | Lines |
* | - 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 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 13 | -23/+23 |
* | Move a bunch of flags from the KSE to the thread. | julian | 2003-02-17 | 1 | -1/+1 |
* | Remove #include <sys/dkstat.h> | phk | 2003-02-16 | 2 | -2/+0 |
* | Switch to using the TSC code in i386/i386/tsc.c. | phk | 2003-02-11 | 1 | -114/+1 |
* | Split the global timezone structure into two integer fields to | phk | 2003-02-03 | 1 | -2/+2 |
* | Split statclock into statclock and profclock, and made the method for driving | jake | 2003-02-03 | 2 | -8/+28 |
* | Catch more uses of MIN(). | alfred | 2003-02-02 | 1 | -1/+0 |
* | Consolidate MIN/MAX macros into one place (param.h). | alfred | 2003-02-02 | 2 | -4/+0 |
* | Make tsc_freq a 64bit quantity. | phk | 2003-01-29 | 1 | -5/+7 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 13 | -23/+23 |
* | - Add inline functions for {ll,l,}abs() to libkern. | mdodd | 2003-01-15 | 1 | -11/+0 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 3 | -3/+3 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 1 | -1/+1 |
* | Set %bx register instead of %di register, see vbe3.0, page 45. | davidxu | 2002-12-26 | 1 | -1/+1 |
* | Use the correct value when writing the Day Of Week byte in the CMOS. | phk | 2002-12-04 | 1 | -1/+1 |
* | Add getcontext, setcontext, and swapcontext as system calls. | deischen | 2002-11-16 | 1 | -2/+2 |
* | network interface and link layer changes: | sam | 2002-11-15 | 4 | -73/+31 |
* | Fix instances of macros with improperly parenthasized arguments. | alfred | 2002-11-09 | 1 | -1/+1 |
* | - Convert to newbus, bus_space etc. | mdodd | 2002-11-05 | 2 | -1700/+0 |
* | Fix typo. ioport_rid should be irq_rid. | davidxu | 2002-11-05 | 1 | -1/+1 |
* | Merge PC98 changes. | mdodd | 2002-11-02 | 1 | -30/+60 |
* | Handle hints for the atspeaker device. | mdodd | 2002-10-28 | 1 | -1/+25 |
* | Finish fixing the 5.x FPU code for dealing with signal handlers. | peter | 2002-10-25 | 1 | -0/+1 |
* | - New-bussify the rc(4) device driver. | jhb | 2002-10-23 | 3 | -1738/+0 |
* | Add an identify method that creates a pmtimer0 device if it doesn't alreedy | jhb | 2002-10-22 | 1 | -2/+19 |
* | Use if_printf() instead of printf() to print diagnositic messages in the | brooks | 2002-10-21 | 1 | -9/+6 |
* | Use if_printf(ifp, "blah") instead of | brooks | 2002-10-21 | 1 | -22/+15 |
* | Remove a boatload of '&' which are surplus to the requirements. | phk | 2002-10-20 | 2 | -82/+82 |
* | Hide inline assembly if lint is defined. | phk | 2002-10-20 | 1 | -1/+1 |
* | 1. Fix a comment. Locking _is_ needed (but not done). | iwasaki | 2002-10-17 | 1 | -12/+8 |
* | Be consistent about funtions being static. | phk | 2002-10-16 | 6 | -19/+31 |
* | NB: This commit does *NOT* make GEOM the default in FreeBSD | phk | 2002-10-05 | 1 | -1/+3 |
* | Remove duplicate make_dev() calls. | mdodd | 2002-10-04 | 1 | -4/+0 |