Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-12-14 | Compile. | Jason Downs | |
1999-12-14 | Thanks aaron. | Constantine Sapuntzakis | |
Changed time->ticks | |||
1999-12-14 | sync | Theo de Raadt | |
1999-12-14 | merge with freebsd: | Jason Wright | |
o add flag DC_TX_INTR_ALWAYS for PNIC o Try to unreset the SIA as soon as possible in dc_reset() | |||
1999-12-14 | Change cast (and argument declaration) from int to u_long so it | Angelos D. Keromytis | |
compiles on alpha (janjaap@stack.nl) | |||
1999-12-14 | Change error diagnostic from "lost interrupt" to "timeout" | Constantine Sapuntzakis | |
Interrupt may not actually be lost. Maybe the application sent an unreasonably low timeout. To conclude lost interrupt, the device driver needs to check that the device actually transitioned to a new state. It is a bit premature to say this here. | |||
1999-12-14 | Various fixes: | Constantine Sapuntzakis | |
Use ticks not time. Ticks is monotonically increasing. Fix error output in wdc_atapi_ctrl ATAPI errors -> SCSI errors conversion now works better Other minor cleanup | |||
1999-12-14 | New ipfilter files. Preparing for merge of ipfilter 3.3.4. | Kjell Wooding | |
1999-12-14 | Install swapctl.2, not swapon.2. swapon.2 should probably go away. | Todd C. Miller | |
1999-12-13 | remove extra checks for #define INET (merged mistakingly from kame). | Jun-ichiro itojun Hagino | |
this is harmful against some of lkm compilation. | |||
1999-12-13 | (hopefully) fix pauses reported by ES1370 users | Constantine Sapuntzakis | |
Fix failure to start playing in my ES1371-based card. Was caused by a disabled sample rate converter. Support for newer ES1371 variants Codec and sample-rate converter functions updated to reflect black magic in FreeBSD | |||
1999-12-13 | sync | Constantine Sapuntzakis | |
1999-12-13 | Ensoniq AudioPCI proliferation: CT5880 and Ectiva 1938 | Constantine Sapuntzakis | |
1999-12-12 | Use perl to do /usr/share/lib/tabset -> and /usr/lib/tabset -> /usr/share/tabset | Todd C. Miller | |
substiution in termcap generation as well as the pruning of unneeded entries in the xterm entry. This is only temporary until such time as we can remove the xterm hack altogether (new termtypes.master coming soon). | |||
1999-12-12 | GOT added | Jakob Schlyter | |
1999-12-12 | type conflict for 'extern Type *options' in channels.c; dot@dotat.at | Markus Friedl | |
1999-12-12 | hide debug printf behind #ifdef PMAPDEBUG | Michael Shalayeff | |
1999-12-12 | sync with answer.c. reviewed by pjanzen@ | David Leonard | |
1999-12-12 | document -D. remove stuff about editing etc/services. accurately describe ↵ | David Leonard | |
broadcast behaviour. Va variables. add FILES section. reviewed by pjanzen@ | |||
1999-12-12 | User netdb to get well known port. | David Leonard | |
Remove unused 3rd arg to main(). Revoke any setgid privs (unnecessary?) Add -D for command-line configuration options. Properly handle new, spawning connections. Fix that evil repeated-quit problem in two places. Fix a bug where a server would quit only if it were questioned for stats. Allow port sharing. Clean up havechar(). Don't allow write() to block. reviewed by pjanzen@ | |||
1999-12-12 | better error msg. hook to parse command line options. reviewed by pjanzen@ | David Leonard | |
1999-12-12 | Use socklen_t | David Leonard | |
Cope with fragmented reads in the initial cilent connect a lot better/simpler. Check the team name. Caller must free allocated 'spawn' structures. reviewed by pjanzen@ | |||
1999-12-12 | Catch some bad draw characters (like NUL). | David Leonard | |
Use display_beep() instead of write(,"\7",) Report read errors from stdin. reviewed by pjanzen@ | |||
1999-12-12 | Use netdb to find the hunt service port. | David Leonard | |
Use the new probe_drivers(). Better warning messages about the -t option. Correct error message for monitors that find nothing. In the screen where the user has to choose the huntd host, show new hosts as they come in. Check statistics information for 'bad' characters. Allow space to be a team name (same as no team) reviewed by pjanzen@ | |||
1999-12-12 | sync KAME rcsid. | Jun-ichiro itojun Hagino | |
1999-12-12 | inet6_rthdr_reverse() is not available yet. | Jun-ichiro itojun Hagino | |
1999-12-12 | fix variable name, refer to huntd configs. reviewed by pjanzen@ | David Leonard | |
1999-12-12 | clear an array before filling. reviewed by pjanzen@ | David Leonard | |
1999-12-12 | isplit complicated probe_drivers() out to own file. reviewed by pjanzen@ | David Leonard | |
1999-12-12 | describe the hunt client-server protocol. reviewed by pjanzen@ | David Leonard | |
1999-12-12 | make it easier to synchronize INP_xx flags and IN6P_xx flags. | Jun-ichiro itojun Hagino | |
1999-12-12 | route6d now works fine (because of udp socket advanced API fix) | Jun-ichiro itojun Hagino | |
1999-12-12 | fix IPv6 advanced API (RFC2292) for udp socket. | Jun-ichiro itojun Hagino | |
TODO: ditto for raw and tcp socket | |||
1999-12-12 | install infotocap.1 | Todd C. Miller | |
1999-12-12 | Update to ncurses-19991211: | Todd C. Miller | |
o treat as untranslatable to termcap those terminfo strings which contain non-decimal formatting, e.g., hexadecimal or octal. o correct commented-out capabilities that cannot be translated to termcap, which did not check if a colon must be escaped. o correct termcap translation for "%>" and "%+", which did not check if a colon must be escaped, for instance. o use save_string/save_char for _nc_captoinfo() to eliminate fixed buffer (originally for _nc_infotocap() in 960301 -TD). o correct expression used for terminfo equivalent of termcap %B, adjust regent100 entry which uses this. o some cleanup and commenting of ad hoc cases in _nc_infotocap(). o eliminate a fixed-buffer in tic, used for translating comments. o add manpage for infotocap. | |||
1999-12-12 | they say that cr 24-31 are for interrupt handlers use, so pdc may mangle those | Michael Shalayeff | |
1999-12-12 | do homebrew pmap_changebit pmap_new way | Michael Shalayeff | |
1999-12-12 | reflect reality; millert@ ok | Hugh Graham | |
1999-12-12 | widen output formatting a bit | Hugh Graham | |
1999-12-11 | Add a perror() in reporting failure to connect. | Angelos D. Keromytis | |
1999-12-11 | Remove old IDE driver | Constantine Sapuntzakis | |
1999-12-11 | Remove old atapi driver | Constantine Sapuntzakis | |
1999-12-11 | Bye-bye to the old ATAPI driver | Constantine Sapuntzakis | |
1999-12-11 | LS-120's do support mode sense. | Constantine Sapuntzakis | |
1999-12-11 | Cleanup. | Constantine Sapuntzakis | |
Better timeout logic | |||
1999-12-11 | atapiscsi(4) not atapi(4) and add atapiscsi(4) to SEE ALSO section | Todd C. Miller | |
1999-12-11 | it looks that route6d is not working right, because of | Jun-ichiro itojun Hagino | |
behavior difference in socket layer against multicast destination. | |||
1999-12-11 | add and enable route6d. fix bogus enties in distrib/sets/lists. | Jun-ichiro itojun Hagino | |
XXX route6d is not really tested on kame/openbsd. there can be some trouble with kernel advanced API part. | |||
1999-12-11 | route6d, simple ripng daemon, from KAME | Jun-ichiro itojun Hagino | |
1999-12-11 | enable rtadvd in usr.sbin/Makefile. | Jun-ichiro itojun Hagino | |
rcsid police on usr.sbin/rtadvd. add sample config into etc/rtadvd.conf. add files into distrib/sets/list. |