summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
2008-04-15describe why fd passing is now so fucked up, and who's fault it isTheo de Raadt
2008-04-14garbage collect the now unused spec_ebadf();Thordur I. Bjornsson
2008-04-12remove useless defines for the vnode operations, and insteadThordur I. Bjornsson
2008-04-10scrub local stack-based buffers in the tty subsystem. tested by a lot ofTheo de Raadt
2008-04-10Make sure the fd passing code only accepts control messages without paddingMark Kettenis
2008-04-08unp_internalize() repaired wrong file structs on error. ok deraadt@, kettenis@Stefan Kempf
2008-04-08bring cloning up too date; Munge it so it will work with atleastThordur I. Bjornsson
2008-04-07Compare device names consistantly in parsedisk().Kenneth R Westerback
2008-04-06In sendit(), len should be size_t, not int. Could cause it to returnStefan Kempf
2008-04-04ratecheck(9) only seems to be used to limit things to very coarse intervalsDavid Gwynne
2008-04-02repair code which blocks passing fd's for block devices orTheo de Raadt
2008-03-31nope, sorry, the miod/naddy raidframe change breaks almost all ramdisks.Theo de Raadt
2008-03-31purge memory in the tty clist rings as we advance; tested by a fewTheo de Raadt
2008-03-31Refine "netboot" interface group semantics to indicate the interface weTheo de Raadt
2008-03-30Do not do the ``swap generic'' behaviour if rootdev != NODEV when enteringMiod Vallat
2008-03-24Make it possible to disable/enable pseudo devices in UKC, config file andMats O Jansson
2008-03-24We were led astray (like many others before us) to believe thatTheo de Raadt
2008-03-23setroot() is supposed to be safe in all cases, so kill the special casesTheo de Raadt
2008-03-23Wrong printf construct.Miod Vallat
2008-03-16regenOtto Moerbeek
2008-03-16Widen some struct statfs fields to support large filesystem stataOtto Moerbeek
2008-03-15In statclock(), fix local index type in the profiling code. AvoidsMiod Vallat
2008-03-04Do not permit insertion of a "" symbolic link translation into the pathTheo de Raadt
2008-02-21Prevent possible free list corruption when malloc(9) sleeps.Mark Kettenis
2008-02-15revert to a pre-mutex state. for unknown reasons, the mutexes do not provideTed Unangst
2008-02-13Make sure we reserve enough stack space on MACHINE_STACK_GROWS_UP architecturesMark Kettenis
2008-02-09Introduce HW_PHYSMEM64 and HW_USERMEM64 sysctls, which don't overflow onMark Kettenis
2008-01-28spelling in comment; ok mbalmer@ jmc@Kevin Steves
2008-01-22Fix a double VOP_UNLOCK() that was introduced into the error pathTodd C. Miller
2008-01-20Revert 1.25 and do not use _Q_INVALIDATE on timeout structures; beingMiod Vallat
2008-01-16Dont use PR_LIMITFAIL with PR_WAITOK when M_WAIT is passed withThordur I. Bjornsson
2008-01-06Degrade the sensor state from OK to WARNING and CRITICAL after periods ofMarc Balmer
2008-01-05Add support for the Meinberg Standard Time String format that all MeinbergMarc Balmer
2008-01-05regenMiod Vallat
2008-01-05Mark vadvise(2) as obsolete and remove its implementation, so instead ofMiod Vallat
2008-01-02Do not lose nanosleep() return value in the last copyout if nonzero; PR#5697Miod Vallat
2008-01-01Welcome to the jungle of 2008.Miod Vallat
2007-12-30Remove unused variable consintr. ok mbalmerAlexander Bluhm
2007-12-27allow for max 5000 uses/sec offset adjust, this makes it possible forOtto Moerbeek
2007-12-27fifofs, deadfs and specfs all have the same "trivial lookup routine thatThordur I. Bjornsson
2007-12-23protect the disk statistics with a mutex.David Gwynne
2007-12-20Remove an obsolete nfs kludge, spotted by Frank Denis (many thanks), also the...Charles Longeau
2007-12-16panic on negative blkno or size; ok kettenis@ deraadt@Otto Moerbeek
2007-12-13replace calls to ltsleep with tsleepBret Lambert
2007-12-13use a mutex to protect workq. incidentally, this removes the additionalTed Unangst
2007-12-12regenThordur I. Bjornsson
2007-12-12Garbage collect a few members of the vnodeop_desc structure,Thordur I. Bjornsson
2007-12-11Don't store arguments and environment in the space reserved for stackgap onMark Kettenis
2007-12-11remove an overlooked simple_lock everybody likes to point out to me.Ted Unangst
2007-12-11release the pool mutex if we may sleep in the backendTed Unangst