summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-10-30generated from cpudevsMichael Shalayeff
1998-10-30fix 725/50 model typeMichael Shalayeff
shorter ASP description still not known how to deal w/ the cpu sv number...
1998-10-30some ddb interfaceMichael Shalayeff
1998-10-30some generic swapMichael Shalayeff
1998-10-30some mainbusMichael Shalayeff
1998-10-30Run mtree with -q in distrib-dirs targetTodd C. Miller
1998-10-30set DESTDIR to be empty, not '/' when doing 'make distrib-dirs' so we don't ↵Todd C. Miller
get /etc/foo, not //etc/foo
1998-10-30fix up comments in ssl portion to be consistent with the restTodd C. Miller
1998-10-30fix !VM_PAGE_NOADD case which was incompilable.Michael Shalayeff
fix printf() strings so they won't spread all across the screen. kids tested, mother approved.
1998-10-30fix usage()Michael Shalayeff
1998-10-30correct typo in section about IPSEC debuging.Niels Provos
1998-10-30usr.bin/ man page fixes, t-zAaron Campbell
1998-10-30add a BUGS section; provos@, and misc cleanupsAaron Campbell
1998-10-29Don't call PacketAliasIn() when we turn around packets destinedbrian
for our interface address. We're about to call ip_Input() anyway, and ip_Input() does the PacketAliasIn(). Stack trace provided by: Cameron Grant <gandalf@vilnya.demon.co.uk>
1998-10-29hppa could be eisa tooMichael Shalayeff
1998-10-29provide an option to retreive battery life estimate in minutesMichael Shalayeff
from Martin Forseen <maf@firedoor.se> some corrections from me.
1998-10-29Put in some generic code in PCI driver for enabling PCI cards.Constantine Sapuntzakis
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