| Commit message (Expand) | Author | Age | Files | Lines |
* | First cut at support for booting a GPT labeled disk via the BIOS bootstrap | jhb | 2007-10-24 | 1 | -0/+4 |
* | - Given that we tell the compiler that struct ip is packed and 32-bit | marius | 2007-10-21 | 1 | -4/+4 |
* | Optimize for size on pc98. It enables to boot a kernel again. | nyan | 2007-10-15 | 1 | -0/+3 |
* | Cast away const qualifier to squash GCC warning. | kan | 2007-04-04 | 1 | -1/+1 |
* | Remove California Regent's clause 3, per letter | imp | 2007-01-09 | 42 | -168/+8 |
* | Instead of re-implementing hton[ls] and friends for each arch, add a new MI | cognet | 2006-11-06 | 1 | -7/+3 |
* | Remove alpha left-overs. | ru | 2006-08-22 | 2 | -170/+0 |
* | Implement printf 'X' conversion for both libstand and kernel. | jkim | 2006-03-09 | 1 | -9/+11 |
* | Fix prototypes. | ru | 2005-11-24 | 1 | -6/+6 |
* | Implement the full range of ISO9660 number conversion routines in iso.h. | des | 2005-10-18 | 1 | -15/+0 |
* | Add -mno-sse3 for prescott/nocona | ache | 2005-07-15 | 1 | -0/+3 |
* | Match sys/boot in ensure GCC does not use x86 FP registers in integer code. | obrien | 2005-06-03 | 1 | -1/+2 |
* | Back out revision 1.51, it is wrong. We don't litter -I's within lib | obrien | 2005-05-31 | 1 | -1/+1 |
* | Use %z to print size_t values. | jhb | 2005-05-31 | 2 | -2/+2 |
* | Just use uintptr_t and intptr_t rather than requiring each arch to provide | jhb | 2005-05-31 | 1 | -24/+2 |
* | Make bzip2 support working again after bzip2 upgrade. This time commit | sobomax | 2005-05-29 | 1 | -4/+19 |
* | Add missed ${.CURDIR}/../../contrib/bzip2 into include search path, otherwise | sobomax | 2005-05-29 | 1 | -1/+1 |
* | Remove unused variable. Shorten the path to WARNS=6 compliance. | charnier | 2005-05-20 | 1 | -1/+2 |
* | Fix libstand on amd64. Rev 1.46 (obrien) removed the -I. that the | peter | 2005-05-20 | 1 | -1/+1 |
* | Clean up an additional file. | obrien | 2005-05-17 | 1 | -0/+1 |
* | Don't use a patch w/in /usr/src. Programmatically change files when needed. | obrien | 2005-05-17 | 3 | -26/+15 |
* | Re-enable support for bzip2'ed compressed filesystems. | obrien | 2005-05-17 | 2 | -6/+11 |
* | Temporarily disable support for bzip2'ed compressed filesystems, until a | obrien | 2005-05-17 | 4 | -117/+1 |
* | Sort sections. | ru | 2005-01-20 | 1 | -2/+2 |
* | Various markup and spelling fixes. | trhodes | 2004-12-29 | 1 | -0/+1 |
* | NODOCCOMPRESS -> NO_DOCCOMPRESS | ru | 2004-12-21 | 1 | -2/+2 |
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 1 | -2/+2 |
* | Don't add integers to void pointers. | stefanf | 2004-10-03 | 6 | -7/+7 |
* | Prefer C99's __func__ over GCC's __FUNCTION__. | stefanf | 2004-09-22 | 1 | -2/+2 |
* | Reset the seek pointer to 0 when a file is successfully opened, | iedowse | 2004-09-04 | 1 | -0/+2 |
* | Bump the document date, since the content changed today. | roam | 2004-08-06 | 1 | -1/+1 |
* | Fix a printf("%b", ..) example. | roam | 2004-08-06 | 1 | -2/+2 |
* | Eliminate double whitespace. | ru | 2004-07-03 | 1 | -3/+3 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -29/+56 |
* | Update libstand makefile for zlib 1.2.1. | tjr | 2004-07-01 | 1 | -3/+3 |
* | Define iaddr_t and saddr_t for arm. | cognet | 2004-05-14 | 1 | -1/+4 |
* | Import _setjmp.S for arm in libstand. | cognet | 2004-05-14 | 1 | -0/+106 |
* | No reason to disable this test on powerpc. | grehan | 2004-02-25 | 1 | -2/+0 |
* | Use signed char cast to avoid out-of-range error on PowerPC (which has | grehan | 2004-02-25 | 1 | -4/+5 |
* | Clean up error handling in libstand filesystem code to be more consistent: | jhb | 2004-01-21 | 10 | -27/+49 |
* | - Move the code to try to open a single chunk file and prompt for the | jhb | 2004-01-15 | 1 | -12/+31 |
* | Whitespace tweaks to make indentation consistent within this file and even | jhb | 2004-01-15 | 1 | -4/+4 |
* | - Print out line number in a panic message using %d rather than %p. Line | jhb | 2004-01-15 | 2 | -2/+2 |
* | Removed duplicate SRCS. | ru | 2004-01-11 | 1 | -1/+0 |
* | Implement seeking to earlier offsets in gzipfs. This allows my loader | green | 2003-12-10 | 1 | -15/+30 |
* | PowerPC-conditional changes: | grehan | 2003-12-10 | 1 | -1/+7 |
* | Preserve the constness of the value argument passed to env_setenv() as | peter | 2003-10-26 | 2 | -2/+3 |
* | mdoc(7): Properly mark C headers. | ru | 2003-09-10 | 1 | -2/+2 |
* | bsd.lib.mk,v 1.143 no longer uses ld(1) directly to strip | ru | 2003-06-30 | 1 | -1/+0 |
* | Add amd64 build glue | peter | 2003-06-26 | 1 | -1/+22 |