]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/ufs
This patch clears the way for removing a number of tty related
[FreeBSD/FreeBSD.git] / sys / ufs /
1999-09-23 obrienThis commit was generated by cvs2svn to compensate...
1999-09-20 dillon More removals of vnode->v_lastr, replaced by preexi...
1999-09-20 phkFix a harmless bug I introduced, simplify a bit more...
1999-09-20 phkStep one of replacing devsw->d_maxio with si_bsize_max.
1999-09-19 markmThis commit was generated by cvs2svn to compensate...
1999-09-19 obrienThis commit was generated by cvs2svn to compensate...
1999-09-18 obrienThis commit was generated by cvs2svn to compensate...
1999-09-15 obrienThis commit was generated by cvs2svn to compensate...
1999-09-13 bdeRemoved diskerr()'s unused d_name arg and updated calle...
1999-09-11 alfredSeperate the export check in VFS_FHTOVP, exports are...
1999-09-09 julianChanges to centralise the default blocksize behaviour.
1999-09-04 markmThis commit was generated by cvs2svn to compensate...
1999-09-03 julianRevert a bunch of contraversial changes by PHK. After
1999-09-01 markmThis commit was generated by cvs2svn to compensate...
1999-09-01 markmThis commit was generated by cvs2svn to compensate...
1999-08-30 phkMake bdev userland access work like cdev userland acces...
1999-08-28 phkremove unused variables.
1999-08-28 phkWe don't need to pass the diskname argument all over...
1999-08-28 peter$Id$ -> $FreeBSD$
1999-08-28 peter$Id$ -> $FreeBSD$
1999-08-26 phkSimplify the handling of VCHR and VBLK vnodes using...
1999-08-26 obrienThis commit was generated by cvs2svn to compensate...
1999-08-25 phkIntroduce vn_isdisk(struct vnode *vp) function, and...
1999-08-24 phkInitialize the si_bsize fields for the MFS bogodevices.
1999-08-24 sheldonhFix bug introduced in rev 1.28, which causes kernel...
1999-08-24 peterThis commit was generated by cvs2svn to compensate...
1999-08-23 bdeUse devtoname() to print dev_t's instead of casting...
1999-08-22 jdpSupport full-precision file timestamps. Until now...
1999-08-17 alcAdd the (inline) function vm_page_undirty for clearing...
1999-08-14 obrienThis commit was generated by cvs2svn to compensate...
1999-08-14 phkSpring cleaning around strategy and disklabels/slices:
1999-08-13 phkMove the special-casing of stat(2)->st_blksize for...
1999-08-13 phkThe bdevsw() and cdevsw() are now identical, so kill...
1999-08-13 phks/v_specinfo/v_rdev/
1999-08-08 phkDecommision miscfs/specfs/specdev.h. Most of it goes...
1999-08-01 alcMove the memory access behavior information provided...
1999-07-28 seThis commit was generated by cvs2svn to compensate...
1999-07-28 seThis commit was generated by cvs2svn to compensate...
1999-07-25 bdeFixed access timestamp bugs:
1999-07-20 phkNow a dev_t is a pointer to struct specinfo which is...
1999-07-19 rnordierThis commit was generated by cvs2svn to compensate...
1999-07-19 rnordierThis commit was generated by cvs2svn to compensate...
1999-07-17 phkI have not one single time remembered the name of this...
1999-07-13 mckusickCreate the macro DOINGASYNC to check whether the MNT_AS...
1999-07-11 phkUse the fsid from the superblock, unless it looks bogus...
1999-07-10 obrienThis commit was generated by cvs2svn to compensate...
1999-07-10 iwasakiThis commit was generated by cvs2svn to compensate...
1999-07-08 mckusickThese changes appear to give us benefits with both...
1999-07-07 robertoAdd $Id$
1999-07-03 jdpUpdate pathnames for new location of soft-updates sources.
1999-06-29 mckusickNo longer need to set B_ASYNC flag since BUF_KERNPROC now
1999-06-27 peterKeep the inlines for <sys/buf.h> happy..
1999-06-26 mckusickConvert buffer locking from using the B_BUSY and B_WANT...
1999-06-23 obrienThis commit was generated by cvs2svn to compensate...
1999-06-22 obrienThis commit was generated by cvs2svn to compensate...
1999-06-18 mckusickOn our final pass through ffs_fsync, do all I/O synchro...
1999-06-16 mckusickAdd a vnode argument to VOP_BWRITE to get rid of the...
1999-06-15 mckusickGet rid of the global variable rushjob and replace...
1999-05-31 phkSimplify cdevsw registration.
1999-05-28 acheThis commit was generated by cvs2svn to compensate...
1999-05-24 rnordierThis commit was generated by cvs2svn to compensate...
1999-05-24 jb- Back out Luoqi's cdevsw stuff. It panics on my system...
1999-05-22 julianCosmetic changes to make it compile without errors...
1999-05-14 luoqiLegally acquire a major number for mfs.
1999-05-14 obrienThis commit was generated by cvs2svn to compensate...
1999-05-14 obrienThis commit was generated by cvs2svn to compensate...
1999-05-14 obrienThis commit was generated by cvs2svn to compensate...
1999-05-14 obrienThis commit was generated by cvs2svn to compensate...
1999-05-14 obrienThis commit was generated by cvs2svn to compensate...
1999-05-14 obrienThis commit was generated by cvs2svn to compensate...
1999-05-14 obrienThis commit was generated by cvs2svn to compensate...
1999-05-14 mckusickAdd a hook to ffs_fsync to allow soft updates to get...
1999-05-12 peterTry and fix a dev_t/major/minor etc nit.
1999-05-11 phkDivorce "dev_t" from the "major|minor" bitmap, which...
1999-05-11 bdeFixed disordering in previous 2 commits.
1999-05-10 peterMove the mfs_getimage() prototype to mfs_extern.h dupli...
1999-05-09 mckusickPut back changes that might be causing trouble on Alpha.
1999-05-08 phkI got tired of seeing all the cdevsw[major(foo)] all...
1999-05-07 phkContinue where Julian left off in July 1998:
1999-05-07 mckusickWhitespace cleanup.
1999-05-07 mckusickGet rid of random debugging cruft; sync up with latest...
1999-05-07 mckusickSevere slowdowns have been reported when creating or...
1999-05-06 peterAdd sufficient braces to keep egcs happy about potentia...
1999-05-02 alcThe VFS/BIO subsystem contained a number of hacks in...
1999-05-02 markmThis commit was generated by cvs2svn to compensate...
1999-05-02 dfrThis commit was generated by cvs2svn to compensate...
1999-05-02 obrienThis commit was generated by cvs2svn to compensate...
1999-04-28 phkThis Implements the mumbled about "Jail" feature.
1999-04-27 msmithSimplify the tunefs example, since tunefs uses getfsfil...
1999-04-27 phkSuser() simplification:
1999-04-21 dtChange type of a variable from u_int to size_t, so...
1999-04-11 eivindCorrect typo in panic message
1999-04-07 msmithThis commit was generated by cvs2svn to compensate...
1999-04-06 peterHold the mfs process's upages in-core with PHOLD rather...
1999-04-05 julianCatch a case spotted by Tor where files mmapped could...
1999-04-05 peterThere's not much point in the EXPORTMFS #ifdef. I...
1999-03-22 obrienThis commit was generated by cvs2svn to compensate...
1999-03-18 peterThis commit was generated by cvs2svn to compensate...
1999-03-15 obrienThis commit was generated by cvs2svn to compensate...
1999-03-14 markmThis commit was generated by cvs2svn to compensate...
next