Age | Commit message (Expand) | Author |
2004-05-31 | Remove redundant errno declaration. ok deraadt@ | Otto Moerbeek |
2004-05-31 | Replace tulip_crc32 with ether_crc32_le. | Ryan Thomas McBride |
2004-05-31 | multicast cleanups: | Ryan Thomas McBride |
2004-05-31 | Avoid unintentional trigraph. | Brad Smith |
2004-05-31 | Don't reinvent the wheel, use ether_crc32_le() instead. | Ryan Thomas McBride |
2004-05-30 | a bit of syncing with the FreeBSD driver, namely... | Brad Smith |
2004-05-30 | compile without INET6; ok mcbride | Peter Valchev |
2004-05-30 | insane spacing | Theo de Raadt |
2004-05-30 | verify that the server is confident in the result it is sending us; from Alex... | Jakob Schlyter |
2004-05-30 | only free pages if we have write permission and they are not COW. | Ted Unangst |
2004-05-30 | only call getprotobynumber() when necessary. from freebsd (dds@) | Ted Unangst |
2004-05-30 | interface description, tweaked by deraadt and jcs; | Jason McIntyre |
2004-05-30 | emacs undump is very sensative to the section ordering, For W^X a couple | Dale Rahn |
2004-05-30 | knf | Theo de Raadt |
2004-05-30 | various improvements and fixes from jared yanovich; | Jason McIntyre |
2004-05-30 | adjust display offset to avoid linewrap; | Jason McIntyre |
2004-05-30 | add a little .Dv; | Jason McIntyre |
2004-05-30 | serial console hack from tom. who, after having been told a few times | Theo de Raadt |
2004-05-30 | +hotplugd | Theo de Raadt |
2004-05-30 | sync | Theo de Raadt |
2004-05-30 | sync | Theo de Raadt |
2004-05-30 | Sync with upstream sources; fixes m88k backtrace bug. | Mark Kettenis |
2004-05-30 | Recognize m88k core files. | Mark Kettenis |
2004-05-30 | new user/group _ntp, theo ok | Henning Brauer |
2004-05-30 | Better error message. | Alexander Yurchenko |
2004-05-30 | Missing waitpid, noticed by Gregory Steuck <greg@y2004.nest.cx>. | Alexander Yurchenko |
2004-05-30 | sync | Theo de Raadt |
2004-05-30 | Can only exist on alpha, amd64, i386, macppc and sparc64. | Alexander Yurchenko |
2004-05-30 | Enable hotplug, tested by tedu@. | Alexander Yurchenko |
2004-05-30 | Add hotplug(4) man page, with help from jmc@. | Alexander Yurchenko |
2004-05-30 | hotplugd -- devices hot plugging monitor daemon. | Alexander Yurchenko |
2004-05-30 | sync | Alexander Yurchenko |
2004-05-30 | Add hotplug device. | Alexander Yurchenko |
2004-05-30 | Devices hot plugging support. | Alexander Yurchenko |
2004-05-30 | Multicast fixups: | Ryan Thomas McBride |
2004-05-30 | Multicast fixups: | Ryan Thomas McBride |
2004-05-30 | rcsids | Ted Unangst |
2004-05-29 | - Properly support multicast reception. | Christian Weisgerber |
2004-05-29 | Enable vga0 at isa? (makes krw's vga appear). | Tom Cosgrove |
2004-05-29 | introduce SIOCSIFDESCR and SIOCGIFDESCR to maintain interface | joshua stein |
2004-05-29 | Changes from Andrey Matveev: | Todd C. Miller |
2004-05-29 | replace hand-rolled CRC calculation in multicast hash setup with calls to | Christian Weisgerber |
2004-05-29 | memory leak; andrushock@korovino.net | Theo de Raadt |
2004-05-29 | Remove multicast addresses and promiscuous mode when destroying the | Ryan Thomas McBride |
2004-05-29 | one last route command lacking -qn | Theo de Raadt |
2004-05-29 | ansi | Theo de Raadt |
2004-05-29 | carp_ioctl() happens after ifioctl(); check flags correctly so that | Ryan Thomas McBride |
2004-05-29 | sync | Theo de Raadt |
2004-05-29 | usb2 & usb3 more needed on modern machines | Theo de Raadt |
2004-05-28 | Modify adb packet handling so that the completion routine can reentrantly | Dale Rahn |