Age | Commit message (Expand) | Author |
2015-11-19 | it is not necessary to cast the result of malloc/calloc. | Ted Unangst |
2015-11-19 | flex_alloc and flex_free are nothing more than malloc and free, so replace | Ted Unangst |
2015-11-19 | it should be safe to assume the presence of memset these days instead of | Ted Unangst |
2015-11-19 | remove VMS and MSDOS support | Ted Unangst |
2015-11-19 | mechanical knf | Ted Unangst |
2015-11-19 | orbital strike from moonbase knf | Ted Unangst |
2015-11-19 | Only assume pasting with at least two characters, reduces problems for | Nicholas Marriott |
2015-11-19 | typically indentation decreases after a block is closed | Ted Unangst |
2015-11-19 | repair some of the preposterously damaged indentation | Ted Unangst |
2015-11-19 | we don't keep vim modelines in files | Ted Unangst |
2015-11-19 | sync | Theo de Raadt |
2015-11-19 | how did the pledge "dns" get forgotten?!?! wow.. | Theo de Raadt |
2015-11-19 | Sort and simplify includes, remove a couple needless extern decls. | mmcc |
2015-11-19 | Simplify all instances of get_string() and get_data() using malloc() and | mmcc |
2015-11-19 | The CIRCLEQ_* macros have been deprecated and removed from queue.3 | Todd C. Miller |
2015-11-19 | lexer fixes to work with new flex. from Serguey Parkhomovsky | Ted Unangst |
2015-11-19 | add back flex++.1 link noticed by sthen | Ted Unangst |
2015-11-19 | Update flex from ancient 2.5.4 to the recent 2.5.39. | Ted Unangst |
2015-11-19 | hoist the SOCK_RAW setup to the top before pledge | Theo de Raadt |
2015-11-19 | "tty proc exec", not "proc exec tty" | Anthony J. Bentley |
2015-11-19 | if you're going to call err(), need to use <err.h> | Ted Unangst |
2015-11-19 | hint: compile before commit | Theo de Raadt |
2015-11-19 | Call syslog() if login_* pledge fails; OK deraadt@ | Todd C. Miller |
2015-11-19 | When an existing partition is modified in LBA mode, ensure that the partition | Tim van der Molen |
2015-11-19 | Oops. Missed a file. | Kenneth R Westerback |
2015-11-19 | another try to allow tailing multiple files. maybe it works? | Ted Unangst |
2015-11-19 | Remove some weird comments containing only the name of the next function. | mmcc |
2015-11-19 | opencvs can use pledge "stdio rpath wpath cpath fattr proc exec". | Theo de Raadt |
2015-11-19 | Don't bother casting memset() argument to void*. No binary change. | mmcc |
2015-11-19 | calloc((size_t)1, ...) -> calloc(1, ...) | mmcc |
2015-11-19 | Reduce overburden of unnecessary #include's. Note that param.h is | Kenneth R Westerback |
2015-11-19 | The activity flag could already be set, so queue the callback always (if | Nicholas Marriott |
2015-11-19 | Remove an unused bus space mapping and a few other leftovers. Compact | Visa Hankala |
2015-11-19 | Grab the KERNEL_LOCK around ip_mforward(), in preparation for unlocking | Martin Pieuchot |
2015-11-19 | Add SIMPLEQ_CONCAT and TAILQ_CONCAT for moving one queue onto the end | Todd C. Miller |
2015-11-19 | dont try and wakeup other threads to handle pending work when we | David Gwynne |
2015-11-19 | get rid of sc_tx_free and the atomic ops on it in myx_start and myx_txeof. | David Gwynne |
2015-11-19 | backout pledge completely for now, newsyslog needs chown() which is restricted | Stuart Henderson |
2015-11-19 | ban ConnectionAttempts=0, it makes no sense and would cause | Damien Miller |
2015-11-19 | Remove cscope support in vi. | Anthony J. Bentley |
2015-11-19 | Fix typo in previous commit | Philip Guenther |
2015-11-19 | sync | Theo de Raadt |
2015-11-19 | pledge "stdio rpath proc exec" | Theo de Raadt |
2015-11-19 | pledge "stdio rpath". Might not need "rpath", but ... | Theo de Raadt |
2015-11-19 | KNF | Theo de Raadt |
2015-11-19 | pledge "stdio rpath proc exec" for entire lifetime. rpath must remain | Theo de Raadt |
2015-11-19 | corrects leaks refs to files introduced by my previous commit for pledge_socket. | Sebastien Marie |
2015-11-19 | Remove a sixteen-year-old testing macro. | mmcc |
2015-11-19 | Remove a ton of ugly, needless casts for NULL, calloc(), and strdup(). | mmcc |
2015-11-19 | trailing whitespace | Damien Miller |