summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-07-14fix typo in commentAlexandr Shadchin
ok deraadt@
2012-07-14zap whitespaceAlexandr Shadchin
ok deraadt@
2012-07-13Adjust -Tman SYNOPSIS .Nm indentation using .HP; requested by millert@.Ingo Schwarze
There are still lots of ugly line breaks, to be fixed later.
2012-07-13install the correct file; from schwarze, ok krwTheo de Raadt
2012-07-13small tweak;Jason McIntyre
2012-07-13If the tag in .Bl -tag .It would leave exactly one blank before theIngo Schwarze
body of the item, mdoc(7) breaks the line, whereas the .TP used to translate this to man(7) does not. Thus, insert an explicit roff(7) line break in this place. To be able to correctly count the characters, do not pass font escapes an the like through print_word().
2012-07-13Use NULL instead of 0 in pointer context. approvedz blambert@Claudio Jeker
2012-07-13Label node allocation failures as such in netstat -W output.Stefan Sperling
"Input packets dropped" isn't really a good description of what happened when we failed to allocate a new node in the net80211 stack. This allocation doesn't happen for every packet, only for new nodes that appear in reach of the antenna. ok net80211 expert department (we have vacancies, apply within)
2012-07-13Change the configuration format fed to the isakmpd FIFO to be ableMike Belopuhov
to specify extended options like SA Lifetime. All the hard work was done by lteo@, while naddy@ and me have made sure that defaults and AH still work; sthen and jmc have looked over the diffs as well.
2012-07-13Add a config file that the cross compiler looks for.Brandon Mercer
OK espie@ kettines@
2012-07-13import regression suite for asrEric Faurot
2012-07-13Cleanup the knexthop mess and make sure we only send an update to the RDEClaudio Jeker
when there was a change in the nexthop info. Fixes massive memory consumption crashes when used with ospfd (which sometimes updates route that have not changed). Tested together with benno@ and a lot of input from Florian Obser. OK henning@
2012-07-13do not install the pkg(1) front-end stub in /usr/sbin anymore, everyoneTheo de Raadt
uses the '_' variants ok espie
2012-07-13do not install the pkg(1) front-end stub in /usr/sbin anymore, everyoneTheo de Raadt
uses the '_' variants ok espie
2012-07-133 line diff to fix divert using connections from local system.Claudio Jeker
OK henning@
2012-07-13bye bye SCCSTheo de Raadt
2012-07-13Replace a '512' with DEV_BSIZE. Calculate physmem size in blocks andKenneth R Westerback
not sectors, since the values being tested/manipulated in the auto_alloc tables are blocks at that point. Use MEG(256) instead of hand expanding it when testing physmem.
2012-07-13extraneous comment (corresponding code was removed a while back)Mike Larkin
2012-07-13Add sqlite3 to NO_CROSS since it depends on libreadline - this would thenJoel Sing
require cross-gnu to build before we can build cross-bin.
2012-07-13Make sure that set med 0 is ACTION_SET_MED and not relative. FixesClaudio Jeker
set med 0 and Hennings iBGP sessions. OK henning@
2012-07-13Support additional MODP DH groups in the Phase 1 and Phase 2.Mike Belopuhov
lteo@ noticed that ipsecctl allowed them within the ike rules while isakmpd failed to load the generated configuration. The fix was verified by hshoexer, ok naddy
2012-07-13npppd used wrong AVPs as a `calling number' because `break' in switchYASUOKA Masahiko
case was missing. ok claudio henning
2012-07-13Make hppa64 kernel compile again.Joel Sing
2012-07-13Recognize additional DH groups; ok sthen naddyMike Belopuhov
2012-07-13copy boot loaders using cat and shell redirection rather than cp,Alexander Hall
since the latter may insert holes in the target files, which could be bad for the boot process ok deraadt@ guenther@
2012-07-13Improve diffability with amd64Mike Larkin
2012-07-13kill unused variableAlexander Hall
ok dlg@ nicm@ while at it, kill one more and add #include <ctype.h> per nicm's request
2012-07-13Make amd64 look like i386 for hibernate resumeMike Larkin
2012-07-13typoTheo de Raadt
2012-07-13In -man -Tascii, support .sp with negative argument.Ingo Schwarze
In -mdoc -Tman, improve the framework to control vertical spacing. Use both to support .Bl -compact (surprisingly hard to get right).
2012-07-13Make amd64 like i386 for hibernate support in acpi_sleep_machdepMike Larkin
ok deraadt@
2012-07-13properly report EAI_SERVICE when the given servname is not defined forEric Faurot
the given protocol.
2012-07-13tidbitMarc Espie
2012-07-13minor cleanupMarc Espie
2012-07-13Try to avoid using the same wchan name twice.Theo de Raadt
2012-07-13Add support compose LED on a usb keyboardAlexandr Shadchin
ok mpi@, from Alexander Polakov <polachok at gmail dot com>
2012-07-13{ ...; } is more proper than ( ... ) since the latter spawns a subshellAlexander Hall
while the former does not pointed out by and ok naddy@
2012-07-13move stuff around some more, do not load link parts unless we are actuallyMarc Espie
linking. (and always load basic linker class when we're actually linking) Start making a proper "library stash class".
2012-07-13Disable acpivideo(4) on ASUS laptops.Paul Irofti
There are some models that panic whenever an event is received. Some cope, some don't. In order to get this right acpiec(4) requires major rework. Until then let machines boot. Discussed with deraadt@.
2012-07-13Fix wireless scanning on slow systems with a high RX rate and interfaceStefan Sperling
in debug mode. If the interface is in debug mode ieee80211_input() will print messages about received frames to the console. On slow systems, printf() calls can take so long that the next RX interrupt will be serviced immediately, if the RX rate is sufficiently high. This effectively locks the system at IPL_NET. If a concurrent scan is running, the scan will never finish because it relies on a timeout at IPL_SOFTCLOCK to hop channels every 200msec. This timeout never runs in the above situation, leaving the wireless interface in 'scan' state forever. To give the timeout a chance to run, perform the printf() call from a work queue (idea from guenther@). This allows edd's slow soekris AP to recover from 'ifconfig ral0 debug down up' in noisy RF environments. With input from guenther, kettenis, blambert and deraadt. ok deraadt
2012-07-13remove confuzzling commentHenning Brauer
:dlg: the xxx can go ...and this time commit to the real repo and not the one on my laptop
2012-07-13Move all the macros defined here into the _KERNEL block since userlandClaudio Jeker
has no use for those. OK bluhm@ guenther@
2012-07-13Make the ACPI EC aware of the AML global lock.Paul Irofti
Comments from kettenis@ and matthew@. Okay deraadt@, kettenis@.
2012-07-13More foundation goo for amd64 hibernateMike Larkin
2012-07-13Starting point for amd64 hibernate ... some goo copied from i386.Mike Larkin
This does not yet work for amd64 - getting the structure into the tree so others can help.
2012-07-13allow destination/prefixlen syntax for ipv6 routes.Sebastian Benoit
from Florian Obser, florian -AT- narrans -DOT- de ok sthen@
2012-07-13Use NULL instead of 0 for pointersAlexandr Shadchin
ok gilles@, guenther@
2012-07-13Keep separate OACTIVE flags to mark full management/data tx queues,Stefan Sperling
and set the interface's IFF_OACTIVE flag if either queue is full and clear it only if both queues have free slots. Before this change both queues were setting/clearing the same flag with no regard for the other queue's state. Also, don't reset the tx watchdog counter if either queue still has frames queued when we exit the frame-processing loop in the per-queue interrupt handlers. Both changes originally from sephe@dragonfly. Tested by myself and edd on a slow busy soekris which before this change required occasional 'ifconfig ral0 down up' to recover.
2012-07-13Tweak node cache eviction strategy when the cache is full: kick off new nodesStefan Sperling
in AUTH state that weren't active during the cache wait interval rather than keeping them for the entire cache timeout interval. Fixes association failures in noisy RF environments. Tested by edd and myself with a slow soekris suffering from RF noise with about of 50 interrupts per second on ral0. ok deraadt
2012-07-13Use same (lame) verbiage to explain ifa_dstaddr as is used forKenneth R Westerback
ifa_broadaddr. i.e. make it make clear that this field is only valid for P2P. (Hint: one's a field, and one's a #define giving a new name to said field) ok guenther@