summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-07-09Match CBEM56G as wellNiklas Hallqvist
2001-07-09syncNiklas Hallqvist
2001-07-09Ehh, nice duplicateNiklas Hallqvist
2001-07-09Trivial ether_input_mbuf().Federico G. Schwindt
2001-07-09Compute %used in -P mode as a double, just like we do in normal printingTodd C. Miller
mode. Fixes an int wraparound problem noted by mike@erdelynet.com
2001-07-09sync with latest kame.Jun-ichiro itojun Hagino
- a memory leak - correct timer value - wording fixes in manpage rtsock.c is omitted for simplicity, as it is not meaningful on openbsd.
2001-07-09trivial ether_input_mbuf().Federico G. Schwindt
btw, shouldn't this code share the am7990 core?
2001-07-09remove extraneous bracesPaul Janzen
2001-07-09Add missing closing parenMarco S Hyman
2001-07-09use errx()Paul Janzen
2001-07-09Remove .Pp next to .Sh; mpech@prosoft.org.lvPaul Janzen
2001-07-09Fixes, mainly from Thomas Nordin <nordin@cse.ogi.edu>Paul Janzen
2001-07-09Fix typo; addresses PR/1931 from heko@saitti.netAaron Campbell
2001-07-09ch_flags should be ch_statusConstantine Sapuntzakis
2001-07-09regenMichael Shalayeff
2001-07-09CBEM56G from matthieu@ (;Michael Shalayeff
2001-07-09Use socklen_t, not size_t for type of length arg to recvfrom()Todd C. Miller
2001-07-09Make quad types on alpha be "long long" not "long". This means thatTodd C. Miller
printf's "%lld" can be used with a quad_t or int64_t without a bogus cast.
2001-07-09Minor code clean ups.Kenneth R Westerback
Rename some functions for better consistancy/clarity, e.g. tul_wdtr_done -> tul_wide_done tul_msgout_wide -> tul_msgout_wdtr Consolidate extended message generation into new function tul_msgout_extended() by using HCS_Msg[] array, replacing several repetitive bus_write_*() code sections. A couple of minor code clarifications to eliminate extra return statements and make absolutely sure HCS_ActScb is NULL during a reselect.
2001-07-09Move IFQ_SET_READY macro to attach time.Federico G. Schwindt
2001-07-09More lame OpenBSD tags.Federico G. Schwindt
2001-07-09Refer to INIC-940 in NAME sectionKenneth R Westerback
2001-07-09too bad you are wrong. these binaries must link on powerpc and alpha, and ↵Theo de Raadt
you just broke them again
2001-07-09Comment out extraneous .Pp since the text it goes with is commented out.Todd C. Miller
mpech@prosoft.org.lv
2001-07-09Fix incorrect logic 'optimization' so that sync is negotiated even ifKenneth R Westerback
wide is not. Now my CD drives on the narrow channel of the INI-9100UW negotiate to the same configuration they do on other cards.
2001-07-09Remove dubious #include MACRO "string" construct (non-ANSI)Marc Espie
and use the more correct #include <file.h> style. From discussion with millert@.
2001-07-09trim it downMarc Espie
2001-07-09I forgot about this change: let the perl tsort-checker run fasterMarc Espie
by not slurping the whole file in one go.
2001-07-09Add test that tsort fails (incorrect detection of cycle).Marc Espie
Based on a test case found by Dragos Ruiu (dr@kyx.net)
2001-07-09Extend nat/rdr syntax. Add source/destination selection. MakeDaniel Hartmeier
interface optional. Suggested by rdump@river.com. nat [on [!] <ifname>] from (any | [!] <addr>[/<mask>]) to (any | [!] <addr>[/<mask>]) -> <addr> [proto (tcp | udp | icmp)] rdr [on [!] <ifname>] from (any | [!] <addr>[/<mask>]) to (any | [!] <addr>[/<mask>]) port <a>[:<b>] -> <addr> port <c>[:*] [proto (tcp | udp | icmp)]
2001-07-09Stuff in kerberosIV should _never_ link against kerberosV.Hans Insulander
While I'm here, cleanup linking stuff so this gets through a static build on i386. Other archs untested at this time.
2001-07-09rightMichael Shalayeff
2001-07-09better scsi vs raid clarificationMichael Shalayeff
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-07-09better scssi vs raid claarificationMichael Shalayeff
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-07-09a first pass at -WallTheo de Raadt
2001-07-09add i2o devicesMichael Shalayeff
2001-07-09Use getopt(3); markus@ ok.Federico G. Schwindt
2001-07-09OpenBSD tags.Federico G. Schwindt
2001-07-09only on prog_switch, more includes and protosMichael Shalayeff
2001-07-09remove unused files, build bzero off of memsetMichael Shalayeff
2001-07-09did ever compile?Michael Shalayeff
2001-07-09syncTheo de Raadt
2001-07-09have to have a proto hereMichael Shalayeff
2001-07-09protos, includes, and terransMichael Shalayeff
2001-07-09a wagon and a small cart of protos, spaces, and includesMichael Shalayeff
2001-07-09protos and spacesMichael Shalayeff
2001-07-09proper vtophys types, spaces, protosMichael Shalayeff
2001-07-09looking at other archs vtophys lives thereMichael Shalayeff