summaryrefslogtreecommitdiffstats
path: root/lib/libstand/ufs.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate __alpha__ leftover from libstand.raj2008-09-041-4/+0
* Remove California Regent's clause 3, per letterimp2007-01-091-4/+0
* Reset the seek pointer to 0 when a file is successfully opened,iedowse2004-09-041-0/+2
* Clean up error handling in libstand filesystem code to be more consistent:jhb2004-01-211-0/+1
* Update the second copy of libstand to deal with the new ufs2 superblockjake2002-12-031-1/+1
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-95/+90
* UFS indirect blocks are size u_int32_t, not daddr_tphk2002-05-181-2/+2
* #include <sys/disklabel.h> to get BBSIZE.phk2002-05-121-0/+1
* Remove 'register' keyword.obrien2002-03-211-28/+28
* Add support for overwriting the existing contents of a file to the UFSjhb2001-12-111-4/+119
* Add __FBSDID()s to libstanddillon2001-09-301-1/+3
* Add a readdir function to the loader fsops vector, and implement thejlemon2000-04-291-1/+37
* * Enable old UFS compatibility code for booting from Digital Unix formatteddfr1998-09-261-0/+4
* Replace the old and extremely icky Mach/NetBSD allocator with a similarlymsmith1998-09-261-46/+14
* Allocate disk buffers using a custom allocator. The standard allocator fragm...dfr1998-09-201-11/+45
* Path arguments to *_open functions should be const, but we were manglingmsmith1998-09-181-4/+11
* This is libstand; a support library for standalone executables (eg. bootstrapmsmith1998-08-201-0/+704
OpenPOWER on IntegriCloud