summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-22split util.c into two files: imsg_util.c for ibuf/imsg stuff and util forReyk Floeter
2010-12-22ikev2 rfc was recently updated, so list the newer one; ok reykMike Belopuhov
2010-12-22Do not attempt to prepend /dev/ to path if it already contains a slash.Todd C. Miller
2010-12-22seemingly the "Decentralized Trust Management" paper comes from theJason McIntyre
2010-12-22Tweak the grammar a little bit by requiring a "bytes" keyword before theReyk Floeter
2010-12-22Fix a little control socket bug, as discussed with mikeb@Reyk Floeter
2010-12-22-s carries the same caveat as -p; from Jiri B.Jason McIntyre
2010-12-22child sa rekeying revamp plus numerous bugfixes;Mike Belopuhov
2010-12-22Fix out of date comment; no code changeTodd C. Miller
2010-12-22simplify some more: if it's not installed, ask the ports tree, who knows,Marc Espie
2010-12-22When configuring a vnd(4) disk, populate the disk name based on the modeJoel Sing
2010-12-22* recognize/support the Dynex DX-SC51 in envy(4)Jacob Meuser
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