Age | Commit message (Expand) | Author |
2010-04-24 | remove trailing spaces, from Alexandr Shadchin, thanks | Alexandre Ratchov |
2010-04-24 | sync | Theo de Raadt |
2010-04-23 | Make raidframe compile after recent #include rectification. Noted by | Kenneth R Westerback |
2010-04-23 | refuse to generate keys longer than OPENSSL_[RD]SA_MAX_MODULUS_BITS, | Damien Miller |
2010-04-23 | set stderr to /dev/null for subsystems rather than just closing it. | Damien Miller |
2010-04-23 | set "detach_close" flag when registering channel cleanup callbacks. | Damien Miller |
2010-04-23 | Merge the only relevant (for now) parts of simplelock.h into lock.h | Theo de Raadt |
2010-04-23 | New libXaw doc dir. | Matthieu Herrb |
2010-04-23 | Fix null-pointer dereference. | Ariane van der Steldt |
2010-04-23 | simple_lock -> XXXLOCKING for ufh ihash. | Owain Ainsworth |
2010-04-23 | simple_lock -> XXXLOCKING comments. | Owain Ainsworth |
2010-04-23 | It is about time that we stopped pretending simple_locks are locks. | Owain Ainsworth |
2010-04-23 | Add a barrier before we submit the ringbuffer and before we do anything | Owain Ainsworth |
2010-04-23 | Allow for lazy fence disable on tiling change. | Owain Ainsworth |
2010-04-23 | give AR9287 some chance to work. | Damien Bergamini |
2010-04-23 | Recycle unused disklabel fields in order to create a disklabel unique | Joel Sing |
2010-04-23 | When converting A-Z into a control character, want to subtract 64 not | Nicholas Marriott |
2010-04-23 | Use proper Queen's English in a comment. Drive-by fix, no functional change. | Stefan Sperling |
2010-04-23 | mention hostname, prompted by lum@ | Otto Moerbeek |
2010-04-23 | show hostname in header line; ok lum@ phessler@ | Otto Moerbeek |
2010-04-23 | start ``aucat -l'' from /etc/rc, unless aucat_flags=NO, which is | Alexandre Ratchov |
2010-04-23 | remove unnecessary temp_entry variables and hoist simple check out of a loop. | Ted Unangst |
2010-04-23 | Make sure IPL_SCHED is always defined by MD headers, instead of having a MI | Miod Vallat |
2010-04-23 | Remove unnecessary pointer dereference causing gcc2 to warn. | Miod Vallat |
2010-04-23 | bz#1740: display a more helpful error message when $HOME is | Damien Miller |
2010-04-23 | the SAT spec from t10.org defines messages for tunnelling ATA commands over | David Gwynne |
2010-04-23 | Update test to also check that .Xr without args is ignored. | Ingo Schwarze |
2010-04-23 | Check handling of tab characters. | Ingo Schwarze |
2010-04-23 | Do not run the tests with -fstrict -Wall by default. | Ingo Schwarze |
2010-04-23 | Handle literal tab characters both in literal context (.Bd -literal) | Ingo Schwarze |
2010-04-22 | Fix a segfault reported by nicm@, introduced in rev. 1.38. | Ingo Schwarze |
2010-04-22 | Don't include sysctl.h, and remove an unused struct from the softc. | Stuart Henderson |
2010-04-22 | De-inline atomic_setbits_int and atomic_clearbits_int, on arm these functions | Dale Rahn |
2010-04-22 | Whitespace cleanup on generated asm code, so it is readable. | Dale Rahn |
2010-04-22 | Remove unused sysctl.h include. Inspired by claudio's commit the other day. | Michael Knudsen |
2010-04-22 | sync | Theo de Raadt |
2010-04-22 | Committing on behalf or ariane@. | Owain Ainsworth |
2010-04-22 | zap trailing whitespace; | Jason McIntyre |
2010-04-22 | Allow multiple users to share the same aucat server. If aucat is | Alexandre Ratchov |
2010-04-22 | tweak previous; ok nicm | Jason McIntyre |
2010-04-22 | - sort the keyword list | Jason McIntyre |
2010-04-22 | Fix a case of runner trying to send imsg directly to smtp process instead | Jacek Masiulaniec |
2010-04-22 | use BUS_DMA_ZERO on alloc instead of bzeroing after. | Owain Ainsworth |
2010-04-22 | - kill the runner_imsg_compose wrapper to reduce indirection | Jacek Masiulaniec |
2010-04-22 | Including bgpd.h in mrt.h is dumb. | Claudio Jeker |
2010-04-22 | Depending on capa.neg.as4byte (bgp session is using 4-byte AS number | Claudio Jeker |
2010-04-22 | Correct the BGP4MP subtypes according to draft-ietf-grow-mrt-11. | Claudio Jeker |
2010-04-22 | Whoops, EVUTIL_SET_SOCKET_ERROR went missing. | Nicholas Marriott |
2010-04-22 | - remove ptei(), which was verified to be unused. | Jasper Lievisse Adriaanse |
2010-04-22 | Unbreak build of MPLS enabled kernel. proc.h is needed. | Michele Marchetto |