summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2000-03-26callout.h is goneTheo de Raadt
2000-03-26regenMichael Shalayeff
2000-03-26from netbsd: pci interrupt routing code.Michael Shalayeff
2000-03-26Fix typos.Aaron Campbell
2000-03-26Sync with NetBSD.Aaron Campbell
2000-03-26Regen.Aaron Campbell
2000-03-26Whoops.Aaron Campbell
2000-03-26Whoops, missed a file. BTW, these drivers came from NetBSD sources but wereAaron Campbell
2000-03-26Driver for USB Ethernet adapters based on the Kawasaki LSI KL5KUSB101B.Aaron Campbell
2000-03-26Regen.Aaron Campbell
2000-03-26Add 3COM460.Aaron Campbell
2000-03-26Fix an obvious typo.Aaron Campbell
2000-03-26Sync with NetBSD.Aaron Campbell
2000-03-26Regen.Aaron Campbell
2000-03-26New devices; from NetBSD.Aaron Campbell
2000-03-26Add RCS ID.Angelos D. Keromytis
2000-03-25if_gm attaches on pci, not macobio.Dale S. Rahn
2000-03-25Fix typo causing crash if ESP was used with only authentication orAngelos D. Keromytis
2000-03-25Add CRD_F_IV_PRESENT, to indicate encryption requests where anAngelos D. Keromytis
2000-03-25Busified.Dale S. Rahn
2000-03-24Make f_bsize signed. Having it unsigned causes surprising (and unwanted)Todd C. Miller
2000-03-24syncTheo de Raadt
2000-03-24newer qlc devicesTheo de Raadt
2000-03-24From NetBSD:Chris Cappuccio
2000-03-24Correct config mechanism for uni-north bridge.Dale S. Rahn
2000-03-23new cpu type switch code.Michael Shalayeff
2000-03-23new timeout code from openbsd (; remove extraneous includesMichael Shalayeff
2000-03-23new timeout code from netbsd; also remove trailing spaces and tabs, spaces in...Michael Shalayeff
2000-03-23Iiieeek! This kludge was almost funny.Artur Grabowski
2000-03-23Do not include <sys/callout.h>, it is never needed; art@Aaron Campbell
2000-03-23<sys/callout.h> is no longer.Aaron Campbell
2000-03-23Don't reinitialize the tsleep and ITIMER_REAL timers all the time.Artur Grabowski
2000-03-23Another typo. Noted by aaron.Artur Grabowski
2000-03-23New timeout code.Artur Grabowski
2000-03-23Remove code from the stone age.Artur Grabowski
2000-03-23No need for our own declaration of lbolt.Artur Grabowski
2000-03-23Use the new timeout facilities for ITIMER_REAL.Artur Grabowski
2000-03-23Opps. Fix a comment from "should" to "should not".Artur Grabowski
2000-03-23Protect from multiple include.Artur Grabowski
2000-03-23use the new timeout interface for tsleep.Artur Grabowski
2000-03-23Changes to use the new timeout interface.Artur Grabowski
2000-03-23convert to new timeouts.Artur Grabowski
2000-03-23Speling.Artur Grabowski
2000-03-23Update a comment to reflect reality.Artur Grabowski
2000-03-23Provide methods to check if a timeout was initalized and if it is scheduled.Artur Grabowski
2000-03-23Use new timeouts for pfslowtimo and pffasttimo.Artur Grabowski
2000-03-23Preserve the FIFO order of issued timeouts.Artur Grabowski
2000-03-23Adapt roundrobin and schedcpu to the new timeout API.Artur Grabowski
2000-03-23New API for timeouts. Replaces the old timeout()/untimeout() API andArtur Grabowski
2000-03-23If failure occurs on clock reading routine, make certain that the timeDale S. Rahn