summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-04-01sparc64 native defines to compensate for stack bias.Federico G. Schwindt
2002-04-01style(9) improvements from Raymond M SchneiderDaniel Hartmeier
2002-04-01Add support for PowerStorm 4D20 TGA boqrds with IBM 561 ramdac (akaMatthieu Herrb
32bit TGA) From NetBSD, ok deraadt@.
2002-04-01Only call dc_ramdac_intr if initialized(). Fixes a panic whenMatthieu Herrb
starting Xtga. From NetBSD. ok deraadt@
2002-04-01a few typos from pechkinMichael Shalayeff
2002-04-01add pcppi.4Mike Pechkin
millert@ ok
2002-04-01Initial import of pcppi.4 from NetBSD. Spotted by form@.Mike Pechkin
millert@ ok
2002-04-01Use WI_RID_DATA_RATES not WI_RID_SUPPORT_RATE to get the list ofTodd C. Miller
supported data rates. Fixes rate probing on Lucent cards. Figured out from reading the Linux orinoco driver.
2002-04-01ok, there are a few more US choices, Todd saysTheo de Raadt
2002-04-01indicate default channel nicer; millert okTheo de Raadt
2002-04-01No Mickey, that corega card is just a rebadged NDC card.Todd C. Miller
Make this actually compile again.
2002-04-01todd killed a corega cardMichael Shalayeff
2002-04-01cleanup in_broadcast. don't consider /32 addrs as broadcast.Jun-ichiro itojun Hagino
2002-04-01Note to update the macppc tbxi data file for each release.Dale Rahn
2002-04-01s/3.0/3.1/ so that the CD will boot properly.Dale Rahn
2002-04-01KNF sh ends up saving space; krw okTheo de Raadt
2002-04-01safe more space; krw okTheo de Raadt
2002-04-01Don't list TurboChannel alpha as supported until the various supportMiod Vallat
issues are fixed.
2002-04-01Add some frightening quote.Miod Vallat
2002-03-31sparc64 host configuration.Federico G. Schwindt
2002-03-31EA: unlock if attribute node not found. Prevents hangs when compiledDale Rahn
with UFS_EXTATTR_AUTOSTART. thanks dlucq. ok deraadt@
2002-03-31Do not run static constructors when run from ldd. ok theo, art, espie, pefoDale Rahn
2002-03-31fixed my previous commit.Federico G. Schwindt
2002-03-31regen. some of these were missed previously.Federico G. Schwindt
2002-03-31create bktr0 for i386; millert@ deraadt@ ok.Federico G. Schwindt
2002-03-31Fix a spl botch for sun4/sun4c, which should fix reported stability issuesMiod Vallat
on some machines. Tested on ss2 only. ok art@ deraadt@
2002-03-31syncTheo de Raadt
2002-03-31define GDB_TARGET_IS_SPARC64 to 1; from gdb-current.Federico G. Schwindt
helps back porting sparc-tdep.c stuff needed by sparc64 gdb.
2002-03-31sparc64 native support; from NetBSD.Federico G. Schwindt
more pieces are comming.
2002-03-31workaround a problem in vax; some malloc() order is causing this if amongFederico G. Schwindt
valid lengths are 0 length malloc's. tested by miod@, deraadt@ ok.
2002-03-31remove arc from hereTheo de Raadt
2002-03-31recognize coredumps in sparc64 (for gdb); deraadt@ ok.Federico G. Schwindt
2002-03-31doc ECONNREFUSED; maurice@amaze.nlTheo de Raadt
2002-03-31max_ttl default was changed to IPDEFTTL (64) several yearsKevin Steves
ago so catch up documentation; ok millert@
2002-03-31remove arc.Brad Smith
-- Ok'd by: deraadt@
2002-03-31add a new mode to wsdisplay, WSDISPLAYIO_MODE_DUMBFB. This mode isJason Wright
functionally equivalent what used to be WSDISPLAYIO_MODE_MAPPED, which now means a "native" mapping. vgafb_mmap() returns pci relative mappings in WSDISPLAYIO_MODE_MAPPED and linear framebuffer mappings in WSDISPLAYIO_MODE_DUMBFB
2002-03-31vax is not m4 yetTheo de Raadt
2002-03-31bit of shrinkage, krw okTheo de Raadt
2002-03-31enable wsmux on macppc, note that this will REQUIRE changes to XF86Config.Dale Rahn
2002-03-31naddy@ pointed out that in the two situationsKenneth R Westerback
case WORD and var=WORD Bourne and related/descendant shells such as our sh do *not* do field splitting or globbing on WORD. Thus we can eliminate a large number of unnecessary '"'s in case statements and variable assignments. This is a lightly adapted version of naddy's diff, to take account of changes in the scripts since he generated it.
2002-03-31grmbl, restore meter display.Thierry Deval
2002-03-31Use ip_defttl as ttl for return-rst instead of an arbitrary hardcodedDaniel Hartmeier
value (128). This matches the stack's default setting and honours sysctl net.inet.ip.ttl, making RSTs generated by pf harder to distinguish from RSTs sent by the real destination.
2002-03-31Limit pci register map size to 256kNathan Binkert
ok deraadt, art, mickey
2002-03-31This omnibus diff does a number of cleanups:Kenneth R Westerback
1) Move the 'executed' code at the top of install.sub to the end, so that it can successfully use .md functions. 2) Get _DKDEVS once only, and get _CDDEVS at the same time (see (1)) 3) Clean up calls to getresp so that a) no '"'s used on constants b) '"'s always used for variables c) never use {} for variables d) ensure parameter passed matches default shown in any preceeding [] 4) Try to put '"'s around directory names 5) Replace a couple of instances of using []s around a prompt comment instead of ()s 6) Reduce some code by putting $_DKDEVS inside here documents, rather than echo'ing it 7) eliminate an unused variable _directory 8) eliminate a couple of while RESP="" loops which never loop because a non-null default is provided to getresp 9) move some code into mount_a_disk to make logic clearer 10) eliminate a couple of extra blanks in prompts 11) eliminate ALLSETS and UPGRSETS by just removing 'etc' from THESETS in upgrade.sh 12) Indent a couple of smaller functions ok deraadt@
2002-03-31Change ``ifdef HAVE_DES'' to ``ifndef NODES'' for consistency.brian
Notice if the IP header length changes when doing transparent proxying; FreeBSD Handle domain\\user entries in ppp.secret Add some mp_Down() calls to ensure that our multi-link NCP goes away properly Miscellaneous #ifdef'd out FreeBSD changes (mostly netgraph stuff).
2002-03-31Copy mac address from proper place on 4000 200. Spotted thanks to aHugh Graham
failed boot log from Jim Uhl.
2002-03-31fxp(4) back on the floppies.Miod Vallat
2002-03-31Fix logic thinko. In AP mode we were never calling wihap_check_tx() ifTodd C. Miller
the IFF_PROMISC flag was set (e.g. in bridge mode). Found by mickey@ There still seems to be an issue with Lucent stations reporting 1Mbs when the AP is in bridge mode though.
2002-03-31extraneous new line in stations listMichael Shalayeff
2002-03-31check for super user more; millert@ okMichael Shalayeff