summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fix the static arch fix. don't remove duplicates, but don't forget toespie2012-07-041-2/+4
| | | | | | reverse either ! okay jasper@
* Set the 10_100_ONLY flag for the BCM57791/BCM57795 chipsetskettenis2012-07-041-1/+3
| | | | | | | as they're FastE chipsets. So ifconfig media doesn't list GigE for FastE-only capable PHY. From Brad.
* hookup previously added static-order testjasper2012-07-031-1/+2
|
* Add a regression test for the static libraries ordering issuematthieu2012-07-034-1/+33
| | | | | | exposed by Xenocara on vax. Worked with src/usr.bin/pkg-config/pkg-config rev 1.27 found in OpenBSD 4.9. Fails since.
* adapt the NetBSD code to make sigpending work on shjsg2012-07-031-2/+6
| | | | ok miod@ kettenis@
* avoid what would be a leak if reused elsewhere but isn't in thisjsg2012-07-031-2/+6
| | | | | | case as the memory is freed on exit. ok krw@ kettenis@
* BCM5754 should stay, noticed by bradmikeb2012-07-031-3/+3
|
* Improve the key derivation function to produce correct keying materialmikeb2012-07-031-21/+50
| | | | | when rekeying IKE SA as specified in the section 2.18 of RFC5996. Makes Windows 7 clients a bit happier.
* regenjsg2012-07-032-21/+56
|
* Switch from GT1/GT2 style names to marketing names for recent Inteljsg2012-07-031-10/+17
| | | | | | | Integrated graphics and add some 3rd gen Core i[357] ids. Also change Tigerpoint to NM10 while here. ok kettenis@
* simplify rcsnum parsing by using a fixed array without all the realloctedu2012-07-023-26/+11
| | | | ok stsp
* Backout premature optimization and actually commit the diff which had beenmiod2012-07-021-3/+8
| | | | tested to boot multiuser.
* Does not need to pull in "the world" eitherderaadt2012-07-021-1/+3
| | | | ok jsing
* Report immediate deselection from a target upon selection as a `selectionmiod2012-07-021-5/+6
| | | | | | | | | 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...
* Lookup queue and scheduler backends by name, rather than enum.eric2012-07-026-39/+35
| | | | | | Add a command-line option to specify the backend to use at runtime. ok gilles@
* checking state flags make sense only when processing a responsemikeb2012-07-021-5/+2
|
* remove exit from end of test since it prevents reporting failuredtucker2012-07-021-3/+1
|
* fix dependencies, test --mode=executeespie2012-07-021-4/+11
|
* don't mention BCM5724 and BCM5754 here anymore; reminded by bradmikeb2012-07-021-4/+4
|
* gnu libtool forbids invalid modesespie2012-07-021-7/+10
|
* augment every sa_free call with a debugging log messagemikeb2012-07-021-4/+8
|
* Hibernate i/o implementation for ahci(4). This works with an ATI SBx00jmatthew2012-07-021-3/+312
| | | | | controller, but other brands (jmicron and intel have been tested) don't like something in the sleep process so they just lock up.
* make backend functions static.eric2012-07-021-17/+15
| | | | ok gilles@
* recent libtool has some alternate invocation modeespie2012-07-021-2/+7
|
* Don't close IKE SA immediately after creating a new one when rekeying.mikeb2012-07-023-11/+23
| | | | | Instead set a timeout that will shut it down in case we don't get an SA delete notification.
* so gnu libtool even has some forbidden tags...espie2012-07-021-2/+5
|
* those should error out... They don't, not yet.espie2012-07-021-3/+13
|
* tweak so that it also works with gnu-libtoolespie2012-07-021-18/+23
|
* fix a couple of "assigned but not used" warnings. ok markus@dtucker2012-07-022-5/+6
|
* basic libtool regression testsespie2012-07-025-1/+113
| | | | okay jasper@
* Sleeping here is definitely not what we want to do. Use a cyclingeric2012-07-021-12/+3
| | | | | | counter with some randomness to generate short-lived unique ids. ok gilles@
* a state machine is not worth the trouble when you've got a flag. doh!mikeb2012-07-021-54/+24
|
* set interactive ToS for forwarded X11 sessions. ok djm@dtucker2012-07-021-1/+5
|
* Maintain mg's Public Domain license heritage.lum2012-07-022-26/+6
| | | | Sunil Nimmagadda agrees.
* Do not try to send a 10 byte MODE_SENSE request to non-ATAPI non-UMASSmiod2012-07-011-1/+10
| | | | | | | | | | | 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@
* The kernel returns the pending set; this stub has to save it throughguenther2012-07-011-4/+8
| | | | | | the pointer ok miod@ kettenis@
* make this actually workkettenis2012-07-011-23/+21
| | | | ok miod@
* oopsespie2012-07-011-2/+2
|
* fix again -j4 properlyespie2012-07-011-4/+5
|
* Increase default and maximum text, data and stack size limits; this is requiredmiod2012-07-011-6/+6
| | | | | | 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@
* Pass a width value corresponding to one finger for ALPS touchpads when thempi2012-07-011-4/+8
| | | | | | | 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@
* Do not define XDC_DIAG if option SMALL_KERNEL; shaves about 14KB, and allowsmiod2012-07-011-1/+3
| | | | sparc floppies to fit again.
* typo in comment, s/withdrawl/withdrawal/sthen2012-07-011-2/+2
|
* update currency exchange rates;jmc2012-07-011-42/+42
|
* Add support for the Winbond W83627UHG chip.lteo2012-07-013-5/+10
| | | | | | | | | | Ported from a DragonFly BSD commit by Constantine A. Murenin: http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/245ec76bc1613b22cf282526fa9931e4c16e4237 Tested on a Lanner FW-7539 appliance. ok mlarkin mikeb haesbaert henning
* Nuke unused _[23]ltol() and _lto[23]l() inline functions. Movekrw2012-07-012-66/+24
| | | | | | _4ltol() and _lto4l() to bha, the only place they were used. ok dlg@
* Further research shows that fp@x,y device path components with x > 0 arekettenis2012-06-301-6/+6
| | | | | used by Solaris for virtual ports (NPIV), and booting from thos is not supported by OBP. Simplify the code accordingly.
* Further standards compliance fixes: export LONG_BIT, WORD_BIT, andguenther2012-06-302-16/+40
| | | | | | | | | | NL_{ARG,LANG,MSG,SET,TEXT}MAX with newer POSIX. Hide {FLT,DBL}_{DIG,MAX,MIN} and {PASS,TMP,NL_N}_MAX with newer XPG. Make _POSIX_NGROUPS_MAX and _POSIX_OPEN_MAX conditional on the POSIX version, like _POSIX_TZNAME_MAX already is. Add some more _POSIX_* and _XOPEN_* 'specified' limits. ok kettenis@
* enable use of AES-{192,256}-CTR, and explicitly of AES-128-CTR, for IPsec ESPnaddy2012-06-3015-31/+69
| | | | ok mikeb@
* fix a during the load of the sandbox policies (child can still makemarkus2012-06-302-30/+29
| | | | | | the read-syscall and wait forever for systrace-answers) by replacing the read/write synchronisation with SIGSTOP/SIGCONT; report and help hshoexer@; ok djm@, dtucker@