summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-22remove comment that hasn't been true for quite a while now;Otto Moerbeek
2010-12-22once we read the list, make sure it matches the dependency.Marc Espie
2010-12-22syncTheo de Raadt
2010-12-22use the do {} while construct in the copying macrosTheo de Raadt
2010-12-22More small -Thtml improvements by kristaps@,Ingo Schwarze
2010-12-21Migrate .An to use a pointer to its data, like everybody else.Ingo Schwarze
2010-12-21Vertical spacing improvements from kristaps@, small tweaks by me:Ingo Schwarze
2010-12-21Store sessions in an RB tree by name rather than a list, this is tidierNicholas Marriott
2010-12-21remove dead code (ivp did always point to iv in the decrypt path).Markus Friedl
2010-12-21Bring back the "End the VOP experiment." diff, naddy's issues whereThordur I. Bjornsson
2010-12-21don't leak short packets; ok mikeb@Markus Friedl
2010-12-21parent_exit() signal handler must use _exit() not exit()Theo de Raadt
2010-12-21fix, as noticed by dcoppa@Marc Espie
2010-12-21Always return a pointer to the static buffer in realpath, even ifTodd C. Miller
2010-12-21Doh! Forgot to set the rdomain when sending out carp announcements.Claudio Jeker
2010-12-21Convert netisr to a normal soft interrupt instead of hanving MD codeClaudio Jeker
2010-12-21don't leak mbuf if padding failes; ok mikeb@Markus Friedl
2010-12-21Convert netmask from sockaddr to prefixlen correctly as noticedMike Belopuhov
2010-12-21Ugly workaround in nmbclust_update(). Additionally to setting the limitClaudio Jeker
2010-12-21fixup log_warn and log_debug arguments; ok reykMike Belopuhov
2010-12-21Remove the no longer used ip6s_exthdrtoolong field.Claudio Jeker
2010-12-21ip6s_exthdrtoolong is always zero so remove it here which is the last user.Claudio Jeker
2010-12-21simplify a bit:Marc Espie
2010-12-21Kristaps questioned the efficiency of the algorithm used in roff.c r1.23.Ingo Schwarze
2010-12-21Sane behaviour for the growing of very small buffers:Ingo Schwarze
2010-12-20KNFMiod Vallat
2010-12-20mvme88k kernels running on 88110 systems have been prone to panicing forMiod Vallat
2010-12-20READ CAPACITY and READ CAPACITY 16 commands report the last validKenneth R Westerback
2010-12-20use a better strategy: ask the ports tree for the plist for packages withMarc Espie
2010-12-20Only set SO_REUSEPORT for listening ports.David Hill
2010-12-20missed someMarc Espie
2010-12-20disable temporarilyMarc Espie
2010-12-20new check in pkg_create: walk the dependency tree for @wantlib, thusMarc Espie
2010-12-20prepare for reuse in pkgcreate: allow not finding stuff and not failingMarc Espie
2010-12-20split solver class into a base that can be reused from pkgcreate.Marc Espie
2010-12-20more refactor: errsay_libraryMarc Espie
2010-12-20more refactor: method for global_cache, add find_in_installed, separateMarc Espie
2010-12-20move stuff aroundMarc Espie
2010-12-20use Auto::cacheMarc Espie
2010-12-20turn find_candidate into a real method we can inherit, tweak parametersMarc Espie
2010-12-20extra indirection: allow registration of library objects (refactor for later)Marc Espie
2010-12-20use state->definesMarc Espie
2010-12-20pass state to SharedLibs for direct printingMarc Espie
2010-12-20Fix another stray addition that was too early. Oops.Nicholas Marriott
2010-12-20Undo a change to next/previous session that got mixed in prematurely.Nicholas Marriott
2010-12-20Dead sessions are never on the active sessions list, so the SESSION_DEADNicholas Marriott
2010-12-20Use pointer rather than index for the client's last session.Nicholas Marriott
2010-12-20Unify the way sessions are used by callbacks - store the address and useNicholas Marriott
2010-12-19add -xxx to usage();Jason McIntyre
2010-12-19Add -xxx option that print PCIe extended config space.Mark Kettenis