summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* implement -Tman .Bkschwarze2012-07-071-5/+36
|
* implement -Tman .Smschwarze2012-07-071-4/+20
|
* implement -Tman .Bd -offset and -compactschwarze2012-07-071-2/+36
|
* unbreak, pointed out by theojasper2012-07-071-2/+1
|
* minor -mdoc -Tman fixesschwarze2012-07-071-3/+10
| | | | | | | * right after .Ns, avoid breaking the line in man code * after .Fl without arguments, do not insert a blank into man code * before each .Nm in .Sh SYNOPSIS, insert a .br into man code * skip .Pp arguments, don't copy them to man code
* Fix file descriptor leak reported by someone on the mailing list long timeclaudio2012-07-071-2/+6
| | | | ago. OK beck@
* When aborting a transfer set the halted bit to the QH's qTD and removempi2012-07-071-112/+16
| | | | | superflous code. This fix an abort loop problem reported by Gerhard Roth, based on his initial diff. Has been in snap for some weeks, ok deraadt@
* prefered -> preferred;jmc2012-07-071-2/+2
|
* Simplify rc_wait() (no functionnal change).ajacoutot2012-07-071-5/+4
| | | | | initially from robert at peichaer dot org with some enhancement by halex@ ok halex@
* Report incoming connections when -l is specified with -v.haesbaert2012-07-071-1/+35
| | | | | | From Ricky Zhou with a few tweaks by me. ok henning@ haesbaert@
* Restore default tftpd(8) argument to use "/tftpboot" so that is worksajacoutot2012-07-071-1/+2
| | | | | | out of the box. ok deraadt@ pirofti@
* Support for USB keyboards that use a variable for each separate key in themlarkin2012-07-072-43/+71
| | | | | | HID report. Fixes certain gaming-style USB keyboards. ok miod@ deraadt@
* actually, make this identical to what upstream expat ships nowadays by addingjasper2012-07-071-2/+2
| | | | a URL field and removing the empty Requires.
* Explain the bgpd decision process in the man page. I'm tired of lookingclaudio2012-07-072-9/+98
| | | | at the C code over and over again. With and OK sthen@, henning@, jmc@
* add expat.pcjasper2012-07-072-1/+82
| | | | | based on a diff by brad ok sthen@
* Fix LD_DEBUG=1 regression introduced by previous commit.matthew2012-07-061-2/+3
| | | | ok kurt
* restore horrible hack to where it wasespie2012-07-061-4/+4
|
* fix print/pdflibespie2012-07-061-1/+7
| | | | nasty side-effect of partial libtool2 compat
* from print/pdflibespie2012-07-061-2/+9
|
* a bit of cleanupespie2012-07-062-81/+20
| | | | | | - remove description of INSTALL/DEINSTALL scripts, they've been dead for years. - explain upfront about interactive mode.
* have -i be automatically on for ttys.espie2012-07-063-11/+28
| | | | | use -i/-I to force interactive/non interactive mode (-I for not running scripts has been dead for years)
* add my copyright, since I'm going to do yet MORE changes...espie2012-07-0611-11/+22
|
* rewrite the receive filter programming to look similar to othermikeb2012-07-061-87/+38
| | | | | drivers - from brad; while here initialized a stack variable before usage as pointed out by david hill.
* missing full stop in usage();jmc2012-07-061-2/+2
|
* move setting of tty_flag to after config parsing so RequestTTY optionsdjm2012-07-061-22/+21
| | | | | are correctly picked up. bz#1995 patch from przemoc AT gmail.com; ok dtucker@
* fix memory leak of passed-in environment variables and connectiondjm2012-07-061-3/+9
| | | | | context when new session message is malformed; bz#2003 from Bert.Wesarg AT googlemail.com
* Add options to specify starting line number and number of lines to processdtucker2012-07-063-14/+44
| | | | | when screening moduli candidates. This allows processing of different parts of a candidate moduli file in parallel. man page help jmc@, ok djm@
* error and warning messages should be explicit, sigh...espie2012-07-052-5/+5
|
* Correct the jumbo setup code within brgphy(4). The code had a mistakesthen2012-07-051-3/+3
| | | | and was actually disabling the jumbo settings for the PHY. From Brad.
* set the prefetch threshold for 99'er as well. provides some additionalmikeb2012-07-051-1/+7
| | | | performance improvement. obtained from freebsd.
* enable the code that forces a cleanup if number of tx descriptorsmikeb2012-07-052-10/+4
| | | | | is below the threshold. noticed by brad. tweak threshold values to get a bit of a performance increase.
* Add flow control to bnx(4)phessler2012-07-052-4/+70
| | | | | | | | Tested on 5706, 5708, 5709, 5716 chipsets. From Brad OK phessler@, sthen@, mikeb@,
* regenkettenis2012-07-052-4/+9
|
* NVIDIA GeForce 320M as found on the 2010 version of the Apple Mac mini.kettenis2012-07-051-2/+3
| | | | From Brad.
* don't output "esn" string in the rule section as we can't use themikeb2012-07-053-14/+45
| | | | | | | keyword in the grammar to create a esn-enabled rule (no reason to do so for manual sa configuration). instead decode sa flags so that we can also watch changes happening in the realtime with the monitor mode. prompted and ok by naddy
* when rekeying ike sa copy more info from the old one;mikeb2012-07-051-2/+18
| | | | fixes the last known iked inter-op problem with windows 7.
* Concatenating strings doesn't require __CONCAT() (and must not in standard C)guenther2012-07-052-4/+4
| | | | ok miod@
* Fix a recommendation about concatenation of stringsguenther2012-07-051-3/+4
| | | | ok matthew@
* Seems like I missed to adjust the route decision code to cover the thingsclaudio2012-07-042-15/+35
| | | | | that need to be checked because of route reflection. Do this now and reference the new RR RFC in the man page. OK henning@ sthen@
* zap duplicate declespie2012-07-041-3/+1
|
* zap, now a methodespie2012-07-041-2/+1
|
* Invert the logic for detecting fibre interface media adapters.kettenis2012-07-041-5/+4
| | | | | | | Only the BCM5700-BCM5704 adapters had TBI interfaces for fibre and anyting newer uses the MII interface. From Brad.
* library version overridesespie2012-07-041-5/+22
|
* move stuff around, don't even try to run dynamic arch tests on static arches.espie2012-07-041-3/+14
|
* our libtool currently fucks up -- and - options.espie2012-07-041-3/+12
|
* - start cleaning up options handling: put things into a separate packageespie2012-07-0412-157/+287
| | | | | | | | | | | | 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@
* simplifyespie2012-07-041-2/+2
|
* - fix dependencies for test-all-static so it runs standalonesthen2012-07-041-4/+6
| | | | | | - add s1, p1, p2 to CLEANFILES pointed out by espie@
* add a test for -all-static. ok jasper@sthen2012-07-041-2/+7
|
* remove old arm bootstrap scaffold.espie2012-07-041-6/+1
| | | | | checked this was no longer necessary by miod@ ok miod@, deraadt@