Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-12-08 | Whoops; forgot to bump FreeBSD version numbers. | Aaron Campbell | |
1999-12-08 | Sync with FreeBSD: | Aaron Campbell | |
- Reset the PHY before selecting a mode. - Program IPG register to match duplex setting in accordance with Adaptec manual recommendations. | |||
1999-12-08 | Sync with FreeBSD: | Aaron Campbell | |
- Use TX descriptor polling, similar to the xl driver, to reduce TX overhead. - As in if_sf, reset PHY when switching modes. - Remove unused code that was #ifdef foo'd out. | |||
1999-12-08 | make that a fatal | Niels Provos | |
1999-12-08 | Mod_SSL 2.4.8 merge | Bob Beck | |
1999-12-07 | fix sighup handling. accept would just restart and daemon handled sighup | Niels Provos | |
only after the next connection was accepted. use poll on listen sock now. | |||
1999-12-07 | Xr new man pages | Jason Wright | |
1999-12-07 | documentation | Jason Wright | |
1999-12-07 | driver for National Semiconductor 83843; from NetBSD. | Jason Wright | |
1999-12-07 | sync | Jason Wright | |
1999-12-07 | Merge with NetBSD: | Jason Wright | |
o move common support functions for phy drivers from mii.c to mii_physubr.c, so that they are not includes if no PHY is configured o Clean up the code that adds media a little, and make media selection table-driven in preparation for some other changes to be made. o Don't add any loopback versions of media, for now. o Add mii_down(), which is used by MAC drivers to inform PHYs that the interface is now down. PHYs use this to cancel pending asynchronous operations. o Add OUI for Enable Semiconductor. o New Driver for TDK TSC78Q2120 PHY | |||
1999-12-07 | Dumb bug fix: error is not a printf-like function. | Marc Espie | |
Also checked other calls to error warning fatal error_with_file_and_line warning_with_file_and_line fatal_with_file_and_line lex_error lex_warning c_error | |||
1999-12-07 | remove freebsd bridging stuff, and let ALL packets go to ether_input() | Jason Wright | |
1999-12-07 | quiet | Jason Wright | |
1999-12-07 | merge with freebsd: | Jason Wright | |
o when setting/clearing promisc mode, just update filter o call xl_init() in xl_media_upd() for handling media changes better on combo's o alternate tx strategy for 3c90?[BC] cards | |||
1999-12-07 | Handles -I without filename correctly. | Marc Espie | |
1999-12-07 | do not crash if stdin is not a tty | Theo de Raadt | |
1999-12-07 | make sure the client selects a supported cipher | Markus Friedl | |
1999-12-07 | Use pool to allocate page tables. This has the nice effect that we can uncache | Artur Grabowski | |
them on allocation instead of flushing cache every time we fiddle with them. Some parts from NetBSD. | |||
1999-12-07 | Forgot a printf... | Angelos D. Keromytis | |
1999-12-07 | New ah_new_input(), protocol-independent processing (still lacking | Angelos D. Keromytis | |
IPv6-specific protocol header processing). | |||
1999-12-07 | fix DNS; all this is due for squishing in a few days anyways, i suspect; ↵ | Theo de Raadt | |
fujiwara@rcac.tdi.co.jp | |||
1999-12-07 | Missing "else"... | Angelos D. Keromytis | |
1999-12-07 | Fix SYNOPSIS. | Aaron Campbell | |
1999-12-07 | Driver for Sundance ST201 Ethernet; from FreeBSD. | Aaron Campbell | |
1999-12-07 | extra setuid calls go away | Theo de Raadt | |
1999-12-07 | move .mul and .umul into the kernel. if v8 sparc is detected, replace with | Theo de Raadt | |
the equivelant 2-instruction sequence. | |||
1999-12-07 | Remove work-around for make buglet that I just fixed. | Marc Espie | |
(No need to wait for a rebuild, as the bug only manifests itself as a warning anyway). | |||
1999-12-06 | Regen. | Aaron Campbell | |
1999-12-06 | More. | Aaron Campbell | |
1999-12-06 | main prototype properly in main.c, remove dup. | Marc Espie | |
1999-12-06 | Keep statistics in default case as well. | Angelos D. Keromytis | |
1999-12-06 | Oops, typo. | Angelos D. Keromytis | |
1999-12-06 | Some preliminiries to AH revamping (similar to ESP)... | Angelos D. Keromytis | |
1999-12-06 | Don't do m_adj() if it's not really needed (minor optimization, | Angelos D. Keromytis | |
doesn't correctness) | |||
1999-12-06 | Extra parameter no longer needed, ditch. | Marc Espie | |
1999-12-06 | Instead of retrieving var values from the environment again and again, | Marc Espie | |
it is much better to keep them in the global context, marked read-only. This also makes the next simplification possible, since var values need no longer be free'd by client code. (reviewed by ho@, like other patches) | |||
1999-12-06 | Clean up buffers interface somewhat: | Marc Espie | |
- buf.c deals exclusively with chars. Be explicit about it, and remove extraneous dumb casts to char (can hide real type errors). - buffer sizes are size_t. Note that bp->left can never become NULL. - Buf_GetAll is happy with a NULL pointer for the size, remove unneeded extra pointers. - Propagate size_t to all places where buffer functions are used. | |||
1999-12-06 | Fix handling of | Marc Espie | |
VAR!= specifically, properly distinguish between bad commands and empty results. | |||
1999-12-06 | - introduce interval_dup in str.c | Marc Espie | |
- use it to replace .for parsing with something approaching sanity. (this removes one of the few most blatant misuses of Bufs in make. More changes to come... patch reviewed by ho@ | |||
1999-12-06 | Somehow I didn't delete that file... | Marc Espie | |
1999-12-06 | Minor identation. | Angelos D. Keromytis | |
1999-12-06 | atomicio() via lib | Theo de Raadt | |
1999-12-06 | This sleep accepts fractional timings as well. | Marc Espie | |
Rephrase examples slightly. | |||
1999-12-06 | not MAXHOSTNAMELEN + 1 | Theo de Raadt | |
1999-12-06 | move atomicio into it's own file. wrap all socket write()s which were doing | Theo de Raadt | |
write(sock, buf, len) != len, with atomicio() calls. | |||
1999-12-06 | Regen. | Aaron Campbell | |
1999-12-06 | Implement compatibility for Linux stime() syscall. | Aaron Campbell | |
1999-12-06 | say how long the buffer needs to be | Theo de Raadt | |
1999-12-06 | properly name fd variable | Theo de Raadt | |