]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/fs
This patch clears the way for removing a number of tty related
[FreeBSD/FreeBSD.git] / sys / fs /
1999-09-25 phkThis patch clears the way for removing a number of...
1999-09-23 obrienThis commit was generated by cvs2svn to compensate...
1999-09-22 phkKill the cdevsw->d_maxio field.
1999-09-20 dillon More removals of vnode->v_lastr, replaced by preexi...
1999-09-20 dillon Fix handling of a device EOF that occurs in the...
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-17 dillon Add vfs.enable_userblk_io sysctl to control whether...
1999-09-15 obrienThis commit was generated by cvs2svn to compensate...
1999-09-11 alfredSeperate the export check in VFS_FHTOVP, exports are...
1999-09-09 julianChanges to centralise the default blocksize behaviour.
1999-09-07 alfredAll unimplemented VFS ops now have entries in kern...
1999-09-04 markmThis commit was generated by cvs2svn to compensate...
1999-09-04 bdeGet rid of the NULLFS_DIAGNOSTIC option. This option...
1999-09-04 bdeFixed the previous change. Some more code controlled...
1999-09-03 julianPrint out the device name when there is an uninitialise...
1999-09-03 julianAdd a catchall to set default blocksize values for...
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-09-01 phkFix the sense of the vn_isdisk() check.
1999-08-31 phkSet the buffersize for non BSDFFS labeled partitions to
1999-08-31 phkMake buffered acces to bdevs from userland controllable...
1999-08-30 phkMake bdev userland access work like cdev userland acces...
1999-08-30 bdeConverted the silly SAFTEY option into a new-style...
1999-08-29 bdeChanged old-style option UNION_DIAGNOSTIC to DEBUG...
1999-08-29 bdeChanged old-style options UMAPFS_DIAGNOSTIC and UMAP_DI...
1999-08-28 phkFix various trivial warnings from LINT
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-25 julianFix comment to match reality..
1999-08-24 peterThis commit was generated by cvs2svn to compensate...
1999-08-23 bdeInitialise fsids with (user) device numbers again....
1999-08-23 phkConvert DEVFS hooks in (most) drivers to make_dev().
1999-08-19 marcelLet processes retrieve their argv through procfs. Rever...
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 phkAdd support for device drivers which want to track...
1999-08-13 phkDon't examine vp->v_tag (see comment in vnode.h)
1999-08-13 phkRemove spec_getattr(), which as far as I can tell can...
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-08 bdeFixed printf format errors (%qu -> %llu; the arg was...
1999-08-08 bdeFixed all printf format errors reported by gcc -Wformat...
1999-08-02 rvbThe dev returned here is what is found in the st_dev...
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 bdeDon't set DE_ACCESS for unsuccessful reads.
1999-07-21 phkRemove the RCS "Log" and all the verbiage it has generated.
1999-07-20 phkNow a dev_t is a pointer to struct specinfo which is...
1999-07-20 phkDon't access the device with vp->v_specinfo->si_rdev...
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-10 obrienThis commit was generated by cvs2svn to compensate...
1999-07-10 iwasakiThis commit was generated by cvs2svn to compensate...
1999-07-09 phkAllow jailed proccesses to open non-process vnodes...
1999-07-09 peterUse %q rather than rolling a custom routine.
1999-07-09 jlemonSupport for i386 hardware breakpoints.
1999-07-09 jlemonImplement support for hardware debug registers on the...
1999-07-02 phkMake sure that stat(2) and friends always return a...
1999-07-01 petermove <sys/systm.h> before <sys/buf.h>
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-16 mckusickAdd a vnode argument to VOP_BWRITE to get rid of the...
1999-06-13 phkEliminate the bogus procfs private almost struct dirent...
1999-06-01 dtRemove an unused variable.
1999-05-31 phkSimplify cdevsw registration.
1999-05-30 phkThis commit should be a extensive NO-OP:
1999-05-28 acheThis commit was generated by cvs2svn to compensate...
1999-05-24 rnordierThis commit was generated by cvs2svn to compensate...
1999-05-22 dtDon't call calcru() on a swapped-out process. calcru...
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-12 semenuDriver is now ported to NetBSD.
1999-05-11 phkDivorce "dev_t" from the "major|minor" bitmap, which...
1999-05-09 phkremove cast from dev_t to dev_t.
1999-05-08 phkI got tired of seeing all the cdevsw[major(foo)] all...
1999-05-08 dcsThe lowercasing of Joliet filenames was not a feature.
1999-05-07 phkContinue where Julian left off in July 1998:
1999-05-06 peterOne too many vfsops..
1999-05-06 phkremove b_proc from struct buf, it's (now) unused.
1999-05-06 peterAdd sufficient braces to keep egcs happy about potentia...
1999-05-04 phkMake the type and map files claim 0 bytes size. Tar...
1999-05-04 phkAdd even more () to CHECKIO which by now feels positive...
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...
next