aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand
Commit message (Expand)AuthorAgeFilesLines
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-2/+2
* Don't add integers to void pointers.Stefan Farfeleder2004-10-036-7/+7
* Prefer C99's __func__ over GCC's __FUNCTION__.Stefan Farfeleder2004-09-221-2/+2
* Reset the seek pointer to 0 when a file is successfully opened,Ian Dowse2004-09-041-0/+2
* Bump the document date, since the content changed today.Peter Pentchev2004-08-061-1/+1
* Fix a printf("%b", ..) example.Peter Pentchev2004-08-061-2/+2
* Eliminate double whitespace.Ruslan Ermilov2004-07-031-3/+3
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-29/+56
* Update libstand makefile for zlib 1.2.1.Tim J. Robbins2004-07-011-3/+3
* Define iaddr_t and saddr_t for arm.Olivier Houchard2004-05-141-1/+4
* Import _setjmp.S for arm in libstand.Olivier Houchard2004-05-141-0/+106
* No reason to disable this test on powerpc.Peter Grehan2004-02-251-2/+0
* Use signed char cast to avoid out-of-range error on PowerPC (which hasPeter Grehan2004-02-251-4/+5
* Clean up error handling in libstand filesystem code to be more consistent:John Baldwin2004-01-2110-27/+49
* - Move the code to try to open a single chunk file and prompt for theJohn Baldwin2004-01-151-12/+31
* Whitespace tweaks to make indentation consistent within this file and evenJohn Baldwin2004-01-151-4/+4
* - Print out line number in a panic message using %d rather than %p. LineJohn Baldwin2004-01-152-2/+2
* Removed duplicate SRCS.Ruslan Ermilov2004-01-111-1/+0
* Implement seeking to earlier offsets in gzipfs. This allows my loaderBrian Feldman2003-12-101-15/+30
* PowerPC-conditional changes:Peter Grehan2003-12-101-1/+7
* Preserve the constness of the value argument passed to env_setenv() asPeter Wemm2003-10-262-2/+3
* mdoc(7): Properly mark C headers.Ruslan Ermilov2003-09-101-2/+2
* bsd.lib.mk,v 1.143 no longer uses ld(1) directly to stripRuslan Ermilov2003-06-301-1/+0
* Add amd64 build gluePeter Wemm2003-06-261-1/+22
* Restore bzip2(1) support in loader(8) after Peter's renames ofRuslan Ermilov2003-04-251-2/+11
* Trust the code more than the comment(s) and correct some falseRobert Drehmel2003-04-121-4/+4
* Sync up with kern/subr_prf.c. This adds %ll, %j, %q, %z, etc.Peter Wemm2003-04-061-47/+115
* The .Fn functionPhilippe Charnier2003-03-241-5/+10
* Fix a machine check abort caused by the EFI loader trying to open aMarcel Moolenaar2003-03-032-2/+4
* The zalloc pool's size calculation breaks if sbrk() does not returnMatthew Dillon2002-12-191-3/+3
* Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c.Jake Burkholder2002-12-195-330/+6
* Uniformly refer to a file system as "file system".Ruslan Ermilov2002-12-121-14/+14
* Capitalize ASCII code names.Ruslan Ermilov2002-12-051-2/+5
* Update the second copy of libstand to deal with the new ufs2 superblockJake Burkholder2002-12-031-1/+1
* Add the libz derived files, added in the previous commit, toMarcel Moolenaar2002-10-191-0/+2
* Use the standardized CHAR_BIT constant instead of NBBY in userland.Mike Barcroft2002-09-251-1/+2
* o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft2002-08-211-2/+2
* Fix a typo in #if 0 codeScott Long2002-08-211-1/+1
* Stash various networking paramters in the environment for the kernelJake Burkholder2002-07-311-1/+15
* Reimplement malloc/free debugging that includes the offending file:linePeter Wemm2002-07-205-40/+73
* Add __printflike() to printf() and sprintf() prototypes. -ffreestandingPeter Wemm2002-07-201-2/+2
* Add a hack (kludge?) to avoid trying to access files backed by diskJake Burkholder2002-07-072-0/+8
* Ficl wants _setjmp and _longjmp. No need for weak symbols either.Jake Burkholder2002-07-071-6/+4
* To avoid anybody else getting caught out, these two files are reallyPeter Wemm2002-06-292-278/+0
* Update from NetBSD 1.3 -> 1.6. Most notable, rev 1.6:Peter Wemm2002-06-291-1/+13
* This commit adds basic support for the UFS2 filesystem. The UFS2Kirk McKusick2002-06-211-95/+90
* Correct bswap64() prototype.Maxim Sobolev2002-06-031-1/+1
* Remove a URL from the middle of the BSD copyright (a clicko? a pasto?).Jens Schweikhardt2002-06-021-4/+4
* Use an explicitly-sized type instead of daddr_t for on-disk blockIan Dowse2002-05-191-2/+2
* UFS indirect blocks are size u_int32_t, not daddr_tPoul-Henning Kamp2002-05-181-2/+2