Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-07-09 | ch_flags should be ch_status | Constantine Sapuntzakis | |
2001-07-09 | regen | Michael Shalayeff | |
2001-07-09 | CBEM56G from matthieu@ (; | Michael Shalayeff | |
2001-07-09 | Use socklen_t, not size_t for type of length arg to recvfrom() | Todd C. Miller | |
2001-07-09 | Make quad types on alpha be "long long" not "long". This means that | Todd C. Miller | |
printf's "%lld" can be used with a quad_t or int64_t without a bogus cast. | |||
2001-07-09 | Minor 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-09 | Move IFQ_SET_READY macro to attach time. | Federico G. Schwindt | |
2001-07-09 | More lame OpenBSD tags. | Federico G. Schwindt | |
2001-07-09 | Refer to INIC-940 in NAME section | Kenneth R Westerback | |
2001-07-09 | too bad you are wrong. these binaries must link on powerpc and alpha, and ↵ | Theo de Raadt | |
you just broke them again | |||
2001-07-09 | Comment out extraneous .Pp since the text it goes with is commented out. | Todd C. Miller | |
mpech@prosoft.org.lv | |||
2001-07-09 | Fix incorrect logic 'optimization' so that sync is negotiated even if | Kenneth 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-09 | Remove dubious #include MACRO "string" construct (non-ANSI) | Marc Espie | |
and use the more correct #include <file.h> style. From discussion with millert@. | |||
2001-07-09 | trim it down | Marc Espie | |
2001-07-09 | I forgot about this change: let the perl tsort-checker run faster | Marc Espie | |
by not slurping the whole file in one go. | |||
2001-07-09 | Add test that tsort fails (incorrect detection of cycle). | Marc Espie | |
Based on a test case found by Dragos Ruiu (dr@kyx.net) | |||
2001-07-09 | Extend nat/rdr syntax. Add source/destination selection. Make | Daniel 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-09 | Stuff 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-09 | right | Michael Shalayeff | |
2001-07-09 | better scsi vs raid clarification | Michael Shalayeff | |
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt | |
2001-07-09 | better scssi vs raid claarification | Michael Shalayeff | |
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt | |
2001-07-09 | a first pass at -Wall | Theo de Raadt | |
2001-07-09 | add i2o devices | Michael Shalayeff | |
2001-07-09 | Use getopt(3); markus@ ok. | Federico G. Schwindt | |
2001-07-09 | OpenBSD tags. | Federico G. Schwindt | |
2001-07-09 | only on prog_switch, more includes and protos | Michael Shalayeff | |
2001-07-09 | remove unused files, build bzero off of memset | Michael Shalayeff | |
2001-07-09 | did ever compile? | Michael Shalayeff | |
2001-07-09 | sync | Theo de Raadt | |
2001-07-09 | have to have a proto here | Michael Shalayeff | |
2001-07-09 | protos, includes, and terrans | Michael Shalayeff | |
2001-07-09 | a wagon and a small cart of protos, spaces, and includes | Michael Shalayeff | |
2001-07-09 | protos and spaces | Michael Shalayeff | |
2001-07-09 | proper vtophys types, spaces, protos | Michael Shalayeff | |
2001-07-09 | looking at other archs vtophys lives there | Michael Shalayeff | |
2001-07-09 | more spacees, includes, protos | Michael Shalayeff | |
2001-07-09 | protos, includes, spaces; from prev ci | Michael Shalayeff | |
2001-07-09 | protos, includes, spaces | Michael Shalayeff | |
2001-07-09 | lots of parens, protos | Michael Shalayeff | |
2001-07-09 | missing includes, fix functions | Michael Shalayeff | |
2001-07-09 | ptr types dammit | Michael Shalayeff | |
2001-07-09 | missing includes and spaces | Michael Shalayeff | |
2001-07-09 | missing includes | Michael Shalayeff | |
2001-07-09 | Staticise SHA1_End() | brian | |
2001-07-09 | -Wall | Theo de Raadt | |
2001-07-09 | Install getpeereid(2) manpage. | Federico G. Schwindt | |
2001-07-09 | Oops, groff still doesn't do more than 8 args :( | brian | |
2001-07-09 | Add a ``nat proto'' command -- similar to natd(8)'s -redirect_proto switch. | brian | |