summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-02Make rebuilds restartable over reboots.Marco Peereboom
2009-06-02Fix up some comments to match realityKjell Wooding
2009-06-02When about to run X11 in 32 bpp mode, advertize correctly that we areMark Kettenis
2009-06-02Define a proper wsdisplay type for machfb(4).Mark Kettenis
2009-06-02Some casts to please format strings a little bit later onTheo de Raadt
2009-06-02The two "firmware" arrays only contained 16 bit values, but were beingTheo de Raadt
2009-06-02Fix the long-standing crash when >NXNAME characters were insertedKjell Wooding
2009-06-02Add an r10k-specific cop0 control register.Miod Vallat
2009-06-02make rl at pci detachable; untested.Jonathan Gray
2009-06-02do the pf_pkt_addr_changed(m) magic just like gif etcHenning Brauer
2009-06-02make it clear that setting the global timeout late will mess things up.Pierre-Yves Ritschard
2009-06-02note that order is important in the file regarding global options at this tim...Janne Johansson
2009-06-02satosin was already defined in in.h, no need to redefine it hereBret Lambert
2009-06-02remove unused flag; while here, make usage's output fit on 80-column displays.Igor Sobrado
2009-06-02Make fxp at pci detachable; untested.Jonathan Gray
2009-06-02- define EAI_OVERFLOW, as per IEEE Std 1003.1-2001(Interpretation #13)Jasper Lievisse Adriaanse
2009-06-02sort options alphabetically.Igor Sobrado
2009-06-02Rebuild can go to degradedMarco Peereboom
2009-06-02do not leak mbufs in the Rx path in case hardware decryption failed.Damien Bergamini
2009-06-02make sure the channel's subband is found in iwn4965_set_txpower().Damien Bergamini
2009-06-02Add '-h' flag, and '*' as a unit specifier for 'p' Editor command.Kenneth R Westerback
2009-06-02Fix ldpd.conf man page.Michele Marchetto
2009-06-02spawn login shells by default, adapt manpage bits as well.Pierre-Yves Ritschard
2009-06-02make dc at pci detachable; untested.Jonathan Gray
2009-06-020 -> NULLBret Lambert
2009-06-02let atw at pci be detachable; untested.Jonathan Gray
2009-06-02When authnone_create fails, do not leave behind a NULL cl_auth attribute,Ingo Schwarze
2009-06-02make the documentation of {svc,clnt}*create complete and correctIngo Schwarze
2009-06-02Add a DIAGNOSTIC panic to ensure we are not runningKurt Miller
2009-06-02truncated format strings; found by Parfait and gccTheo de Raadt
2009-06-02replace custom macro AR5K_ELEMENTS() with nitems()Reyk Floeter
2009-06-02Drop an argument to DRM_ERROR() that was both unmatched and superfluousPhilip Guenthe
2009-06-02blkno's are 64 bit so need %llu, found by ParfaitTheo de Raadt
2009-06-02replace custom macro sizeofa() with nitems()Reyk Floeter
2009-06-02Fix some minor format string problems found in a maze of false positivesTheo de Raadt
2009-06-02remove extra imsg_event_add() after EV_WRITE checks - this is notReyk Floeter
2009-06-02Cope with logical device numbers gaps, this fixes out-of-bounds accessAlexander Yurchenko
2009-06-02msgctl(), shmctl(), semctl() all have operations that are supposedPhilip Guenthe
2009-06-02If a bogus channel is encountered, return an error instead of tryingPhilip Guenthe
2009-06-02change a sizeof() to nitems() because the array subtype is a short.Theo de Raadt
2009-06-02marco needs to learn how to do his range checks better, found by ParfaitTheo de Raadt
2009-06-02When we fail to find the controller type, don't continue on using the nextTheo de Raadt
2009-06-02Libevent may do an upcall with both EV_READ and EV_WRITE set.Reyk Floeter
2009-06-02Do not go one bar too far down the road; found by Parfait; ok ogaTheo de Raadt
2009-06-02Don't access array[-1] if array is an empty string.Ray Lai
2009-06-02Make code clearer:Ray Lai
2009-06-02Don't dereference NULL if buf winds up being empty. Can't happenRay Lai
2009-06-02Fix an off-by-one in the ddb-only debugging function tdb_hashstats.Owain Ainsworth
2009-06-02A process should always be able to attach kevent filters to its ownPhilip Guenthe
2009-06-02syncTheo de Raadt