Age | Commit message (Expand) | Author |
2010-04-25 | introducing a 64-bit type to the disklabel structure leads some architectures | Theo de Raadt |
2010-04-24 | delete two extra ; that got inserted somewhere along the line | Theo de Raadt |
2010-04-24 | sync | Theo de Raadt |
2010-04-24 | Remove now empty XprintAppUtil and XprintUtil directories. | Matthieu Herrb |
2010-04-24 | AViiON VDM and VDIT defines, to be used by disksubr.c very soon. | Miod Vallat |
2010-04-24 | grammar in comments | Miod Vallat |
2010-04-24 | fix format string | Charles Longeau |
2010-04-24 | SMP support for models 4600 and 530, adapted from the MVME188 code. Models | Miod Vallat |
2010-04-24 | Replace heuristics used to figure out which model we are running on, and | Miod Vallat |
2010-04-24 | Fix handling of more than 32768 PLT entries. Mostly from NetBSD. | Mark Kettenis |
2010-04-24 | There is no reason to protect the pmap_vp_pool with splvm(). The only pmap | Mark Kettenis |
2010-04-24 | if there are no files to play in legacy mode, print the usage message | Alexandre Ratchov |
2010-04-24 | pieces required for resolve-lib (reuse code for consistency) | Marc Espie |
2010-04-24 | more tweaks so that it can be extended and used during ports builds | Marc Espie |
2010-04-24 | when probing an encoding of a audio(4) device, don't forget to | Alexandre Ratchov |
2010-04-24 | don't increment mixer's ``idle'' counter before truncating the | Alexandre Ratchov |
2010-04-24 | Fix breakage of dig's -p option introduced when support for | Stefan Sperling |
2010-04-24 | refactor LibSpec to be able to reuse it for library matches during build: | Marc Espie |
2010-04-24 | + pkg_add, for dpb | Marc Espie |
2010-04-24 | simplify using //= | Marc Espie |
2010-04-24 | This code is only called during autoconf, and never ever from an | Mark Kettenis |
2010-04-24 | Make if_ppp and if_sl ioctl handlers return ENOTTY for unsupported | Stefan Sperling |
2010-04-24 | rename ibuflist/obuflist -> ins/outs to cut long lines | Alexandre Ratchov |
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 |