summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-19If the system runs out ouf mbufs, the receive queue of the vioAlexander Bluhm
2014-01-19Rename the hidden symbol __elf_fdnlist to __fdnlist, and remove theTheo de Raadt
2014-01-19better error message for readpassphrase. from fritjof. ok deraadtTed Unangst
2014-01-19- statics -> statisticsJason McIntyre
2014-01-19lazy init nthash to save some memory when it's not used. ok jsingTed Unangst
2014-01-19Cope with an arbitrary number of ELF program headers, and only copy theMiod Vallat
2014-01-19Prettify; remove useless cast, reformat, fix TAILQ_FOREACH's.pelikan
2014-01-19insane typoTheo de Raadt
2014-01-19oops, forgotten partTheo de Raadt
2014-01-19Wording improvements from Patrik LundinTheo de Raadt
2014-01-19Initialize ci_randseed better using arc4random() + a trick. Remove theTheo de Raadt
2014-01-19Retain local changes from rev 1.13.Tobias Stoeckmann
2014-01-19Improve some comments and wrap a long line.Joel Sing
2014-01-19Only schedule the read workunit if there are actually I/O ccbs enqueuedJoel Sing
2014-01-19Factor out and improve the block regeneration code.Joel Sing
2014-01-19Cast the sizeof to socklen_t so it'll work even if the supplied len isDarren Tucker
2014-01-19RTF_MPATH is a flag userland needs to be able to pass in since it is usedClaudio Jeker
2014-01-19Usually, you don't want macros in the .Nd line, so remove instances of .TnIngo Schwarze
2014-01-19syncTheo de Raadt
2014-01-19Better interrupt handler return values. 1 if the chip said it wanted anJonathan Matthew
2014-01-19Only i386 needs mquery; delete the static inlines from amd64 and hppaPhilip Guenther
2014-01-19Forget to remove the prototype for set_lids() after removing the definitionPhilip Guenther
2014-01-19Nuke unused functions putLong(), putUShort(), putShort().Kenneth R Westerback
2014-01-19msleep.9 is relevant to my interests.David Gwynne
2014-01-19More cleanup in radix.c. Kill the rt_mkfreelist and replace it with aClaudio Jeker
2014-01-19Extend the initial pf ruleset to explicitly allow dhcp / bootp and dhcpv6.Claudio Jeker
2014-01-19update extra output, error messages are more specific nowMarc Espie
2014-01-19A SYNOPSIS should not attempt to provide examples, so trim it;Ingo Schwarze
2014-01-19introduce fine grained locking around the lists of packet handlersDavid Gwynne
2014-01-19Fix macro usage: ifconfig is .Nm, not .Cm.Ingo Schwarze
2014-01-19Redo the parsing of numbers to improve the error messages andKenneth R Westerback
2014-01-19Obvious typo in macro, .Fn fb_queue, not .Fa.Ingo Schwarze
2014-01-19Fix obvious typo in macro, bus_space_map() is .Fn, not .Fa.Ingo Schwarze
2014-01-19Fix obvious macro typo, arc4random() is .Fn, not .Pa.Ingo Schwarze
2014-01-19Introduce qla(4), a new driver for Qlogic fibre channel HBAs (only ISP23xxJonathan Matthew
2014-01-19no need for LDSTATIC, it comes from ../Makefile.incTheo de Raadt
2014-01-19enter installbootTheo de Raadt
2014-01-19Punctuation after macro arguments needs to be in a separate argument.Ingo Schwarze
2014-01-19Count the number of media words required only once. If the media wordsTheo de Raadt
2014-01-19Report the number of dropped ICMP error because the rate limit got exceeded.Claudio Jeker
2014-01-19Start counting droped icmp errors because the rate limit is exceeded.Claudio Jeker
2014-01-19fix inverted meaning of 'no' and 'yes' for CanonicalizeFallbackLocalDamien Miller
2014-01-19Rename parse_hardware_param() to parse_ethernet() to reflect whatKenneth R Westerback
2014-01-19Cast socklen_t when comparing to size_t and use socklen_t to iterate overDarren Tucker
2014-01-19Fix minor ident issue. OK benno@, pelikan@Claudio Jeker
2014-01-19Tweak comment re root prefixes.Joel Sing
2014-01-19Use the new installboot when building amd64 media.Joel Sing
2014-01-19Switch amd64 installs/upgrades to the new installboot.Joel Sing
2014-01-19Add usr/sbin/installboot to amd64 instbin.Joel Sing
2014-01-19Start to reduce the madness in radix.c. This only used by the kernelClaudio Jeker