summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-19oops, forgot rndvar.hTheo de Raadt
2014-12-19Add rdp/rfb/vnc.Antoine Jacoutot
2014-12-19place the afterinstall: target correctly for static-only architecturesTheo de Raadt
2014-12-19oops, forgot rndvar.hTheo de Raadt
2014-12-19don't print vnodes if we didn't read themTed Unangst
2014-12-191. -T (totalflag) requires nlist too.Ted Unangst
2014-12-19Use taskq rather than workq to remove unwanted alias.Kenneth R Westerback
2014-12-19Move cbus.c, cbusvar.h, and pcex.c to new 'cbus' directory, to gatherKenji Aoyama
2014-12-19Support source-hash and random with tables and dynifs; not just pools.Reyk Floeter
2014-12-19Comment is no longer true, remove it.Ryan Thomas McBride
2014-12-19remove hash.h. no longer needed. ok reykTed Unangst
2014-12-19Remove an unused sys/hash.h include from db_structinfo.cReyk Floeter
2014-12-19lonely bcopy called me by nameTheo de Raadt
2014-12-19another handful of bcopy -> memcpy because there is no overlapTheo de Raadt
2014-12-19start retiring the nointr allocator. specify PR_WAITOK as a flag as aTed Unangst
2014-12-19if you really must look inside the pool to decide if you've calledTed Unangst
2014-12-19add messages to #error so we know what's what (and so unifdef doesn't poop)Ted Unangst
2014-12-19Rewrite the low-level UTF-8 parser from scratch.Ingo Schwarze
2014-12-19Make use of m_defrag() in re_encap().Brad Smith
2014-12-19rename buffer to digest, more clear. ok deraadtTed Unangst
2014-12-19CA.sh and CA.pl are goneLawrence Teo
2014-12-19Sync message digest algorithms with the ones actually implemented inLawrence Teo
2014-12-19convert bcopy/zero to memcpy. ok deraadt djmTed Unangst
2014-12-19timestamp empty pages, and only free them if theyve been idle for at leastDavid Gwynne
2014-12-19the last commit changed LIST_INSERT_HEAD to TAILQ_INSERT_TAIL cos theDavid Gwynne
2014-12-19Rearrange mostly vmxnet3_init() to look like other Ethernet drivers.Brad Smith
2014-12-19sha512 produces enough output, we can simplify extraction by not looping.Ted Unangst
2014-12-19replace the page LISTS with page TAILQs. this will let me pull pages fromDavid Gwynne
2014-12-18remove two useless and unused hash penalty definesTed Unangst
2014-12-18don't count partial authentication success as a failure againstDamien Miller
2014-12-18Merge in some commits from upstream..Brad Smith
2014-12-18an hex -> a hex;Jason McIntyre
2014-12-18obvious non-overlap bcopy -> memcpyTheo de Raadt
2014-12-18convert one hot looking bcopy to memcpyTed Unangst
2014-12-18delete a whole mess of unnecessary caddr_t castsTed Unangst
2014-12-18Update test - the hashkey log message disappeared.Reyk Floeter
2014-12-18Don't let .Ta creep into an already-closed list; same as for .It.Ingo Schwarze
2014-12-18Update relayd to use siphash instead of sys/hash. The source-hash,Reyk Floeter
2014-12-18update usage() and the list of non-standard (i.e. non-posix) options;Jason McIntyre
2014-12-18document power capacity units. from david higgsTed Unangst
2014-12-18only unroll on i386 and amd64 (where confirmed to be much faster).Ted Unangst
2014-12-18Only keep leading .Sm inside a list when it immediately precedesIngo Schwarze
2014-12-18use suspend_randomness() and resume_randomness()Theo de Raadt
2014-12-18Wrap more of these long lines.Reyk Floeter
2014-12-18two more uses of siphash. better hash for ipv4. maybe not needed for rbtreeTed Unangst
2014-12-18simple to use siphash here. ok deraadtTed Unangst
2014-12-18When the head of a list item is extended with a partial explicitIngo Schwarze
2014-12-18wrap unreasonably long linesTheo de Raadt
2014-12-18The VM host might send multiple messages at once but vmt(4) onlyReyk Floeter
2014-12-18use siphash for pf_lb. for ipv6, we stretch it out a bit, but good enough.Ted Unangst