Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-01 | update for gcc3 ad shlibs; deraadt@ ok | Michael Shalayeff | |
2004-06-01 | remove workaround not needed w/ gcc3 anymore; millert@ ok | Michael Shalayeff | |
2004-06-01 | hppa is gcc3 and has shlibs now | Michael Shalayeff | |
2004-06-01 | tzset(); noticed by theo | Henning Brauer | |
2004-06-01 | I would have sworn I added tzset() here | Henning Brauer | |
2004-06-01 | regen | Todd C. Miller | |
2004-06-01 | Add support for the Adaptec AWN-8030 WLAN pcmcia-card (prism 2.5) from | Todd C. Miller | |
Andreas Abeck. | |||
2004-06-01 | allow ntpd to listen on nearly arbitary number of sockets (OPEN_MAX - 1 atm). | Henning Brauer | |
default to one IPv4 wildcard and one IPv6 wildcard one. | |||
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 | |
from ray at raylai dot org (PR #3803); | |||
2004-06-01 | there's no use in checking curproc privilege in input path. | Jun-ichiro itojun Hagino | |
equivalent to http://orange.kame.net/dev/cvsweb2.cgi/kame/kame/sys/netinet6/ip6_input.c.diff?r1=1.344&r2=1.345. jinmei@kame | |||
2004-06-01 | some revisions have issues sending lots of packets. | Ted Unangst | |
apply a workaround from freebsd. pr3061 from nick nauwelaerts | |||
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 | |
due to incorrect mixing of types. From NetBSD ok cedric@ markus@ | |||
2004-05-31 | When loading multicast filters, accept all multicast when we encounter | Ryan Thomas McBride | |
a range instead of ignoring it. | |||
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 | |
ok millert@ jmc@ | |||
2004-05-31 | Define MAXSYMLINKS in terms of SYMLOOP_MAX just as MAXPATHLEN is defined | Todd C. Miller | |
in terms of PATH_MAX. From otto@ | |||
2004-05-31 | Define _POSIX_SYMLINK_MAX and SYMLINK_MAX as _POSIX_PATH_MAX and PATH_MAX | Todd C. Miller | |
respectively instead of duplicating their values. | |||
2004-05-31 | Updates based on Single Unix; OK deraadt@ | Todd C. Miller | |
o _POSIX_CHILD_MAX increased to 25 o _POSIX2_RE_DUP_MAX renamed _POSIX_RE_DUP_MAX o _POSIX_SYMLINK_MAX and SYMLINK_MAX added (same as PATH_MAX) o _POSIX_SYMLOOP_MAX and SYMLOOP_MAX added (like MAXSYMLINKS) | |||
2004-05-31 | Try to get rid of embedded NUL. | Mark Kettenis | |
ok otto@ | |||
2004-05-31 | better error handling with -P option. from freebsd (bde@) | Ted Unangst | |
ok beck@ otto@ | |||
2004-05-31 | document cloning of bpf devices. no need to change kernel config to | Can Erkin Acar | |
add new bpf devices anymore. ok jmc, makrus, grange, deraadt. | |||
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 | |
it is just capable of answering (s)ntp4 requests with the local time for now. imsg/buffer and logging framework from bgpd, ntp protocol hackery with Alexander Guy | |||
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 | |
ok markus@ | |||
2004-05-31 | simplify; ok henning, itojun | Markus Friedl | |
2004-05-31 | clean some copy&paste leftovers from KAME code. | Marco Pfatschbacher | |
ok markus, itojun. | |||
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 | |
- get rid of hand rolled crc32 logic, use ether_crc32_{le,be} - accept all multicast if a range is encountered | |||
2004-05-31 | Avoid unintentional trigraph. | Brad Smith | |
From FreeBSD | |||
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 | |
- disable TX hardware checksumming since its buggy and slow - re-enable the hardware multicast filter setup on 3c905B/C's - enable reception of VLAN sized frames on 3c90x's (pre B/C) - remove all DELAY(1) calls around MII operations in the xl driver. according to the MII specification, the delay produced by our reads alone are sufficient for correct operation. this reduces the time mii_tick takes from 10ms to ~1ms here. that's still a lot, but much better than before - report media status for bitrate PHYs - change the method used to detect older boomerang chips - fix an issue with reading PHY regs over the i2c bus - fix mbuf leaks in an error (rare) code path - reuse the TX descriptor if xl_encap() failed instead of just picking the next one - fix bug with 3c90xB cards and newer. We weren't trying to copy the mbuf chain into an mbuf cluster when there is more than 63 mbufs in the chain. we were trying with older cards though - add some magic bits necessary to turn the transmitter on for some (newer) 556B chips local change... - use ether_crc32_be() instead of hand-rolled xl_calchash() tested on i386/3c900 by beck@, sparc64/3c905C by me, i386/3c905C by sturm@, naddy@ and a few others ok deraadt@ | |||
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 ↵ | Jakob Schlyter | |
Alexander Guy |