summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-09bump copyright to 2014Marc Espie
2014-01-09remove the SHA256 file as soon as we start creating setsTheo de Raadt
2014-01-09Mention that T5120/T5220 systems require an OBP update if they are below 4.28Miod Vallat
2014-01-09Install our second key. NOTE that this is a TEST KEY for use as we improveMarc Espie
2014-01-09oopsTed Unangst
2014-01-09change O_EXCL to O_TRUNC before deraadt kills me.Ted Unangst
2014-01-09copy the relevant key for the release onto the mediaTheo de Raadt
2014-01-09update for sig commentsTed Unangst
2014-01-09copy secret key comment into signature. requested by deraadtTed Unangst
2014-01-09syncTheo de Raadt
2014-01-09install signify keysTheo de Raadt
2014-01-09Install our first key. NOTE that this is a TEST KEY for use as we improveTheo de Raadt
2014-01-09if we're re-signing, check old sig first. shouldn't sign stuff we don'tMarc Espie
2014-01-09with the intermediate gunzip gone, this is a simple pipe. No need forMarc Espie
2014-01-09oops, re-adapt for the install mediaTheo de Raadt
2014-01-09test signing tooTed Unangst
2014-01-09signify subdirTed Unangst
2014-01-09regress signifyTed Unangst
2014-01-09ramdisks need a /etc/signify directoryTheo de Raadt
2014-01-09-e embedded signatures. ok deraadtTed Unangst
2014-01-09we need to build a ztscale stub for zaurus media.Theo de Raadt
2014-01-09Similar to attach-session, make switch-client -t accept a window andNicholas Marriott
2014-01-09Allow attach-session -t to accept a window and pane to select them onNicholas Marriott
2014-01-09Three small changes from Tiago Cunha:Nicholas Marriott
2014-01-09Style and comment fixes from Tiago Cunha.Nicholas Marriott
2014-01-09Simplify args_set, from Tiago Cunha.Nicholas Marriott
2014-01-09Remove unnecessary calls to va_start/va_end, from Tiago Cunha.Nicholas Marriott
2014-01-09Fix the burner method, here the cookie is a pointer to rasops_info.Martin Pieuchot
2014-01-09-C was useless with signify, report @signer identity instead (prependMarc Espie
2014-01-09@signer makes sense only for signify, so move it there.Marc Espie
2014-01-09simplify a bit: pass the first SIGNER for @signer.Marc Espie
2014-01-09document SIGNERMarc Espie
2014-01-09switch to internal gzip/gunzip.Marc Espie
2014-01-09tweak signing yet again. Have pkg_create automatically add signingMarc Espie
2014-01-09bzero/bcmp -> memset/memcmp. ok matthewTed Unangst
2014-01-09tiny tweak to asm. prefer memcpy and memmove, with bcopy wrapperTed Unangst
2014-01-09Switch to string copy rather than memcpy so we stop past '\0' andMartynas Venckus
2014-01-09Use destination bound rather than the source bound for out_line andMartynas Venckus
2014-01-09When formating the time for "ls -l"-style output, show dates in the futurePhilip Guenther
2014-01-09Symlinks are displayed with '->', not '=>'Philip Guenther
2014-01-09Update pax -v format to match "ls -l": display the year for datesPhilip Guenther
2014-01-09Per POSIX, times in the future should be reported with the yearPhilip Guenther
2014-01-08Fix the tests for the pf divert state and socket reuse.Alexander Bluhm
2014-01-08Set socket buffer size to fixed value of 100000 octets. ThisAlexander Bluhm
2014-01-08We still need to cast the resulting pointer in NEW and NEW2 as itTodd C. Miller
2014-01-08Add casts to unsigned char for ctype functions and other placesTodd C. Miller
2014-01-08regenBrad Smith
2014-01-08Use the same naming scheme on both sides for the Attansic entries andBrad Smith
2014-01-08Name the local variables for struct ifaddr consistently "ifa".Alexander Bluhm
2014-01-08Use calloc() instead of malloc() + memset. Based on a diff fromTodd C. Miller