Age | Commit message (Expand) | Author |
2015-04-26 | regen | Stefan Sperling |
2015-04-26 | Add IDs for RTL8188ETV and RTL8188EU. From FreeBSD via Mikhail on tech@ | Stefan Sperling |
2015-04-26 | for every policy we write out, flush the output so we don't get an | Peter Hessler |
2015-04-26 | Disable PAE when switching to the hibernate resume pagetables. This involves | Mark Kettenis |
2015-04-26 | Add Digitus DN-7003GT to list of supported urtw(4) devices. | Stefan Sperling |
2015-04-26 | regen | Stefan Sperling |
2015-04-26 | Add USB device ID for RTL8812AU. Found in "TP-Link AC1200 T4U" device. | Stefan Sperling |
2015-04-26 | Enable NX support in the resume path. Makes suspend/resume work with the | Mark Kettenis |
2015-04-26 | Only enable PAE if the CPU we're running on has NX support. Without NX | Mark Kettenis |
2015-04-26 | bump i386 MAXDSIZ to 3GB. - "If you're running this, and presumably actually | Stuart Henderson |
2015-04-26 | sync | Theo de Raadt |
2015-04-26 | Two extra messages required after sending a baud rate update, as observed | Jonathan Matthew |
2015-04-26 | Require a PT_LOAD segment's p_filesz to be no larger than its p_memsz. | Philip Guenther |
2015-04-26 | Fix glitches in previous commit: strip the \n and only complain on failure | Philip Guenther |
2015-04-25 | some people are capitalizing keywords, so ignore case when we test the tokens | Peter Hessler |
2015-04-25 | Cut the aliases part of /etc/rpc lines before feeding them to strtonum(), for | Miod Vallat |
2015-04-25 | We now following the ABI and always clear cld on function entry, so remove | Philip Guenther |
2015-04-25 | cpu_busy_cycle_fcn callback has never been used | Philip Guenther |
2015-04-25 | Only print MIME warnings when warnings are enabled. | Nicholas Marriott |
2015-04-25 | Repair boot device detection when booting off the second SCSI controller on | Miod Vallat |
2015-04-25 | Disable kq-tun test, as it's been broken for a while and not because of kq | Philip Guenther |
2015-04-25 | Apply pre-built unicore patch, remove excess files - perl-5.20.2 | Andrew Fresh |
2015-04-25 | Apply local patches, remove excess files - perl-5.20.2 | Andrew Fresh |
2015-04-25 | Fix merge issues, remove excess files - match perl-5.20.2 dist | Andrew Fresh |
2015-04-25 | Import perl-5.20.2 | Andrew Fresh |
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 |