Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | implement -Tman .Bk | 2012-07-07 | 1 | -5/+36 | ||
| | ||||||
* | implement -Tman .Sm | 2012-07-07 | 1 | -4/+20 | ||
| | ||||||
* | implement -Tman .Bd -offset and -compact | 2012-07-07 | 1 | -2/+36 | ||
| | ||||||
* | unbreak, pointed out by theo | 2012-07-07 | 1 | -2/+1 | ||
| | ||||||
* | minor -mdoc -Tman fixes | 2012-07-07 | 1 | -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 time | 2012-07-07 | 1 | -2/+6 | ||
| | | | | ago. OK beck@ | |||||
* | When aborting a transfer set the halted bit to the QH's qTD and remove | 2012-07-07 | 1 | -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; | 2012-07-07 | 1 | -2/+2 | ||
| | ||||||
* | Simplify rc_wait() (no functionnal change). | 2012-07-07 | 1 | -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. | 2012-07-07 | 1 | -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 works | 2012-07-07 | 1 | -1/+2 | ||
| | | | | | | out of the box. ok deraadt@ pirofti@ | |||||
* | Support for USB keyboards that use a variable for each separate key in the | 2012-07-07 | 2 | -43/+71 | ||
| | | | | | | HID report. Fixes certain gaming-style USB keyboards. ok miod@ deraadt@ | |||||
* | actually, make this identical to what upstream expat ships nowadays by adding | 2012-07-07 | 1 | -2/+2 | ||
| | | | | a URL field and removing the empty Requires. | |||||
* | Explain the bgpd decision process in the man page. I'm tired of looking | 2012-07-07 | 2 | -9/+98 | ||
| | | | | at the C code over and over again. With and OK sthen@, henning@, jmc@ | |||||
* | add expat.pc | 2012-07-07 | 2 | -1/+82 | ||
| | | | | | based on a diff by brad ok sthen@ | |||||
* | Fix LD_DEBUG=1 regression introduced by previous commit. | 2012-07-06 | 1 | -2/+3 | ||
| | | | | ok kurt | |||||
* | restore horrible hack to where it was | 2012-07-06 | 1 | -4/+4 | ||
| | ||||||
* | fix print/pdflib | 2012-07-06 | 1 | -1/+7 | ||
| | | | | nasty side-effect of partial libtool2 compat | |||||
* | from print/pdflib | 2012-07-06 | 1 | -2/+9 | ||
| | ||||||
* | a bit of cleanup | 2012-07-06 | 2 | -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. | 2012-07-06 | 3 | -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... | 2012-07-06 | 11 | -11/+22 | ||
| | ||||||
* | rewrite the receive filter programming to look similar to other | 2012-07-06 | 1 | -87/+38 | ||
| | | | | | drivers - from brad; while here initialized a stack variable before usage as pointed out by david hill. | |||||
* | missing full stop in usage(); | 2012-07-06 | 1 | -2/+2 | ||
| | ||||||
* | move setting of tty_flag to after config parsing so RequestTTY options | 2012-07-06 | 1 | -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 connection | 2012-07-06 | 1 | -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 process | 2012-07-06 | 3 | -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... | 2012-07-05 | 2 | -5/+5 | ||
| | ||||||
* | Correct the jumbo setup code within brgphy(4). The code had a mistake | 2012-07-05 | 1 | -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 additional | 2012-07-05 | 1 | -1/+7 | ||
| | | | | performance improvement. obtained from freebsd. | |||||
* | enable the code that forces a cleanup if number of tx descriptors | 2012-07-05 | 2 | -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) | 2012-07-05 | 2 | -4/+70 | ||
| | | | | | | | | Tested on 5706, 5708, 5709, 5716 chipsets. From Brad OK phessler@, sthen@, mikeb@, | |||||
* | regen | 2012-07-05 | 2 | -4/+9 | ||
| | ||||||
* | NVIDIA GeForce 320M as found on the 2010 version of the Apple Mac mini. | 2012-07-05 | 1 | -2/+3 | ||
| | | | | From Brad. | |||||
* | don't output "esn" string in the rule section as we can't use the | 2012-07-05 | 3 | -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; | 2012-07-05 | 1 | -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) | 2012-07-05 | 2 | -4/+4 | ||
| | | | | ok miod@ | |||||
* | Fix a recommendation about concatenation of strings | 2012-07-05 | 1 | -3/+4 | ||
| | | | | ok matthew@ | |||||
* | Seems like I missed to adjust the route decision code to cover the things | 2012-07-04 | 2 | -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 decl | 2012-07-04 | 1 | -3/+1 | ||
| | ||||||
* | zap, now a method | 2012-07-04 | 1 | -2/+1 | ||
| | ||||||
* | Invert the logic for detecting fibre interface media adapters. | 2012-07-04 | 1 | -5/+4 | ||
| | | | | | | | Only the BCM5700-BCM5704 adapters had TBI interfaces for fibre and anyting newer uses the MII interface. From Brad. | |||||
* | library version overrides | 2012-07-04 | 1 | -5/+22 | ||
| | ||||||
* | move stuff around, don't even try to run dynamic arch tests on static arches. | 2012-07-04 | 1 | -3/+14 | ||
| | ||||||
* | our libtool currently fucks up -- and - options. | 2012-07-04 | 1 | -3/+12 | ||
| | ||||||
* | - start cleaning up options handling: put things into a separate package | 2012-07-04 | 12 | -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@ | |||||
* | simplify | 2012-07-04 | 1 | -2/+2 | ||
| | ||||||
* | - fix dependencies for test-all-static so it runs standalone | 2012-07-04 | 1 | -4/+6 | ||
| | | | | | | - add s1, p1, p2 to CLEANFILES pointed out by espie@ | |||||
* | add a test for -all-static. ok jasper@ | 2012-07-04 | 1 | -2/+7 | ||
| | ||||||
* | remove old arm bootstrap scaffold. | 2012-07-04 | 1 | -6/+1 | ||
| | | | | | checked this was no longer necessary by miod@ ok miod@, deraadt@ |