summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-06-15also use MSG_AUTHENTICATED flag.Hans-Joerg Hoexer
2004-06-15Use gen_rtx_REG and gen_rtx_MEM instead of gen_rtx(REG,..) and gen_rtx(MEM,..).Miod Vallat
2004-06-15missed one unset_nonblock; spotted by Tim RiceDamien Miller
2004-06-15fix some printf'sBrad Smith
2004-06-15avoid creating multiple multicast filter entry for the same group.Jun-ichiro itojun Hagino
2004-06-15knf; ok millertTheo de Raadt
2004-06-14Remove obsolete ioctls. ok beck@ dhartmei@ henning@Cedric Berger
2004-06-14Remove DIOCBEGINRULES, DIOCCOMMITRULES, DIOCBEGINALTQS, DIOCCOMMITALTQS,Cedric Berger
2004-06-14Remove unused functions. ok beck@ henning@Cedric Berger
2004-06-14Use new ioctls. ok beck@ henning@Cedric Berger
2004-06-14Set relay session id in outgoing packets properly. Report with patchCan Erkin Acar
2004-06-14Correct test case 3 now that patch(1) is a bit smarter about empty files.Otto Moerbeek
2004-06-14Teach patch(1) to detect if a diff creating a file (or one addingOtto Moerbeek
2004-06-14- use fmt_scaled(3) instead of home grown function to print -h numbersOtto Moerbeek
2004-06-14Add gpio@elansc to SYNOPSIS.Alexander Yurchenko
2004-06-14Document where we diverge from other implementations (due to differentTodd C. Miller
2004-06-14Make _dl_malloc() deal with allocations > 4096 correctly. Also placeTodd C. Miller
2004-06-14avoid stat before openHans-Joerg Hoexer
2004-06-14Fix tcpslice ftp URL. From f5813 at sbcglobal dot net.Otto Moerbeek
2004-06-14Added some codes that check if the machine is LUNA-88K or LUNA-88K2Kenji Aoyama
2004-06-14DEBUG does not set INSTALL_STRIP to -s per default,Xavier Santolaria
2004-06-14added a missing message_free().Hans-Joerg Hoexer
2004-06-14KNF, style, 80c, etc. hshoexer@ okHakan Olsson
2004-06-14Calculate optp (pointer to beginning of TCP options) based on th, notDaniel Hartmeier
2004-06-14spellingRyan Thomas McBride
2004-06-14Zero p_schedflags in struct struct kinfo_proc2 for the non-sysctl case.Todd C. Miller
2004-06-14set_nonblock() instead of fnctl(...,O_NONBLOCK); "looks sane" deraadt@Damien Miller
2004-06-14syncTheo de Raadt
2004-06-14syncTheo de Raadt
2004-06-14syncTheo de Raadt
2004-06-14Remove unused descriptive name strings. We use the names the devices return.Kenneth R Westerback
2004-06-14remove debug messageTheo de Raadt
2004-06-14let vmstat -i still work on older kernels; spotted by tholoTheo de Raadt
2004-06-14de-__PTheo de Raadt
2004-06-14knock out some useless crudTheo de Raadt
2004-06-13temporary tree building workaround until millert shows upTheo de Raadt
2004-06-13build bsd.md, and put it into the snapsTheo de Raadt
2004-06-13if bsd.mp exists... let a user install itTheo de Raadt
2004-06-13regenNiklas Hallqvist
2004-06-13debranch SMP, have funNiklas Hallqvist
2004-06-13regenMichael Shalayeff
2004-06-13support iriver ifp-1xx thingiesMichael Shalayeff
2004-06-13Typos in comments and a redundant prototype. From Brian Poole via jmc@Otto Moerbeek
2004-06-13cy_attach improvements; ok artPeter Valchev
2004-06-131-byte overflow; ryo@nerv.org, otto okTheo de Raadt
2004-06-13remove duplicate setting of $SCP; spotted by markus@Damien Miller
2004-06-13regress test for client multiplexing; ok markus@Damien Miller
2004-06-13implement session multiplexing in the client (the server has supported thisDamien Miller
2004-06-13List supported ciphers in man pages, tidy up ssh -c;Darren Tucker
2004-06-13Add scp regression test; with & ok markus@Darren Tucker