summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-26regenStefan Sperling
2015-04-26Add IDs for RTL8188ETV and RTL8188EU. From FreeBSD via Mikhail on tech@Stefan Sperling
2015-04-26for every policy we write out, flush the output so we don't get anPeter Hessler
2015-04-26Disable PAE when switching to the hibernate resume pagetables. This involvesMark Kettenis
2015-04-26Add Digitus DN-7003GT to list of supported urtw(4) devices.Stefan Sperling
2015-04-26regenStefan Sperling
2015-04-26Add USB device ID for RTL8812AU. Found in "TP-Link AC1200 T4U" device.Stefan Sperling
2015-04-26Enable NX support in the resume path. Makes suspend/resume work with theMark Kettenis
2015-04-26Only enable PAE if the CPU we're running on has NX support. Without NXMark Kettenis
2015-04-26bump i386 MAXDSIZ to 3GB. - "If you're running this, and presumably actuallyStuart Henderson
2015-04-26syncTheo de Raadt
2015-04-26Two extra messages required after sending a baud rate update, as observedJonathan Matthew
2015-04-26Require a PT_LOAD segment's p_filesz to be no larger than its p_memsz.Philip Guenther
2015-04-26Fix glitches in previous commit: strip the \n and only complain on failurePhilip Guenther
2015-04-25some people are capitalizing keywords, so ignore case when we test the tokensPeter Hessler
2015-04-25Cut the aliases part of /etc/rpc lines before feeding them to strtonum(), forMiod Vallat
2015-04-25We now following the ABI and always clear cld on function entry, so removePhilip Guenther
2015-04-25cpu_busy_cycle_fcn callback has never been usedPhilip Guenther
2015-04-25Only print MIME warnings when warnings are enabled.Nicholas Marriott
2015-04-25Repair boot device detection when booting off the second SCSI controller onMiod Vallat
2015-04-25Disable kq-tun test, as it's been broken for a while and not because of kqPhilip Guenther
2015-04-25Apply pre-built unicore patch, remove excess files - perl-5.20.2Andrew Fresh
2015-04-25Apply local patches, remove excess files - perl-5.20.2Andrew Fresh
2015-04-25Fix merge issues, remove excess files - match perl-5.20.2 distAndrew Fresh
2015-04-25Import perl-5.20.2Andrew Fresh
2015-04-25Get rid of window_choose_list type.Nicholas Marriott
2015-04-25Fix some char* -> char *.Nicholas Marriott
2015-04-25Use a char **,u_int pair for cfg_causes.Nicholas Marriott
2015-04-25Fail if a \ appears at EOL rather than continuing off the end of theNicholas Marriott
2015-04-25Make message log a TAILQ.Nicholas Marriott
2015-04-25Move the functions to convert ids from strings into session.c and window.c.Nicholas Marriott
2014-11-17Import perl-5.20.1Andrew Fresh
2015-04-25double word fix; from david vasekJason McIntyre
2015-04-25Switch to using the POSIX endian macros, i.e: be64toh vs. betoh64.Bryan Steele
2015-04-25Don't ignore the reference count in X509_STORE_free.Doug Hogan
2015-04-25Explicitly cancel mouse "button" mode, this happens implicitly with someNicholas Marriott
2015-04-25add check for overflow while doubling (very unlikely in practice, but stillMarc Espie
2015-04-25Check for invalid leading zeros in CBS_get_asn1_uint64.Doug Hogan
2015-04-25allow us to write rules that match directly on the peer ASPeter Hessler
2015-04-25Prepend files or directories containing ":" with "./" in directoryFlorian Obser
2015-04-25handle an IRR record of "export ... action X" the same way we handlePeter Hessler
2015-04-25Add quirk for Cirrus Logic CS4208 which is needed for MacBookAir6,1.James Turner
2015-04-24Convert clients list into a TAILQ.Nicholas Marriott
2015-04-24Set working directory for run-shell and if-shell.Nicholas Marriott
2015-04-24struct timespec/clock_gettime(3) conversion for vi(1).Bryan Steele
2015-04-24Allow choice options (multiple states) to be toggled between states 0Nicholas Marriott
2015-04-24Write (uid_t)-1 as -1 instead of UID_MAX in the v7 passwd file.Todd C. Miller
2015-04-24Use strtonum() instead of strtoul() when parsing uid/gid so we getTodd C. Miller
2015-04-24no more tip(1); ok nicmJason McIntyre
2015-04-24Set up signal handler earlier so that we don't get zombies, reported byNicholas Marriott