Age | Commit message (Expand) | Author |
2004-06-01 | Add support for the Adaptec AWN-8030 WLAN pcmcia-card (prism 2.5) from | Todd C. Miller |
2004-06-01 | allow ntpd to listen on nearly arbitary number of sockets (OPEN_MAX - 1 atm). | Henning Brauer |
2004-06-01 | Remove redundant #include; ok markus@ | Darren Tucker |
2004-06-01 | sync | Theo de Raadt |
2004-06-01 | Replace hand-rolled crc32 with ether_crc32_le(). | Ryan Thomas McBride |
2004-06-01 | missing apostrophe; | Jason McIntyre |
2004-06-01 | there's no use in checking curproc privilege in input path. | Jun-ichiro itojun Hagino |
2004-06-01 | some revisions have issues sending lots of packets. | Ted Unangst |
2004-05-31 | explanatory comments for the uvm_km_page functions. | Ted Unangst |
2004-05-31 | naming consistency | Henning Brauer |
2004-05-31 | initialize struct carp_if and let vhif_nvrs counter work. ok mcbride@ | Marco Pfatschbacher |
2004-05-31 | thinko, reported by Fernando Braga | Daniel Hartmeier |
2004-05-31 | work around an LP64 problem where we report an excessively large window | Brad Smith |
2004-05-31 | When loading multicast filters, accept all multicast when we encounter | Ryan Thomas McBride |
2004-05-31 | Replace local crc32 with ether_crc32_be. | Ryan Thomas McBride |
2004-05-31 | #ifndef errno declaration. ok millert@ | Otto Moerbeek |
2004-05-31 | #ifndef errno declaration. ok millert@ | Otto Moerbeek |
2004-05-31 | mdoc & update references (from wiz@netbsd); remove disclaimer. | Otto Moerbeek |
2004-05-31 | Define MAXSYMLINKS in terms of SYMLOOP_MAX just as MAXPATHLEN is defined | Todd C. Miller |
2004-05-31 | Define _POSIX_SYMLINK_MAX and SYMLINK_MAX as _POSIX_PATH_MAX and PATH_MAX | Todd C. Miller |
2004-05-31 | Updates based on Single Unix; OK deraadt@ | Todd C. Miller |
2004-05-31 | Try to get rid of embedded NUL. | Mark Kettenis |
2004-05-31 | better error handling with -P option. from freebsd (bde@) | Ted Unangst |
2004-05-31 | document cloning of bpf devices. no need to change kernel config to | Can Erkin Acar |
2004-05-31 | Enable all multicast if we encounter a range. | Ryan Thomas McBride |
2004-05-31 | zap unused variables, ok beck@ | Pedro Martelletto |
2004-05-31 | make my japanese friends happy by supporting IPv6 as well | Henning Brauer |
2004-05-31 | initial cut at a manpage | Henning Brauer |
2004-05-31 | fix usage() | Henning Brauer |
2004-05-31 | initial cut at ntpd. | Henning Brauer |
2004-05-31 | remove the broken auto-append-'0' code; ok canacar, deraadt, thierry | Markus Friedl |
2004-05-31 | reset sysctls only when necessary | Nikolay Sturm |
2004-05-31 | simplify; ok henning, itojun | Markus Friedl |
2004-05-31 | clean some copy&paste leftovers from KAME code. | Marco Pfatschbacher |
2004-05-31 | Remove redundant errno declaration. ok deraadt@ | Otto Moerbeek |
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 |