summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-12-20gai_strerror.3, getaddrinfo.3 and getnameinfo.3 are back.Todd C. Miller
2004-12-20gai_strerror() should return const char *; OK deraadt@Todd C. Miller
2004-12-20Add Itojun's CAVEATS section.Todd C. Miller
2004-12-20Get rid of a bogus -32 that came about from misreading the ISC originalTodd C. Miller
Mention what happens when a length parameter is zero Talk about space for trailing NUL byte
2004-12-20Add back EXAMPLE section and scopeid info which are from KAME, not theTodd C. Miller
RFC text.
2004-12-20plug more handle leaks.Marc Espie
2004-12-20New getnameinfo.3 man page, derived from the ISC version and fleshedTodd C. Miller
out a bit by me. Needs more work.
2004-12-20ethernet -> EthernetJonathan Gray
2004-12-20In the rare case that SCSI_RESET is set, ensure that xs->stimeout isKenneth R Westerback
valid and don't call ahd_setup_data() after ahd_execute_scb() may have freed the scb.
2004-12-20Minor cleanup.Todd C. Miller
2004-12-20plug fd leak.Marc Espie
2004-12-20Add back EXAMPLE section and scopeid info which are from KAME, not theTodd C. Miller
RFC text.
2004-12-20New getaddrinfo.3 man page, derived from the ISC version and fleshedTodd C. Miller
out a bit by me. Needs more work.
2004-12-20Fix one case of broken duplicate supression, which happens if two linesOtto Moerbeek
in syslog.conf contain the same target file, and log entries matching both the first and second line get written. This changes behaviour: e.g. previously repeating a line caused a log entry to be written twice, but not any more. Also, if a later line with the same target has a different priority for a facility, the last one will be used. Noted by camield@; help from millert@. ok camield@ millert@ hshoexer@ deraadt@
2004-12-20Activate packetized status handling.Kenneth R Westerback
ok tdeval@.
2004-12-20Allow the setkey function of a transform to fail, eg. when an insufficientHans-Joerg Hoexer
number of key bits is supplied. Only AES and DES/3DES might fail. ok and help markus@
2004-12-20RFC documents are not free enoughTheo de Raadt
2004-12-20new gai_strerror(3) man page, derived from the ISC version and fleshedTodd C. Miller
out a bit by me.
2004-12-20add a new icmp6(4) manpage, rewritten from scratchJared Yanovich
2004-12-20remember to close what should be closed...Marc Espie
2004-12-20these files now allow comments. ok deraadt jmc millertJared Yanovich
2004-12-20convert to mdoc. ok jmcJared Yanovich
2004-12-20Don't print an unnecessary trailing space character at the end of commandAaron Campbell
argument display. This makes it easier to grep ps output for 'foo$', instead of having to use 'foo *$'. millert@ ok
2004-12-20some typos in log messages.Moritz Jodeit
ok henning@
2004-12-20blowfish defaults to 6 rounds.Moritz Jodeit
patch from mpech@ and ok henning@
2004-12-20o some missing free()'s in error pathsMoritz Jodeit
o use FD_CLOEXEC instead of 1 o fix a crash when the round number of localcipher in the default section in login.conf was ommitted. noted by mpech@ ok mpech@, otto@, millert@, henning@
2004-12-20change mail addressMoritz Jodeit
ok henning@
2004-12-20Kill \n at EOF.Alexander Yurchenko
2004-12-20syncTheo de Raadt
2004-12-20store pkgname in handle directly, so that we can delete the packing-listMarc Espie
itself when we're done: much lower memory footprint.
2004-12-20syncTheo de Raadt
2004-12-20more details in license filesTheo de Raadt
2004-12-20repair error message: set_pkgname so that we don't report for the lastMarc Espie
package.
2004-12-20firmware loading from the filesystem. pci subsystem type thingsTheo de Raadt
are still done early, but audio subsystem setup is deferred till after root is mounted. tested by mcbride
2004-12-20don't display some details in -n mode unless very verbose.Marc Espie
2004-12-20keep a hash of installed packages, so that we can refuse to replace aMarc Espie
package that just got installed. Also allows us to give a full tally of what reorder did in kitchensink.
2004-12-20lots of minor tweaking and cleanup, removal of unused junk, etc; dlg okTheo de Raadt
2004-12-20Ansification plus some minor knf. No binary change on i386 andOtto Moerbeek
sparc64, binary change in lex.o on macppc due to introduction of dopprompt() prototype. ok millert@
2004-12-20Add support for displaying Shared Spanning Tree Protocol frames, a minorChristopher Pascoe
variation on 802.1d/STP. ok otto@ mcbride@
2004-12-20Enforce an ordering on ifnet such that CARP interfaces appear later in theChristopher Pascoe
list than physical interfaces. This makes ifa_ifwith* prefer a physical interface over a CARP one. This addresses the problem where a CARP interface in BACKUP state is selected after a route change, resulting in a loss of communications despite there being another interface available which is perfectly usable. ok mcbride@ mpf@
2004-12-20syncTheo de Raadt
2004-12-20remove MLINKS tooJun-ichiro itojun Hagino
2004-12-20remove manpages based on RFC. requested by deraadtJun-ichiro itojun Hagino
2004-12-20vge(4) in bsd.rd, only CD for now; ok deraadtPeter Valchev
2004-12-19#define sc_if sc_ac.ac_if, makes things a little more readable, andRyan Thomas McBride
kills a couple of ugly line wraps. From Max Laier. ok pascoe@
2004-12-19sanity check: in -n mode, we end up replacing stuff that doesn't exist ?Marc Espie
2004-12-19single comment in GENERIC replaces a file that gets out of date; discussed ↵Theo de Raadt
by many
2004-12-19don't create path if -n.Marc Espie
2004-12-19grammar;Jason McIntyre
2004-12-19add a handler for the Gzip-stream request. The handler parses theJean-Francois Brousseau
requested compression level but does not enable compression yet.