| Commit message (Expand) | Author | Age | Files | Lines |
* | Grab Giant around calls to contigmalloc() and contigfree() so | mux | 2003-03-13 | 1 | -1/+8 |
* | - Added support for multiple page directory pages to pmap_pinit and | jake | 2003-03-12 | 1 | -83/+57 |
* | Use bus_space_handle_t to represent host port and virtual addresses; | jake | 2003-03-11 | 1 | -12/+12 |
* | Note that MAJOR_AUTO is now the default if d_maj is not initialized. This | phk | 2003-03-09 | 1 | -1/+0 |
* | Update the DRM to latest from DRI CVS. This is approximately the version | anholt | 2003-03-09 | 1 | -6/+5 |
* | Initialize eflags in fake frame to default value rather than random one. | davidxu | 2003-03-08 | 1 | -0/+1 |
* | Instrument sysarch() MD privileged I/O access interfaces with a MAC | rwatson | 2003-03-06 | 1 | -0/+6 |
* | 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 |
* | Replace calls to WITNESS_SLEEP() and witness_list() with equivalent calls | jhb | 2003-03-04 | 1 | -7/+2 |
* | Wrap the hyperthreading support code with the HTT kernel option. | jhb | 2003-03-04 | 4 | -0/+64 |
* | 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 | 25 | -332/+187 |
* | Clean up whitespace and remove register keyword. | des | 2003-03-03 | 4 | -49/+49 |
* | More caddr_t removal, in conjunction with copy{in,out}(9) this time. | des | 2003-03-03 | 4 | -25/+21 |
* | More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9). | des | 2003-03-02 | 9 | -37/+37 |
* | Add support for the Elan CPU hardware watchdog used in "active" mode. | phk | 2003-02-27 | 1 | -0/+65 |
* | Expand some #ifdef's to fix I386_CPU compile. | jhb | 2003-02-27 | 1 | -1/+3 |
* | Remove some long unused declarations. (For example, the PV flags have not | alc | 2003-02-27 | 1 | -6/+0 |
* | Use MAJOR_AUTO. | phk | 2003-02-27 | 1 | -2/+1 |
* | NODEVFS cleanup: | phk | 2003-02-27 | 2 | -12/+6 |
* | Change the process flags P_KSES to be P_THREADED. | julian | 2003-02-27 | 3 | -3/+3 |
* | Implemented "nooption" and "nomakeoption" config(8) tokens. | ru | 2003-02-26 | 2 | -9/+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 |
* | Better to not know anything about KSE. | davidxu | 2003-02-26 | 1 | -2/+0 |
* | Correctly set BUS_SPACE_MAXSIZE in all the busdma backends. | mux | 2003-02-26 | 3 | -3/+3 |
* | Move most everything back to a MI NOTES, and use "nodevice" in MD NOTES | obrien | 2003-02-25 | 2 | -190/+4 |
* | - Added inlines pmap_is_current, pmap_is_alternate and pmap_set_alternate | jake | 2003-02-25 | 2 | -26/+41 |
* | Remove an unsafe KASSERT. | davidxu | 2003-02-25 | 1 | -1/+0 |
* | Cleanup of the d_mmap_t interface. | mux | 2003-02-25 | 6 | -24/+20 |
* | - Removed UMAXPTDI and UMAXPTEOFF. | jake | 2003-02-24 | 2 | -3/+1 |
* | Correctly map SIGSYS signal to/from Linux. | kan | 2003-02-24 | 2 | -3/+3 |
* | The mpbiosreason variable does not used for pc98. | nyan | 2003-02-24 | 3 | -0/+6 |
* | Use the direct mapping of IdlePTD setup in locore for proc0's page directory, | jake | 2003-02-24 | 1 | -8/+2 |
* | Allow machines with one CPU and a valid mp table to boot an SMP kernel. | tegge | 2003-02-23 | 3 | -0/+6 |
* | Previous commit missed a 1 that should be NGPTD, and an NPDEPG that should | jake | 2003-02-23 | 3 | -2/+3 |
* | - Added macros NPGPTD, NBPTD, and NPDEPTD, for dealing with the size of the | jake | 2003-02-23 | 6 | -14/+20 |
* | Move MD devices to <machine>/conf/NOTES. | nyan | 2003-02-23 | 1 | -1/+183 |
* | - Added macros PDESHIFT and PTESHIFT, use these instead of magic constants | jake | 2003-02-23 | 4 | -8/+12 |
* | The root of the splay tree maintained within the pm_pteobj always refers | alc | 2003-02-22 | 2 | -26/+9 |
* | unsigned -> pt_entry_t. | jake | 2003-02-22 | 1 | -4/+4 |
* | Change the console interface to pass a "struct consdev *" instead of a | phk | 2003-02-20 | 1 | -3/+3 |
* | Regen from syscalls.master 1.50. | tjr | 2003-02-20 | 3 | -6/+6 |
* | Mark linux_getpid(), linux_getuid() and linux_getgid() as MPSAFE. | tjr | 2003-02-20 | 1 | -3/+3 |
* | Fix fumble in rev 1.525. pmap_kenter()'s second argument is a physical | peter | 2003-02-20 | 1 | -1/+1 |
* | #include "opt_cpu.h" so we notice our options. | phk | 2003-02-19 | 1 | -0/+1 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 27 | -49/+49 |
* | Initiate de-orbit burn for USE_PCI_BIOS_FOR_READ_WRITE. This has been | peter | 2003-02-18 | 4 | -278/+56 |
* | Move a bunch of flags from the KSE to the thread. | julian | 2003-02-17 | 4 | -8/+5 |