| Commit message (Expand) | Author | Age | Files | Lines |
* | Nuke EPIC_MGETCLUSTER entirely. Since 1.60 we don't use it anymore and | bmilekic | 2003-02-21 | 1 | -13/+0 |
* | Missing M_TRYWAIT from so_upcall third argument. | peter | 2003-02-21 | 2 | -2/+2 |
* | NO_GEOM cleanup: | phk | 2003-02-21 | 10 | -40/+51 |
* | Some style fixes. | bmilekic | 2003-02-21 | 1 | -10/+10 |
* | NO_GEOM cleanup: | phk | 2003-02-21 | 13 | -16/+14 |
* | Overhaul the targets and hope this is now much more readable. | ru | 2003-02-21 | 2 | -61/+24 |
* | If UTS kernel is calling kse_wakeup for itself, do nothing. | davidxu | 2003-02-21 | 2 | -6/+12 |
* | Fix ATAPI/USB/Firewire CDROM drive handling in cd(4) and hopefully fix | ken | 2003-02-21 | 7 | -365/+1117 |
* | The ancient and outdated concept of "privileged ports" in UNIX-type | cjc | 2003-02-21 | 1 | -2/+15 |
* | Oops, forgot to put back debug level. | simokawa | 2003-02-21 | 1 | -1/+1 |
* | remove unused code. | simokawa | 2003-02-21 | 1 | -1/+2 |
* | Fix typo | simokawa | 2003-02-21 | 1 | -1/+1 |
* | Don't scan lun by myself while boot process leave it CAM to scan the bus. | simokawa | 2003-02-21 | 1 | -8/+27 |
* | Clean up viachan_init. | orion | 2003-02-21 | 1 | -9/+13 |
* | Fix assignment of record sgd_addr and clean up via8233chan_init. | orion | 2003-02-21 | 1 | -10/+13 |
* | On detach, don't remove the child from our list of children unless it has | scottl | 2003-02-20 | 1 | -1/+1 |
* | Change the console interface to pass a "struct consdev *" instead of a | phk | 2003-02-20 | 21 | -89/+110 |
* | First round off updates/fixes to the ATA driver. | sos | 2003-02-20 | 22 | -2456/+2606 |
* | First round off updates/fixes to the ATA driver. | sos | 2003-02-20 | 1 | -3/+8 |
* | Remove unused variables in the IPSEC case. | jlemon | 2003-02-20 | 2 | -2/+0 |
* | Implement a "sndbuf_getbufaddr" function and use it instead of vtophys(). | cognet | 2003-02-20 | 18 | -65/+100 |
* | Uncomment the xl(4) driver since it's now working properly | mux | 2003-02-20 | 1 | -1/+1 |
* | Add a dead_cdevsw which does its best to return ENXIO if at all possible. | phk | 2003-02-20 | 1 | -3/+53 |
* | 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 |
* | Add M_WAITOK | ume | 2003-02-20 | 1 | -1/+1 |
* | The completion queue is no longer used, so nuke its associated code | scottl | 2003-02-20 | 2 | -4/+0 |
* | Forgot to set KU_DOUPCALL in kse_wakeup. | davidxu | 2003-02-20 | 2 | -0/+2 |
* | Add a timeout parameter to kse_release. | davidxu | 2003-02-20 | 9 | -30/+62 |
* | Simplify page alignment. | marcel | 2003-02-20 | 4 | -44/+16 |
* | Fix fumble in rev 1.525. pmap_kenter()'s second argument is a physical | peter | 2003-02-20 | 2 | -2/+2 |
* | o Allow "buckets" in mb_alloc to be differently sized (according to | bmilekic | 2003-02-20 | 3 | -77/+117 |
* | Remove the PL_SHAREMOD flag from struct plimit, which could have been | tjr | 2003-02-20 | 4 | -21/+6 |
* | Add a "hw.syscons.bell" sysctl, which can disable the bell at syscons level. | cognet | 2003-02-20 | 1 | -1/+4 |
* | Remove duplicate includes. | cognet | 2003-02-20 | 6 | -7/+0 |
* | Merge diff between rev 1.08 and rev 1.11 of Tekram driver, this notably add | cognet | 2003-02-20 | 2 | -402/+733 |
* | Fix a serious bug when computing the index for the | bmilekic | 2003-02-20 | 1 | -1/+1 |
* | Adjust IRQ count for psim's OpenPIC model - it seems to be | grehan | 2003-02-20 | 1 | -0/+6 |
* | Catch up to latest KSE changes | grehan | 2003-02-20 | 2 | -6/+8 |
* | Move thread limits testing code up a bit. This let UPCALLING thread | davidxu | 2003-02-20 | 2 | -52/+54 |
* | Unbreak non-IPV6 compilation. | jlemon | 2003-02-19 | 2 | -8/+20 |
* | Fix a 64-bit bogon. The hardware command structure only has one 32 bit | scottl | 2003-02-19 | 2 | -3/+4 |
* | Add M_WAITOK | phk | 2003-02-19 | 2 | -3/+3 |
* | Add a TCP TIMEWAIT state which uses less space than a fullblown TCP | jlemon | 2003-02-19 | 18 | -235/+1067 |
* | Convert tcp_fillheaders(tp, ...) -> tcpip_fillheaders(inp, ...) so the | jlemon | 2003-02-19 | 5 | -82/+71 |
* | Make the aac driver be INTR_MPSAFE. Once the interrupt handler determines | scottl | 2003-02-19 | 2 | -38/+15 |
* | o Move the cleanup of the fib maps into aac_free_commands() so as to | scottl | 2003-02-19 | 2 | -33/+42 |
* | Correct comments. | jlemon | 2003-02-19 | 2 | -14/+8 |
* | Clean up delayed acks and T/TCP interactions: | jlemon | 2003-02-19 | 3 | -59/+58 |
* | #include "opt_cpu.h" so we notice our options. | phk | 2003-02-19 | 1 | -0/+1 |