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