summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
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
2007-12-09big patch to simplify pool code.Ted Unangst
2007-11-30Fix msleep.Owain Ainsworth
2007-11-28Add msleep. This is identical to tsleep but it takes a mutex as aOwain Ainsworth
2007-11-28g/c mfs_mountroot() and mfs_initminiroot(). We don't support root onTodd C. Miller
2007-11-28a few more places where getmicrotime is good enough. ok miodTed Unangst
2007-11-28When updating the timestamps on pipes, use getnanotime() instead of moreMiod Vallat
2007-11-28remove the DIRECTOK flag. the caller semantics were too weird, and it's aTed Unangst
2007-11-28syncTheo de Raadt
2007-11-28COMPAT_09 uname is only used by freebsd compat, so move it to the right placeTheo de Raadt
2007-11-27regenArtur Grabowski
2007-11-27Mark getpid as NOLOCK just for testing.Artur Grabowski
2007-11-27Add possibility to add flags to syscalls in syscalls.master to markArtur Grabowski
2007-11-27make the deceptively complicated leading and trailing space into functions.Ted Unangst
2007-11-27typos; ok jmc@Martynas Venckus
2007-11-27Only checksum the NMEA sentence if it as GPRMC message.Marc Balmer
2007-11-26Degrade the timedelta if the GPS reports a warning condition for more thanMarc Balmer
2007-11-26Move the implementation of __mp_lock (biglock) into machine dependentArtur Grabowski
2007-11-26Remove some dead code that is confusing my greps.Artur Grabowski
2007-11-25convert crypto thread to workq. add WQ_DIRECTOK flag to workq.Ted Unangst