| Commit message (Expand) | Author | Age | Files | Lines |
* | Set the DC_TX_INTR_ALWAYS and DC_TX_STORENFWD flags for the Davicom | wpaul | 2000-10-25 | 2 | -4/+4 |
* | Add a missing SK_UNLOCK() to sk_attach_xmac(). | wpaul | 2000-10-25 | 2 | -0/+2 |
* | Move the call to extend_heap() from main to start so that if our BSS | dfr | 2000-10-25 | 2 | -3/+6 |
* | Don't build start.S as part of libalpha.a - its built specially. | dfr | 2000-10-25 | 1 | -1/+1 |
* | Don't indirect through a null pointer if we run out of kernel filenames. | dfr | 2000-10-25 | 1 | -1/+1 |
* | Make a few functions inline to save space. | dfr | 2000-10-25 | 1 | -3/+3 |
* | Bring cpuinfo closer to what it looks like in Linux 2.2. | des | 2000-10-25 | 3 | -33/+141 |
* | Add /proc/<pid>/status and /proc/<pid>/stat (the latter being mostly | des | 2000-10-25 | 9 | -15/+560 |
* | - Add atomic_cmpset_{acq_,rel_,}_long | jhb | 2000-10-25 | 2 | -0/+104 |
* | This driver doesn't have a software interrupt handler, so don't attempt to | jhb | 2000-10-25 | 1 | -8/+0 |
* | Catch up to the new software interrupt code. | jhb | 2000-10-25 | 2 | -6/+8 |
* | - Catch up to new software interrupt code. | jhb | 2000-10-25 | 3 | -9/+9 |
* | - Remove unneeded machine/ipl.h #include. | jhb | 2000-10-25 | 1 | -6/+1 |
* | Catch up to the new swi code. | jhb | 2000-10-25 | 5 | -16/+4 |
* | We now keep the ip_id field in network byte order all the | ru | 2000-10-25 | 2 | -0/+8 |
* | Fast interrupts have no associated process, therefore do not try | ps | 2000-10-25 | 4 | -44/+52 |
* | The USB scanner driver. To be used together with SANE. | n_hibma | 2000-10-25 | 9 | -0/+684 |
* | Regen. | n_hibma | 2000-10-25 | 2 | -16/+134 |
* | Sync with NetBSD | n_hibma | 2000-10-25 | 1 | -7/+29 |
* | Major update to the 'twe' driver. | msmith | 2000-10-25 | 10 | -1415/+2735 |
* | - Overhaul the software interrupt code to use interrupt threads for each | jhb | 2000-10-25 | 60 | -792/+539 |
* | Get rid of ridiculous ISP_PVS macro. Instead, just set an | mjacob | 2000-10-25 | 1 | -6/+7 |
* | Whoops! Forgot to commit this when I committed the other (turnin on locks) | mjacob | 2000-10-25 | 2 | -26/+52 |
* | Quite some warnings. | jhb | 2000-10-25 | 3 | -9/+9 |
* | fix bogus cast in osf1_getrlimit/osf1_setrlimit | gallatin | 2000-10-25 | 1 | -4/+4 |
* | Implement atomic_{set,clear,add,subtract}_{acq_,rel_,}_ptr() | jhb | 2000-10-25 | 1 | -12/+26 |
* | Only use 1 set of memory barrier operations with the atomic_*_{acq,rel}_ptr | jhb | 2000-10-25 | 1 | -2/+0 |
* | teach the osf1_getsysinfo() function about a few more fields | gallatin | 2000-10-25 | 2 | -8/+70 |
* | - Forward declare struct mtx instead of #include'ing sys/mutex.h | jhb | 2000-10-25 | 2 | -2/+4 |
* | - Catch a machine/mutex.h -> sys/mutex.h I somehow missed. | jhb | 2000-10-25 | 1 | -3/+3 |
* | - Make the eventhandler_mutex mutex a private variable in | jhb | 2000-10-25 | 2 | -4/+4 |
* | Eliminate some bitrot (nonexisting member variable names). | tegge | 2000-10-24 | 2 | -10/+10 |
* | Style fixes. | tegge | 2000-10-24 | 2 | -1566/+1684 |
* | Convert the USB ethernet drivers to use mutexes. Also convert | wpaul | 2000-10-24 | 7 | -176/+232 |
* | Make RPC timeout message more readable. | tegge | 2000-10-24 | 2 | -8/+20 |
* | * Various fixes to breakage introduced by the atomic and mutex reorgs. | dfr | 2000-10-24 | 14 | -86/+173 |
* | Since neither archie nor I work at Whistle any more, change our email | julian | 2000-10-24 | 45 | -46/+46 |
* | Fix the problem with DMA mode not working on Aladdin chips. | sos | 2000-10-24 | 1 | -2/+1 |
* | Adjust comments | obrien | 2000-10-24 | 4 | -16/+40 |
* | * Update comments | obrien | 2000-10-24 | 4 | -80/+124 |
* | Problem to avoid processes getting stuck in "vmopar". From Ian's | dwmalone | 2000-10-24 | 14 | -26/+62 |
* | Added the CAM-ified wds driver for the ancient WD7000 SCSI card. | babkin | 2000-10-24 | 1 | -0/+1443 |
* | Added lines for the wds driver. | babkin | 2000-10-24 | 3 | -0/+13 |
* | Don't dink with interrupts in vm_page_zero_idle(). This code assumed it | jhb | 2000-10-23 | 2 | -20/+2 |
* | CURTHD now defines in globals.h | mjacob | 2000-10-23 | 1 | -0/+2 |
* | Move bogus proc reference stuff into <machine/globals.h>. There is no | mjacob | 2000-10-23 | 4 | -8/+9 |
* | Put back inclusion of proc.h so that alpha kernels (at the very least) | mjacob | 2000-10-23 | 1 | -0/+1 |
* | Add PC-Card/ISA SCSI host adpater drivers from NetBSD/pc98 | non | 2000-10-23 | 29 | -0/+10072 |
* | Generate LOTS of warnings to remind the SMPng crew to fix the curproc | phk | 2000-10-23 | 1 | -0/+4 |
* | Do not recursively include <sys/proc.h> | phk | 2000-10-23 | 1 | -1/+0 |