Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-04-01 | sparc64 native defines to compensate for stack bias. | Federico G. Schwindt | |
2002-04-01 | style(9) improvements from Raymond M Schneider | Daniel Hartmeier | |
2002-04-01 | Add support for PowerStorm 4D20 TGA boqrds with IBM 561 ramdac (aka | Matthieu Herrb | |
32bit TGA) From NetBSD, ok deraadt@. | |||
2002-04-01 | Only call dc_ramdac_intr if initialized(). Fixes a panic when | Matthieu Herrb | |
starting Xtga. From NetBSD. ok deraadt@ | |||
2002-04-01 | a few typos from pechkin | Michael Shalayeff | |
2002-04-01 | add pcppi.4 | Mike Pechkin | |
millert@ ok | |||
2002-04-01 | Initial import of pcppi.4 from NetBSD. Spotted by form@. | Mike Pechkin | |
millert@ ok | |||
2002-04-01 | Use WI_RID_DATA_RATES not WI_RID_SUPPORT_RATE to get the list of | Todd C. Miller | |
supported data rates. Fixes rate probing on Lucent cards. Figured out from reading the Linux orinoco driver. | |||
2002-04-01 | ok, there are a few more US choices, Todd says | Theo de Raadt | |
2002-04-01 | indicate default channel nicer; millert ok | Theo de Raadt | |
2002-04-01 | No Mickey, that corega card is just a rebadged NDC card. | Todd C. Miller | |
Make this actually compile again. | |||
2002-04-01 | todd killed a corega card | Michael Shalayeff | |
2002-04-01 | cleanup in_broadcast. don't consider /32 addrs as broadcast. | Jun-ichiro itojun Hagino | |
2002-04-01 | Note to update the macppc tbxi data file for each release. | Dale Rahn | |
2002-04-01 | s/3.0/3.1/ so that the CD will boot properly. | Dale Rahn | |
2002-04-01 | KNF sh ends up saving space; krw ok | Theo de Raadt | |
2002-04-01 | safe more space; krw ok | Theo de Raadt | |
2002-04-01 | Don't list TurboChannel alpha as supported until the various support | Miod Vallat | |
issues are fixed. | |||
2002-04-01 | Add some frightening quote. | Miod Vallat | |
2002-03-31 | sparc64 host configuration. | Federico G. Schwindt | |
2002-03-31 | EA: unlock if attribute node not found. Prevents hangs when compiled | Dale Rahn | |
with UFS_EXTATTR_AUTOSTART. thanks dlucq. ok deraadt@ | |||
2002-03-31 | Do not run static constructors when run from ldd. ok theo, art, espie, pefo | Dale Rahn | |
2002-03-31 | fixed my previous commit. | Federico G. Schwindt | |
2002-03-31 | regen. some of these were missed previously. | Federico G. Schwindt | |
2002-03-31 | create bktr0 for i386; millert@ deraadt@ ok. | Federico G. Schwindt | |
2002-03-31 | Fix a spl botch for sun4/sun4c, which should fix reported stability issues | Miod Vallat | |
on some machines. Tested on ss2 only. ok art@ deraadt@ | |||
2002-03-31 | sync | Theo de Raadt | |
2002-03-31 | define 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-31 | sparc64 native support; from NetBSD. | Federico G. Schwindt | |
more pieces are comming. | |||
2002-03-31 | workaround a problem in vax; some malloc() order is causing this if among | Federico G. Schwindt | |
valid lengths are 0 length malloc's. tested by miod@, deraadt@ ok. | |||
2002-03-31 | remove arc from here | Theo de Raadt | |
2002-03-31 | recognize coredumps in sparc64 (for gdb); deraadt@ ok. | Federico G. Schwindt | |
2002-03-31 | doc ECONNREFUSED; maurice@amaze.nl | Theo de Raadt | |
2002-03-31 | max_ttl default was changed to IPDEFTTL (64) several years | Kevin Steves | |
ago so catch up documentation; ok millert@ | |||
2002-03-31 | remove arc. | Brad Smith | |
-- Ok'd by: deraadt@ | |||
2002-03-31 | add a new mode to wsdisplay, WSDISPLAYIO_MODE_DUMBFB. This mode is | Jason 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-31 | vax is not m4 yet | Theo de Raadt | |
2002-03-31 | bit of shrinkage, krw ok | Theo de Raadt | |
2002-03-31 | enable wsmux on macppc, note that this will REQUIRE changes to XF86Config. | Dale Rahn | |
2002-03-31 | naddy@ pointed out that in the two situations | Kenneth 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-31 | grmbl, restore meter display. | Thierry Deval | |
2002-03-31 | Use ip_defttl as ttl for return-rst instead of an arbitrary hardcoded | Daniel 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-31 | Limit pci register map size to 256k | Nathan Binkert | |
ok deraadt, art, mickey | |||
2002-03-31 | This 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-31 | Change ``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-31 | Copy mac address from proper place on 4000 200. Spotted thanks to a | Hugh Graham | |
failed boot log from Jim Uhl. | |||
2002-03-31 | fxp(4) back on the floppies. | Miod Vallat | |
2002-03-31 | Fix logic thinko. In AP mode we were never calling wihap_check_tx() if | Todd 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-31 | extraneous new line in stations list | Michael Shalayeff | |
2002-03-31 | check for super user more; millert@ ok | Michael Shalayeff | |