summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-09-16imsg 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-16Fix MD5FileChunk() when passed a 0 length; makes MD5File() work again.Todd C. Miller
From Peter Galbavy.
2004-09-16check value of strdup(3) calls;Joris Vink
ok jfb
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
TF_LASTIDLE across invocations of tcp_output (from freebsd); ok mcbride
2004-09-16add 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-16Rely upon __LP64__ to choose {U,}LONG_{MIN,MAX} values, rather than aMiod Vallat
homegrown define. ok deraadt@
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
ok deraadt@
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
ok miod@
2004-09-16spacingTheo de Raadt
2004-09-16Remove the not initialized fallback_interface code and use the normal bpfClaudio 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-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 ↵Michael Shalayeff
architecture is still fluffy (;
2004-09-16When copyout() of the signal frame fails, sigexit() the process instead ofMiod Vallat
doing this by an hand-delivered SIGILL.
2004-09-16various lint. ok millertTheo de Raadt
Important bit: do not long -> int truncate...
2004-09-16add files missing for building a proper lint libraryTheo de Raadt
2004-09-16ARGSUSED on signal handlerTheo de Raadt
2004-09-16i hate macros with 50 , :? and ())()()((()())); otto okTheo de Raadt
2004-09-16Add man page for piixpm(4).Alexander Yurchenko
2004-09-16Intel 6300ESB pciide.Alexander Yurchenko
2004-09-16iBook G4Brad Smith
2004-09-16Typo in comment.Miod Vallat
2004-09-16Add 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-16Dead meat.Miod Vallat
2004-09-16Superseded by MI <link.h>Miod Vallat
2004-09-16some additional CIS sanity checks.Brad Smith
From NetBSD
2004-09-16We don't have vsprintf/sprintf in the kernel anymore, spottedAlexander Yurchenko
by form@pdp-11.org.ru. ok millert@ deraadt@
2004-09-16Add luna88k and sgi to the allarchs target.Miod Vallat
2004-09-16unused variable killedTheo de Raadt
2004-09-16clean C for a changeTheo de Raadt
2004-09-16remove unused variablesTheo de Raadt
2004-09-16more unsigned charTheo de Raadt
2004-09-16remove unused variablesTheo de Raadt
2004-09-16type corrections and other delintingTheo de Raadt
2004-09-16minor KNFHenning Brauer