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