summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
2014-01-01copyright++Federico G. Schwindt
2013-12-28oops, the fallback stack protector code must handle 64-bit guardsTheo de Raadt
2013-12-28change the stack protector guard into a long word (removing the old legacyTheo de Raadt
2013-12-28We can initialize the srandom/random system earlier from arc4random,Theo de Raadt
2013-12-28We can random_start() earlier (not that it does too much) and callTheo de Raadt
2013-12-24get rid of if (timeout_pending()) timeout_del(). this is racy. anyDavid Gwynne
2013-12-24rename local ticks to nticks to avoid aliasing global. ok krwTed Unangst
2013-12-16Restore TIOCGSID ioctl that was removed along with the 4.3BSD tty(4)Todd C. Miller
2013-12-13Remove the 4.3BSD tty(4) compatibility shims. RIP. ok millert@Christian Weisgerber
2013-12-12Add db_vprintf(), and then use it in ACPI's db_disprint() instead ofPhilip Guenther
2013-12-12printf(variable) --> printf("%s", variable)Philip Guenther
2013-12-11Fix typo; that teaches me to steal other people's diffs!Mark Kettenis
2013-12-10dead assignment; from david hill, ok claudioMike Belopuhov
2013-12-10Add infrastructure to create un-biglocked task queues. Stolen from blambert@Mark Kettenis
2013-12-09use a separate task queue for sensors;Mike Belopuhov
2013-12-09Don't keep removed files (B_INVAL bufs) in the buffer cache. Free buffersBob Beck
2013-12-06Add a DVACT_WAKEUP op to the *_activate() API. This is called after theTheo de Raadt
2013-12-01Change 'mountlist' from CIRCLEQ to TAILQ. Be paranoid andKenneth R Westerback
2013-11-29msgs can be constTheo de Raadt
2013-11-27Defer the v_type initialisation until after the vnode has been purged fromJoel Sing
2013-11-27Assert that we never have destinations cached for a non-VDIR vnode.Joel Sing
2013-11-27make timeout_add and its wrappers return whether the timeout was scheduledDavid Gwynne
2013-11-27get rid of the goop for maintaining multiple cftables since theresDavid Gwynne
2013-11-261 << 31 cleanup. Eitan Adler pointed out that there has been aTheo de Raadt
2013-11-26compare pointers to NULLDavid Gwynne
2013-11-25Fix infinite loop pointed out by clang/brad.Matthew Dempsky
2013-11-25rename magicnumber to globalsleepaddrTed Unangst
2013-11-25disable %n in printf(9); there is no need for it in the kernel besidesDamien Miller
2013-11-21remove the #define b_cylinder b_resid from bufs. i hated theDavid Gwynne
2013-11-20now that all the direct users of disksort have been removed, we can nowDavid Gwynne
2013-11-18hack in a global rendezvous for interprocess semaphores to useTed Unangst
2013-11-18simplify kthread_create(). no more stdargTheo de Raadt
2013-11-18panic expects a format stringTheo de Raadt
2013-11-14Use (N * sizeof(struct klist)) instead of (N * sizeof(struct klist *))Charles Longeau
2013-11-09Remove hibernate_get_next_rle function (unused, and we need to redo itMike Larkin
2013-11-09Add KASSERT()s to tsleep() and msleep() to verify that bogus flagsPhilip Guenther
2013-11-09ticks is compared against mcl_grown to see if time has elapsed sinceDavid Gwynne
2013-11-09unbias the chunks and chunktable writing and reading. as a result, itTheo de Raadt
2013-11-06simplify a crazy expressionTheo de Raadt
2013-11-06In hibernate_write_chunks(), keep track of relative block numbers insteadTheo de Raadt
2013-11-06spacingTheo de Raadt
2013-11-06return the known error, instead of EIOTheo de Raadt
2013-11-06shorten dev_t in hib_infoTheo de Raadt
2013-11-06shorten variable name for the hibernate info struct, throughout. MuchTheo de Raadt
2013-11-06use DEV_BSIZE instead of "secsize"Theo de Raadt
2013-11-06teach the side-effect free drivers about the partition they are dealingTheo de Raadt
2013-11-06Errant assignment that snuck in long ago. Pointed out by deraadt@Mike Larkin
2013-11-05Change an #if 0 surrounding a debug printf into a DPRINTF instead.Mike Larkin
2013-11-05new function uvm_hibswap() finds a the largest free zone in swap, whichTheo de Raadt
2013-11-05remove pool constructors and destructors. theyre called for everyDavid Gwynne