OpenBSD CVS

src/sys/xfs/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / sys / xfs

Current tag: OPENBSD_4_3_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] afssysdefs.h (in the Attic) [Hide]  1.1   22 years  hin   branches: 1.1.1; 1.1.2; Initial revision
[TXT] nxfs.h (in the Attic) [Hide]  1.4   22 years  hin   merge
[TXT] xfs_attr.h (in the Attic) [Hide]  1.6   20 years  hin   Merge
[TXT] xfs_common-bsd.c (in the Attic) [Hide]  1.7   16 years  hshoexer   MALLOC/FREE -> malloc/free ok gilles
[TXT] xfs_common.h (in the Attic) [Hide]  1.7   20 years  hin   Merge
[TXT] xfs_config.h (in the Attic) [Hide]  1.12   16 years  deraadt   stop putting xfs (and only xfs) rcsid into the kernel; ok miod
[TXT] xfs_deb.c (in the Attic) [Hide]  1.6   20 years  hin   Merge
[TXT] xfs_deb.h (in the Attic) [Hide]  1.7   20 years  hin   Merge
[TXT] xfs_debug.h (in the Attic) [Hide]  1.5   20 years  hin   Merge
[TXT] xfs_dev-bsd.c (in the Attic) [Hide]  1.10   20 years  beck   clean out #ifdef horror show in xfs_dev-bsd.c and enable XFS in GENERIC. ok dera...
[TXT] xfs_dev-common.c (in the Attic) [Hide]  1.9   17 years  sturm   rename vfs_busy() flags VB_UMIGNORE/VB_UMWAIT to VB_NOWAIT/VB_WAIT requested by...
[TXT] xfs_dev.h (in the Attic) [Hide]  1.8   20 years  millert   Missing xfs_devpoll proto. You would think with all that HAVE_FOO crap the prot...
[TXT] xfs_extern.h (in the Attic) [Hide]  1.6   20 years  millert   Missing xfs_devpoll proto. You would think with all that HAVE_FOO crap the prot...
[TXT] xfs_fs.h (in the Attic) [Hide]  1.8   20 years  hin   Merge
[TXT] xfs_global.h (in the Attic) [Hide]  1.3   16 years  deraadt   stop putting xfs (and only xfs) rcsid into the kernel; ok miod
[TXT] xfs_locl.h (in the Attic) [Hide]  1.8   18 years  millert   Move contents of sys/select.h to sys/selinfo.h in preparation for a userland-vis...
[TXT] xfs_message.c (in the Attic) [Hide]  1.12   17 years  thib   Remove the simplelock argument from vrecycle(); ok pedro@, sturm@
[TXT] xfs_message.h (in the Attic) [Hide]  1.7   20 years  jmc   typos from Jonathon Gray;
[TXT] xfs_msg_locl.h (in the Attic) [Hide]  1.7   20 years  hin   Merge
[TXT] xfs_node-bsd.c (in the Attic) [Hide]  1.12   17 years  beck   back out vfs change - todd fries has seen afs issues, and I'm suspicious this ca...
[TXT] xfs_node.c (in the Attic) [Hide]  1.5   20 years  hin   For whatever reason, cvs cannot import a file that already exists, but is delete...
[TXT] xfs_node.h (in the Attic) [Hide]  1.9   19 years  jfb   miscellaneous typo fixes: - sturct -> struct (spotted by pedro) - elimination of...
[TXT] xfs_pioctl.h (in the Attic) [Hide]  1.5   20 years  beck   fix pr 3442 - make all AFS ioctl's for XFS come from the xfs/xfs_pioctl.h file f...
[TXT] xfs_queue.h (in the Attic) [Hide]  1.1   20 years  hin   branches: 1.1.1; 1.1.2; Initial revision
[TXT] xfs_syscalls-common.c (in the Attic) [Hide]  1.9   16 years  krw   A memset(,0,) -> M_ZERO change which also fixes a possible bug with malloc'ing o...
[TXT] xfs_syscalls-dummy.c (in the Attic) [Hide]  1.2   23 years  deraadt   Apparently Art did not even compile a kernel before commiting
[TXT] xfs_syscalls.h (in the Attic) [Hide]  1.8   20 years  fgsch   fix GENERIC compilation.
[TXT] xfs_vfsops-bsd.c (in the Attic) [Hide]  1.11   20 years  jmc   typos from Jonathon Gray;
[TXT] xfs_vfsops-bsd.h (in the Attic) [Hide]  1.7   20 years  hin   Merge
[TXT] xfs_vfsops-common.c (in the Attic) [Hide]  1.9   16 years  hshoexer   MALLOC/FREE -> malloc/free ok gilles
[TXT] xfs_vfsops-openbsd.c (in the Attic) [Hide]  1.7   20 years  mickey   constify vfsops; tedu@ ok
[TXT] xfs_vfsops.h (in the Attic) [Hide]  1.5   20 years  hin   Merge
[TXT] xfs_vnodeops-bsd.c (in the Attic) [Hide]  1.13   16 years  chl   MALLOC/FREE -> malloc/free ok krw@
[TXT] xfs_vnodeops-common.c (in the Attic) [Hide]  1.12   16 years  krw   More simple memset(,0,) -> M_ZERO changes. In this batch move to size(*p) as the...
[TXT] xfs_vnodeops.h (in the Attic) [Hide]  1.5   20 years  hin   Merge
[TXT] xfs_vopdefs.h (in the Attic) [Hide]  1.9   17 years  thib   Retire VOP_LEASE(); It was a bit for NQNFS and has effectively been a no-op for ...