| Commit message (Expand) | Author | Age | Files | Lines |
* | Move sx to i386/NOTES for the moment. I missed the | imp | 2004-04-12 | 1 | -0/+4 |
* | - is_physical_memory()'s parameter, which is a physical address, should be | alc | 2004-04-11 | 2 | -3/+2 |
* | - pmap_kenter_temporary()'s first parameter, which is a physical address, | alc | 2004-04-10 | 2 | -2/+2 |
* | - pmap_kenter_temporary() is unused by machine-independent code. Therefore, | alc | 2004-04-10 | 1 | -0/+1 |
* | I hate noticing bugs after committing. :-( | markm | 2004-04-09 | 1 | -1/+1 |
* | Add extra output to show when VIA C3 Nehemiah CPUs have hardware | markm | 2004-04-09 | 1 | -1/+11 |
* | Unify on version 1 to be similar to the rest of the tree. After 5-stable | njl | 2004-04-08 | 1 | -1/+1 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 49 | -196/+0 |
* | The bs driver was replaced with the ct(pc98) driver. takahashi-san | imp | 2004-04-07 | 11 | -5588/+0 |
* | Uncomment the cy driver since it works again. | bde | 2004-04-05 | 1 | -3/+2 |
* | Print cpu features for crusoe processors. | dfr | 2004-04-05 | 1 | -0/+2 |
* | Converted the isa probe and attach to new-bus so that this driver works | bde | 2004-04-05 | 1 | -45/+81 |
* | Moved initialization of the lock from the (isa) probe function to the | bde | 2004-04-05 | 1 | -6/+6 |
* | Remove avail_start on those platforms that no longer use it. (Only amd64 | alc | 2004-04-05 | 2 | -4/+0 |
* | Remove unused arguments from pmap_init(). | alc | 2004-04-05 | 1 | -2/+1 |
* | Move the definition of rss() from db_interface.c to cpufunc.h where | marcel | 2004-04-03 | 2 | -13/+8 |
* | Unbreak LED support on Elan cpus. | phk | 2004-04-03 | 1 | -6/+7 |
* | In some cases, sf_buf_alloc() should sleep with pri PCATCH; in others, it | alc | 2004-04-03 | 2 | -3/+3 |
* | Moved 3ware 9000 driver (twa) stuff from sys/conf/NOTES to /sys/i386/conf/NOTES. | vkashyap | 2004-04-02 | 1 | -0/+8 |
* | Fix booting with ps2 keyboards. | alfred | 2004-04-01 | 1 | -1/+0 |
* | Initial check-in of the device driver for 3ware's 9000 series | vkashyap | 2004-03-30 | 1 | -0/+1 |
* | Finish tidying up a couple of leftovers from the KSTACK_PAGES stuff. Some | peter | 2004-03-29 | 1 | -1/+0 |
* | Regen from ibcs2_wait() becoming MPSAFE. | rwatson | 2004-03-28 | 3 | -5/+4 |
* | ibcs2_wait() now MPSAFE. | rwatson | 2004-03-28 | 1 | -1/+1 |
* | Use the BSD madvise() syscall implementation for Linux binary emulation, | bms | 2004-03-28 | 5 | -8/+3 |
* | The kthread_create() API is supposed to allow you to create threads | wpaul | 2004-03-22 | 1 | -3/+4 |
* | Add an implementation of uiomove_fromphys() for i386. This implementation | alc | 2004-03-21 | 1 | -0/+132 |
* | Introduce the cpumask_t type. The purpose of the type is to create a | marcel | 2004-03-20 | 1 | -0/+1 |
* | Removed a vestige of the stl driver. | bde | 2004-03-18 | 1 | -312/+0 |
* | - Replace wait1() with a kern_wait() function that accepts the pid, | jhb | 2004-03-17 | 1 | -23/+15 |
* | remove stale comment since these limits have been increased YEARS ago... | jmg | 2004-03-17 | 1 | -3/+1 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 7 | -18/+14 |
* | Refactor the existing machine-dependent sf_buf_free() into a machine- | alc | 2004-03-16 | 1 | -18/+6 |
* | Regenerate. | jhb | 2004-03-15 | 3 | -6/+6 |
* | - Mark ABI syscalls that call wait4() MP safe as recent changes to | jhb | 2004-03-15 | 1 | -3/+3 |
* | Add arl(4): driver for Aironet Arlan 655 wireless adapters. | fjoe | 2004-03-15 | 1 | -0/+5 |
* | The PPS code needs to be much more brutal to avoid synchronism on | phk | 2004-03-15 | 1 | -14/+32 |
* | Shorten a long comment. | obrien | 2004-03-15 | 1 | -1/+1 |
* | Remove isa compat stuff. | imp | 2004-03-14 | 4 | -445/+0 |
* | Comment out the cy driver until I can make sure that the new cy driver | imp | 2004-03-14 | 1 | -2/+3 |
* | The gsc driver uses the old COMPAT_ISA api. Retire it so we can | imp | 2004-03-14 | 4 | -974/+0 |
* | Hints for the le driver are no longer necessary here. | imp | 2004-03-14 | 1 | -5/+0 |
* | The rdp driver uses the COMPAT_OLD api. This is being retired, so | imp | 2004-03-14 | 3 | -1589/+0 |
* | The spigot driver uses the old COMPAT_ISA interface. Retire it since | imp | 2004-03-14 | 3 | -401/+0 |
* | The le driver uses ISA_COMPAT, which is going away soon. Retire it | imp | 2004-03-14 | 5 | -2327/+0 |
* | Announce ethernet MAC addresss in ether_ifattach(). | mdodd | 2004-03-14 | 3 | -9/+0 |
* | stl and stli use the old COMPAT_ISA api. slt also uses the really old | imp | 2004-03-14 | 5 | -7980/+0 |
* | remove the ioctl files from the asc, ctx and wt drivers just removed | imp | 2004-03-14 | 3 | -114/+0 |
* | Remove straggler from gp driver removal | imp | 2004-03-14 | 1 | -27/+0 |
* | Remove gp driver. It uses the old COMPAT_ISA shims. | imp | 2004-03-14 | 3 | -1213/+0 |