summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-10-10a few cleanupsMichael Shalayeff
2004-10-10use sig_atomic_t instead of intMichael Shalayeff
2004-10-10missed oneMichael Shalayeff
2004-10-10cleanup the missing/uninstalled list w/ what we have now in the treeMichael Shalayeff
2004-10-10cleanup the missing/uninstalled list w/ what we have now in the treeMichael Shalayeff
2004-10-10cleanup the missing/uninstalled list w/ what we have now in the treeMichael Shalayeff
2004-10-09My MMAP/MUNMAP macros are too simple to copyright so place this in theTodd C. Miller
2004-10-09size works now on cross-size .o filesMichael Shalayeff
2004-10-09s/fix_long_order/fix_32_orderMichael Shalayeff
2004-10-09move out elf code into elf.c and generate 32 and 64 versions of it;Michael Shalayeff
2004-10-09factor out code for mapping section index into nlist typeMichael Shalayeff
2004-10-09sizeof(struct ether_header) -> ETHER_HDR_LENBrad Smith
2004-10-09When testing for a void region, use PCI_MAPREG_MEM_SIZE() for 32bit memaddr.Brad Smith
2004-10-09remove redundant checks for MII_TICK case which mii_phy_tick()Brad Smith
2004-10-09Allow a little time for the reset to settle in before we start pollingBrad Smith
2004-10-09add master flag support for 1000baseT and autonegotiation support for 1000baseX.Brad Smith
2004-10-08xref yacc psd. ok millert@Otto Moerbeek
2004-10-08Remove some obvious bogosities.Mark Kettenis
2004-10-08it's kbd(8) not kbd(1)Jared Yanovich
2004-10-08Lookup libraries based on version numbers for implicit as well explict librariesDale Rahn
2004-10-08If the hotplug queue is full, bump the tail pointer in the circular buffer.Dale Rahn
2004-10-08Enable crypto(4), hifn(4) and create /dev/cryptoRyan Thomas McBride
2004-10-08Use LINE_MAX, not _POSIX2_LINE_MAX. OK miod@Todd C. Miller
2004-10-08Don't access pointers blindly. asp is NULL for withdraws. This fixes a rdeClaudio Jeker
2004-10-08pull in some changes from libc arc4random (only relevant for non-OpenBSDHans-Joerg Hoexer
2004-10-0864 bit safe over entire address rangePer Fogelstrom
2004-10-08various updates/improvementsJared Yanovich
2004-10-08fix an overflow in the encoding/variant parsing. ok miod henningJared Yanovich
2004-10-08Move dev/cons.c to MI conf/files.Alexander Yurchenko
2004-10-08whitespace both in comment; from berndHenning Brauer
2004-10-08Fix small typos and adjust punctuation.Hans-Joerg Hoexer
2004-10-08Fix DDB/DEBUG ifdefs dance.Alexander Yurchenko
2004-10-08Pasto in comment.Alexander Yurchenko
2004-10-08Compile netisr code only for network-capable kernels.Alexander Yurchenko
2004-10-08pseudo-device crypto is unnecessary for installs.Ryan Thomas McBride
2004-10-08trapdebug_enter() really takes 2 args, not 1.Alexander Yurchenko
2004-10-08disksubr.c should depend on disk.Alexander Yurchenko
2004-10-08Use ${MKDEP} instead of mkdep.Alexander Yurchenko
2004-10-08Don't increment beyond end of message.Hakan Olsson
2004-10-08shrink and tidy; ok dtucker@Damien Miller
2004-10-08don't print media infoBrad Smith
2004-10-07Add driver for generic ten-bit interfaces (1000BASE-{LX,SX} fibre interfaces)Brad Smith
2004-10-07Add an Ethernet option bit for master mode (for 1000baseT, the linkBrad Smith
2004-10-07add constants for 1000Base-X duplex negotiation.Brad Smith
2004-10-07*phy -> *scBrad Smith
2004-10-07cardbusdevs -> pcidevsBrad Smith
2004-10-07regenBrad Smith
2004-10-07merge vendors/devices from cardbusdevsBrad Smith
2004-10-07GLOB_NOESCAPE is POSIX so move it out of the #ifndef _POSIX_SOURCE block.Todd C. Miller
2004-10-07Kill register and fix some whilespace goofs in a do {} while loop.Todd C. Miller