summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-06-01do not need sh_func_adrs w/ gcc3 no moreMichael Shalayeff
2004-06-01dv_xname is not the same as dv_unit (for hell knows what reason)Michael Shalayeff
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
2004-06-01allow ntpd to listen on nearly arbitary number of sockets (OPEN_MAX - 1 atm).Henning Brauer
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
2004-06-01there's no use in checking curproc privilege in input path.Jun-ichiro itojun Hagino
2004-06-01some revisions have issues sending lots of packets.Ted Unangst
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
2004-05-31When loading multicast filters, accept all multicast when we encounterRyan Thomas McBride
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
2004-05-31Define MAXSYMLINKS in terms of SYMLOOP_MAX just as MAXPATHLEN is definedTodd C. Miller
2004-05-31Define _POSIX_SYMLINK_MAX and SYMLINK_MAX as _POSIX_PATH_MAX and PATH_MAXTodd C. Miller
2004-05-31Updates based on Single Unix; OK deraadt@Todd C. Miller
2004-05-31Try to get rid of embedded NUL.Mark Kettenis
2004-05-31better error handling with -P option. from freebsd (bde@)Ted Unangst
2004-05-31document cloning of bpf devices. no need to change kernel config toCan Erkin Acar
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
2004-05-31remove the broken auto-append-'0' code; ok canacar, deraadt, thierryMarkus Friedl
2004-05-31reset sysctls only when necessaryNikolay Sturm
2004-05-31simplify; ok henning, itojunMarkus Friedl
2004-05-31clean some copy&paste leftovers from KAME code.Marco Pfatschbacher
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
2004-05-31Avoid unintentional trigraph.Brad Smith
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
2004-05-30compile without INET6; ok mcbridePeter Valchev