summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-13Split the context allocation out from the configuration. This will allowJoel Sing
2014-07-13Do not fold multiple function arguments into the same .Fn argument:Ingo Schwarze
2014-07-13boot(9): Cosmetic changes to improve diff'ability.Masao Uebayashi
2014-07-13Move the client code into a separate file.Joel Sing
2014-07-13Rename various configuration handling functions.Joel Sing
2014-07-13Comment out option GPT until the matching userland bits are in place.Miod Vallat
2014-07-13Use a single ressl.h header file.Joel Sing
2014-07-13Cosmetic changes to reduce diffs.Masao Uebayashi
2014-07-13Update procflags list, add PS_SYSTEM, PS_EMBRYO, PS_ZOMBIE andClaudio Jeker
2014-07-13The correct place to call _bus_dmamap_sync() is after we copy data *to* theMark Kettenis
2014-07-13syncTheo de Raadt
2014-07-13Use lerrx instead of errx since the logging subsystem is already initialized.Claudio Jeker
2014-07-13Fix sched_stop_secondary_cpus() to properly drain CPUsMatthew Dempsky
2014-07-13yes indeed, it returns void *. from Jean-Philippe Ouellet, i also hadTheo de Raadt
2014-07-13Explicitly initialise slen - this was not previously done due to a missingJoel Sing
2014-07-13Convert error handling to SSLerr and ERR_asprintf_error_data.Joel Sing
2014-07-13Some functions need to dup() before sending a socket by imsg and don'tYASUOKA Masahiko
2014-07-13Only set machdep.allowaperture if 'vga1: aperture needed' is foundRobert Peichaer
2014-07-13include stdint.h for standard ints. from Jean-Philippe OuelletTed Unangst
2014-07-13fix even more trailing tabsJasper Lievisse Adriaanse
2014-07-13#$%#@$# CONSPEEDMiod Vallat
2014-07-13Display zero page hit and miss counters in vmstat -s.Mark Kettenis
2014-07-13more hanging tabsJasper Lievisse Adriaanse
2014-07-13ugly hanging tabs; ok jasperTheo de Raadt
2014-07-13Show an error if cmd_find_session can't find the current session, likeNicholas Marriott
2014-07-13No libsa putchar wanted here actuallyMiod Vallat
2014-07-13An EOF is a good reason to close a connection.Kenneth R Westerback
2014-07-13obvious conversion to mallocarray()Theo de Raadt
2014-07-13tweak previous;Jason McIntyre
2014-07-13missing bracket in previous;Jason McIntyre
2014-07-13Still needs <sys/reboot.h>Miod Vallat
2014-07-13If a client is killed while suspended with ^Z so has gone through theNicholas Marriott
2014-07-13remove all crypt choices other than bcrypt. ok afresh1 deraadtTed Unangst
2014-07-13calling this "encryption" makes me cringe. "slightly obfuscated" is better.Ted Unangst
2014-07-13compare snprintf return value with -1. this isn't really necessary becauseTed Unangst
2014-07-13syncTheo de Raadt
2014-07-13sync with kernel, root= -> rootdev=Jasper Lievisse Adriaanse
2014-07-13consistency with upcoming bootloader device parsing of the uboot arguments,Jasper Lievisse Adriaanse
2014-07-13Convert d2i_SSL_SESSION to ASN1 primitives, instead of the horrificJoel Sing
2014-07-13Use errx() after getpwnam() failure since errno may not be set.Claudio Jeker
2014-07-13Document KERN_PROC_NOBROADKILLClaudio Jeker
2014-07-13When reassembled IPv6 fragments are NATed or RDRed by pf, theAlexander Bluhm
2014-07-13tweak previous;Jason McIntyre
2014-07-13do not need malloc.hTheo de Raadt
2014-07-13use mallocarray where arguments are multiplied; ok teduTheo de Raadt
2014-07-13-N for SYNOPSIS and usage(), and some small changes to previous;Jason McIntyre
2014-07-13bye bye src url. Never amounted to much, we went another road a while agoMarc Espie
2014-07-13Keep track of port connections and port resets.Paul Irofti
2014-07-13bundling base + packages was slow, as it needed to find lots of files.Marc Espie
2014-07-13Set KERN_PROC_NOBROADCASTKILL so that iscsid is not killed by initClaudio Jeker