summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-20Convert the softraid work unit workqs to taskqs.Joel Sing
2014-01-20Store the algorithm and key length in the discipline data structure,Joel Sing
2014-01-20p_textvp moved from struct proc to struct processPhilip Guenther
2014-01-20Remove unused variable.Joel Sing
2014-01-20Do not bother setting crp_desc to NULL, since it does not really gain usJoel Sing
2014-01-20Add strong stack protector mode for the original propolice in GCC3.Martynas Venckus
2014-01-20Fix commentPhilip Guenther
2014-01-20Move p_textvp from struct proc to struct process so that the exit codePhilip Guenther
2014-01-20document !received-on, ok dlg bennoHenning Brauer
2014-01-20support "!received-on <interface>", ok dlg bennoHenning Brauer
2014-01-20support negated matches on the rcvif, ok dlg bennoHenning Brauer
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