Age | Commit message (Expand) | Author |
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 |
2007-11-23 | Since the devices that we detach may have children we cannot rely on the | Mark Kettenis |
2007-11-19 | Don't overwrite a core file owned by a different user. Makes the code | Todd C. Miller |
2007-11-16 | er, the newline is wrong. dissapointing. | Theo de Raadt |
2007-11-15 | newline before syncing disks is way prettier | Theo de Raadt |
2007-11-09 | Make disklabel aware of NTFS. | Joel Sing |
2007-11-03 | Fix LKM support for amd64. | Mike Belopuhov |
2007-10-29 | For fd passing, at externalize time we are dealing with int[] not pointer[], | Theo de Raadt |
2007-10-29 | MALLOC/FREE -> malloc/free | Charles Longeau |
2007-10-29 | get rid of the unused cond_predicate_t typedef. | David Gwynne |
2007-10-21 | This QUEUE_DEBUG should really be DIAGNOSTIC - we need these checks | Bob Beck |
2007-10-18 | Correct possible spl problem in buffer cleaning daemon - the buffer cleaning | Bob Beck |
2007-10-16 | more remove unneeded declarations that shadows existing vars; ok by many. | Federico G. Schwindt |
2007-10-14 | remove tests for EIDRM and ENOMSG existence now that they're in the tree. | Federico G. Schwindt |
2007-10-11 | sched_lock_idle and sched_unlock_idle are obsolete now. | Artur Grabowski |
2007-10-10 | Make context switching much more MI: | Artur Grabowski |
2007-10-08 | Introduce %z for printf(9), like %z for printf(3). Used to print | Ray Lai |
2007-09-26 | provide m_inithdr(), which takes an mbuf and gives an initialized M_PKTHDR | Henning Brauer |
2007-09-19 | instead of relying on mbuf.h to include pool.h and declare | Bret Lambert |
2007-09-15 | Allow to pull out an usb stick with ffs filesystem while mounted | Alexander Bluhm |