summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-11-15start categorizing stuff as error messages that should be error messagesMarc Espie
2009-11-15common code, handle SIG{CONT} in both cases.Marc Espie
2009-11-15tweakMarc Espie
2009-11-15missing return (nothing else to see)Marc Espie
2009-11-15add check for always-updateMarc Espie
2009-11-15repair things if dependencies existMarc Espie
2009-11-15do not leak a lot of memory if a small memory allocation fails, found byTheo de Raadt
2009-11-15athn(4) has a future in here.Theo de Raadt
2009-11-14more testsMarc Espie
2009-11-14ouch, collision handling must take destdir into accountMarc Espie
2009-11-14translate a comment from french to english.Damien Bergamini
2009-11-14more half-baked regress-targetsMarc Espie
2009-11-14syncTheo de Raadt
2009-11-14make ramdisks compileTheo de Raadt
2009-11-14copy the CAVEATS section from the otus(4) man page.Damien Bergamini
2009-11-14add missing header needed by signal()Charles Longeau
2009-11-14s/iwn0/athn0/ in the examples ;-)Damien Bergamini
2009-11-14remove duplicate header includeCharles Longeau
2009-11-14tweak previous;Jason McIntyre
2009-11-14fix leaks in error paths found by parfaitJonathan Gray
2009-11-14Xr athnTheo de Raadt
2009-11-14athn(4), a driver for Atheros 802.11a/g/n devices.Damien Bergamini
2009-11-14forgotMarc Espie
2009-11-14remove stupid extraneous return...Marc Espie
2009-11-14pull the eval {} code into an anonymous sub, so that we can choose to execMarc Espie
2009-11-14add a collision-check, don't activate yet, need to understand whatMarc Espie
2009-11-14variables for concisionMarc Espie
2009-11-14add a somewhat icky test that will check that packages can represent fairlyMarc Espie
2009-11-14fix regress test (needs -F downgrade to be able to go back)Marc Espie
2009-11-14fix. noticed by sthen@Marc Espie
2009-11-14Use getopt() to parse the argument list, shrinking the code andPhilip Guenthe
2009-11-13Remove an unnecessary assignment. From NetBSD via Brad.Stuart Henderson
2009-11-13Added mapping for failure flags for read/write mode (not yet used).Jordan Hargrave
2009-11-13C statements (including macros) that do not end in a ; are obtuse.Theo de Raadt
2009-11-13fix a few memory leaks found by parfait; ok hshoexerTheo de Raadt
2009-11-13syncTheo de Raadt
2009-11-13no need for seperate snscore command; ok pjanzenTheo de Raadt
2009-11-13>15 year old buffer-read-1-byte-too-far in clrbits() [code I wrote, yeah]Theo de Raadt
2009-11-13Extend the protosw pr_ctlinput function to include the rdomain. This isClaudio Jeker
2009-11-13add missing headers needed by time()Charles Longeau
2009-11-13Don't use [] in function arguments when dealing with arraysJonathan Gray
2009-11-13Add hw.sensors to dmesg request, 'go for it' deraadt@Ian Darwin
2009-11-13Tweak a comment and add some spacing.Nicholas Marriott
2009-11-13Correct fix for rev 1.8 from pjanzen.Jonathan Gray
2009-11-13Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in theNicholas Marriott
2009-11-131.8 broke things, back it out, correct fix coming from pjanzenJonathan Gray
2009-11-13Unreachable statement, found by lint.Nicholas Marriott
2009-11-13Merge from the Sendmail CVS: fix potential memory leak: only setPhilip Guenthe
2009-11-13Tidy up and fix some types, prompted by lint via deraadt.Nicholas Marriott
2009-11-13imsg_read returns ssize_t not int, pointed out by lint via deraadt.Nicholas Marriott