summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
2008-08-25If partoffp is non-NULL then readdoslabel() is just looking for theKenneth R Westerback
2008-08-22simplification, and repair findblkmajor for name## lookups; ok krwTheo de Raadt
2008-08-20Allow devices attaching at root (such as softraid) to be disabled in UKC.Miod Vallat
2008-08-14Kill the _MCLDEREFERENCE() macro it was only used once and it should be onlyClaudio Jeker
2008-08-08Admit b_blkno means block number; a block is DEV_BSIZE (a.k.a.Kenneth R Westerback
2008-08-08remove an if notyet block from sys_fstatfs(), that will never be needed,Thordur I. Bjornsson
2008-08-08plug an mbuf leak in m_pullup2(); If we fail to get a cluster for an mbuf,Thordur I. Bjornsson
2008-08-07don't wait for a free mbuf cluster in sosend() and enter the existingReyk Floeter
2008-08-03Make buf_dealloc_mem() remove the mapping even if b_pobj is NULL. OtherwiseMark Kettenis
2008-08-02Fix integer truncation in pcread() and ptcwrite(). ok miod, otto, deraadt.Stefan Kempf
2008-07-28remove an #if noyet block that will never be needed.Thordur I. Bjornsson
2008-07-28Fix integer truncation in ttwrite(). ok deraadt, miod.Stefan Kempf
2008-07-24remove a bunch of bogus ARGSUSEDThordur I. Bjornsson
2008-07-22deactivate the code to display location in the sensor descriptionMarc Balmer
2008-07-18Add a macro that clears the want_resched flag that need_resched sets.Artur Grabowski
2008-07-18Add support for the kernel to recognize, load and execute positionKurt Miller
2008-07-14Don't lock timeouts in db_show_callout.Artur Grabowski
2008-07-11Add timeout_add_{tv,ts,bt,sec,usec,nsec} so that we can add timeoutsBret Lambert
2008-07-11de-__inline a trio of functions to shave some space.Bret Lambert
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