Age | Commit message (Expand) | Author |
2004-09-17 | Long-due mips pmap potpourri: | Miod Vallat |
2004-09-17 | Crank MSIZE and NMBCLUSTERS, per other 64bit arches. | Miod Vallat |
2004-09-17 | avoid signal race. | Hans-Joerg Hoexer |
2004-09-17 | Missing #ifdefs. | Hakan Olsson |
2004-09-17 | #include <stdlib.h> for srandom(). | Hakan Olsson |
2004-09-17 | Permit next payload type NAT-OA. Noted by Kamel Messaoudi. | Hakan Olsson |
2004-09-17 | Properly setup register ra in sendsig() in 64bit world. | Miod Vallat |
2004-09-17 | Kill an assembler warning. | Miod Vallat |
2004-09-17 | Fix log message | Claudio Jeker |
2004-09-17 | Remove option EON from kernel and options(4) | Mathieu Sauve-Frankel |
2004-09-17 | Some cleanup: | Alexander Yurchenko |
2004-09-17 | warn for dirrm. | Marc Espie |
2004-09-17 | ugly spacing | Theo de Raadt |
2004-09-16 | malloc ibuf instead of having it statically | Henning Brauer |
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 |