summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Set the DC_TX_INTR_ALWAYS and DC_TX_STORENFWD flags for the Davicomwpaul2000-10-252-4/+4
* Add a missing SK_UNLOCK() to sk_attach_xmac().wpaul2000-10-252-0/+2
* Move the call to extend_heap() from main to start so that if our BSSdfr2000-10-252-3/+6
* Don't build start.S as part of libalpha.a - its built specially.dfr2000-10-251-1/+1
* Don't indirect through a null pointer if we run out of kernel filenames.dfr2000-10-251-1/+1
* Make a few functions inline to save space.dfr2000-10-251-3/+3
* Bring cpuinfo closer to what it looks like in Linux 2.2.des2000-10-253-33/+141
* Add /proc/<pid>/status and /proc/<pid>/stat (the latter being mostlydes2000-10-259-15/+560
* - Add atomic_cmpset_{acq_,rel_,}_longjhb2000-10-252-0/+104
* This driver doesn't have a software interrupt handler, so don't attempt tojhb2000-10-251-8/+0
* Catch up to the new software interrupt code.jhb2000-10-252-6/+8
* - Catch up to new software interrupt code.jhb2000-10-253-9/+9
* - Remove unneeded machine/ipl.h #include.jhb2000-10-251-6/+1
* Catch up to the new swi code.jhb2000-10-255-16/+4
* We now keep the ip_id field in network byte order all theru2000-10-252-0/+8
* Fast interrupts have no associated process, therefore do not tryps2000-10-254-44/+52
* The USB scanner driver. To be used together with SANE.n_hibma2000-10-259-0/+684
* Regen.n_hibma2000-10-252-16/+134
* Sync with NetBSDn_hibma2000-10-251-7/+29
* Major update to the 'twe' driver.msmith2000-10-2510-1415/+2735
* - Overhaul the software interrupt code to use interrupt threads for eachjhb2000-10-2560-792/+539
* Get rid of ridiculous ISP_PVS macro. Instead, just set anmjacob2000-10-251-6/+7
* Whoops! Forgot to commit this when I committed the other (turnin on locks)mjacob2000-10-252-26/+52
* Quite some warnings.jhb2000-10-253-9/+9
* fix bogus cast in osf1_getrlimit/osf1_setrlimitgallatin2000-10-251-4/+4
* Implement atomic_{set,clear,add,subtract}_{acq_,rel_,}_ptr()jhb2000-10-251-12/+26
* Only use 1 set of memory barrier operations with the atomic_*_{acq,rel}_ptrjhb2000-10-251-2/+0
* teach the osf1_getsysinfo() function about a few more fieldsgallatin2000-10-252-8/+70
* - Forward declare struct mtx instead of #include'ing sys/mutex.hjhb2000-10-252-2/+4
* - Catch a machine/mutex.h -> sys/mutex.h I somehow missed.jhb2000-10-251-3/+3
* - Make the eventhandler_mutex mutex a private variable injhb2000-10-252-4/+4
* Eliminate some bitrot (nonexisting member variable names).tegge2000-10-242-10/+10
* Style fixes.tegge2000-10-242-1566/+1684
* Convert the USB ethernet drivers to use mutexes. Also convertwpaul2000-10-247-176/+232
* Make RPC timeout message more readable.tegge2000-10-242-8/+20
* * Various fixes to breakage introduced by the atomic and mutex reorgs.dfr2000-10-2414-86/+173
* Since neither archie nor I work at Whistle any more, change our emailjulian2000-10-2445-46/+46
* Fix the problem with DMA mode not working on Aladdin chips.sos2000-10-241-2/+1
* Adjust commentsobrien2000-10-244-16/+40
* * Update commentsobrien2000-10-244-80/+124
* Problem to avoid processes getting stuck in "vmopar". From Ian'sdwmalone2000-10-2414-26/+62
* Added the CAM-ified wds driver for the ancient WD7000 SCSI card.babkin2000-10-241-0/+1443
* Added lines for the wds driver.babkin2000-10-243-0/+13
* Don't dink with interrupts in vm_page_zero_idle(). This code assumed itjhb2000-10-232-20/+2
* CURTHD now defines in globals.hmjacob2000-10-231-0/+2
* Move bogus proc reference stuff into <machine/globals.h>. There is nomjacob2000-10-234-8/+9
* Put back inclusion of proc.h so that alpha kernels (at the very least)mjacob2000-10-231-0/+1
* Add PC-Card/ISA SCSI host adpater drivers from NetBSD/pc98non2000-10-2329-0/+10072
* Generate LOTS of warnings to remind the SMPng crew to fix the curprocphk2000-10-231-0/+4
* Do not recursively include <sys/proc.h>phk2000-10-231-1/+0
OpenPOWER on IntegriCloud