summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-07-04our libtool currently fucks up -- and - options.Marc Espie
2012-07-04- start cleaning up options handling: put things into a separate packageMarc Espie
that encapsulates accesses to Getopt::Long (which is badly suited for us actually) - simplify LT::Trace syntax - implement --tag checks that mimic actual libtool - add libtool comp support, as per libtool2 (but keep implicit modes as per libtool1) - prevent shell code in nm execution okay jasper@, steven@
2012-07-04simplifyMarc Espie
2012-07-04- fix dependencies for test-all-static so it runs standaloneStuart Henderson
- add s1, p1, p2 to CLEANFILES pointed out by espie@
2012-07-04add a test for -all-static. ok jasper@Stuart Henderson
2012-07-04remove old arm bootstrap scaffold.Marc Espie
checked this was no longer necessary by miod@ ok miod@, deraadt@
2012-07-04fix the static arch fix. don't remove duplicates, but don't forget toMarc Espie
reverse either ! okay jasper@
2012-07-04Set the 10_100_ONLY flag for the BCM57791/BCM57795 chipsetsMark Kettenis
as they're FastE chipsets. So ifconfig media doesn't list GigE for FastE-only capable PHY. From Brad.
2012-07-03hookup previously added static-order testJasper Lievisse Adriaanse
2012-07-03Add a regression test for the static libraries ordering issueMatthieu Herrb
exposed by Xenocara on vax. Worked with src/usr.bin/pkg-config/pkg-config rev 1.27 found in OpenBSD 4.9. Fails since.
2012-07-03adapt the NetBSD code to make sigpending work on shJonathan Gray
ok miod@ kettenis@
2012-07-03avoid what would be a leak if reused elsewhere but isn't in thisJonathan Gray
case as the memory is freed on exit. ok krw@ kettenis@
2012-07-03BCM5754 should stay, noticed by bradMike Belopuhov
2012-07-03Improve the key derivation function to produce correct keying materialMike Belopuhov
when rekeying IKE SA as specified in the section 2.18 of RFC5996. Makes Windows 7 clients a bit happier.
2012-07-03regenJonathan Gray
2012-07-03Switch from GT1/GT2 style names to marketing names for recent IntelJonathan Gray
Integrated graphics and add some 3rd gen Core i[357] ids. Also change Tigerpoint to NM10 while here. ok kettenis@
2012-07-02simplify rcsnum parsing by using a fixed array without all the reallocTed Unangst
ok stsp
2012-07-02Backout premature optimization and actually commit the diff which had beenMiod Vallat
tested to boot multiuser.
2012-07-02Does not need to pull in "the world" eitherTheo de Raadt
ok jsing
2012-07-02Report immediate deselection from a target upon selection as a `selectionMiod Vallat
timeout', instead of being stuck with a non-progressing request. This lets the nonexistent LUNs of the Insite Floptical probe (as non-existing) correctly. Step two of Floptical support, now if only the loading mechanism would unjam I could try some real I/O with it...
2012-07-02Lookup queue and scheduler backends by name, rather than enum.Eric Faurot
Add a command-line option to specify the backend to use at runtime. ok gilles@
2012-07-02checking state flags make sense only when processing a responseMike Belopuhov
2012-07-02remove exit from end of test since it prevents reporting failureDarren Tucker
2012-07-02fix dependencies, test --mode=executeMarc Espie
2012-07-02don't mention BCM5724 and BCM5754 here anymore; reminded by bradMike Belopuhov
2012-07-02gnu libtool forbids invalid modesMarc Espie
2012-07-02augment every sa_free call with a debugging log messageMike Belopuhov
2012-07-02Hibernate i/o implementation for ahci(4). This works with an ATI SBx00Jonathan Matthew
controller, but other brands (jmicron and intel have been tested) don't like something in the sleep process so they just lock up.
2012-07-02make backend functions static.Eric Faurot
ok gilles@
2012-07-02recent libtool has some alternate invocation modeMarc Espie
2012-07-02Don't close IKE SA immediately after creating a new one when rekeying.Mike Belopuhov
Instead set a timeout that will shut it down in case we don't get an SA delete notification.
2012-07-02so gnu libtool even has some forbidden tags...Marc Espie
2012-07-02those should error out... They don't, not yet.Marc Espie
2012-07-02tweak so that it also works with gnu-libtoolMarc Espie
2012-07-02fix a couple of "assigned but not used" warnings. ok markus@Darren Tucker
2012-07-02basic libtool regression testsMarc Espie
okay jasper@
2012-07-02Sleeping here is definitely not what we want to do. Use a cyclingEric Faurot
counter with some randomness to generate short-lived unique ids. ok gilles@
2012-07-02a state machine is not worth the trouble when you've got a flag. doh!Mike Belopuhov
2012-07-02set interactive ToS for forwarded X11 sessions. ok djm@Darren Tucker
2012-07-02Maintain mg's Public Domain license heritage.lum
Sunil Nimmagadda agrees.
2012-07-01Do not try to send a 10 byte MODE_SENSE request to non-ATAPI non-UMASSMiod Vallat
devices which advertize themselves as non-SCSI2-aware, since this command appeared in the SCSI-2 specification. This makes the Insite Floptical work when connected to a controller which correctly handles spontaneous deselection (which happens when a non-zero lun on said floptical device is addressed), such an esp(4) but not wdsc(4). This is step one of getting Floptical devices working on SGI systems. feedback and ok krw@
2012-07-01The kernel returns the pending set; this stub has to save it throughPhilip Guenthe
the pointer ok miod@ kettenis@
2012-07-01make this actually workMark Kettenis
ok miod@
2012-07-01oopsMarc Espie
2012-07-01fix again -j4 properlyMarc Espie
2012-07-01Increase default and maximum text, data and stack size limits; this is requiredMiod Vallat
to build X at -O2 nowadays, as well as an increasing number of ports. Based upon a diff from Brad, with a few values stripped down to fit within the sun4/4c virtual address space limitation. Discussed with deraadt@
2012-07-01Pass a width value corresponding to one finger for ALPS touchpads when theMartin Pieuchot
reported pressure is non-null. Fix the use of ALPS touchpads with recent (>1.6) xf86-input-synaptics drivers, issue reported by janis at cieti lv. Tested by yasuoka@ and janis, ok shadchin@
2012-07-01Do not define XDC_DIAG if option SMALL_KERNEL; shaves about 14KB, and allowsMiod Vallat
sparc floppies to fit again.
2012-07-01typo in comment, s/withdrawl/withdrawal/Stuart Henderson
2012-07-01update currency exchange rates;Jason McIntyre