summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-10-29more cpus and devicesMichael Shalayeff
1998-10-29fix pdccngetc() input handlingMichael Shalayeff
1998-10-29print \n when we've got timed out waiting for an operatorMichael Shalayeff
input, so the 'booting' progress will be shown on the next line making that consistant w/ the 'boot' command look.
1998-10-29fix for those boxens like hppa which do not supply boot file nameMichael Shalayeff
so we have to decide for 'em, like open the first file from the list in the config. kids tested mother approved.
1998-10-29Bug fixes from pdksh-unstable-5.2.13.4, including "official" versions ofTodd C. Miller
some that we had already fixed locally. o typeset -f FUNC doesn't print follows command (and expression) substitutions. o when re-allocating memory, too much may be copied from old memory. o set -o printed some options sans names. o emacs mode: <esc>. in very fist command causes core dump. o pdksh dumps core after a cd command. o typeset -i reports on array elements that have no value (at&t ksh reports on array base name - no index). o ulimit -ctn unlimittttted kills shell (resource exceeded). o ". /dev/null" says access denied. o flag field in aliases incorrectly changed (all flags set instead of clearing ISSET) in exec.c(flushcom). o ${#array[*]} prints largest index instead of number of (set) elements in an array (ksh88 does the former). o sys_siglist[] doesn't always have NSIG non-null entries...
1998-10-29Catch up with the latest ppp updates/fixes:brian
- Add enable/disable proxyall to proxy arp an entire subnet (smaller than class C) - Add ``set {send,recv}pipe for controlling socket buffers. - Fix the infamous ``first connection'' problem where the process that causes an auto dial to an ISP that assigns a dynamic IP never connects (due to the bound socket IP being changed on the tun iface). See ``enable/disable iface-alias'' and ``iface ...'' in the man page. - Add PROCESSID as a substitution string when running commands. - Add ``set proctitle'' for changing argv0. You can use all the command substitutions here too (eg ``set proctitle ppp: USER INTERFACE''). - Add a missing untimeout as soon as the chat expect string is received rather than waiting for the next expect to happen. - Be less restrictive about when auth{name,key}, enddisc, shortseq and mrru can be changed. - Improve some diagnostics. - Don't send a DELAY field with CBCP_NONUM messages (as per the spec). - Emphasise how to make callback optional in the man page. - Allow the caller to request no callback if they're allowed choose the number anyway. - Set our CBCP RESPONSE fsm id according to the REQ, moan if the peer gets the response id wrong (but continue anyway). - Shuffle the ``set ?'' output back a column so that broken terminals that can't display 80 columns *and* a '\n' will look ok. - If DES is compiled out, be more verbose about why CHAP 0x80 was rejected.
1998-10-29use correct ioctl for flushing; garath@code.ridgefield.orgTheo de Raadt
1998-10-28Partial merge from netBSD 102498. Seems to fix autonegotation difficultiesConstantine Sapuntzakis
on Bay Networks FA310TX card.
1998-10-28uninitialized variable; hgweigand@wiesbaden.netsurf.deTodd C. Miller
1998-10-28- fix three bugs pointed out in Stevens, i.a. updating timestamps correctlyNiels Provos
- fix a 4.4bsd-lite2 bug, when tcp options are present the maximum segment size is not updated correctly, so that fast recovery forces out a segment which is split in two segments by tcp_output(), the fix is adpated from FreeBSD, the effective mss is recorded after option negotiation in 3way handshake. [I was able to fix this on time spent at Center for Information Technology Integration (citi.umich.edu)]
1998-10-28Correct a reference to me->qe + minor correctionsJason Wright
1998-10-28Don't return error trying to make a dump header when noMarco S Hyman
crash dump exists
1998-10-28Kill the awful hack used to match and split /etc/hostname.* We now useTodd C. Miller
a function, isalphanumeric, to determine whether an interface name is likely to be valid. This means that things like /etc/hostname.le0.bak, /etc/hostname.le0#, /etc/hostname.le0~, etc. will be ignored as they should. There is no longer an implicate assumption that /etc/hostname.* only contains a single '.'.
1998-10-28isnumeric did not check the last char in a stringTodd C. Miller
1998-10-28give up the try to start afsd from mount_afs, the argument passing was too uglyArtur Grabowski
1998-10-28Changes from NetBSD, clean up, avoid hanging if the codec is out to lunch.Jason Downs
1998-10-28fix ? usage handling; route@resentment.infonexus.comTheo de Raadt
1998-10-28mkdtemp a directory where Lynx puts all it's temporary files.Artur Grabowski
Fixing creation of all temp files would involve rewriting Lynx.
1998-10-28More conversion routines, from NetBSDJason Downs
1998-10-28Add a couple of names from NetBSDJason Downs
1998-10-28be nicer to buffersArtur Grabowski
1998-10-28syncTheo de Raadt
1998-10-28more devices without compat-id; WOFerry+@CMU.EDUTheo de Raadt
1998-10-28syncTheo de Raadt
1998-10-28more devices without compat-id; WOFerry+@CMU.EDUTheo de Raadt
1998-10-28call check_kernel instead of having the same code in all the .md filesTodd C. Miller
1998-10-28Move md_copy_kernel after install_sets and add check_kernel (whichTodd C. Miller
should probably be used instead of md_copy_kernel once I am sure nothing actually uses md_copy_kernel to copy the kernel any more).
1998-10-28use xfs, not afs when mounting afs. Making mount_afs work correctly is too hard.Artur Grabowski
1998-10-24make 8mb installs workTheo de Raadt
1998-10-22unimportant grammaer errrrooeoerrTheo de Raadt
1998-10-21The qec global reset should only be allowed to happen once per qec card, notJason Wright
once per channel init.
1998-10-21syncTheo de Raadt
1998-10-21further shrinkingTheo de Raadt
1998-10-21syncTheo de Raadt
1998-10-21shorten names; add more realtekTheo de Raadt
1998-10-21syncTheo de Raadt
1998-10-21syncTheo de Raadt
1998-10-21update powerpc note information to current state of affairs.Dale S. Rahn
1998-10-20when transmitting we cannot totally fill the circular buffer (i.e.Theo de Raadt
we can't use up all of the remaining sc->txslot[chan].bfree free bytes) because that would cause the circular buffer read pointer to become equal to the write pointer, thus signaling 'empty buffer' to the hardware and stopping the transmitter. spotted and fixed by Kenjiro Cho <kjc@csl.sony.co.jp>
1998-10-20Mix kernels are no longer necessary, Generic will work sufficiently.Dale S. Rahn
1998-10-20Mix kernels are no longer necessary, Generic will work sufficiently.Dale S. Rahn
1998-10-20.Nm gettytab 5 -> .Xr gettytab 5Angelos D. Keromytis
1998-10-20sync pmax -mojMats O Jansson
1998-10-20add note about ssh/pgp from ftp only;Marco S Hyman
add (at least) for Theo. Mention that the package files are on the same CD-ROM as the OS installation files for an architecture
1998-10-20update package section of messageMarco S Hyman
1998-10-20syncTheo de Raadt
1998-10-20o Only read the per-channel status reg if the global int mask says somethingJason Wright
interesting happened. o Base all interrupt decisions on per-channel status reg.
1998-10-19Fix so to not require a make obj - Fix cleandir target to remove the headersBob Beck
Configure munges from OBJDIR.
1998-10-19Tell about fips20 for people who want to risk it.Marc Espie
1998-10-19Use register definitions from AMD databook.Jason Wright