Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-09 | size works now on cross-size .o files | Michael Shalayeff | |
2004-10-09 | s/fix_long_order/fix_32_order | Michael Shalayeff | |
2004-10-09 | move out elf code into elf.c and generate 32 and 64 versions of it; | Michael Shalayeff | |
allow operation on size-mixed host-target as well as ensianess for both a.out and elf (though a.out 64bit probably does not exist ;) tested on hppa-sparc64-i386-vax intermixen | |||
2004-10-09 | factor out code for mapping section index into nlist type | Michael Shalayeff | |
2004-10-09 | sizeof(struct ether_header) -> ETHER_HDR_LEN | Brad Smith | |
ok mcbride@ | |||
2004-10-09 | When testing for a void region, use PCI_MAPREG_MEM_SIZE() for 32bit memaddr. | Brad Smith | |
If the 32bit mask read is 0, wmask will be 0xffffffff00000000, and PCI_MAPREG_MEM64_SIZE() won't make this 0. From NetBSD ok mickey@ | |||
2004-10-09 | remove redundant checks for MII_TICK case which mii_phy_tick() | Brad Smith | |
already deals with. | |||
2004-10-09 | Allow a little time for the reset to settle in before we start polling | Brad Smith | |
the BMCR again. The DP83840A manual states that there should be a 500us delay between asserting software reset and attempting MII serial operations. From NetBSD ok mcbride@ | |||
2004-10-09 | add master flag support for 1000baseT and autonegotiation support for 1000baseX. | Brad Smith | |
From NetBSD ok mcbride@ | |||
2004-10-08 | xref yacc psd. ok millert@ | Otto Moerbeek | |
2004-10-08 | Remove some obvious bogosities. | Mark Kettenis | |
ok deraadt@ | |||
2004-10-08 | it's kbd(8) not kbd(1) | Jared Yanovich | |
2004-10-08 | Lookup libraries based on version numbers for implicit as well explict libraries | Dale Rahn | |
ok espie@ | |||
2004-10-08 | If the hotplug queue is full, bump the tail pointer in the circular buffer. | Dale Rahn | |
ok grange@ | |||
2004-10-08 | Enable crypto(4), hifn(4) and create /dev/crypto | Ryan Thomas McBride | |
ok miod@ | |||
2004-10-08 | Use LINE_MAX, not _POSIX2_LINE_MAX. OK miod@ | Todd C. Miller | |
2004-10-08 | Don't access pointers blindly. asp is NULL for withdraws. This fixes a rde | Claudio Jeker | |
crash noticed by Stefan Wahl and later by henning@. OK henning@ | |||
2004-10-08 | pull in some changes from libc arc4random (only relevant for non-OpenBSD | Hans-Joerg Hoexer | |
systems): ansify, discard first 256 output bytes, make key schedule more arc4 stream ciper like. ok djm ho | |||
2004-10-08 | 64 bit safe over entire address range | Per Fogelstrom | |
2004-10-08 | various updates/improvements | Jared Yanovich | |
- add USBVERBOSE to SYNOPSIS, since it is listed in GENERIC - sync code excerpts to reality - document the USB_REQUEST ioctl - formatting, macro, consistency, punctuation, and similar fixes - add some more xrefs ok miod | |||
2004-10-08 | fix an overflow in the encoding/variant parsing. ok miod henning | Jared Yanovich | |
2004-10-08 | Move dev/cons.c to MI conf/files. | Alexander Yurchenko | |
ok miod@ | |||
2004-10-08 | whitespace both in comment; from bernd | Henning Brauer | |
2004-10-08 | Fix small typos and adjust punctuation. | Hans-Joerg Hoexer | |
ok jmc | |||
2004-10-08 | Fix DDB/DEBUG ifdefs dance. | Alexander Yurchenko | |
Help and ok from miod, ok pefo@ | |||
2004-10-08 | Pasto in comment. | Alexander Yurchenko | |
ok pefo@ miod@ | |||
2004-10-08 | Compile netisr code only for network-capable kernels. | Alexander Yurchenko | |
ok pefo@ miod@ | |||
2004-10-08 | pseudo-device crypto is unnecessary for installs. | Ryan Thomas McBride | |
kill kill kill kill miod@ | |||
2004-10-08 | trapdebug_enter() really takes 2 args, not 1. | Alexander Yurchenko | |
ok pefo@ miod@ | |||
2004-10-08 | disksubr.c should depend on disk. | Alexander Yurchenko | |
ok pefo@ miod@ | |||
2004-10-08 | Use ${MKDEP} instead of mkdep. | Alexander Yurchenko | |
ok miod@ | |||
2004-10-08 | Don't increment beyond end of message. | Hakan Olsson | |
2004-10-08 | shrink and tidy; ok dtucker@ | Damien Miller | |
2004-10-08 | don't print media info | Brad Smith | |
2004-10-07 | Add driver for generic ten-bit interfaces (1000BASE-{LX,SX} fibre interfaces) | Brad Smith | |
From NetBSD ok mcbride@ | |||
2004-10-07 | Add an Ethernet option bit for master mode (for 1000baseT, the link | Brad Smith | |
master provides the clock -- this is normally the switch, but if you are doing back-to-back NICs, you need to tell one side to be the master). ok mcbride@ | |||
2004-10-07 | add constants for 1000Base-X duplex negotiation. | Brad Smith | |
From NetBSD ok mcbride@ | |||
2004-10-07 | *phy -> *sc | Brad Smith | |
ok jason@ | |||
2004-10-07 | cardbusdevs -> pcidevs | Brad Smith | |
From NetBSD | |||
2004-10-07 | regen | Brad Smith | |
2004-10-07 | merge vendors/devices from cardbusdevs | Brad Smith | |
2004-10-07 | GLOB_NOESCAPE is POSIX so move it out of the #ifndef _POSIX_SOURCE block. | Todd C. Miller | |
2004-10-07 | Kill register and fix some whilespace goofs in a do {} while loop. | Todd C. Miller | |
2004-10-07 | accomodate for hppa64 as well | Michael Shalayeff | |
2004-10-07 | use a static, const and prefilled u_int8_t[16] to check wether the marker | Henning Brauer | |
at the beginning of each BGP message is all 1s instead of looping and comparing one by one | |||
2004-10-07 | missing dohooks(), needed for (em0:network) style notation with v6, was not | Henning Brauer | |
updated properly in all cases. from cedric | |||
2004-10-07 | don't unlink agent socket when bind() fails, spotted by rich AT rich-paul.net | Damien Miller | |
ok markus@ | |||
2004-10-07 | document KbdInteractiveDevices; ok markus@ | Damien Miller | |
2004-10-07 | When printing attributes do not cast unsigned value to signed. | Hans-Joerg Hoexer | |
ok & help otto ok deraadt henning markus | |||
2004-10-07 | introduce -p option and p command to only show a single process. | Otto Moerbeek | |
From Patrick Latifi. ok deraadt@ millert@ |