aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand/ufs.c
Commit message (Expand)AuthorAgeFilesLines
* Move lib/libstand to sys/boot/libsaWarner Losh2017-10-121-861/+0
* prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2017-02-151-20/+20
* ufs: Use UFS_MAXNAMLEN constantConrad Meyer2017-02-091-1/+1
* dosfs support in libstand is broken since r298230Toomas Soome2016-12-301-7/+7
* Renumber the advertising clause.Warner Losh2016-09-061-1/+1
* A new implementation of the loader block cacheAllan Jude2016-04-181-7/+7
* Add a divisor parameter to twiddle() so that callers can request that outputIan Lepore2014-12-221-7/+7
* Eliminate __alpha__ leftover from libstand.Rafal Jaworowski2008-09-041-4/+0
* Remove California Regent's clause 3, per letterWarner Losh2007-01-091-4/+0
* Reset the seek pointer to 0 when a file is successfully opened,Ian Dowse2004-09-041-0/+2
* Clean up error handling in libstand filesystem code to be more consistent:John Baldwin2004-01-211-0/+1
* Update the second copy of libstand to deal with the new ufs2 superblockJake Burkholder2002-12-031-1/+1
* This commit adds basic support for the UFS2 filesystem. The UFS2Kirk McKusick2002-06-211-95/+90
* UFS indirect blocks are size u_int32_t, not daddr_tPoul-Henning Kamp2002-05-181-2/+2
* #include <sys/disklabel.h> to get BBSIZE.Poul-Henning Kamp2002-05-121-0/+1
* Remove 'register' keyword.David E. O'Brien2002-03-211-28/+28
* Add support for overwriting the existing contents of a file to the UFSJohn Baldwin2001-12-111-4/+119
* Add __FBSDID()s to libstandMatthew Dillon2001-09-301-1/+3
* Add a readdir function to the loader fsops vector, and implement theJonathan Lemon2000-04-291-1/+37
* * Enable old UFS compatibility code for booting from Digital Unix formattedDoug Rabson1998-09-261-0/+4
* Replace the old and extremely icky Mach/NetBSD allocator with a similarlyMike Smith1998-09-261-46/+14
* Allocate disk buffers using a custom allocator. The standard allocator fragm...Doug Rabson1998-09-201-11/+45
* Path arguments to *_open functions should be const, but we were manglingMike Smith1998-09-181-4/+11
* This is libstand; a support library for standalone executables (eg. bootstrapMike Smith1998-08-201-0/+704