summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2002-03-30fix some stuff; ok deraadtPeter Valchev
2002-03-30fix two evil bugs:Michael Shalayeff
panic on absent wsdiplay on scrollback; missing breaks.
2002-03-30Factorize more common texts from the ramdisk operation.Miod Vallat
No text changes except for harmonization, and the blurb about network interface flags has bene slightly changed for some arches.
2002-03-30make sure that hostap never happens on non-prism2 cardsMichael Shalayeff
2002-03-30kill lots of space and insert some more for knfMichael Shalayeff
2002-03-30correct an auth_close() misuse; millert okTheo de Raadt
2002-03-30o Move register definitions to if_wireg.hTodd C. Miller
o Rename some register defines to be more useful (adapted from FreeBSD) o Enable interrupts on PLX chip since some boards don't have this in the EEPROM (adapted from FreeBSD and Linux).
2002-03-30fix formatting, pt out by brad@Michael Shalayeff
2002-03-30o Add support for local list and crunch files so ramdiskC and ramdisk_cdTodd C. Miller
can include wicontrol and ancontrol. o Rename instbin.conf to crunch.conf o Remove the custom list and crunch files from ramdiskC (no longer needed).
2002-03-30WI_RID_SUPPORT_RATE only seems to work for prism2. On lucent boardsTodd C. Miller
it only indicates support for the lowest speed which is not what we want.
2002-03-30fxp fits againTheo de Raadt
2002-03-30only trust supported rates report on prism2 cardsMichael Shalayeff
2002-03-30Add support for WSCONS_COMPAT_RAWKBD to macppc, see warning sent to ppc@Dale Rahn
This is in preparation for wsmux support.
2002-03-30pci and pcmcia wi fits on all of themTheo de Raadt
2002-03-30Typos du jour.Miod Vallat
2002-03-30much more fits on this now: ahc, twe, iop, pci xl, pci wiTheo de Raadt
2002-03-30missing suser on SIOCS80211NWIDMarkus Friedl
2002-03-30check waitpid for EINTR; based on patch from peter@ifm.liu.seMarkus Friedl