index
:
hurd.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ufs
Commit message (
Expand
)
Author
Age
Files
Lines
*
(main): Use new handy diskfs routines and get rid of tons of junk. Main
Miles Bader
1995-10-13
1
-175
/
+38
*
(SRCS): Remove devio.c.
Miles Bader
1995-10-13
1
-1
/
+1
*
(dev_read_sync, dev_write_sync, dev_write, diskpagersize): Decls removed.
Miles Bader
1995-10-13
1
-9
/
+0
*
(diskfs_set_hypermetadata):
Miles Bader
1995-10-13
1
-2
/
+4
*
(pager_unlock_page, pager_write_page, pager_read_page):
Miles Bader
1995-10-13
1
-4
/
+5
*
(diskfs_grow):
Miles Bader
1995-10-13
1
-4
/
+5
*
(diskfs_S_file_get_storage_info): Use DISKFS_DEVICE instead of UFS_DEVICE,
Miles Bader
1995-10-13
1
-2
/
+3
*
(diskfs_S_file_get_storage_info):
Miles Bader
1995-10-07
1
-2
/
+4
*
(diskfs_set_statfs): fsys_stb_bsize -> fsys_stb_iosize.
Miles Bader
1995-10-05
1
-2
/
+2
*
(parse_opt): Rearrange slightly.
Miles Bader
1995-10-04
1
-3
/
+7
*
Include <netinet/in.h>.
Michael I. Bushnell
1995-09-26
1
-7
/
+10
*
(diskfs_S_file_get_storage_info): New function.
Michael I. Bushnell
1995-09-26
1
-0
/
+106
*
(main): Delete var `devname'. Use `ufs_device_name' throughout
Michael I. Bushnell
1995-09-26
1
-7
/
+6
*
(ufs_device_name): New var.
Michael I. Bushnell
1995-09-26
1
-0
/
+1
*
(LDFLAGS): New variable.
Miles Bader
1995-09-22
1
-0
/
+2
*
(get_hypermetadata): Use %Zd format for result of sizeof.
Roland McGrath
1995-09-22
1
-3
/
+3
*
(diskfs_lookup): Require NPP set for RENAME too.
Michael I. Bushnell
1995-09-13
1
-1
/
+1
*
(diskfs_lookup): Don't attempt to lock NP if NPP is not set. Don't
Michael I. Bushnell
1995-09-13
1
-7
/
+11
*
(diskfs_pager_users): Ignore the disk pager when seeing if there are any
Miles Bader
1995-09-06
1
-3
/
+2
*
(ufs): Depend on ../libshouldbeinlibc/libshouldbeinlibc.a.
Roland McGrath
1995-08-28
1
-1
/
+1
*
(indir_release): When freeing direct blocks mentioned in a single
Michael I. Bushnell
1995-08-25
1
-9
/
+11
*
(ufs): Add explicit dependencies.
Miles Bader
1995-08-24
1
-12
/
+4
*
(diskfs_get_filemap): Drop initial reference created by pager_create.
Michael I. Bushnell
1995-07-21
1
-19
/
+26
*
(diskfs_get_filemap): Free initial reference created by pager_create.
Michael I. Bushnell
1995-07-21
1
-1
/
+9
*
(thread_function): Don't have any global timeout here; we don't use it
Michael I. Bushnell
1995-07-17
1
-4
/
+2
*
Removed dependencies that are now automatically generated.
Michael I. Bushnell
1995-07-06
1
-12
/
+0
*
(diskfs_pager_users/enable_cache): Fix typo.
Michael I. Bushnell
1995-06-27
1
-2
/
+3
*
(diskfs_pager_users): New function.
Michael I. Bushnell
1995-06-27
1
-0
/
+67
*
(thread_function): Move thread_function to be non-local, of course,
Michael I. Bushnell
1995-06-22
1
-11
/
+10
*
(thread_cancel): Typo.
Michael I. Bushnell
1995-06-22
1
-1
/
+1
*
(thread_cancel): New function (HACK).
Michael I. Bushnell
1995-06-22
1
-0
/
+4
*
(HURDLIBS): Add libihash.
Michael I. Bushnell
1995-06-22
1
-1
/
+1
*
(main): Have main thread exit when done instead of calling a diskfs
Michael I. Bushnell
1995-06-22
1
-3
/
+3
*
(diskfs_sync_everything, diskfs_shutdown_pager): Conform to prototype.
Michael I. Bushnell
1995-06-21
1
-2
/
+4
*
(diskfs_shutdown_pager): Typos.
Michael I. Bushnell
1995-06-21
1
-2
/
+2
*
(struct user_pager_info): Drop members next and prevp.
Michael I. Bushnell
1995-06-21
1
-2
/
+1
*
(pager_clear_user_data): Don't maintain pager linked list.
Michael I. Bushnell
1995-06-21
1
-54
/
+19
*
(drop_pager_softrefs): Use ports reference calls directly instead of
Michael I. Bushnell
1995-06-21
1
-7
/
+7
*
(create_disk_pager): Fork off service thread for pager ports.
Michael I. Bushnell
1995-06-21
1
-0
/
+13
*
(create_disk_pager): Initialize pager_bucket.
Michael I. Bushnell
1995-06-21
1
-0
/
+2
*
(pager_bucket): New variable.
Michael I. Bushnell
1995-06-21
1
-4
/
+8
*
(diskfs_truncate): Use ports reference calls directly instead of pager
Michael I. Bushnell
1995-06-21
1
-4
/
+4
*
(diskfs_lookup): Provide initialization for BUFLEN.
Michael I. Bushnell
1995-06-21
1
-7
/
+10
*
(diskfs_grow): Provide initialization of POKE_OFF.
Michael I. Bushnell
1995-06-20
1
-1
/
+1
*
(ffs_realloccg): Fix typo.
Michael I. Bushnell
1995-06-20
1
-1
/
+1
*
(fetch_indir_spec): Remove assignment from if test.
Michael I. Bushnell
1995-06-20
1
-2
/
+3
*
(diskfs_truncate): Remove assignment from if test.
Michael I. Bushnell
1995-06-20
1
-1
/
+2
*
(ffs_realloccg): Remove assignments from if tests.
Michael I. Bushnell
1995-06-20
1
-2
/
+4
*
(write_all_disknodes): Typos.
Michael I. Bushnell
1995-06-20
1
-0
/
+3
*
(diskfs_node_iterate): New function.
Michael I. Bushnell
1995-06-20
1
-12
/
+27
[next]