summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-22not compiled before commitTheo de Raadt
2014-11-22Fixed uninitialized pointer (and other struct entries while at it)Tobias Stoeckmann
2014-11-22Remove SCCS support. For this to work, we would need "get", which we don'tTobias Stoeckmann
2014-11-22Switch to using MI installboot, after a conversation with stsp. He willTheo de Raadt
2014-11-22spell PROT_EXEC correctlyTheo de Raadt
2014-11-22mop up a barely started project... getting in the way of grepping the tree!Theo de Raadt
2014-11-22Fix incorrect escape.Anthony J. Bentley
2014-11-22use size_t where appropriate. ok deraadt reykTed Unangst
2014-11-21mask off high bits from 'c', before operation, otherwise the packingTheo de Raadt
2014-11-21MPE support, begone. ok teduTheo de Raadt
2014-11-21white space begoneTheo de Raadt
2014-11-21remove pointless if_var.h and socketvar.h includes; ok deraadtMike Belopuhov
2014-11-21a long time ago, DISPLAY and UNDISPLAY required special treatment, as theyMarc Espie
2014-11-21space needed between macro args and punctuation;Jason McIntyre
2014-11-21add ERRORS, HISTORY, AUTHORS, Copyright year, and some missing macros;Ingo Schwarze
2014-11-21Let crypt_checkpass() set EACCES after bcrypt_checkpass() failure;Ingo Schwarze
2014-11-21We can map 'fuse ROM' area with read only.Kenji Aoyama
2014-11-21remove unused #defines and labels.Mike Larkin
2014-11-21Initialize the xrun attribute to SIO_IGNORE in sio_sun_getpar(). FoundAlexandre Ratchov
2014-11-21Don't forget to transmit the xrun attribute in GETPAR messages. FoundAlexandre Ratchov
2014-11-21libraries shouldnt print to stderr when things dont go their way.David Gwynne
2014-11-21somebody permitted simple_locks back into uvm. they will be referred toTed Unangst
2014-11-21simple lock is long deadTed Unangst
2014-11-21Since we enable NX in locore now, no need to do it again later in theMike Larkin
2014-11-21evbuffer_read will return 0 one an end of file condition.David Gwynne
2014-11-21Remove the README. It history from more than 20 years ago, and whileTheo de Raadt
2014-11-21Add NX (if available) to the mid-level page tables (PDE, etc).Mike Larkin
2014-11-21Kill kv_executable flag. We no longer allow requests for PROT_EXECTheo de Raadt
2014-11-21change prototype for crypt_newhash. the login_cap_t is a holdover from itsTed Unangst
2014-11-21We repeatedly observed assertion crashes in the low-level terminalIngo Schwarze
2014-11-21fix NULL pointer dereference crash on invalid timestampDamien Miller
2014-11-20partial_where points into the buffer that begins with buffer_startTodd C. Miller
2014-11-20One of these optimized stubs creates some incredibly subtle damage,Theo de Raadt
2014-11-20A little too agressive reordering. Must initialize the client structKenneth R Westerback
2014-11-20Oops, make sure camellia is compiled on platforms without an arch-specificMiod Vallat
2014-11-20split crypt_checkpass off into a new fileTed Unangst
2014-11-20Be more POSIXy by using blksize_t (a.k.a. int32) for st_blksize, rather than ...Kenneth R Westerback
2011-04-24Here comes the easter bunnytils 2.17 (the last version released against aMiod Vallat
2014-11-20sizes for simple free cases. sizeof(*) and one case where len is clear.Ted Unangst
2014-11-20remove sys/file.h includes in favor of fcntl.h where needed.Ted Unangst
2014-11-20big trim-down of MESSAGE/UNMESSAGE: just match checksums between new packagesMarc Espie
2014-11-20switch to using crypt_newhash interface. ok deraadtTed Unangst
2014-11-20Yet more #include de-duplication.Kenneth R Westerback
2014-11-20Add amd64 assembler versions of some standard functions to libc. TheReyk Floeter
2014-11-20avoid some warning message, normal dirs don't have any log info registeredMarc Espie
2014-11-20Prevent negative arguments to the .ll request from causing integerIngo Schwarze
2014-11-20Rework the handling of interfaces and IPv6 addresses for local delivery.Martin Pieuchot
2014-11-20Fix comment.Kenji Aoyama
2014-11-20zap some stray commas;Jason McIntyre
2014-11-20add evbuffer_expand to NAME;Jason McIntyre