summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Don't overwrite inb, inw and outw.nyan2001-07-0412-225/+404
* adjust mbuf length right in route_output().ume2001-07-041-1/+7
* When the link-layer address of a router changes, select theume2001-07-041-0/+18
* Check the void * argument in the AC_FOUND_DEV case against NULL. Whethermjacob2001-07-047-1/+16
* Follow Bruce's suggestions. They're probably wrong, but better than before.mjacob2001-07-041-3/+10
* Add code, imperfect though it may be, for CAM_NEW_TRAN_CODE compilation.mjacob2001-07-041-11/+115
* Implement mwakeup, mwakeup_one, cv_signal_drop and cv_broadcast_drop.jake2001-07-044-6/+58
* Constify the format string.des2001-07-032-2/+2
* Make the code to read the kernel message buffer via sysctl machine-tmm2001-07-033-84/+45
* properly check DES weak key. KAME PR 363.ume2001-07-031-5/+2
* * simplifycg2001-07-032-823/+325
* Remove spl's in uio_yield() that are covered by the sched_lock.jhb2001-07-031-3/+0
* remove obsolete typedefs.cg2001-07-033-7/+5
* use TAILQ_FOREACH() in searching address listume2001-07-031-2/+1
* Add Transmeta Crusoe LongRun support.iwasaki2001-07-032-0/+396
* Remove commented-out garbage that skipped updating schedcpu() stats forjhb2001-07-031-2/+0
* Just check p_oncpu when determining if a process is executing or not.jhb2001-07-031-4/+1
* Axe spl's that are covered by the sched_lock (and have been for quitejhb2001-07-031-30/+4
* Include the wait message and channel for msleep() in the KTR tracepoint.jhb2001-07-031-1/+2
* Fix a XXX comment by moving the initialization of the number of pbuf'sjhb2001-07-031-9/+9
* Remove bogus need_resched() of the current CPU in roundrobin().jhb2001-07-031-3/+6
* Grab Giant around postsig() since sendsig() can call into the vm tojhb2001-07-032-6/+2
* Quiet warning by removing ast() prototype.jhb2001-07-032-2/+0
* Allow Giant to be recursed when a process terminates.jhb2001-07-036-12/+12
* Correct obviously wrong mistakes.green2001-07-023-3/+3
* Add a couple of major numbers for ICP Vortex (who were acquired by Intel,msmith2001-07-021-0/+2
* gif(4) and stf(4) modernization:brooks2001-07-0218-203/+287
* Add kernel infrastructure for network device cloning.brooks2001-07-024-5/+242
* A slightly more complete change to timeouts:mjacob2001-07-024-14/+31
* make it compile again in -currentmjacob2001-07-021-1/+1
* Reviewed by: Matthew Jacoblars2001-07-021-1/+1
* While in there fixing a fragment logging bug, fix it so we logcjc2001-07-021-8/+11
* Detect the device on e.g. Dell OptiPlex GX110s.green2001-07-021-0/+1
* Make all this compile on 4.3, modulus sbuf.green2001-07-024-3/+15
* Add device ID for the OHCI controller in the Apple KeyLargo chip.benno2001-07-022-0/+10
* Fixed warning message.nyan2001-07-022-6/+4
* Fixed to support C-NET(9N)E.nyan2001-07-021-9/+2
* Minor style(9) changes before I get going.imp2001-07-021-41/+40
* Fix a couple of compile warnings because WLDEBUG and WLCACHE wereimp2001-07-021-2/+8
* Move wl driver to dev/wl. Repo copied to dev/wl, the old copiesimp2001-07-026-2785/+3
* Bump config version.imp2001-07-025-5/+5
* Repo copy i82586.h to dev/ic/i82586.h.imp2001-07-022-333/+1
* Combine a couple of tests to reduce the indentation level.imp2001-07-011-9/+7
* Some interrelated interrupt changes.imp2001-07-012-15/+49
* Write zeros into the base/bounds register bars. We need to do thisimp2001-07-011-0/+16
* First cut at getting the pcic controller and power information forimp2001-07-011-32/+62
* Clarify some of the 3.3V code with better comments. Also, since theimp2001-07-011-6/+12
* Add comments explaining why we do the somewhat odd irq mapping on PC98imp2001-07-011-0/+7
* Minor whitespace nit.imp2001-07-012-2/+2
* Obrien created this directory, but I didn't cvs add cvsignoreimp2001-07-011-0/+1
OpenPOWER on IntegriCloud