Age | Commit message (Expand) | Author |
2014-01-19 | With the earlier initialization of the random subsystem, random_hostseed() | Theo de Raadt |
2014-01-19 | We can call random_start() immediately after cpu_startup, that is the | Theo de Raadt |
2014-01-14 | Typo in a printf, should be 'bytes' not 'blocks' | Mike Larkin |
2014-01-13 | Return the poison value in poison_check() and not the modified value. | Martin Pieuchot |
2014-01-11 | When I created UDP socket splicing, I added the goto nextpkt loop | Alexander Bluhm |
2014-01-10 | Let "ddb show mbuf" print all mbuf fields in a consistent way. Move | Alexander Bluhm |
2014-01-01 | copyright++ | Federico G. Schwindt |
2013-12-28 | oops, the fallback stack protector code must handle 64-bit guards | Theo de Raadt |
2013-12-28 | change the stack protector guard into a long word (removing the old legacy | Theo de Raadt |
2013-12-28 | We can initialize the srandom/random system earlier from arc4random, | Theo de Raadt |
2013-12-28 | We can random_start() earlier (not that it does too much) and call | Theo de Raadt |
2013-12-24 | get rid of if (timeout_pending()) timeout_del(). this is racy. any | David Gwynne |
2013-12-24 | rename local ticks to nticks to avoid aliasing global. ok krw | Ted Unangst |
2013-12-16 | Restore TIOCGSID ioctl that was removed along with the 4.3BSD tty(4) | Todd C. Miller |
2013-12-13 | Remove the 4.3BSD tty(4) compatibility shims. RIP. ok millert@ | Christian Weisgerber |
2013-12-12 | Add db_vprintf(), and then use it in ACPI's db_disprint() instead of | Philip Guenther |
2013-12-12 | printf(variable) --> printf("%s", variable) | Philip Guenther |
2013-12-11 | Fix typo; that teaches me to steal other people's diffs! | Mark Kettenis |
2013-12-10 | dead assignment; from david hill, ok claudio | Mike Belopuhov |
2013-12-10 | Add infrastructure to create un-biglocked task queues. Stolen from blambert@ | Mark Kettenis |
2013-12-09 | use a separate task queue for sensors; | Mike Belopuhov |
2013-12-09 | Don't keep removed files (B_INVAL bufs) in the buffer cache. Free buffers | Bob Beck |
2013-12-06 | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the | Theo de Raadt |
2013-12-01 | Change 'mountlist' from CIRCLEQ to TAILQ. Be paranoid and | Kenneth R Westerback |
2013-11-29 | msgs can be const | Theo de Raadt |
2013-11-27 | Defer the v_type initialisation until after the vnode has been purged from | Joel Sing |
2013-11-27 | Assert that we never have destinations cached for a non-VDIR vnode. | Joel Sing |
2013-11-27 | make timeout_add and its wrappers return whether the timeout was scheduled | David Gwynne |
2013-11-27 | get rid of the goop for maintaining multiple cftables since theres | David Gwynne |
2013-11-26 | 1 << 31 cleanup. Eitan Adler pointed out that there has been a | Theo de Raadt |
2013-11-26 | compare pointers to NULL | David Gwynne |
2013-11-25 | Fix infinite loop pointed out by clang/brad. | Matthew Dempsky |
2013-11-25 | rename magicnumber to globalsleepaddr | Ted Unangst |
2013-11-25 | disable %n in printf(9); there is no need for it in the kernel besides | Damien Miller |
2013-11-21 | remove the #define b_cylinder b_resid from bufs. i hated the | David Gwynne |
2013-11-20 | now that all the direct users of disksort have been removed, we can now | David Gwynne |
2013-11-18 | hack in a global rendezvous for interprocess semaphores to use | Ted Unangst |
2013-11-18 | simplify kthread_create(). no more stdarg | Theo de Raadt |
2013-11-18 | panic expects a format string | Theo de Raadt |
2013-11-14 | Use (N * sizeof(struct klist)) instead of (N * sizeof(struct klist *)) | Charles Longeau |
2013-11-09 | Remove hibernate_get_next_rle function (unused, and we need to redo it | Mike Larkin |
2013-11-09 | Add KASSERT()s to tsleep() and msleep() to verify that bogus flags | Philip Guenther |
2013-11-09 | ticks is compared against mcl_grown to see if time has elapsed since | David Gwynne |
2013-11-09 | unbias the chunks and chunktable writing and reading. as a result, it | Theo de Raadt |
2013-11-06 | simplify a crazy expression | Theo de Raadt |
2013-11-06 | In hibernate_write_chunks(), keep track of relative block numbers instead | Theo de Raadt |
2013-11-06 | spacing | Theo de Raadt |
2013-11-06 | return the known error, instead of EIO | Theo de Raadt |
2013-11-06 | shorten dev_t in hib_info | Theo de Raadt |
2013-11-06 | shorten variable name for the hibernate info struct, throughout. Much | Theo de Raadt |