Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2004-09-16 | ansi | Theo de Raadt | |
2004-09-16 | ansi | Theo de Raadt | |
2004-09-16 | - for the generic 82557 PCI ID also print the chip name if we have an 82558 | Brad 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-16 | some more meat | Michael Shalayeff | |
2004-09-16 | cope with ENOBUFS in buf_write() | Henning Brauer | |
2004-09-16 | the "type" param to imsg_compose and imsg_create is really an | Henning Brauer | |
enum imsg_type and not an int | |||
2004-09-16 | in 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-16 | use imsg_add instead of the lower level buf_add in imsg_create; it already | Henning Brauer | |
does the error checking for us. |