summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-05-01less debug, rm unusedMarkus Friedl
2000-05-01skeleton files -- to be filled in soonBrandon Creighton
2000-05-01fix very rare EAGAIN/EINTR issues; based on work by djmTheo de Raadt
2000-05-01Update to ipfilter 3.3.13. This should be the last of the 3.3.x releases.Kjell Wooding
This patch fixes mostly ICMP timeout problems, as the ftp proxy changes were imported previously.
2000-05-01Document device lookup semantics.Hugh Graham
2000-05-01vax distrib stuffBrandon Creighton
2000-05-01Clean up/updateMiod Vallat
2000-05-01Mention /etc/mailTodd C. Miller
2000-05-01add AdvanSys host adapters to SCSI cards sectionKenneth R Westerback
2000-05-01more info, better organized, on supported cardsKenneth R Westerback
2000-05-01syncTheo de Raadt
2000-05-01Skeleton packages man page, to be fleshed out.Marc Espie
2000-05-01new makedev, partly from netbsdBrandon Creighton
2000-05-01cleaner and righter memcmp/memcpyMichael Shalayeff
2000-05-01fix countdown for vs4000{/60,/90,VLC} -- from netbsdBrandon Creighton
2000-04-30If getaddrinfo() fails:Todd C. Miller
o Only call herror() if h_errno != 0 o if error == EAI_SERVICE say "bad port" since the generic error, "service not supported for ai_socktype" is incomprehensible to most users. o Use warnx(), not warn() since this is not a case where errno is likely to be relevant. Ok'd by Theo
2000-04-30fix PR #1169; itojun@ OKEric Jackson
2000-04-30disable GLOBAL_AUTOCONF_CACHE for the moment, since it doesn't work. Noticed ↵Mats O Jansson
by millert@. -moj
2000-04-30code missed when upgraded to 2.8.2. -mojMats O Jansson
2000-04-30When doing an upgrade, if there is an /etc/sendmail.cf and noTodd C. Miller
/etc/mail/sendmail.cf, move /etc/sendmail.cf -> /etc/mail/sendmail.cf and edit /etc/rc if needed. That way the sendmail binary will be able to find its .cf file on reboot.
2000-04-30If the site tarball included a file /install.site (upgrade.site if weTodd C. Miller
are upgrading not installing) then execute it chroot'd to /mnt. This allows people to customize the install procedure in a simple yet flexible manner.
2000-04-30syncTheo de Raadt
2000-04-30crank minorTodd C. Miller
2000-04-30list netsec board tooTheo de Raadt
2000-04-30Add memcpy() and memcmp() emulation by swapping the first 2 argsTodd C. Miller
and then calling the b* routine. This code only gets call when the kernel is build w/o -O* since otherwise gcc uses its own inline routines.
2000-04-30Add OPENDEV_BLCKTodd C. Miller
2000-04-30Mention you should not use soft updates on sun4 or sun4c due to theTodd C. Miller
small amount of kvm supported by those CPUs.
2000-04-30Add OPENDEV_BLCK flag for opening the block devices (the characterTodd C. Miller
device is opened by default). Don't open the file w/o adding a /dev/ prefix unless the file has a '/' in it. This prevents problems where someone says "disklabel sd0" with a file called "sd0" in the cwd. The OPENDEV_DRCT flag has been deprecated as it is the the default behavior and always has been. Add checks for >= MAXPATHLEN and return ENAMETOOLONG in that case.
2000-04-30Add missing fcntl.hTodd C. Miller
2000-04-30Fix typo introduced in mkstemp addition.Todd C. Miller
2000-04-30Fix kernel msgbuf size and positionMiod Vallat
Ensure ksyms work properly when DDB isn't defined
2000-04-30Fix kernel msgbuf buffer size and positionMiod Vallat
2000-04-30Prevent multi inclusionMiod Vallat
Switch to new noncontig pmap settings
2000-04-30Add $OpenBSD$, update pseudo-device settingsMiod Vallat
2000-04-30- do not miss /usr/lib in search path.Oleg Safiullin
- ldconfig -R: do not add /usr/lib to search path, use previously configured dirs instead. - avoid duplicates in search path ok espie@
2000-04-30allow compilation without -Ox. we may want to simplify #ifdefs more,Jun-ichiro itojun Hagino
after 2.7 is out.
2000-04-30prevent messing with critical psl flags -- from netbsdBrandon Creighton
2000-04-30send debug messages in SSH2 formatMarkus Friedl
2000-04-30be more careful with strcpy/sprintf. From tcpdump.org. millert@ okEric Jackson
2000-04-30#ifdef vax -> #ifdef __vax__Brandon Creighton
2000-04-30#ifdef vax -> #ifdef __vax__Brandon Creighton
2000-04-30Change 5985 by gsar@auger on 2000/04/28 07:30:28Todd C. Miller
forked child may not exit correctly if it failed to open /dev/console (from Graham Barr)
2000-04-30Change 5982 by gsar@auger on 2000/04/28 04:48:25Todd C. Miller
avoid error in IO::Socket::INET when given an unknown service name with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
2000-04-30Change 5948 by gsar@auger on 2000/04/25 18:21:57Todd C. Miller
typo in vars.pm that leads to cryptic message (from Piotr Piatkowski <kompas@kompas.usr.onet.pl>)
2000-04-30stock perl 5.6.1Todd C. Miller
2000-04-30Change 5969 by gsar@auger on 2000/04/27 17:50:56Todd C. Miller
fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
2000-04-30Perl Change 5912 by gsar@auger on 2000/04/24 04:17:15Todd C. Miller
fix totally broken caching in UNIVERSAL::isa() (from Nick Ing-Simmons); fixes problems with 5.6.0 and Tk.
2000-04-30misc header reordering, remove #undef of relocation_infoBrandon Creighton
ok espie@
2000-04-30installboot(8) goes into arch subdirectory, espie@Miod Vallat
2000-04-29handle .tgz files tooTheo de Raadt