summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-11When checking flags that will be passed to open(), test the O_ACCMODE portionPhilip Guenther
2015-05-10Set POLLHUP even if no valid events were specified as per POSIX.Todd C. Miller
2015-05-10Add _bfd_ar_spacepadll() for formatting long long values in archive headers.Philip Guenther
2015-05-10Fix urtwn(4) 11b performance for RTL8188EU devices.Stefan Sperling
2015-05-10In the child after fork, the dl lock has to be forced as its inner spinlockPhilip Guenther
2015-05-10syncMiod Vallat
2011-04-24Here comes the easter bunnytils 2.17 (the last version released against aMiod Vallat
2015-05-10VM_MAX_KERNEL_ADDRESS is the end of the kva range not the end ofJonathan Gray
2015-05-10My commit adding RTL8188EU did introduce a regression after all.Stefan Sperling
2015-05-10limit physical memory to (paddr_t)-PAGE_SIZE (0xfffff000)Jonathan Gray
2015-05-10A new version from the original author of math.sed that does exponentsTodd C. Miller
2015-05-09For half and reverse line feeds, recognize SUSv2-style escape-digitIngo Schwarze
2015-05-09Cleanup/rejig GPT code to be more readable, support different endianKenneth R Westerback
2015-05-09Fix an occurance of mtx_enter() that should have been mtx_leave().Jonathan Gray
2015-05-08Need explicit <sys/kcore.h> include now.Miod Vallat
2015-05-08Make this run on strict alignment architectures.Miod Vallat
2015-05-08When changing screen saver parameters with wsconsctl (or any other way toMiod Vallat
2015-05-08Add a new `don't read back' flag for variables, to prevent reading their valueMiod Vallat
2015-05-08Put the tty structs together, and tabify.Nicholas Marriott
2015-05-08grid_marker_cell is no longer used.Nicholas Marriott
2015-05-08mode_key_entry can go into mode-key.c; also a few spaces->tabs.Nicholas Marriott
2015-05-08Avoid scattering octal escapes all over the place,Ingo Schwarze
2015-05-08window_choose_mode_item can move into window-choose.c.Nicholas Marriott
2015-05-08Move input parser structs into input.c (removing fairly uselessNicholas Marriott
2015-05-08Remove some stuff that accidentally ended up here from portable, andNicholas Marriott
2015-05-08Remove ereply prototype since it is never used. Tweak a comment to reflectBrian Callahan
2015-05-08Fix about ten integer overflows and underflows and a handful of logicIngo Schwarze
2015-05-08Separately track the number of items in alloc_table in a variable. WithStuart Henderson
2015-05-08Switch i386 and sparc64 to binutils 2.17. More architectures to follow ifMark Kettenis
2015-05-08whitespaceDamien Miller
2015-05-08whitespace at EOLDamien Miller
2015-05-08Fix the indentation. While originally I thought this was an if statementJonathan Gray
2015-05-08moar whitespace at eolDamien Miller
2015-05-08whitespace at EOLDamien Miller
2015-05-08Add missing sabresd case statements. As sabresd_devs[] includes imxgpioJonathan Gray
2015-05-08whitespace at EOLDamien Miller
2015-05-08Add initial board specific parts of novena support, tested by djm@Jonathan Gray
2015-05-08Use xcalloc for permitted_adm_opens instead of xmalloc to ensure it's zeroed.Darren Tucker
2015-05-08don't choke on new-format private keys encrypted with an AEAD cipher;Damien Miller
2015-05-07msleep(9) must prevent kernel from attempting a context switchMike Belopuhov
2015-05-07Whoops; missed updating a setfile() call.Philip Guenther
2015-05-07Correct the note about RAID supportMike Belopuhov
2015-05-07Update environment when switching sessions as well as attaching, from SiNicholas Marriott
2015-05-07Do not let the -m option or MANPATH with leading, trailing, or doubleIngo Schwarze
2015-05-07Style spacing nits.Nicholas Marriott
2015-05-07Include the timestamp TCP option in keep alive packets as well.Mike Belopuhov
2015-05-07Pass a thread pointer instead of its file descriptor table to getvnode(9).Martin Pieuchot
2015-05-07array.h can be local to window-choose.c now.Nicholas Marriott
2015-05-07Use a TAILQ not array for find-window.Nicholas Marriott
2015-05-07Simplify environ_push so it doesn't need the ARRAY_* functions.Nicholas Marriott