Age | Commit message (Expand) | Author |
2006-03-05 | Use more queue macros rather than doing it by hand; ok otto@ krw@ | Miod Vallat |
2006-01-20 | b_un.b_addr -> b_data; no functional change. | Miod Vallat |
2005-12-28 | Use the DIP macros to uniformly access fields from UFS1 and UFS2 dinodes. | Pedro Martelletto |
2005-11-15 | Only two `h' in threshold. | Miod Vallat |
2005-11-06 | Replace obsolete comment with one that better describes reality. | Pedro Martelletto |
2005-07-03 | Extended Attributes was a piece to get to ACLs, however ACLs have not | Dale Rahn |
2005-05-28 | ufs_whiteout() is now pointless, remove it, okay millert@ | Pedro Martelletto |
2005-02-17 | miscellaneous typo fixes: | Jean-Francois Brousseau |
2004-06-24 | This moves access to wall and uptime variables in MI code, | Thorsten Lockert |
2004-06-21 | First step towards more sane time handling in the kernel -- this changes | Thorsten Lockert |
2004-06-04 | rootvp is already externed in systm.h, no need for a local extern | Ted Unangst |
2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() | Todd C. Miller |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-08-14 | constify vfsops; tedu@ ok | Michael Shalayeff |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-02-19 | intial -> initial | Jason McIntyre |
2002-11-08 | Implement simple vnodeop inheritance for specfs and fifofs. | Artur Grabowski |
2002-08-02 | More possible int overflows found by Silvio Cesare. | Todd C. Miller |
2002-07-12 | Change the locking on the mountpoint slightly. Instead of using mnt_lock | Artur Grabowski |
2002-04-23 | In mount.h, rename field export -> export_info, to avoid collision with C++. | Marc Espie |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-02-22 | Extended Attribute support from FreeBSD/TrustedBSD ok art@, deraadt@ | Dale Rahn |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-08-19 | More old timeouts removal, mainly affected unused/unmaintained code. | Miod Vallat |
2001-08-12 | vm_extern.h no more | Michael Shalayeff |
2001-02-23 | Change the B_DELWRI flag using buf_dirty and buf_undirty instead of | Constantine Sapuntzakis |
2001-02-20 | use void * consistently in vfs_mount and sys_mount. ok @art | assar |
2000-02-07 | update to use new checkexp vfs operation | assar |
1999-05-31 | New struct statfs with mount options. NOTE: this replaces statfs(2), | Todd C. Miller |
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller |
1998-02-08 | Updates to match type changes in syscall tables | Thorsten Lockert |
1997-11-06 | Updates for VFS Lite 2 + soft update. | Constantine Sapuntzakis |
1997-06-20 | Change errno cause by mounting invalid filesystems from EINVAL to EFTYPE. | kstailey |
1997-05-30 | Integrate new ext2fs, reverting ufs support for the old one. | Jason Downs |
1997-03-02 | Add noatime option to not update atime on files in a filesystem (unless | Todd C. Miller |
1997-02-24 | OpenBSD tags | Niklas Hallqvist |
1996-10-18 | -Wall happieness | Michael Shalayeff |
1996-07-21 | Ensure we never use more than one callout table slot | Thorsten Lockert |
1996-07-01 | fix padding for struct lfs, formating fix. | Jason Downs |
1996-07-01 | New LFS, based on Lite2. Still being worked on. | Jason Downs |
1996-06-27 | Moving some things around; struct inode still ends up bigger, though. | Jason Downs |
1996-06-24 | ufs changes: add the notion of directory operators. | Jason Downs |
1996-06-14 | Keep dirty list used by in-kernel update(8) in sync with buffers | Thorsten Lockert |
1996-05-22 | Change VOP_UPDATE() semantics: | Theo de Raadt |
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt |
1996-03-19 | Merging w/ NetBSD 021796. | Michael Shalayeff |
1996-02-27 | From NetBSD: update to 960217 sources | Niklas Hallqvist |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |