summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-09-18Update to sendmail-8.13.1Todd C. Miller
2004-09-18- Record handles for memory and IO spaceBrad Smith
2004-09-18add Linksys PCM200Brad Smith
2004-09-17regenBrad Smith
2004-09-17add Linksys vendor ID and Linksys PCM200 IDBrad Smith
2004-09-17Set up alternate keyboard encoding earlier in rc.Ryan Thomas McBride
2004-09-17Clean up reference counting wrt state creation and destruction. FixesRyan Thomas McBride
2004-09-17In vmapbuf(), pass VM_PROT_READ | VM_PROT_WRITE as flags hints too.Miod Vallat
2004-09-17dothrow() calls bhit() w/ both null hit functions thus have to check before c...Michael Shalayeff
2004-09-17correct comment: spamd flags in spamd(8), not spamd-setup(8);Jason McIntyre
2004-09-17tweaks; ok mickey@Jason McIntyre
2004-09-17move MINCLSIZE back to preferring clusters; there is some fallout becauseTheo de Raadt
2004-09-17Now that we can check for pmap_extract() failure properly, do so.Miod Vallat
2004-09-17Long-due mips pmap potpourri:Miod Vallat
2004-09-17Crank MSIZE and NMBCLUSTERS, per other 64bit arches.Miod Vallat
2004-09-17avoid signal race.Hans-Joerg Hoexer
2004-09-17Missing #ifdefs.Hakan Olsson
2004-09-17#include <stdlib.h> for srandom().Hakan Olsson
2004-09-17Permit next payload type NAT-OA. Noted by Kamel Messaoudi.Hakan Olsson
2004-09-17Properly setup register ra in sendsig() in 64bit world.Miod Vallat
2004-09-17Kill an assembler warning.Miod Vallat
2004-09-17Fix log messageClaudio Jeker
2004-09-17Remove option EON from kernel and options(4)Mathieu Sauve-Frankel
2004-09-17Some cleanup:Alexander Yurchenko
2004-09-17warn for dirrm.Marc Espie
2004-09-17ugly spacingTheo de Raadt
2004-09-16malloc ibuf instead of having it staticallyHenning Brauer
2004-09-16Clean up CARP_LOG macro and include the physical interfaceRyan Thomas McBride
2004-09-16handle route labels on RTM_CHANGE, ok mcbride, prodded my markus some time agoHenning Brauer
2004-09-16Set the console device speed before instead of after selecting it as theRyan Thomas McBride
2004-09-16Remove remnants of dale's debugled() code, and quiet early boot process more.Miod Vallat
2004-09-16missing comma in SEE ALSO;Jason McIntyre
2004-09-16Use inet_ntop() instead of inet_ntoa() in piaddr. This solves a problemClaudio Jeker
2004-09-16mips64 is ELFSIZE 64. ok deraadt@Per Fogelstrom
2004-09-16Use angle bracket macros instead of literal angle brackets. OK jmc@Todd C. Miller
2004-09-16Test ll's with positional args.Otto Moerbeek
2004-09-16Handle ll's correctly for positional args. Problem spotted by hin@,Otto Moerbeek
2004-09-16nice off_t castTheo de Raadt
2004-09-16document WRKCONF.Marc Espie
2004-09-16Correctly read the symbol table pointers passed by the boot code.Miod Vallat
2004-09-16Only one script text is necessary...Miod Vallat
2004-09-16ld.script for boot. cvs add is ok according to deraadt@Per Fogelstrom
2004-09-16Update boot with miods ELF64 symtab fixes and my 32 bit compilesPer Fogelstrom
2004-09-16Don't put parens around the call to pool_put but do use parens toTodd C. Miller
2004-09-16avoid aliasing with libc functions; ok henningTheo de Raadt
2004-09-16ftruncate() with ftello() instead of ftell(); ok millertTheo de Raadt
2004-09-16imsg type is really an enum imsg_type and not an intHenning Brauer
2004-09-16when a cloned peer goes back to IDLE state, don't remove him immediatelyHenning Brauer
2004-09-16cope with imsg API changeHenning Brauer
2004-09-16imsg API cleanup:Henning Brauer