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