Age | Commit message (Expand) | Author |
2010-04-26 | bz#1502: authctxt.success is declared as an int, but passed by | Damien Miller |
2010-04-26 | even cleaner mach/arch/machdir/archdir | Theo de Raadt |
2010-04-26 | next step towards unification: make all the genassym chunks handle both | Theo de Raadt |
2010-04-26 | typo | Theo de Raadt |
2010-04-26 | Work around the fact that our .comm directive is somewhat non-standard. | Mark Kettenis |
2010-04-26 | next unification step: remove bsd.rd test build goop | Theo de Raadt |
2010-04-26 | BOARDTYPE is no longer used by Makefile.*; spotted by miod | Theo de Raadt |
2010-04-26 | next unification step: move all MD naming _mach, _machdir, _arch, and _archdir | Theo de Raadt |
2010-04-26 | Make this compile with gcc4. | Mark Kettenis |
2010-04-26 | first step of unification: spaces at end of lines; comments, etc. | Theo de Raadt |
2010-04-26 | Fix a bug in auto-completion accidentally introduced when support | Stefan Sperling |
2010-04-26 | +Logitech Webcam C500, ok sthen@ | Stephan A. Rickauer |
2010-04-26 | sync | Stephan A. Rickauer |
2010-04-26 | add Logitech Webcam C500, ok sthen@ | Stephan A. Rickauer |
2010-04-26 | Add some { } for better readability and to make the code look like the | Claudio Jeker |
2010-04-26 | don't throw away exit status of various commands; ok sthen@ dcoppa@ halex@ | Otto Moerbeek |
2010-04-26 | Fix some memory leaks on config reload failure and move one particular | Claudio Jeker |
2010-04-26 | once sio_start() has been called, stream parameters cannot be | Jacob Meuser |
2010-04-26 | cut down simple locks (so simple that they don't even lock) to the point | Theo de Raadt |
2010-04-26 | clean up a bit | Robert Nagy |
2010-04-26 | more portable code | Theo de Raadt |
2010-04-25 | Switch uao_list_lock protecting the uao list (for create, destroy and | Owain Ainsworth |
2010-04-25 | Argh, commited the wrong diff. This was the reversed test that found the | Owain Ainsworth |
2010-04-25 | When querying if an object is busy, it is if it is marked active (being | Owain Ainsworth |
2010-04-25 | oops, kill unneeded write lock grabbing that got mixed in when resolving | Owain Ainsworth |
2010-04-25 | A nice little performance speedup. | Owain Ainsworth |
2010-04-25 | The locking rework/fix that I promised when I commited GEM. | Owain Ainsworth |
2010-04-25 | Don't bother binding the object in the gtt map ioctl. | Owain Ainsworth |
2010-04-25 | Do not allow changing tiling mode on pinned objects. | Owain Ainsworth |
2010-04-25 | Add infrastructure to build GCC 4.2.1 for OpenBSD/hppa. | Mark Kettenis |
2010-04-25 | Update various comments. | Miod Vallat |
2010-04-25 | Simplify the 6:1 pfsr extraction block: process data CMMU first, and do not | Miod Vallat |
2010-04-25 | Add hppa support, loosely based on the existing GCC 3.3.5 support. Many bits | Mark Kettenis |
2010-04-25 | Add a tiled layout, originally from Liam Bedford a while ago, fixed up | Nicholas Marriott |
2010-04-25 | If setting close-on-exec flag fails (can this happen?), the wrong | Alexandre Ratchov |
2010-04-25 | Fix the way sio_getcap() probes rates of audio(4) devices. | Alexandre Ratchov |
2010-04-25 | when probing for a encoding/channels/rate combination, ensure that | Alexandre Ratchov |
2010-04-25 | Do not include <machine/intr.h> from <sh/psl.h>, and fix <sh/cpu.h> which | Miod Vallat |
2010-04-25 | Typo. Noticed by naddy@ who isn't around to commit it himself. | Matthieu Herrb |
2010-04-25 | Properly adjust group demotion counters when groups are added or | Marco Pfatschbacher |
2010-04-25 | Test handling of roff conditional instructions; | Ingo Schwarze |
2010-04-25 | Let the clean target remove cores, | Ingo Schwarze |
2010-04-25 | Novatel MC760 bits from Ted Roby <ted.roby@gmail.com>. | Jonathan Gray |
2010-04-25 | regen | Jonathan Gray |
2010-04-25 | Novatel MC760 ids from Ted Roby <ted.roby@gmail.com> | Jonathan Gray |
2010-04-25 | Implement roff conditional instructions .if .ie .el, in man(7) only for now; | Ingo Schwarze |
2010-04-25 | dirhash cna cope with real locks (and has before), enable mutexes here. | Ted Unangst |
2010-04-25 | ftpvis was not ok. fix it. | Ted Unangst |
2010-04-25 | prevent out-of-bounds access with empty pattern (fixes "grep -x ''") | Eric Faurot |
2010-04-25 | pure whitespace cleanup | Marc Espie |