Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-07-06 | only pull in a.out stuff if COMPAT_SUNOS | Theo de Raadt | |
2004-07-06 | The 'reverse ftp-proxy' mode adds a command line option -R to | Daniel Hartmeier | |
ftp-proxy which proxies connection from external ftp clients to an internal ftp server, supporting client passive mode (where server listens on a random port for data connections, and the client connects to the server for data connections). This is the reverse mode to normal operation, where ftp-proxy proxies connections from local clients to external servers, supporting client active mode. ok beck@, henning@ | |||
2004-07-06 | binutils/gdb sets fixes. | Miod Vallat | |
2004-07-06 | when we received a apcket with incorrect cookie log from whom as well | Henning Brauer | |
2004-07-06 | log host packet was received from (originally using a long convoluted | Jason Wright | |
function until henning showed me the light... log_sockaddr... nifty); this diff is from henning and should be henning ok =) | |||
2004-07-06 | allow hostnames and resolve them in the config file | Henning Brauer | |
2004-07-06 | Unbreak m68k build. | Mark Kettenis | |
ok miod@ | |||
2004-07-06 | initialize the variables that track the offset array; ok henning@ | Christian Weisgerber | |
2004-07-06 | commit from the wrong tree. noticed by krw@ | Marc Espie | |
2004-07-06 | Set path in declaration to avoid an ugly cast in fts_open() | Todd C. Miller | |
Set FTS_LOGICAL in flags if we didn't set FTS_PHYSICAL as required by fts(3) | |||
2004-07-06 | various cleanup | Jared Yanovich | |
- fix overruns in overstrike() and iattr() - sort headers - sync usage output - some KNF - use err()/warn() where applicable ok millert@ otto@ | |||
2004-07-06 | the whatis.db database is also used by whatis(1), so note that; | Jason McIntyre | |
add apropos(1) and whatis(1) to SEE ALSO; | |||
2004-07-06 | add pgrep to .Nm line to allow `apropos/whatis pgrep' to work; | Jason McIntyre | |
2004-07-06 | backout rev 1.3, it breaks simultaneous close (no FIN set for retransmits) | Markus Friedl | |
ok deraadt, henning, itojun | |||
2004-07-06 | - more consistent macros | Jason McIntyre | |
- descriptions of examples before examples, and indent examples - direct people to sigaction(2) for complete list of signals - .Xr pkill 1 - simplify a list from jared yanovich, and some bits from me; | |||
2004-07-06 | Put dhclient on luna88k, mvme68k and mvme88k installation media. | Miod Vallat | |
Requested by nick@ some time ago, and it fits. | |||
2004-07-06 | regen | Brad Smith | |
2004-07-06 | add Planex and Corega Ethernet | Brad Smith | |
2004-07-06 | delint: offset arg to mmap is off_t and remove dead code | Otto Moerbeek | |
ok millert@ | |||
2004-07-06 | remove ftp7.usa.openbsd.org, they no longer have OpenBSD mirror | David Krause | |
(sync with rev 1.277 of www/ftp.html) | |||
2004-07-06 | eh, actually add the startup code for ntpd | Henning Brauer | |
2004-07-06 | bit too rushed :-) | Theo de Raadt | |
2004-07-06 | remove startup code for that other ntpd from ports and use the one | Henning Brauer | |
in base instead. theo ok & rush to go for beer | |||
2004-07-06 | sync | Theo de Raadt | |
2004-07-06 | sample ntpd config file | Henning Brauer | |
2004-07-06 | Back out rev 1.2 as it doesn't make sense--since we exit on failure | Todd C. Miller | |
there is no need to save the old value of the pointer we are realloc()ing. Based on a diff from Andrey Matveev. | |||
2004-07-06 | from netbsd, via loki@animata.net: revision 1.62. Log message: | Theo de Raadt | |
Fix an error in a debug printf(). | |||
2004-07-06 | sent in by loki@animata.net: This includes all the changes from netbsd | Theo de Raadt | |
related to working with the data toggle, but also includes some endian fixes. The major changes in the netbsd code were in revisions 1.55 and 1.64. their log messages are: 1.55: Set the data toggle correctly, and use EHCI_QTD_DTC. This fixes problems with my ALi-based drive enclosure (it works now, rather than failing to attach). Also seems to work with a GL811-based enclosure and an ASUS enclosure with a CD-RW, on both Intel and NEC controllers. Note: The ALi enclosure is currently very SLOW, due to some issue with taking too long to notice that the QTD is complete. This requires more investigation. 1.64: Further cleanup of toggle handling. Now that we use EHCI_QH_DTC, we don't need to fiddle with the TOGGLE bit in the overlay descriptor, so minimize how much we fuss with it. | |||
2004-07-06 | from netbsd, via loki@animata.net, ehci.c revision 1.58 without some | Theo de Raadt | |
printfs that are more related to the data toggle. log message: Fix a stupid bug in ehci_check_intr() that caused use to try to complete a transaction that was still running. Now ehci can handle multiple devices being active at once. | |||
2004-07-06 | from netbsd, via loki@animata.net, ehci.c revision 1.56 sans some debugging | Theo de Raadt | |
printfs that crept in. log message: Failure to properly mask off UE_DIR_IN from the endpoint address was causing OHCI_ED_FORMAT_ISO and EHCI_QH_HRECL to get set spuriously, causing rather interesting lossage. | |||
2004-07-06 | make -w optional to set options, so audioctl is consistent with | Vincent Labrecque | |
"new" sysctl/mixerctl ok millert@, "go for it" deraadt@ | |||
2004-07-06 | point pplz to rc.conf.local instead of rc.conf, from Bernd Ahlers <ba@bsws.de> | Henning Brauer | |
jmc ok | |||
2004-07-06 | sync | Theo de Raadt | |
2004-07-06 | Replace magic number with a more descriptive #define. This magic number was | Aaron Campbell | |
particularly vile because it looks like a typo (i.e., looks like one "f" is missing), but it's really not. I happened to notice this myself, but the fix is inspired by NetBSD in the interest of keeping the code similar. deraadt@ ok | |||
2004-07-06 | remove .Pp and -compact in displays; | Jason McIntyre | |
2004-07-05 | pretty | Theo de Raadt | |
2004-07-05 | - BUGS comes last | Jason McIntyre | |
- remove an empty display (?) - plural is buses (n.) (miod will remind me if we prefer the alternative) - remove grocer's apostrophe | |||
2004-07-05 | description looking slightly more like a regular manpage and not a pipe-dream. | Marc Espie | |
okay naddy@, with nits from jmc@. | |||
2004-07-05 | update(8) is an in-kernel process; | Jason McIntyre | |
from jared yanovich; | |||
2004-07-05 | typo from jared yanovich; | Jason McIntyre | |
2004-07-05 | avoid mess by specifying netmask to EXAMPLES; | Jason McIntyre | |
problem found by Diana Eichert, solution from ho@, and ok mcbride@; | |||
2004-07-05 | keep last 8 offset,delay pairs - we'll need them for the clock filters later. | Henning Brauer | |
for now, average over those to adjust the local clock. | |||
2004-07-05 | be more clear | Theo de Raadt | |
2004-07-05 | Mention ahd. | Miod Vallat | |
2004-07-05 | Xref ahd(4). | Miod Vallat | |
2004-07-05 | Remove extraneous .Ed call. | Marco Peereboom | |
2004-07-05 | libmilter libs belong in comp, not base. From mpech@, OK deraadt@ | Todd C. Miller | |
2004-07-05 | Add ahd man page. | Marco Peereboom | |
2004-07-05 | Add ahd man page. Pointers and irony from miod@, ok deraadt@ | Marco Peereboom | |
2004-07-05 | Allocate buffers in randomread and randomwrite via malloc instead | Todd C. Miller | |
of from the stack. Keeps us from running out of kernel stack during stack-heavy networking load. The bug manifests as a panic during bootup with an fpu-related assertion failure on i386. Fix from Christopher Pascoe; commit requested by deraadt@ |