summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2004-09-16ansiTheo de Raadt
2004-09-16ansiTheo de Raadt
2004-09-16- for the generic 82557 PCI ID also print the chip name if we have an 82558Brad Smith
or newer. - rearrange PCI IDs a bit. - eliminate setting the FXPF_HAS_RESUME_BUG flag now that we have support to disable dynamic standby. ok deraadt@ mcbride@ mickey@
2004-09-16some more meatMichael Shalayeff
2004-09-16cope with ENOBUFS in buf_write()Henning Brauer
2004-09-16the "type" param to imsg_compose and imsg_create is really anHenning Brauer
enum imsg_type and not an int
2004-09-16in imsg_compose:Henning Brauer
-don't buf_free() on imsg_add() errors, it already does that for us -use imsg_close() instead of buf_close(), does error handling already
2004-09-16use imsg_add instead of the lower level buf_add in imsg_create; it alreadyHenning Brauer
does the error checking for us.