summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-06-01update for gcc3 ad shlibs; deraadt@ okMichael Shalayeff
2004-06-01remove workaround not needed w/ gcc3 anymore; millert@ okMichael Shalayeff
2004-06-01hppa is gcc3 and has shlibs nowMichael Shalayeff
2004-06-01tzset(); noticed by theoHenning Brauer
2004-06-01I would have sworn I added tzset() hereHenning Brauer
2004-06-01regenTodd C. Miller
2004-06-01Add support for the Adaptec AWN-8030 WLAN pcmcia-card (prism 2.5) fromTodd C. Miller
Andreas Abeck.
2004-06-01allow 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-01Remove redundant #include; ok markus@Darren Tucker
2004-06-01syncTheo de Raadt
2004-06-01Replace hand-rolled crc32 with ether_crc32_le().Ryan Thomas McBride
2004-06-01missing apostrophe;Jason McIntyre
from ray at raylai dot org (PR #3803);
2004-06-01there'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-01some revisions have issues sending lots of packets.Ted Unangst
apply a workaround from freebsd. pr3061 from nick nauwelaerts
2004-05-31explanatory comments for the uvm_km_page functions.Ted Unangst
2004-05-31naming consistencyHenning Brauer
2004-05-31initialize struct carp_if and let vhif_nvrs counter work. ok mcbride@Marco Pfatschbacher
2004-05-31thinko, reported by Fernando BragaDaniel Hartmeier
2004-05-31work around an LP64 problem where we report an excessively large windowBrad Smith
due to incorrect mixing of types. From NetBSD ok cedric@ markus@
2004-05-31When loading multicast filters, accept all multicast when we encounterRyan Thomas McBride
a range instead of ignoring it.
2004-05-31Replace 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-31mdoc & update references (from wiz@netbsd); remove disclaimer.Otto Moerbeek
ok millert@ jmc@
2004-05-31Define MAXSYMLINKS in terms of SYMLOOP_MAX just as MAXPATHLEN is definedTodd C. Miller
in terms of PATH_MAX. From otto@
2004-05-31Define _POSIX_SYMLINK_MAX and SYMLINK_MAX as _POSIX_PATH_MAX and PATH_MAXTodd C. Miller
respectively instead of duplicating their values.
2004-05-31Updates 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-31Try to get rid of embedded NUL.Mark Kettenis
ok otto@
2004-05-31better error handling with -P option. from freebsd (bde@)Ted Unangst
ok beck@ otto@
2004-05-31document cloning of bpf devices. no need to change kernel config toCan Erkin Acar
add new bpf devices anymore. ok jmc, makrus, grange, deraadt.
2004-05-31Enable all multicast if we encounter a range.Ryan Thomas McBride
2004-05-31zap unused variables, ok beck@Pedro Martelletto
2004-05-31make my japanese friends happy by supporting IPv6 as wellHenning Brauer
2004-05-31initial cut at a manpageHenning Brauer
2004-05-31fix usage()Henning Brauer
2004-05-31initial 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-31remove the broken auto-append-'0' code; ok canacar, deraadt, thierryMarkus Friedl
2004-05-31reset sysctls only when necessaryNikolay Sturm
ok markus@
2004-05-31simplify; ok henning, itojunMarkus Friedl
2004-05-31clean some copy&paste leftovers from KAME code.Marco Pfatschbacher
ok markus, itojun.
2004-05-31Remove redundant errno declaration. ok deraadt@Otto Moerbeek
2004-05-31Remove redundant errno declaration. ok deraadt@Otto Moerbeek
2004-05-31Replace tulip_crc32 with ether_crc32_le.Ryan Thomas McBride
2004-05-31multicast 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-31Avoid unintentional trigraph.Brad Smith
From FreeBSD
2004-05-31Don't reinvent the wheel, use ether_crc32_le() instead.Ryan Thomas McBride
2004-05-30a 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-30compile without INET6; ok mcbridePeter Valchev
2004-05-30insane spacingTheo de Raadt
2004-05-30verify that the server is confident in the result it is sending us; from ↵Jakob Schlyter
Alexander Guy