summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2004-09-16Fix MD5FileChunk() when passed a 0 length; makes MD5File() work again.Todd C. Miller
2004-09-16check value of strdup(3) calls;Joris Vink
2004-09-16print th_seq from truncated tcp headers (e.g. in icmp need-frag)Markus Friedl
2004-09-16whitespace cleanupMarkus Friedl
2004-09-16No kern_ipc_10 on mips64.Miod Vallat
2004-09-16don't send partial segments if SS_ISSENDING is set, rememberMarkus Friedl
2004-09-16add hint for lower layer that a sosend() is in progress (SS_ISSENDING)Markus Friedl
2004-09-16Rely upon __LP64__ to choose {U,}LONG_{MIN,MAX} values, rather than aMiod Vallat
2004-09-16add -T tcp to enforce interpretation as TCPMarkus Friedl
2004-09-16nfs v3 support from tcpdump.org/netbsd; tests with pedro, mariusMarkus Friedl
2004-09-16new regression found in the wild: 1099512676352 -> 2.0T; fixed a minute ago.Otto Moerbeek
2004-09-16fix 1099512676352 -> 2.0T; ok miod@Otto Moerbeek
2004-09-16more signal flag races; ok miod@Otto Moerbeek
2004-09-16check for VBAD vnodes on getvnode(). ok andreas@, tedu@ and marius@Pedro Martelletto
2004-09-16Add disabled piixpm and gscpm.Alexander Yurchenko
2004-09-16typoMiod Vallat
2004-09-16Use preempt() instead of rolling our own version.Miod Vallat
2004-09-16de-lint (long vs int vs unsigned); otto okTheo de Raadt
2004-09-16shrink the code in the -DNOKVM caseTheo de Raadt
2004-09-16prettier simple code; mcbride okTheo de Raadt
2004-09-16Use a sane value for maxsegsz, fixes this card for alpha (PR 3920).Ryan Thomas McBride
2004-09-16spacingTheo de Raadt
2004-09-16Remove the not initialized fallback_interface code and use the normal bpfClaudio Jeker
2004-09-16Don't adjust month from tod clock. clock.c doesPer Fogelstrom
2004-09-16Day of week count 1-7Per Fogelstrom
2004-09-16cleanup deafult locators (blah ?); please check that your most hated architec...Michael Shalayeff
2004-09-16When copyout() of the signal frame fails, sigexit() the process instead ofMiod Vallat