Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-09-16 | imsg API cleanup: | Henning Brauer | |
-kill imsg_compose_pid, imsg_compose_fdpass and imsg_create_pid -extend the original imsg_compose/_create API to take pid & fd too -make imsg_compose do imsg_create + imsg_add + imsg_close instead of duplicating the code -adjust all callers to the new API ok claudio | |||
2004-09-16 | Fix MD5FileChunk() when passed a 0 length; makes MD5File() work again. | Todd C. Miller | |
From Peter Galbavy. | |||
2004-09-16 | check value of strdup(3) calls; | Joris Vink | |
ok jfb | |||
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 | |
TF_LASTIDLE across invocations of tcp_output (from freebsd); ok mcbride | |||
2004-09-16 | add hint for lower layer that a sosend() is in progress (SS_ISSENDING) | Markus Friedl | |
inspired by a posting from David Borman and similar changes in net/freebsd ok mcbride | |||
2004-09-16 | Rely upon __LP64__ to choose {U,}LONG_{MIN,MAX} values, rather than a | Miod Vallat | |
homegrown define. ok deraadt@ | |||
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 | |
ok deraadt@ | |||
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 | |
ok miod@ | |||
2004-09-16 | spacing | Theo de Raadt | |
2004-09-16 | Remove the not initialized fallback_interface code and use the normal bpf | Claudio Jeker | |
interface for that. Also store the hardware (ethernet) address in the state so that relayed dhcp request are sent to the correct destination. OK henning@ requested by deraadt@ tested otto@ | |||
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 ↵ | Michael Shalayeff | |
architecture is still fluffy (; | |||
2004-09-16 | When copyout() of the signal frame fails, sigexit() the process instead of | Miod Vallat | |
doing this by an hand-delivered SIGILL. | |||
2004-09-16 | various lint. ok millert | Theo de Raadt | |
Important bit: do not long -> int truncate... | |||
2004-09-16 | add files missing for building a proper lint library | Theo de Raadt | |
2004-09-16 | ARGSUSED on signal handler | Theo de Raadt | |
2004-09-16 | i hate macros with 50 , :? and ())()()((()())); otto ok | Theo de Raadt | |
2004-09-16 | Add man page for piixpm(4). | Alexander Yurchenko | |
2004-09-16 | Intel 6300ESB pciide. | Alexander Yurchenko | |
2004-09-16 | iBook G4 | Brad Smith | |
2004-09-16 | Typo in comment. | Miod Vallat | |
2004-09-16 | Add LibraryOnly routine to check on @lib files. | Marc Espie | |
Forgot to add shell to the list of files... | |||
2004-09-16 | ``viritual'' is a virtual word and this is a real tree. | Miod Vallat | |
2004-09-16 | Dead meat. | Miod Vallat | |
2004-09-16 | Superseded by MI <link.h> | Miod Vallat | |
2004-09-16 | some additional CIS sanity checks. | Brad Smith | |
From NetBSD | |||
2004-09-16 | We don't have vsprintf/sprintf in the kernel anymore, spotted | Alexander Yurchenko | |
by form@pdp-11.org.ru. ok millert@ deraadt@ | |||
2004-09-16 | Add luna88k and sgi to the allarchs target. | Miod Vallat | |
2004-09-16 | unused variable killed | Theo de Raadt | |
2004-09-16 | clean C for a change | Theo de Raadt | |
2004-09-16 | remove unused variables | Theo de Raadt | |
2004-09-16 | more unsigned char | Theo de Raadt | |
2004-09-16 | remove unused variables | Theo de Raadt | |
2004-09-16 | type corrections and other delinting | Theo de Raadt | |
2004-09-16 | minor KNF | Henning Brauer | |