summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-23must make obj in etc as well; the etc.*/Makefile stubs depend upon it.Theo de Raadt
2015-08-23recompute len when the path is absolute as canonpath could have shrink itSebastien Marie
2015-08-23Use simple byte pointer arithmetic and memcpy from/to aligned stackChristian Weisgerber
2015-08-23restore codeset checking: we shouldn't silency fallback to ASCII codeset.Sebastien Marie
2015-08-23back out bpf+srp. its blowing up in a bridge setup.David Gwynne
2015-08-23bpf+srp is blowing up, so its being backed out. bpf will need the big lock.David Gwynne
2015-08-23add supported Netgears WNA1000M and WNA1000Mv2Joerg Jung
2015-08-23ISO8859-1 support has been removedPhilip Guenther
2015-08-23spacesTheo de Raadt
2015-08-23huge amount of spacesTheo de Raadt
2015-08-23remove tame/sys_exit in favor of more generic approch (soon)Sebastien Marie
2015-08-23convert to new tame(2) ABI/APISebastien Marie
2015-08-23"XXXMRG: consider making it an inline or macro"Theo de Raadt
2015-08-23fairly trivial sizes for free()Theo de Raadt
2015-08-23add some sizes to free. looked over by deraadtTed Unangst
2015-08-22- add usage infoRobert Peichaer
2015-08-22Move to tame(int flags, char *paths[]) API/ABI.Theo de Raadt
2015-08-22Explicitly list the symbols permitted to be exported by libc.Philip Guenther
2015-08-22catch up to macppc genassym.cf; regarding C mutexesTheo de Raadt
2015-08-22Remove all duplicate prototypes for *_main functions (these are alreadyJoel Sing
2015-08-22Add cwd context to syslog entry.Doug Hogan
2015-08-22Make urtwn(4) attach to Netgear WNA1000Mv2. From Mark Willson.Stefan Sperling
2015-08-22regenStefan Sperling
2015-08-22Add device ID for Netgear WNA1000Mv2. From Mark Willson via misc@Stefan Sperling
2015-08-22Unify error message between client and server.Joel Sing
2015-08-22SSL_set_app_data is a macro for SSL_set_ex_data(), which is a wrapperJoel Sing
2015-08-22remove malloc/calloc/realloc* casts, due to stdlib.h being present; ok miller...Theo de Raadt
2015-08-22Store a reference to the libtls context in the SSL client connection appJoel Sing
2015-08-22Make tls_read()/tls_write always set outlen to zero on error - this gotJoel Sing
2015-08-22Restore previous behaviour for wsconsctl_conf().Robert Peichaer
2015-08-22delete a wrong commentMike Larkin
2015-08-22delete some wrong commentsMike Larkin
2015-08-22tweak previous;Jason McIntyre
2015-08-22spacingTheo de Raadt
2015-08-22system(3) call remove for updating (ctags -u)Sebastien Marie
2015-08-21Improve printing of KEX offers and decisionsDamien Miller
2015-08-21Fix printing (ssh -G ...) of HostKeyAlgorithms=+...Damien Miller
2015-08-21Fix expansion of HostkeyAlgorithms=+...Damien Miller
2015-08-21Regen moduliDarren Tucker
2015-08-21Improve zcalloc(), making it always reallocarray, never calloc().Theo de Raadt
2015-08-21Improve size == 0, count == 0 checking in mm_zalloc, which is "array" like.Theo de Raadt
2015-08-21Remove the unused loan_count field and the related uvm logic. Most ofVisa Hankala
2015-08-21Switch iked to C99-style fixed-width integer types.Reyk Floeter
2015-08-21Run the part of the interrupt handler that does rx completion without holdingMark Kettenis
2015-08-21Increase the input side socket buffer size for "check icmp" not toYASUOKA Masahiko
2015-08-21Use reallocarray() instead of malloc() before strvisx().Reyk Floeter
2015-08-21The WebDAV MOVE method was not included in the switch statementReyk Floeter
2015-08-21Whitelist TIOCGPGRP (for tcgetpgrp()) in TAME_IOCTL.Doug Hogan
2015-08-21use vaddr_t for kernel va range calculation instead of paddr_t. No binaryMike Larkin
2015-08-21spacesTheo de Raadt