summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Apply style(9). [best I could]obrien2000-10-231-35/+40
* Apply style(9).obrien2000-10-231-48/+47
* Get rid of the last traces of ACTUALLY_LKM_NOT_KERNELphk2000-10-232-3/+1
* Sort the #define's.obrien2000-10-231-38/+38
* Minimal set of diffs from the i386 bits to the AlphaLinux.obrien2000-10-231-1/+1
* Re-order the #define's into a more logical one.obrien2000-10-231-17/+18
* be careful on mbuf overrun on ctlinput.itojun2000-10-233-3/+17
* kame 1.32 -> 1.33itojun2000-10-231-1/+27
* We need to explicitly tell the args struct for COMPAT functions we useobrien2000-10-231-4/+13
* Somehow I left out sycall #98obrien2000-10-221-0/+1
* Minor whitespace cleanup.obrien2000-10-221-6/+5
* Minimal set of diffs from the i386 bits to the AlphaLinux.obrien2000-10-221-234/+408
* Don't bogusly include <struct.h>phk2000-10-221-3/+13
* Don't rely on <sys/queue.h> to bogusly include <struct.h>.phk2000-10-221-0/+3
* Moved prototypes of isa_alloc_resourcev() and isa_load_resourcev() tonyan2000-10-223-10/+15
* Rev 1.41 was committed from wrong diff, now do it right.bp2000-10-222-2/+2
* Make LINT compile again.phk2000-10-223-3/+2
OpenPOWER on IntegriCloud