| Commit message (Expand) | Author | Age | Files | Lines |
* | adjust mbuf length right in route_output(). | ume | 2001-07-04 | 1 | -1/+7 |
* | When the link-layer address of a router changes, select the | ume | 2001-07-04 | 1 | -0/+18 |
* | Check the void * argument in the AC_FOUND_DEV case against NULL. Whether | mjacob | 2001-07-04 | 7 | -1/+16 |
* | Follow Bruce's suggestions. They're probably wrong, but better than before. | mjacob | 2001-07-04 | 1 | -3/+10 |
* | Add code, imperfect though it may be, for CAM_NEW_TRAN_CODE compilation. | mjacob | 2001-07-04 | 1 | -11/+115 |
* | Implement mwakeup, mwakeup_one, cv_signal_drop and cv_broadcast_drop. | jake | 2001-07-04 | 4 | -6/+58 |
* | Constify the format string. | des | 2001-07-03 | 2 | -2/+2 |
* | Make the code to read the kernel message buffer via sysctl machine- | tmm | 2001-07-03 | 3 | -84/+45 |
* | properly check DES weak key. KAME PR 363. | ume | 2001-07-03 | 1 | -5/+2 |
* | * simplify | cg | 2001-07-03 | 2 | -823/+325 |
* | Remove spl's in uio_yield() that are covered by the sched_lock. | jhb | 2001-07-03 | 1 | -3/+0 |
* | remove obsolete typedefs. | cg | 2001-07-03 | 3 | -7/+5 |
* | use TAILQ_FOREACH() in searching address list | ume | 2001-07-03 | 1 | -2/+1 |
* | Add Transmeta Crusoe LongRun support. | iwasaki | 2001-07-03 | 2 | -0/+396 |
* | Remove commented-out garbage that skipped updating schedcpu() stats for | jhb | 2001-07-03 | 1 | -2/+0 |
* | Just check p_oncpu when determining if a process is executing or not. | jhb | 2001-07-03 | 1 | -4/+1 |
* | Axe spl's that are covered by the sched_lock (and have been for quite | jhb | 2001-07-03 | 1 | -30/+4 |
* | Include the wait message and channel for msleep() in the KTR tracepoint. | jhb | 2001-07-03 | 1 | -1/+2 |
* | Fix a XXX comment by moving the initialization of the number of pbuf's | jhb | 2001-07-03 | 1 | -9/+9 |
* | Remove bogus need_resched() of the current CPU in roundrobin(). | jhb | 2001-07-03 | 1 | -3/+6 |
* | Grab Giant around postsig() since sendsig() can call into the vm to | jhb | 2001-07-03 | 2 | -6/+2 |
* | Quiet warning by removing ast() prototype. | jhb | 2001-07-03 | 2 | -2/+0 |
* | Allow Giant to be recursed when a process terminates. | jhb | 2001-07-03 | 6 | -12/+12 |
* | Correct obviously wrong mistakes. | green | 2001-07-02 | 3 | -3/+3 |
* | Add a couple of major numbers for ICP Vortex (who were acquired by Intel, | msmith | 2001-07-02 | 1 | -0/+2 |
* | gif(4) and stf(4) modernization: | brooks | 2001-07-02 | 18 | -203/+287 |
* | Add kernel infrastructure for network device cloning. | brooks | 2001-07-02 | 4 | -5/+242 |
* | A slightly more complete change to timeouts: | mjacob | 2001-07-02 | 4 | -14/+31 |
* | make it compile again in -current | mjacob | 2001-07-02 | 1 | -1/+1 |
* | Reviewed by: Matthew Jacob | lars | 2001-07-02 | 1 | -1/+1 |
* | While in there fixing a fragment logging bug, fix it so we log | cjc | 2001-07-02 | 1 | -8/+11 |
* | Detect the device on e.g. Dell OptiPlex GX110s. | green | 2001-07-02 | 1 | -0/+1 |
* | Make all this compile on 4.3, modulus sbuf. | green | 2001-07-02 | 4 | -3/+15 |
* | Add device ID for the OHCI controller in the Apple KeyLargo chip. | benno | 2001-07-02 | 2 | -0/+10 |
* | Fixed warning message. | nyan | 2001-07-02 | 2 | -6/+4 |
* | Fixed to support C-NET(9N)E. | nyan | 2001-07-02 | 1 | -9/+2 |
* | Minor style(9) changes before I get going. | imp | 2001-07-02 | 1 | -41/+40 |
* | Fix a couple of compile warnings because WLDEBUG and WLCACHE were | imp | 2001-07-02 | 1 | -2/+8 |
* | Move wl driver to dev/wl. Repo copied to dev/wl, the old copies | imp | 2001-07-02 | 6 | -2785/+3 |
* | Bump config version. | imp | 2001-07-02 | 5 | -5/+5 |
* | Repo copy i82586.h to dev/ic/i82586.h. | imp | 2001-07-02 | 2 | -333/+1 |
* | Combine a couple of tests to reduce the indentation level. | imp | 2001-07-01 | 1 | -9/+7 |
* | Some interrelated interrupt changes. | imp | 2001-07-01 | 2 | -15/+49 |
* | Write zeros into the base/bounds register bars. We need to do this | imp | 2001-07-01 | 1 | -0/+16 |
* | First cut at getting the pcic controller and power information for | imp | 2001-07-01 | 1 | -32/+62 |
* | Clarify some of the 3.3V code with better comments. Also, since the | imp | 2001-07-01 | 1 | -6/+12 |
* | Add comments explaining why we do the somewhat odd irq mapping on PC98 | imp | 2001-07-01 | 1 | -0/+7 |
* | Minor whitespace nit. | imp | 2001-07-01 | 2 | -2/+2 |
* | Obrien created this directory, but I didn't cvs add cvsignore | imp | 2001-07-01 | 1 | -0/+1 |
* | Don't need the .keep_me files. Obrien and I committed past each other. | imp | 2001-07-01 | 13 | -6/+6 |