summaryrefslogtreecommitdiff
path: root/sys/ufs/lfs/lfs_segment.c
AgeCommit message (Expand)Author
2006-03-05Use more queue macros rather than doing it by hand; ok otto@ krw@Miod Vallat
2006-01-20b_un.b_addr -> b_data; no functional change.Miod Vallat
2005-12-28Use the DIP macros to uniformly access fields from UFS1 and UFS2 dinodes.Pedro Martelletto
2005-02-17miscellaneous typo fixes:Jean-Francois Brousseau
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2001-02-23Change the B_DELWRI flag using buf_dirty and buf_undirty instead ofConstantine Sapuntzakis
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1997-11-06Updates for VFS Lite 2 + soft update.Constantine Sapuntzakis
1997-05-30Integrate new ext2fs, reverting ufs support for the old one.Jason Downs
1996-10-18-Wall happienessMichael Shalayeff
1996-07-01New LFS, based on Lite2. Still being worked on.Jason Downs
1996-06-14Keep dirty list used by in-kernel update(8) in sync with buffersThorsten Lockert
1996-02-27From NetBSD: update to 960217 sourcesNiklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt