Age | Commit message (Expand) | Author |
2008-04-04 | ratecheck(9) only seems to be used to limit things to very coarse intervals | David Gwynne |
2008-04-02 | repair code which blocks passing fd's for block devices or | Theo de Raadt |
2008-03-31 | nope, sorry, the miod/naddy raidframe change breaks almost all ramdisks. | Theo de Raadt |
2008-03-31 | purge memory in the tty clist rings as we advance; tested by a few | Theo de Raadt |
2008-03-31 | Refine "netboot" interface group semantics to indicate the interface we | Theo de Raadt |
2008-03-30 | Do not do the ``swap generic'' behaviour if rootdev != NODEV when entering | Miod Vallat |
2008-03-24 | Make it possible to disable/enable pseudo devices in UKC, config file and | Mats O Jansson |
2008-03-24 | We were led astray (like many others before us) to believe that | Theo de Raadt |
2008-03-23 | setroot() is supposed to be safe in all cases, so kill the special cases | Theo de Raadt |
2008-03-23 | Wrong printf construct. | Miod Vallat |
2008-03-16 | regen | Otto Moerbeek |
2008-03-16 | Widen some struct statfs fields to support large filesystem stata | Otto Moerbeek |
2008-03-15 | In statclock(), fix local index type in the profiling code. Avoids | Miod Vallat |
2008-03-04 | Do not permit insertion of a "" symbolic link translation into the path | Theo de Raadt |
2008-02-21 | Prevent possible free list corruption when malloc(9) sleeps. | Mark Kettenis |
2008-02-15 | revert to a pre-mutex state. for unknown reasons, the mutexes do not provide | Ted Unangst |
2008-02-13 | Make sure we reserve enough stack space on MACHINE_STACK_GROWS_UP architectures | Mark Kettenis |
2008-02-09 | Introduce HW_PHYSMEM64 and HW_USERMEM64 sysctls, which don't overflow on | Mark Kettenis |
2008-01-28 | spelling in comment; ok mbalmer@ jmc@ | Kevin Steves |
2008-01-22 | Fix a double VOP_UNLOCK() that was introduced into the error path | Todd C. Miller |
2008-01-20 | Revert 1.25 and do not use _Q_INVALIDATE on timeout structures; being | Miod Vallat |
2008-01-16 | Dont use PR_LIMITFAIL with PR_WAITOK when M_WAIT is passed with | Thordur I. Bjornsson |
2008-01-06 | Degrade the sensor state from OK to WARNING and CRITICAL after periods of | Marc Balmer |
2008-01-05 | Add support for the Meinberg Standard Time String format that all Meinberg | Marc Balmer |
2008-01-05 | regen | Miod Vallat |
2008-01-05 | Mark vadvise(2) as obsolete and remove its implementation, so instead of | Miod Vallat |
2008-01-02 | Do not lose nanosleep() return value in the last copyout if nonzero; PR#5697 | Miod Vallat |
2008-01-01 | Welcome to the jungle of 2008. | Miod Vallat |
2007-12-30 | Remove unused variable consintr. ok mbalmer | Alexander Bluhm |
2007-12-27 | allow for max 5000 uses/sec offset adjust, this makes it possible for | Otto Moerbeek |
2007-12-27 | fifofs, deadfs and specfs all have the same "trivial lookup routine that | Thordur I. Bjornsson |
2007-12-23 | protect the disk statistics with a mutex. | David Gwynne |
2007-12-20 | Remove an obsolete nfs kludge, spotted by Frank Denis (many thanks), also the... | Charles Longeau |
2007-12-16 | panic on negative blkno or size; ok kettenis@ deraadt@ | Otto Moerbeek |
2007-12-13 | replace calls to ltsleep with tsleep | Bret Lambert |
2007-12-13 | use a mutex to protect workq. incidentally, this removes the additional | Ted Unangst |
2007-12-12 | regen | Thordur I. Bjornsson |
2007-12-12 | Garbage collect a few members of the vnodeop_desc structure, | Thordur I. Bjornsson |
2007-12-11 | Don't store arguments and environment in the space reserved for stackgap on | Mark Kettenis |
2007-12-11 | remove an overlooked simple_lock everybody likes to point out to me. | Ted Unangst |
2007-12-11 | release the pool mutex if we may sleep in the backend | Ted Unangst |
2007-12-09 | big patch to simplify pool code. | Ted Unangst |
2007-11-30 | Fix msleep. | Owain Ainsworth |
2007-11-28 | Add msleep. This is identical to tsleep but it takes a mutex as a | Owain Ainsworth |
2007-11-28 | g/c mfs_mountroot() and mfs_initminiroot(). We don't support root on | Todd C. Miller |
2007-11-28 | a few more places where getmicrotime is good enough. ok miod | Ted Unangst |
2007-11-28 | When updating the timestamps on pipes, use getnanotime() instead of more | Miod Vallat |
2007-11-28 | remove the DIRECTOK flag. the caller semantics were too weird, and it's a | Ted Unangst |
2007-11-28 | sync | Theo de Raadt |
2007-11-28 | COMPAT_09 uname is only used by freebsd compat, so move it to the right place | Theo de Raadt |