Age | Commit message (Expand) | Author |
2004-09-16 | Clean up CARP_LOG macro and include the physical interface | Ryan Thomas McBride |
2004-09-16 | handle route labels on RTM_CHANGE, ok mcbride, prodded my markus some time ago | Henning Brauer |
2004-09-16 | Set the console device speed before instead of after selecting it as the | Ryan Thomas McBride |
2004-09-16 | Remove remnants of dale's debugled() code, and quiet early boot process more. | Miod Vallat |
2004-09-16 | missing comma in SEE ALSO; | Jason McIntyre |
2004-09-16 | Use inet_ntop() instead of inet_ntoa() in piaddr. This solves a problem | Claudio Jeker |
2004-09-16 | mips64 is ELFSIZE 64. ok deraadt@ | Per Fogelstrom |
2004-09-16 | Use angle bracket macros instead of literal angle brackets. OK jmc@ | Todd C. Miller |
2004-09-16 | Test ll's with positional args. | Otto Moerbeek |
2004-09-16 | Handle ll's correctly for positional args. Problem spotted by hin@, | Otto Moerbeek |
2004-09-16 | nice off_t cast | Theo de Raadt |
2004-09-16 | document WRKCONF. | Marc Espie |
2004-09-16 | Correctly read the symbol table pointers passed by the boot code. | Miod Vallat |
2004-09-16 | Only one script text is necessary... | Miod Vallat |
2004-09-16 | ld.script for boot. cvs add is ok according to deraadt@ | Per Fogelstrom |
2004-09-16 | Update boot with miods ELF64 symtab fixes and my 32 bit compiles | Per Fogelstrom |
2004-09-16 | Don't put parens around the call to pool_put but do use parens to | Todd C. Miller |
2004-09-16 | avoid aliasing with libc functions; ok henning | Theo de Raadt |
2004-09-16 | ftruncate() with ftello() instead of ftell(); ok millert | Theo de Raadt |
2004-09-16 | imsg type is really an enum imsg_type and not an int | Henning Brauer |
2004-09-16 | when a cloned peer goes back to IDLE state, don't remove him immediately | Henning Brauer |
2004-09-16 | cope with imsg API change | Henning Brauer |
2004-09-16 | imsg API cleanup: | Henning Brauer |
2004-09-16 | Fix MD5FileChunk() when passed a 0 length; makes MD5File() work again. | Todd C. Miller |
2004-09-16 | check value of strdup(3) calls; | Joris Vink |
2004-09-16 | print th_seq from truncated tcp headers (e.g. in icmp need-frag) | Markus Friedl |
2004-09-16 | whitespace cleanup | Markus Friedl |
2004-09-16 | No kern_ipc_10 on mips64. | Miod Vallat |
2004-09-16 | don't send partial segments if SS_ISSENDING is set, remember | Markus Friedl |
2004-09-16 | add hint for lower layer that a sosend() is in progress (SS_ISSENDING) | Markus Friedl |
2004-09-16 | Rely upon __LP64__ to choose {U,}LONG_{MIN,MAX} values, rather than a | Miod Vallat |
2004-09-16 | add -T tcp to enforce interpretation as TCP | Markus Friedl |
2004-09-16 | nfs v3 support from tcpdump.org/netbsd; tests with pedro, marius | Markus Friedl |
2004-09-16 | new regression found in the wild: 1099512676352 -> 2.0T; fixed a minute ago. | Otto Moerbeek |
2004-09-16 | fix 1099512676352 -> 2.0T; ok miod@ | Otto Moerbeek |
2004-09-16 | more signal flag races; ok miod@ | Otto Moerbeek |
2004-09-16 | check for VBAD vnodes on getvnode(). ok andreas@, tedu@ and marius@ | Pedro Martelletto |
2004-09-16 | Add disabled piixpm and gscpm. | Alexander Yurchenko |
2004-09-16 | typo | Miod Vallat |
2004-09-16 | Use preempt() instead of rolling our own version. | Miod Vallat |
2004-09-16 | de-lint (long vs int vs unsigned); otto ok | Theo de Raadt |
2004-09-16 | shrink the code in the -DNOKVM case | Theo de Raadt |
2004-09-16 | prettier simple code; mcbride ok | Theo de Raadt |
2004-09-16 | Use a sane value for maxsegsz, fixes this card for alpha (PR 3920). | Ryan Thomas McBride |
2004-09-16 | spacing | Theo de Raadt |
2004-09-16 | Remove the not initialized fallback_interface code and use the normal bpf | Claudio Jeker |
2004-09-16 | Don't adjust month from tod clock. clock.c does | Per Fogelstrom |
2004-09-16 | Day of week count 1-7 | Per Fogelstrom |
2004-09-16 | cleanup deafult locators (blah ?); please check that your most hated architec... | Michael Shalayeff |
2004-09-16 | When copyout() of the signal frame fails, sigexit() the process instead of | Miod Vallat |