Age | Commit message (Expand) | Author |
2016-04-29 | Fix some gibbering horrors due to uninitialized struct nameidata's | Bob Beck |
2016-04-28 | careful study of the holy scrolls reveals that for pselect (and ppoll) | Ted Unangst |
2016-04-28 | 1) Split pledge whitelist path handling out of pledge_namei() and into | Bob Beck |
2016-04-28 | fix logic bug in deciding if we have UVM_PLA_NOWAIT or not in buf_realloc_pages | Bob Beck |
2016-04-26 | copy_statfs_info() is not only used by ufs, but by other filesystems too, | Martin Natano |
2016-04-26 | fix off by one in vfs_vnode_print - found by miod | Bob Beck |
2016-04-25 | remove systrace remnants | Ted Unangst |
2016-04-25 | boom goes the dynamite | Ted Unangst |
2016-04-25 | simplifies the check for allowing only promises | Sebastien Marie |
2016-04-25 | removes an unneeded check on flags (used historically when tame(2) was using | Sebastien Marie |
2016-04-15 | remove ml_filter, mq_filter, niq_filter. | David Gwynne |
2016-04-08 | add m_purge for freeing a list of mbufs linked via m_nextpkt | David Gwynne |
2016-04-07 | Share clone bitmap between aliased vnodes. This prevents duplicate clone | Martin Natano |
2016-04-06 | correct the order of arguments to m_get in m_dup_pkt | David Gwynne |
2016-04-05 | Increase size of the clone bitmap (revised diff after revert). I have | Martin Natano |
2016-04-01 | Revert the clone bitmap enlargement change | Mike Belopuhov |
2016-03-31 | Increase size of the clone bitmap. A limit of only 64 device clones | Martin Natano |
2016-03-30 | regenerate | Philip Guenther |
2016-03-30 | Add getlogin_r syscall that checks and returns errors like userspace | Philip Guenther |
2016-03-29 | In setlogin(), don't change anything on error. | Philip Guenther |
2016-03-29 | - packet must keep reference to statekey | Alexandr Nedvedicky |
2016-03-29 | Use a macro to check if a thread has a sibling. | Martin Pieuchot |
2016-03-29 | add back $OpenBSD$ | Jonathan Gray |
2016-03-28 | regen | Mark Kettenis |
2016-03-28 | Make sure that a thread that calls sched_yield(2) ends up on the run queue | Mark Kettenis |
2016-03-27 | When pulling and unmounting an umass USB stick, the file system | Alexander Bluhm |
2016-03-26 | add newline on the end of the failure message | Bob Beck |
2016-03-25 | Free some more space in kernel - for network code, of course - by removal | Vadim Zhukov |
2016-03-25 | Silences compiler warnings, about used uninitialized variables. These lengths | Sebastien Marie |
2016-03-24 | set ticks 15 seconds before its value wraps. | David Gwynne |
2016-03-22 | dont mix up the len and flats argument to MCLGETI in m_dup_pkt | David Gwynne |
2016-03-22 | allow fpathconf() in stdio mode, since it is an innocuous query | Theo de Raadt |
2016-03-21 | Rename the system call sendsyslog2 to sendsyslog. Keep the old one | Alexander Bluhm |
2016-03-20 | Update ticks in hardclock(). | Masao Uebayashi |
2016-03-19 | Remove the unused flags argument from VOP_UNLOCK(). | natano |
2016-03-17 | Replace curcpu_is_idle() by cpu_is_idle() and use it instead of rolling | Martin Pieuchot |
2016-03-17 | KNF: Remove a blank line. | Masao Uebayashi |
2016-03-17 | - add realloc_pages to move a buffer's physmem from one range to another. | Bob Beck |
2016-03-16 | Expose new audio ioctls that do one thing only: start and stop DMA, | Alexandre Ratchov |
2016-03-15 | pledge: wl_paths: resolvpath() logic error | Sebastien Marie |
2016-03-15 | pledge: wl_paths: corrects a memory leak in error code path and an evaluation | Sebastien Marie |
2016-03-15 | Remove now unused legacy uiomovei() function. | Stefan Kempf |
2016-03-14 | Change a bunch of (<blah> *)0 to NULL. | Kenneth R Westerback |
2016-03-13 | keep disabled wl_paths for now. the expensiveness impact need to be better | Sebastien Marie |
2016-03-13 | reenable wl_paths (whitelisted-paths) in pledge(2) | Sebastien Marie |
2016-03-13 | pledge: replace #if 0 printf with DNPRINTF macro | Sebastien Marie |
2016-03-13 | pledge: let wl_paths works well with chroot | Sebastien Marie |
2016-03-13 | corrects on off-by-one error in pledge_namei() | Sebastien Marie |
2016-03-12 | When vfs_busy() is sleeping, it uses RW_SLEEPFAIL and will fail. | Alexander Bluhm |
2016-03-11 | increase size of oldpids to 128 to prevent mod bias when idx wraps. | Ted Unangst |