summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-20%d cleanups, to other formats; ok krwTheo de Raadt
2014-01-20bzero to memsetDavid Gwynne
2014-01-20bcopy to memcpyDavid Gwynne
2014-01-20Don't silently skip the next statement when encountering anKenneth R Westerback
2014-01-20Obvious markup fixes; ran into this while testing mandocdb(8).Ingo Schwarze
2014-01-20fix markup: .Ar -> .Cm for command modifiersIngo Schwarze
2014-01-20Change markup of some fixed strings from .Ar to .Cm.Ingo Schwarze
2014-01-20Instead of checking sc->sc_revision <= 1 check that theClaudio Jeker
2014-01-20Cast pointer to (u_int8_t *) when assigning it to a u_int8_t *Kenneth R Westerback
2014-01-20Fix broken prologue content; found with mandocdb(8).Ingo Schwarze
2014-01-20Replace dedicated swu_fake variable with a work unit flag.Joel Sing
2014-01-20memleak; found by Loganaden Velvindron @ AfriNIC; ok markus@Damien Miller
2014-01-20append to rather than truncating the log fileDarren Tucker
2014-01-19Fix .Ar macro abuse; found with mandocdb(8).Ingo Schwarze
2014-01-19Refactor rnd startup so arc4random/arc4random_buf can create a chacha stateTheo de Raadt
2014-01-19newqueue support for the queue view, code mostly from pfctl. lifting doneHenning Brauer
2014-01-19Don't use -q on sftp as it suppresses logging, instead redirect the output toDarren Tucker
2014-01-19do not truncate strlcpy/snprintf, fail hard and properTheo de Raadt
2014-01-19Always compare arch case-insensitively.Ingo Schwarze
2014-01-19Avoid the risk of trying to modify a literal string.Ingo Schwarze
2014-01-19Always store the arch in lower-case only.Ingo Schwarze
2014-01-19Assert that a workunit has ccbs if it is being scheduled. Otherwise weJoel Sing
2014-01-19Remove bogus .Tn; found with mandocdb(8).Ingo Schwarze
2014-01-19white space fixDavid Gwynne
2014-01-19We don't have any (and I can't find elsewhere) signed 16 bit orKenneth R Westerback
2014-01-19Fix one more off-by-one (making it an off-by-two):Tobias Stoeckmann
2014-01-19If the system runs out ouf mbufs, the receive queue of the vioAlexander Bluhm
2014-01-19Rename the hidden symbol __elf_fdnlist to __fdnlist, and remove theTheo de Raadt
2014-01-19better error message for readpassphrase. from fritjof. ok deraadtTed Unangst
2014-01-19- statics -> statisticsJason McIntyre
2014-01-19lazy init nthash to save some memory when it's not used. ok jsingTed Unangst
2014-01-19Cope with an arbitrary number of ELF program headers, and only copy theMiod Vallat
2014-01-19Prettify; remove useless cast, reformat, fix TAILQ_FOREACH's.pelikan
2014-01-19insane typoTheo de Raadt
2014-01-19oops, forgotten partTheo de Raadt
2014-01-19Wording improvements from Patrik LundinTheo de Raadt
2014-01-19Initialize ci_randseed better using arc4random() + a trick. Remove theTheo de Raadt
2014-01-19Retain local changes from rev 1.13.Tobias Stoeckmann
2014-01-19Improve some comments and wrap a long line.Joel Sing
2014-01-19Only schedule the read workunit if there are actually I/O ccbs enqueuedJoel Sing
2014-01-19Factor out and improve the block regeneration code.Joel Sing
2014-01-19Cast the sizeof to socklen_t so it'll work even if the supplied len isDarren Tucker
2014-01-19RTF_MPATH is a flag userland needs to be able to pass in since it is usedClaudio Jeker
2014-01-19Usually, you don't want macros in the .Nd line, so remove instances of .TnIngo Schwarze
2014-01-19syncTheo de Raadt
2014-01-19Better interrupt handler return values. 1 if the chip said it wanted anJonathan Matthew
2014-01-19Only i386 needs mquery; delete the static inlines from amd64 and hppaPhilip Guenther
2014-01-19Forget to remove the prototype for set_lids() after removing the definitionPhilip Guenther
2014-01-19Nuke unused functions putLong(), putUShort(), putShort().Kenneth R Westerback
2014-01-19msleep.9 is relevant to my interests.David Gwynne