Age | Commit message (Expand) | Author |
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 |
2007-11-27 | regen | Artur Grabowski |
2007-11-27 | Mark getpid as NOLOCK just for testing. | Artur Grabowski |
2007-11-27 | Add possibility to add flags to syscalls in syscalls.master to mark | Artur Grabowski |
2007-11-27 | make the deceptively complicated leading and trailing space into functions. | Ted Unangst |
2007-11-27 | typos; ok jmc@ | Martynas Venckus |
2007-11-27 | Only checksum the NMEA sentence if it as GPRMC message. | Marc Balmer |
2007-11-26 | Degrade the timedelta if the GPS reports a warning condition for more than | Marc Balmer |
2007-11-26 | Move the implementation of __mp_lock (biglock) into machine dependent | Artur Grabowski |
2007-11-26 | Remove some dead code that is confusing my greps. | Artur Grabowski |
2007-11-25 | convert crypto thread to workq. add WQ_DIRECTOK flag to workq. | Ted Unangst |