summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2002-06-07cope with cases where maxmtu == 0 (shouldn't happen)Jun-ichiro itojun Hagino
2002-06-07Don't free an uninitialized pointer. art@ okThomas Nordin
2002-06-07While src is rarely NULL, ssrc might be. Fixes PR#2721.Hakan Olsson
2002-06-07Add initialization of pglist, now attaches fine, butNiklas Hallqvist
2002-06-07fix indentJun-ichiro itojun Hagino
2002-06-07Switch mvmeppc to the current powerpc pmap scheme.Miod Vallat
2002-06-07Fix the cache invalidation routines, per macppc cpu.h rev 1.3.Miod Vallat
2002-06-06implement findblkname() and some more fluff aroundMichael Shalayeff
2002-06-06kqueue support for bpf; okay markus@Niels Provos
2002-06-06temporarilty -> temporarilyAaron Campbell
2002-06-06compatibilty -> compatibilityAaron Campbell
2002-06-06regenMichael Shalayeff
2002-06-06bunch of nvidia chips; form Dries Schellekens <gwyllion@ace.ulyssis.org> via ...Michael Shalayeff
2002-06-06match more cardsNiklas Hallqvist
2002-06-06syncNiklas Hallqvist
2002-06-06GDT product syncNiklas Hallqvist
2002-06-06sync; ok deraadt@Dan Harnett
2002-06-06add ATI Rage 128 TF; ok deraadt@Dan Harnett
2002-06-06use shorter uvm_prot_rwMichael Shalayeff
2002-06-06do not poke into the page0 for nowMichael Shalayeff
2002-06-06fix stereo handling on bktr, remove dead code from fms (now that radio does a...Michael Shalayeff
2002-06-06Fix *documentation*: one arg of the ktrace(2) is pid_t not int, found whileMike Pechkin
2002-06-06do not say duh to the cerealMichael Shalayeff
2002-06-06zapArtur Grabowski
2002-06-05steal'' performance calculating loop from pchb.c and have a uniform outputMichael Shalayeff
2002-06-05regenMichael Shalayeff
2002-06-05a driver for the rng on the amd768 power management device (no actual power m...Michael Shalayeff
2002-06-05fix dma map handling logic in hme_newbuf(); from jason@.Federico G. Schwindt
2002-06-05regenjasoni
2002-06-05provide local versions of getpid, getuid and getgid that do notjasoni
2002-06-05DIAGNOSTIC check for duplicate entry into the tree.Artur Grabowski
2002-06-05splbio around biodoneArtur Grabowski
2002-06-05be sure to use L3 MTU, not L2 MTU, when specified in spec (affects FDDI/ARCnet)Jun-ichiro itojun Hagino
2002-06-04no need to specify rmx_send/recvpipe.Jun-ichiro itojun Hagino
2002-06-04Convert vgafb from rcons to rasopsJason Wright
2002-06-04spaces to tabs, remove trailing whitespacejasoni
2002-06-04limit number of rng's passed up per tick to 32; suggested by mickey.Jason Wright
2002-06-04add bwtwo* at sbus? (commented out... someone have one to test?)Jason Wright
2002-06-04driver for the sbus bwtwo cards (completely untested).Jason Wright
2002-06-04identify keyboard/mouse portsJason Wright
2002-06-04Identify keyboard/mouse ports if not claimed by other drivers.Jason Wright
2002-06-04spelling; raj@cerias.purdue.eduTheo de Raadt
2002-06-04Remove unused #define. ok deraadt@Thomas Nordin
2002-06-03o when checking the message type, mask with WI_RXSTAT_MSG_TYPE insteadTodd C. Miller
2002-06-03regenMichael Shalayeff
2002-06-03add 8233 pci-isa and some uniformity in tabs and spacesMichael Shalayeff
2002-06-03probe for flavours, aps and audigy still need more work thoughMichael Shalayeff
2002-06-03spell transceiver correctlyTheo de Raadt
2002-06-03detect stereo reception; from jumbo@Michael Shalayeff
2002-06-03add rasops24 to creator. minor indentation while i'm here.Federico G. Schwindt