Age | Commit message (Expand) | Author |
2014-01-09 | bump copyright to 2014 | Marc Espie |
2014-01-09 | remove the SHA256 file as soon as we start creating sets | Theo de Raadt |
2014-01-09 | Mention that T5120/T5220 systems require an OBP update if they are below 4.28 | Miod Vallat |
2014-01-09 | Install our second key. NOTE that this is a TEST KEY for use as we improve | Marc Espie |
2014-01-09 | oops | Ted Unangst |
2014-01-09 | change O_EXCL to O_TRUNC before deraadt kills me. | Ted Unangst |
2014-01-09 | copy the relevant key for the release onto the media | Theo de Raadt |
2014-01-09 | update for sig comments | Ted Unangst |
2014-01-09 | copy secret key comment into signature. requested by deraadt | Ted Unangst |
2014-01-09 | sync | Theo de Raadt |
2014-01-09 | install signify keys | Theo de Raadt |
2014-01-09 | Install our first key. NOTE that this is a TEST KEY for use as we improve | Theo de Raadt |
2014-01-09 | if we're re-signing, check old sig first. shouldn't sign stuff we don't | Marc Espie |
2014-01-09 | with the intermediate gunzip gone, this is a simple pipe. No need for | Marc Espie |
2014-01-09 | oops, re-adapt for the install media | Theo de Raadt |
2014-01-09 | test signing too | Ted Unangst |
2014-01-09 | signify subdir | Ted Unangst |
2014-01-09 | regress signify | Ted Unangst |
2014-01-09 | ramdisks need a /etc/signify directory | Theo de Raadt |
2014-01-09 | -e embedded signatures. ok deraadt | Ted Unangst |
2014-01-09 | we need to build a ztscale stub for zaurus media. | Theo de Raadt |
2014-01-09 | Similar to attach-session, make switch-client -t accept a window and | Nicholas Marriott |
2014-01-09 | Allow attach-session -t to accept a window and pane to select them on | Nicholas Marriott |
2014-01-09 | Three small changes from Tiago Cunha: | Nicholas Marriott |
2014-01-09 | Style and comment fixes from Tiago Cunha. | Nicholas Marriott |
2014-01-09 | Simplify args_set, from Tiago Cunha. | Nicholas Marriott |
2014-01-09 | Remove unnecessary calls to va_start/va_end, from Tiago Cunha. | Nicholas Marriott |
2014-01-09 | Fix 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 (prepend | Marc Espie |
2014-01-09 | @signer makes sense only for signify, so move it there. | Marc Espie |
2014-01-09 | simplify a bit: pass the first SIGNER for @signer. | Marc Espie |
2014-01-09 | document SIGNER | Marc Espie |
2014-01-09 | switch to internal gzip/gunzip. | Marc Espie |
2014-01-09 | tweak signing yet again. Have pkg_create automatically add signing | Marc Espie |
2014-01-09 | bzero/bcmp -> memset/memcmp. ok matthew | Ted Unangst |
2014-01-09 | tiny tweak to asm. prefer memcpy and memmove, with bcopy wrapper | Ted Unangst |
2014-01-09 | Switch to string copy rather than memcpy so we stop past '\0' and | Martynas Venckus |
2014-01-09 | Use destination bound rather than the source bound for out_line and | Martynas Venckus |
2014-01-09 | When formating the time for "ls -l"-style output, show dates in the future | Philip Guenther |
2014-01-09 | Symlinks are displayed with '->', not '=>' | Philip Guenther |
2014-01-09 | Update pax -v format to match "ls -l": display the year for dates | Philip Guenther |
2014-01-09 | Per POSIX, times in the future should be reported with the year | Philip Guenther |
2014-01-08 | Fix the tests for the pf divert state and socket reuse. | Alexander Bluhm |
2014-01-08 | Set socket buffer size to fixed value of 100000 octets. This | Alexander Bluhm |
2014-01-08 | We still need to cast the resulting pointer in NEW and NEW2 as it | Todd C. Miller |
2014-01-08 | Add casts to unsigned char for ctype functions and other places | Todd C. Miller |
2014-01-08 | regen | Brad Smith |
2014-01-08 | Use the same naming scheme on both sides for the Attansic entries and | Brad Smith |
2014-01-08 | Name the local variables for struct ifaddr consistently "ifa". | Alexander Bluhm |
2014-01-08 | Use calloc() instead of malloc() + memset. Based on a diff from | Todd C. Miller |