summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-19defina an IFCAP_CSUM_MASK, covering IFCAP_CSUM_*, and use it in if_vlan.cHenning Brauer
2012-09-19replay counter was bumped a while ago, update byte order conversion;Mike Belopuhov
2012-09-19update the tdb replay counter endian conversion to 64 bits;Mike Belopuhov
2012-09-19expandnodes must be bzero()'d before parsing to be sure there is no bogusEric Faurot
2012-09-19rename variables for consistencyEric Faurot
2012-09-19More radix internals pushdown; place rn_mpath_next, which accepts andBret Lambert
2012-09-19remove IS_RELAY and IS_MAILBOX macros.Eric Faurot
2012-09-19Remove aliases_exists() and aliases_virtual_exists(). The correspondingEric Faurot
2012-09-19Copy the host id value to the ICMP echo payload in network byte order andReyk Floeter
2012-09-19Use TAILQ_FOREACH macro for loops. No binary diff.Alexander Bluhm
2012-09-19Fix ICMP checks by setting the socklen correctly before calling recvfrom().Reyk Floeter
2012-09-19start cleaning the expansion code:Eric Faurot
2012-09-19remove files that became unused by new configuration syntax.YASUOKA Masahiko
2012-09-19no more PKG_ARCH messin' around in lua.port.mkJasper Lievisse Adriaanse
2012-09-19vhold() and vdrop() are prototyped in vnode.h, so don't repeat them herePhilip Guenthe
2012-09-18several tweaks to make mpi(4) work for vmware emulated sas adapters.David Gwynne
2012-09-18The if (!better && !equal) check is redundant as the same conditionAlexander Bluhm
2012-09-18Once resolv.conf.saved has been copied back as resolv.conf, delete it soKenneth R Westerback
2012-09-18The place name we visited was not "sake" but "Sakae".YASUOKA Masahiko
2012-09-18the 'WIDE' was droppedJasper Lievisse Adriaanse
2012-09-18support the Lenovo ThinkVision LT1421Jasper Lievisse Adriaanse
2012-09-18regenJasper Lievisse Adriaanse
2012-09-18add Lenovo ThinkVision LT1421 (portable displaylink monitor)Jasper Lievisse Adriaanse
2012-09-18add support for 1366x768 widescreen displays; tested on the Lenovo ThinkVisio...Jasper Lievisse Adriaanse
2012-09-18make use of expandtree_free_nodes() in lka_session_destroy().Eric Faurot
2012-09-18Wait until all xfers have finished before giving up DMA buffer mappings.Gerhard Roth
2012-09-18- add xmemdup() helper.Eric Faurot
2012-09-18simple lka cleanups:Eric Faurot
2012-09-18fix mandoc -Tlint warnings.YASUOKA Masahiko
2012-09-18New configuration syntax for npppd(8). `npppd.conf' will be based onYASUOKA Masahiko
2012-09-18this structure is not useful and ill-named. remove it.Eric Faurot
2012-09-18a few cleanups:Eric Faurot
2012-09-18sysctl calls shouldn't clobber route timers without spl protectionBret Lambert
2012-09-18remove C_NET. it's not used and there is no plan for it at the moment.Eric Faurot
2012-09-18update email addresses to match reality.Reyk Floeter
2012-09-18- use nitems() here; no binary change.Jasper Lievisse Adriaanse
2012-09-18update the standards and RFCsReyk Floeter
2012-09-18Add bounds check on sftp tab-completion. Part of a patch from from Jean-MarcDarren Tucker
2012-09-18prio 0 is valid, therefore, I chose an "impossible" value for prio meaningHenning Brauer
2012-09-18Print the wieght in the show rib detail output. OK sthen@, henning@Claudio Jeker
2012-09-18Expose the local weight in the ctl_show_rib struct so bgpctl can print it.Claudio Jeker
2012-09-18Add SNMPv3 in the EXAMPLES section.Reyk Floeter
2012-09-18Add SNMPv3 USM example (commented out)Reyk Floeter
2012-09-18Only allow one reload request at a time in bgpd. Needed for further work.Claudio Jeker
2012-09-18Don't accept leases that offer a subnet that is already configuredKenneth R Westerback
2012-09-18remove the SADB_X_SAFLAGS_{HALFIV,RANDOMPADDING,NOREPLAY} pfkey-API (not setMarkus Friedl
2012-09-18sync mask2prefixlen6() with the nicer version from bgpd/kroute.c:Reyk Floeter
2012-09-18knfReyk Floeter
2012-09-18Wrap rtable_add() and rtable_l2set() calls inside ifioctl() inside softnet,Bret Lambert
2012-09-18Add 2 new knobs to usermod(8):Antoine Jacoutot