Age | Commit message (Expand) | Author |
2015-04-25 | Get rid of window_choose_list type. | Nicholas Marriott |
2015-04-25 | Fix some char* -> char *. | Nicholas Marriott |
2015-04-25 | Use a char **,u_int pair for cfg_causes. | Nicholas Marriott |
2015-04-25 | Fail if a \ appears at EOL rather than continuing off the end of the | Nicholas Marriott |
2015-04-25 | Make message log a TAILQ. | Nicholas Marriott |
2015-04-25 | Move the functions to convert ids from strings into session.c and window.c. | Nicholas Marriott |
2014-11-17 | Import perl-5.20.1 | Andrew Fresh |
2015-04-25 | double word fix; from david vasek | Jason McIntyre |
2015-04-25 | Switch to using the POSIX endian macros, i.e: be64toh vs. betoh64. | Bryan Steele |
2015-04-25 | Don't ignore the reference count in X509_STORE_free. | Doug Hogan |
2015-04-25 | Explicitly cancel mouse "button" mode, this happens implicitly with some | Nicholas Marriott |
2015-04-25 | add check for overflow while doubling (very unlikely in practice, but still | Marc Espie |
2015-04-25 | Check for invalid leading zeros in CBS_get_asn1_uint64. | Doug Hogan |
2015-04-25 | allow us to write rules that match directly on the peer AS | Peter Hessler |
2015-04-25 | Prepend files or directories containing ":" with "./" in directory | Florian Obser |
2015-04-25 | handle an IRR record of "export ... action X" the same way we handle | Peter Hessler |
2015-04-25 | Add quirk for Cirrus Logic CS4208 which is needed for MacBookAir6,1. | James Turner |
2015-04-24 | Convert clients list into a TAILQ. | Nicholas Marriott |
2015-04-24 | Set working directory for run-shell and if-shell. | Nicholas Marriott |
2015-04-24 | struct timespec/clock_gettime(3) conversion for vi(1). | Bryan Steele |
2015-04-24 | Allow choice options (multiple states) to be toggled between states 0 | Nicholas Marriott |
2015-04-24 | Write (uid_t)-1 as -1 instead of UID_MAX in the v7 passwd file. | Todd C. Miller |
2015-04-24 | Use strtonum() instead of strtoul() when parsing uid/gid so we get | Todd C. Miller |
2015-04-24 | no more tip(1); ok nicm | Jason McIntyre |
2015-04-24 | Set up signal handler earlier so that we don't get zombies, reported by | Nicholas Marriott |
2015-04-24 | Document -h, and bring some consistency to the option descriptions. ok jmc | Nicholas Marriott |
2015-04-24 | tweaks; ok nicm | Jason McIntyre |
2015-04-24 | Enable PAE mode for those CPUs that support it. This allows us to use the | Mike Larkin |
2015-04-24 | Make sure we keep the whole recursive mapping of the PDP instead of just the | Mark Kettenis |
2015-04-24 | sync | Theo de Raadt |
2015-04-24 | Trim down remote(5) to reflect what is supported by cu(1). | Nicholas Marriott |
2015-04-24 | remove the old tip SCCS note | Theo de Raadt |
2015-04-24 | Remove tip(1), superseded by cu(1). | Nicholas Marriott |
2015-04-24 | Do not attempt to use ~/.magic if running as root (or issetugid()). | Nicholas Marriott |
2015-04-24 | move an ugly space | Theo de Raadt |
2015-04-24 | We need to loop over the files once to work out the width of the labels | Nicholas Marriott |
2015-04-24 | Trying to drop privileges means we can't handle ARG_MAX arguments, so | Nicholas Marriott |
2015-04-24 | Add a couple of missing spaces (style nits). | Nicholas Marriott |
2015-04-24 | Use symbolic constants for st_mode flags, no binary change. | Nicholas Marriott |
2015-04-24 | If ~/.magic exists but can't be used, fail rather than silently falling | Nicholas Marriott |
2015-04-24 | Fix a couple of errors in the magic source files. | Nicholas Marriott |
2015-04-24 | New implementation of the file(1) utility. This is a simplified, | Nicholas Marriott |
2015-04-24 | Revert back to using GCC builtins. This code triggers an off by one in | Martin Pieuchot |
2015-04-24 | another thinkpad event to ignore; from mp39590@gmail | Theo de Raadt |
2015-04-24 | vio: If enqueue fails, drop packet. | Stefan Fritsch |
2015-04-24 | Enable the NX bit and use it in the PAE pmap code. PAE is still disabled | Mark Kettenis |
2015-04-24 | improve wording. | Igor Sobrado |
2015-04-24 | read_defaults has the thing for strtonum to chew on in cp, not | David Gwynne |
2015-04-24 | combine -Dd onto one line and update usage(); | Jason McIntyre |
2015-04-24 | add ssh-agent -D to leave ssh-agent in foreground without enabling | Damien Miller |