aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand
Commit message (Expand)AuthorAgeFilesLines
* First cut at support for booting a GPT labeled disk via the BIOS bootstrapJohn Baldwin2007-10-241-0/+4
* - Given that we tell the compiler that struct ip is packed and 32-bitMarius Strobl2007-10-211-4/+4
* Optimize for size on pc98. It enables to boot a kernel again.Yoshihiro Takahashi2007-10-151-0/+3
* Cast away const qualifier to squash GCC warning.Alexander Kabaev2007-04-041-1/+1
* Remove California Regent's clause 3, per letterWarner Losh2007-01-0942-168/+8
* Instead of re-implementing hton[ls] and friends for each arch, add a new MIOlivier Houchard2006-11-061-7/+3
* Remove alpha left-overs.Ruslan Ermilov2006-08-222-170/+0
* Implement printf 'X' conversion for both libstand and kernel.Jung-uk Kim2006-03-091-9/+11
* Fix prototypes.Ruslan Ermilov2005-11-241-6/+6
* Implement the full range of ISO9660 number conversion routines in iso.h.Dag-Erling Smørgrav2005-10-181-15/+0
* Add -mno-sse3 for prescott/noconaAndrey A. Chernov2005-07-151-0/+3
* Match sys/boot in ensure GCC does not use x86 FP registers in integer code.David E. O'Brien2005-06-031-1/+2
* Back out revision 1.51, it is wrong. We don't litter -I's within libDavid E. O'Brien2005-05-311-1/+1
* Use %z to print size_t values.John Baldwin2005-05-312-2/+2
* Just use uintptr_t and intptr_t rather than requiring each arch to provideJohn Baldwin2005-05-311-24/+2
* Make bzip2 support working again after bzip2 upgrade. This time commitMaxim Sobolev2005-05-291-4/+19
* Add missed ${.CURDIR}/../../contrib/bzip2 into include search path, otherwiseMaxim Sobolev2005-05-291-1/+1
* Remove unused variable. Shorten the path to WARNS=6 compliance.Philippe Charnier2005-05-201-1/+2
* Fix libstand on amd64. Rev 1.46 (obrien) removed the -I. that thePeter Wemm2005-05-201-1/+1
* Clean up an additional file.David E. O'Brien2005-05-171-0/+1
* Don't use a patch w/in /usr/src. Programmatically change files when needed.David E. O'Brien2005-05-173-26/+15
* Re-enable support for bzip2'ed compressed filesystems.David E. O'Brien2005-05-172-6/+11
* Temporarily disable support for bzip2'ed compressed filesystems, until aDavid E. O'Brien2005-05-174-117/+1
* Sort sections.Ruslan Ermilov2005-01-201-2/+2
* Various markup and spelling fixes.Tom Rhodes2004-12-291-0/+1
* NODOCCOMPRESS -> NO_DOCCOMPRESSRuslan Ermilov2004-12-211-2/+2
* 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