Age | Commit message (Expand) | Author |
2004-12-09 | When removing the last item from a non-empty worklist, the worklist | Todd C. Miller |
2004-12-08 | Move a FREE_LOCK until after a potential continue so we don't try | Todd C. Miller |
2004-12-07 | backout missed by tedu: | Theo de Raadt |
2004-12-07 | prev softdep merge could lead to inode wait deadlock for unknown reasons. | Ted Unangst |
2004-11-29 | Spell precede correctly. | Jonathan Gray |
2004-11-01 | english | Pedro Martelletto |
2004-10-25 | don't assume a block is allocated if bread() or cg_chkmagic() fails. | Pedro Martelletto |
2004-09-18 | hierarchy is spelled hierarchy, from Jonathan Gray | Ted Unangst |
2004-08-12 | Prevent a panic by validating the super block size as recorded in the | Otto Moerbeek |
2004-07-14 | trailing '\n' in printf, ok deraadt@ | Pedro Martelletto |
2004-07-13 | Change mode_t and nlink_t from 16bit to 32bit. This allows us to | Todd C. Miller |
2004-07-02 | printf inode numer as unsigned -- just the way it is | Michael Shalayeff |
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 |
2004-05-07 | fatty softdep merge with freebsd. fixes a variety of possible issues. | Ted Unangst |
2004-03-02 | silly fifos aren't a real fs, so we have to be sure to call reclaim | Ted Unangst |
2004-01-25 | vref device vnodes early, so we don't get mismatched vrele calls. | Ted Unangst |
2004-01-20 | some pieces of ufs2. help testing otto sturm | Ted Unangst |
2004-01-07 | sysctls for dirhash variables. with a hint from miod. ok deraadt | Ted Unangst |
2003-11-19 | undo boolshit unapproved changes the author does not even care about to fix | Michael Shalayeff |
2003-11-19 | MALLOC is not meant for variable size allocations | Ted Unangst |
2003-10-17 | Be sure i_ffs_gen is always positive. | Mike Pechkin |
2003-10-04 | vrele swap and/or root vnode should we fail during mountroot; found by mpech@... | Michael Shalayeff |
2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() | Todd C. Miller |
2003-08-26 | constify ffs_tables | Michael Shalayeff |
2003-08-25 | rename struct dinode to ufs1_dinode. clears the namespace and makes | Ted Unangst |
2003-08-14 | constify vfsops; tedu@ ok | Michael Shalayeff |
2003-08-02 | newline at end of printf | Ted Unangst |
2003-07-10 | in statfs, cast disk size to int64_t to prevent overflow on large disks. | Ted Unangst |
2003-06-26 | add prototypes for userland code that reaches over. ok deraadt@ | Ted Unangst |
2003-06-10 | o make mount(2) return EROFS, not EPERM if ffs is dirty | Todd C. Miller |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-26 | fiddle with some type names. change most instances of ufs_daddr_t to | Ted Unangst |
2003-05-14 | remove the last of the MI commons | Jason Wright |
2002-11-08 | Implement simple vnodeop inheritance for specfs and fifofs. | Artur Grabowski |
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback |
2002-08-01 | Limit max file size based on PAGE_SIZE. Even though ffs can handle | Todd C. Miller |
2002-07-16 | Fix typo which prevents diagnostic test from working; enami@netbsd.org | Todd C. Miller |
2002-07-12 | Change the locking on the mountpoint slightly. Instead of using mnt_lock | Artur Grabowski |
2002-06-23 | uid_t and gid_t are unsigned | Theo de Raadt |
2002-06-08 | Remove this horror DIAGNOSTIC define. It was just ugly when it | Artur Grabowski |
2002-06-08 | Let this build when the internal DIAGNOSTIC define is removed. | 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 |
2002-01-29 | process the delayed-free queue more often; chs@netbsd.org | Todd C. Miller |
2002-01-25 | Move softdep sysctls from debug to vfs.ffs; art@ OK | Todd C. Miller |
2002-01-24 | sigh, nobody compiles before commit anymore | Michael Shalayeff |