summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
2008-07-07Shorten the sensor description and reserve room for optional charactersMarc Balmer
2008-07-06Add the position to the sensor description.Marc Balmer
2008-07-05re-introduce vdrop() to signal a lost intrest in a vnode;Thordur I. Bjornsson
2008-06-27Do not disallow kernel crash dumps on panic if swap encryption is enabled,Miod Vallat
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-06-25allow to install and boot the OpenBSD A6 partition and disklabel in anReyk Floeter
2008-06-14A bunch of pool_get() + bzero() -> pool_get(..., .. | PR_ZERO)Michael Knudsen
2008-06-14oldnointr pool allocator is no longer used or necessary.Artur Grabowski
2008-06-14Belt, suspenders, duct tape and glue.Artur Grabowski
2008-06-13back out stupid vnode change that was unintentionally includedBob Beck
2008-06-13Delete vfs_bufstats() leftovers and unbreak compile with -DDEBUGRainer Giedat
2008-06-12use PR_ZERO instead of a bzero() right after the pool_get();Thordur I. Bjornsson
2008-06-12Oops, do not dereference a NULL function pointer used as an array endMiod Vallat
2008-06-12Remove silly panic when disestablish cookie doesnt existMarco Peereboom
2008-06-12Bring biomem diff back into the tree after the nfs_bio.c fix went in.Theo de Raadt
2008-06-12Reorder foreign binaries probe list, so that more permissive ones are at theMiod Vallat
2008-06-11Don't use the reference count to create the sensor name; we can end upMarc Balmer
2008-06-11back out biomem diff since it is not right yet. Doing very largeTheo de Raadt
2008-06-11store a pointer to the stack side state key in the mbuf packetHenning Brauer
2008-06-11add $OpenBSD$ tag.Thordur I. Bjornsson
2008-06-10Fix buffer cache pending read statistics by ensuring we can identifyBob Beck
2008-06-10posix compliant permission checks for sending signals. Based on diffsHans-Joerg Hoexer
2008-06-10Buffer cache revampBob Beck
2008-06-09Update access(2) to have modern semantics with respect to X_OK andTodd C. Miller
2008-06-09rename arc4random_bytes => arc4random_buf to match libc's nicer name;Damien Miller
2008-06-08use sched_is_idle() and nuke the sched_chooseproc prototype since weThordur I. Bjornsson
2008-06-07Remove the OLF os bitmask field from the compat probe functions array;Miod Vallat
2008-06-04olf support starts to die (easy stuff first); ok miodTheo de Raadt
2008-05-23update sem_otime on semop(); reported by mkbucc AT gmail.comDamien Miller
2008-05-23tputchar() can put characters on the tty output queue if clocal is set,Theo de Raadt
2008-05-23Deal with the situation when TCP nfs mounts timeout and processesThordur I. Bjornsson
2008-05-23Make rd act more like a 'normal' disk device, allowing the elimination ofKenneth R Westerback
2008-05-22use PR_ZERO instead of calling bzero directlyThordur I. Bjornsson
2008-05-22Use LIST_FOREACH() instead of handrolling.Thordur I. Bjornsson
2008-05-22kill 2 bogus ARGUSED and use the LIST_FOREACH() macroThordur I. Bjornsson
2008-05-16merge vfs_opv_init into vfs_op_init and remove the former,Thordur I. Bjornsson
2008-05-16remove some old debug cruft, make some comments nicerThordur I. Bjornsson
2008-05-16unsigned -> u_int and warnmess -> warnmsgThordur I. Bjornsson
2008-05-11set p_flag to 0 sooner, so we don't overwrite the thread flag. and correctlyTed Unangst
2008-05-11share signal handlers for rthreads. from philip guentherTed Unangst
2008-05-09Add SO_BINDANY socket option from BSD/OS.Markus Friedl
2008-05-08retire vn_default_error() and replace all instancesThordur I. Bjornsson
2008-05-07remove the vfc_mountroot member from vfsconf andThordur I. Bjornsson
2008-05-07check TIOCSIG for 0 and do not send that to psignal() and pgsignal()Theo de Raadt
2008-05-07Implement routing priorities. Every route inserted has a priority assignedClaudio Jeker
2008-05-06Add a PR_ZERO flag for pools, to compliment the M_ZEROThordur I. Bjornsson
2008-05-06retire vfs_mountroot();Thordur I. Bjornsson
2008-05-06Report the clock status in a signal sensor, like all other timedeltas.Marc Balmer
2008-05-06Rather than clearing particularly dangerous flags when found, justKenneth R Westerback
2008-05-05Make nmea(4) behave like the other timedelta sensors and provide aMarc Balmer