aboutsummaryrefslogtreecommitdiff
path: root/isofs/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 2005-02-23 Alfred M. Szmidt <ams@gnu.org>Alfred M. Szmidt2005-02-231-1/+3
| | | | * Makefile (iso9660fs.static): New target.
* doc/Marcus Brinkmann2002-09-291-1/+1
| | | | | | | | | | | | | 2002-09-29 Marcus Brinkmann <marcus@gnu.org> * hurd.texi (Translators): Change isofs to iso9660fs (ISO-9660 CD-ROM FS): Likewise. isofs/ 2002-09-29 Marcus Brinkmann <marcus@gnu.org> * Makefile (target): Change to iso9660fs. * main.c (diskfs_server_name): Change to iso9660fs.
* * Makefile (HURDLIBS): Reorder libs such that the threads libMark Kettenis2000-07-261-2/+2
| | | | | | comes before the ports lib. This makes sure the functions in libthreads properly override the stubs in libports with the new dynamic linker semantics in glibc 2.2.
* Tue Sep 16 15:34:21 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-09-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | * rr.c (gnuext_live): New variable. (rrip_work): Comprehend AU, TR, MD, and FL, all as GNU extensions. Recognize GNU extension id field when processing ER fields. (release_rrip): Free RR->trans if it's live. * inode.c (read_disknode): Interpret and install the values set by AU, TR, MD, and FL extensions. (diskfs_node_norefs): Free NP->translator if it's set. * isofs.h (struct disknode): New members `translen' and `translator'. * rr.h (struct gn_au, struct gn_tr, struct gn_md, struct gn_fl): New strucures. (GNUEXT_SRC, GNUEXT_DES, GNUEXT_ID, GNUEXT_VERS): New macros. (struct rrip_lookup): New members author, translen, trans, allmode, flags. (VALID_AU, VALID_TR, VALID_MD, VALID_FL): New macros. * Makefile (DIST_FILES): Add, referring to EXTENSIONS. * EXTENSIONS: New file.
* (dir):Miles Bader1997-07-221-2/+1
| | | | Is isofs, not ufs.
* Mon Jul 21 16:00:04 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-07-211-1/+1
| | | | * Makefile (LCLHDRS): Remove susp.h.
* Initial versions.Thomas Bushnell1997-07-181-0/+29