summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-10-31recent VGA boards (from Xfree86)Matthieu Herrb
1998-10-31note samich claus brewingMichael Shalayeff
1998-10-31Catch other cases where the accept(2) can fail.Todd C. Miller
Works around a DOS attack noted by Michal Zalewski <lcamtuf@IDS.PL>. Patch by Nick Andrew <nick@ZETA.ORG.AU>.
1998-10-31update to ncurses 4.2-981017Todd C. Miller
1998-10-30remove all those "black magic" inspired routines,Michael Shalayeff
use PDC calls instead, which is more MI. we also don't need pmap_map to be defined any more, unless kernel mapping enforced through FORCE_MAP_KERNEL definition.
1998-10-30some more debugs for nowMichael Shalayeff
1998-10-30use ld.script, cleanupMichael Shalayeff
1998-10-30add ld scriptMichael Shalayeff
1998-10-30support booting from disk in raw LIF modeMichael Shalayeff
1998-10-30thinkoMichael Shalayeff
1998-10-30don't call INIT code since that seemsMichael Shalayeff
to confuse older boxens IODC code.
1998-10-30cleanupMichael Shalayeff
1998-10-30cleanupMichael Shalayeff
1998-10-30cleanupMichael Shalayeff
1998-10-30remove unused definitions, cleanupMichael Shalayeff
1998-10-30USERMODE() and FRAME_PC definitionsMichael Shalayeff
1998-10-30add some protos and definesMichael Shalayeff
1998-10-30no dca (which is com), add fdMichael Shalayeff
1998-10-30populate futher w/ structs and function declarationsMichael Shalayeff
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