Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-23 | Use %b to display status register, this will make bug reports more | Alexander Yurchenko | |
informative. Also convert WDCS_BITS string to caps. | |||
2004-01-23 | Clarify find -X and Xr xargs(1). Based on a diff from and OK by jmc@ | Todd C. Miller | |
2004-01-23 | Add NTFS; deraadt@ OK | Todd C. Miller | |
2004-01-23 | rename acss@opebsd.org to acss@openssh.org | Hans-Joerg Hoexer | |
ok deraadt@ | |||
2004-01-23 | Use correct cvs id string. | Hans-Joerg Hoexer | |
ok deraadt@ | |||
2004-01-23 | USE_GCC3 switch, now that propolice is in. | Marc Espie | |
2004-01-23 | remove junk return at end | Theo de Raadt | |
2004-01-23 | sync | Theo de Raadt | |
2004-01-23 | make sure to only use the accept()ed connection of there is no other existing | Henning Brauer | |
tcp connection for the peer in question, and shutdown & close it otherwise. add a comment about collision detection. | |||
2004-01-23 | sync comments with reality and properly log accept() errors | Henning Brauer | |
2004-01-23 | Fix issue pointed out with ls not handling large directories with embeded | mouring | |
paths correctly. OK damien@ | |||
2004-01-23 | Get rid of a few (mostly DDB related) unused defines and macros. | Miod Vallat | |
2004-01-23 | sync | Peter Stromberg | |
2004-01-23 | Virtual SVGA II | Peter Stromberg | |
ok deraadt@ | |||
2004-01-23 | enable acss for ssh | Hans-Joerg Hoexer | |
ok deraadt@ markus@ | |||
2004-01-23 | enable acss. | Hans-Joerg Hoexer | |
ok @deraadt @markus Also bump minor version. ok @deraadt | |||
2004-01-23 | evp api and manual page for acss | Hans-Joerg Hoexer | |
ok deraadt@ markus@ | |||
2004-01-23 | Add acss to libcrypto. | Hans-Joerg Hoexer | |
ok deraadt@ markus@ | |||
2004-01-23 | died of starvation | Miod Vallat | |
2004-01-23 | sort options and tidy openssl nseq; | Jason McIntyre | |
2004-01-23 | Clean the device configuration settings, and comment out unsupported | Miod Vallat | |
hardware for now. | |||
2004-01-23 | Sync options and defines with other ppc ports. | Miod Vallat | |
2004-01-23 | Nuke last common. | Miod Vallat | |
2004-01-23 | Move a closefrom(2) into the block that execs su(1) where it can do the | Todd C. Miller | |
most good. There is already another closefrom(2) for the normal code path. Also remove a bogus comment. Discussed with deraadt@ | |||
2004-01-23 | Use closefrom(); ok millert tedu | Theo de Raadt | |
2004-01-23 | Don't probe impossible luns. If lun 0 is non-existant, or if the device shows | Kenneth R Westerback | |
it doesn't grok luns then stop probing. Speeds up the probe of an empty scsi bus by approx. 30 seconds. From Marco Peereboom. Tested by Marco Peereboom, millert@, miod@, Diana Eichart, and a host of anonymous snapshot users. ok deraadt@. | |||
2004-01-22 | Style lync with other ppc-based ports, no functional change. | Miod Vallat | |
2004-01-22 | Remove unnecessary typedef usage. | Marc Espie | |
u_char -> unsigned char u_short -> unsigned short u_long -> unsigned long u_int -> unsigned int okay millert@ | |||
2004-01-22 | Remove macppc-only devices. | Miod Vallat | |
2004-01-22 | dlfcn.h removal | Miod Vallat | |
2004-01-22 | document PKG_ARCH | Marc Espie | |
2004-01-22 | Everyday, new typos need to be investigated. | Miod Vallat | |
2004-01-22 | These files went dangling long time ago, actually... | Miod Vallat | |
2004-01-22 | document/activate @arch. Fix list handling. | Marc Espie | |
2004-01-22 | provide a log_debug and use it in rde.c. | Henning Brauer | |
with this, logit() can be a private function. we don't need to include syslog.h in bgpd.h any more; log.c and parse.y who need it include it directly now. | |||
2004-01-22 | MULTI_PACKAGES for users. | Marc Espie | |
from Michael Coulter <mjc@bitz.ca>, thanks! | |||
2004-01-22 | use log_peer_warnx() now that we can, claudio agrees | Henning Brauer | |
2004-01-22 | make log_peer_* take a struct peer_config instead of the session engine | Henning Brauer | |
specific struct peer, and move their prototypes to bgpd.h to make it available to whole bgpd ok claudio@ | |||
2004-01-22 | Make locore and the early initialization code closer to other ppc ports; | Miod Vallat | |
also remove ipkbd and other dead code. | |||
2004-01-22 | use C comments, works better | Theo de Raadt | |
2004-01-22 | use log_warnx and log_info. reclassify a few messages in the process and fix | Henning Brauer | |
a few messages. ok claudio@ | |||
2004-01-22 | provide log_warnx() and log_info() | Henning Brauer | |
2004-01-22 | log_peer_err -> log_peer_warn | Henning Brauer | |
log_peer_errx -> log_peer_warnx | |||
2004-01-22 | Make exit code for "unknown suffix" and "name too long" match GNU gzip. | Todd C. Miller | |
Fixes an interaction with the perl CPAN module which checks the exit value. | |||
2004-01-22 | Remove 3 unused variables. | Todd C. Miller | |
2004-01-22 | dot_conv() is not used. | Miod Vallat | |
2004-01-22 | Nuke ddb_regs common. | Miod Vallat | |
2004-01-22 | fix segfault when an invalid field was requested | Vincent Labrecque | |
ok miod | |||
2004-01-22 | 802.3X pretty printer (dead simple) | Jason Wright | |
jakob@: "seems reasonable" | |||
2004-01-22 | Add a -a address option to set the address which the proxy will use | Bob Beck | |
to bind the local end of outgoing connections, and some man page cleanup. Based on diff provided in pr 3538 by Karl O. Pinc <kop@meme.com> Closes pr 3538. ok dhartmei@ |