Age | Commit message (Expand) | Author |
2019-02-08 | Fix stack info leak in execve(2). There are 2x4 bytes of padding | Alexander Bluhm |
2019-02-07 | Add lock stack trace saving for witness(4). | Visa Hankala |
2019-02-06 | Use ktrreltimespec() as the timeout is relative, pointed by matthew@. | Martin Pieuchot |
2019-02-04 | Avoid an mbuf double free in the oob soreceive() path. In the | Alexander Bluhm |
2019-02-04 | Make callers of witness_lock_list_{get,free}() responsible of raising | Visa Hankala |
2019-02-04 | When freeing the sem_undo structure in semundo_adjust(), update the | anton |
2019-02-01 | make m_pullup use the first mbuf with data to measure alignment. | David Gwynne |
2019-01-31 | matthew noticed that some clocks use tfind() which is not mpsafe. | Ted Unangst |
2019-01-31 | tc_setclock: Don't rewind the system uptime during resume/unhibernate. | cheloha |
2019-01-30 | Replace hand rolled linked list with TAILQ. All made possible by the recent | anton |
2019-01-29 | Add a dedicated sysctl(2) node for witness(4). | Visa Hankala |
2019-01-28 | Simplify by using `spc' since we already have it, no behavior change. | Martin Pieuchot |
2019-01-28 | Stop accounting/updating priorities for Idle threads. | Martin Pieuchot |
2019-01-27 | stop using capital letters in printf format strings; ok visa@ | anton |
2019-01-27 | consistency tweaks to panic format strings; ok visa@ | anton |
2019-01-26 | Parse altitude and ground speed values from the GGA & RMC NMEA messages, | Landry Breuil |
2019-01-26 | Use memset() instead of bzero(). | Visa Hankala |
2019-01-26 | Tag the start of witness(4) output with prefix "witness:". | Visa Hankala |
2019-01-25 | I am retiring my old email address; replace it with my OpenBSD one. | Todd C. Miller |
2019-01-23 | eliminate a ?: in witness mtx initializer by pushing the default one | Ted Unangst |
2019-01-23 | Sprinkle a pinch of timerisvalid/timespecisvalid over the rest of sys/kern | cheloha |
2019-01-23 | futimens(2), futimes(2), utimensat(2), utimes(2): Validate input at copyin | cheloha |
2019-01-22 | namei can return a null dvp on success. check this before access. | Ted Unangst |
2019-01-22 | #ifdef video junk as required. | Theo de Raadt |
2019-01-21 | select(2), pselect(2), poll(2), ppoll(2): Support full timeout range. | cheloha |
2019-01-21 | sometimes we don't call unveil_add, which means memory allocated by namei | Ted Unangst |
2019-01-21 | Add "video" promise. | Landry Breuil |
2019-01-21 | Introduce a dedicated entry point data structure for file locks. This new data | anton |
2019-01-20 | Serialize tc_windup() calls and modification of some timehands members. | cheloha |
2019-01-19 | Move boottime into the timehands. | cheloha |
2019-01-18 | no need to KERNEL_LOCK before calling ktrstruct() anymore; ok mpi@ visa@ | cheloha |
2019-01-18 | futex(2): validate relative timeout before sleeping. | cheloha |
2019-01-18 | adjtime(2), settimeofday(2), clock_settime(2): validate input | cheloha |
2019-01-18 | delete vmm(4) in i386 | pd |
2019-01-17 | Unveil fixes: | Bob Beck |
2019-01-14 | backout previous; crashes near mountpoints it seems | Theo de Raadt |
2019-01-14 | Fix unveil issue noticed by kn@ where unveil does not notice covering | Bob Beck |
2019-01-11 | sync | Theo de Raadt |
2019-01-11 | mincore() is a relic from the past, exposing physical machine information | Theo de Raadt |
2019-01-10 | settime: Don't cancel ongoing adjtime(2) until after full permission checks | cheloha |
2019-01-09 | Eliminate an else branch from m_extunref(). | Visa Hankala |
2019-01-08 | If the mbuf cluster in m_zero() is read only, propagate the M_ZEROIZE | Alexander Bluhm |
2019-01-07 | It is possible to call m_zero with a read-only cluster. In that case just | Claudio Jeker |
2019-01-06 | the pledge handing for access(2) of /var/run/ypbind.lock is artificially | Theo de Raadt |
2019-01-06 | fold a bunch of similar sysctl cases into a switch. | Ted Unangst |
2019-01-06 | Clear ps_uvpcwd when we free ps_uvpaths. Fixes a crash seen by kn@ and me | Mark Kettenis |
2019-01-06 | Fix unsafe use of ptsignal() in mi_switch(). | Visa Hankala |
2019-01-03 | Fix a collection of covering unveil bugs that prevent unveil's of upper | Bob Beck |
2019-01-01 | copyright++; | Jonathan Gray |
2018-12-31 | nanosleep: loop tsleep(9) to ensure coverage of the full timeout range. | cheloha |