| Commit message (Expand) | Author | Age | Files | Lines |
| * | Sort sections. | Ruslan Ermilov | 2005-01-20 | 1 | -2/+2 |
| * | Various markup and spelling fixes. | Tom Rhodes | 2004-12-29 | 1 | -0/+1 |
| * | NODOCCOMPRESS -> NO_DOCCOMPRESS | Ruslan Ermilov | 2004-12-21 | 1 | -2/+2 |
| * | For variables that are only checked with defined(), don't provide | Ruslan Ermilov | 2004-10-24 | 1 | -2/+2 |
| * | Don't add integers to void pointers. | Stefan Farfeleder | 2004-10-03 | 6 | -7/+7 |
| * | Prefer C99's __func__ over GCC's __FUNCTION__. | Stefan Farfeleder | 2004-09-22 | 1 | -2/+2 |
| * | Reset the seek pointer to 0 when a file is successfully opened, | Ian Dowse | 2004-09-04 | 1 | -0/+2 |
| * | Bump the document date, since the content changed today. | Peter Pentchev | 2004-08-06 | 1 | -1/+1 |
| * | Fix a printf("%b", ..) example. | Peter Pentchev | 2004-08-06 | 1 | -2/+2 |
| * | Eliminate double whitespace. | Ruslan Ermilov | 2004-07-03 | 1 | -3/+3 |
| * | Mechanically kill hard sentence breaks. | Ruslan Ermilov | 2004-07-02 | 1 | -29/+56 |
| * | Update libstand makefile for zlib 1.2.1. | Tim J. Robbins | 2004-07-01 | 1 | -3/+3 |
| * | Define iaddr_t and saddr_t for arm. | Olivier Houchard | 2004-05-14 | 1 | -1/+4 |
| * | Import _setjmp.S for arm in libstand. | Olivier Houchard | 2004-05-14 | 1 | -0/+106 |
| * | No reason to disable this test on powerpc. | Peter Grehan | 2004-02-25 | 1 | -2/+0 |
| * | Use signed char cast to avoid out-of-range error on PowerPC (which has | Peter Grehan | 2004-02-25 | 1 | -4/+5 |
| * | Clean up error handling in libstand filesystem code to be more consistent: | John Baldwin | 2004-01-21 | 10 | -27/+49 |
| * | - Move the code to try to open a single chunk file and prompt for the | John Baldwin | 2004-01-15 | 1 | -12/+31 |
| * | Whitespace tweaks to make indentation consistent within this file and even | John Baldwin | 2004-01-15 | 1 | -4/+4 |
| * | - Print out line number in a panic message using %d rather than %p. Line | John Baldwin | 2004-01-15 | 2 | -2/+2 |
| * | Removed duplicate SRCS. | Ruslan Ermilov | 2004-01-11 | 1 | -1/+0 |
| * | Implement seeking to earlier offsets in gzipfs. This allows my loader | Brian Feldman | 2003-12-10 | 1 | -15/+30 |
| * | PowerPC-conditional changes: | Peter Grehan | 2003-12-10 | 1 | -1/+7 |
| * | Preserve the constness of the value argument passed to env_setenv() as | Peter Wemm | 2003-10-26 | 2 | -2/+3 |
| * | mdoc(7): Properly mark C headers. | Ruslan Ermilov | 2003-09-10 | 1 | -2/+2 |
| * | bsd.lib.mk,v 1.143 no longer uses ld(1) directly to strip | Ruslan Ermilov | 2003-06-30 | 1 | -1/+0 |
| * | Add amd64 build glue | Peter Wemm | 2003-06-26 | 1 | -1/+22 |
| * | Restore bzip2(1) support in loader(8) after Peter's renames of | Ruslan Ermilov | 2003-04-25 | 1 | -2/+11 |
| * | Trust the code more than the comment(s) and correct some false | Robert Drehmel | 2003-04-12 | 1 | -4/+4 |
| * | Sync up with kern/subr_prf.c. This adds %ll, %j, %q, %z, etc. | Peter Wemm | 2003-04-06 | 1 | -47/+115 |
| * | The .Fn function | Philippe Charnier | 2003-03-24 | 1 | -5/+10 |
| * | Fix a machine check abort caused by the EFI loader trying to open a | Marcel Moolenaar | 2003-03-03 | 2 | -2/+4 |
| * | The zalloc pool's size calculation breaks if sbrk() does not return | Matthew Dillon | 2002-12-19 | 1 | -3/+3 |
| * | Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c. | Jake Burkholder | 2002-12-19 | 5 | -330/+6 |
| * | Uniformly refer to a file system as "file system". | Ruslan Ermilov | 2002-12-12 | 1 | -14/+14 |
| * | Capitalize ASCII code names. | Ruslan Ermilov | 2002-12-05 | 1 | -2/+5 |
| * | Update the second copy of libstand to deal with the new ufs2 superblock | Jake Burkholder | 2002-12-03 | 1 | -1/+1 |
| * | Add the libz derived files, added in the previous commit, to | Marcel Moolenaar | 2002-10-19 | 1 | -0/+2 |
| * | Use the standardized CHAR_BIT constant instead of NBBY in userland. | Mike Barcroft | 2002-09-25 | 1 | -1/+2 |
| * | o Merge <machine/ansi.h> and <machine/types.h> into a new header | Mike Barcroft | 2002-08-21 | 1 | -2/+2 |
| * | Fix a typo in #if 0 code | Scott Long | 2002-08-21 | 1 | -1/+1 |
| * | Stash various networking paramters in the environment for the kernel | Jake Burkholder | 2002-07-31 | 1 | -1/+15 |
| * | Reimplement malloc/free debugging that includes the offending file:line | Peter Wemm | 2002-07-20 | 5 | -39/+72 |
| * | Add __printflike() to printf() and sprintf() prototypes. -ffreestanding | Peter Wemm | 2002-07-20 | 1 | -2/+2 |
| * | Add a hack (kludge?) to avoid trying to access files backed by disk | Jake Burkholder | 2002-07-07 | 2 | -0/+8 |
| * | Ficl wants _setjmp and _longjmp. No need for weak symbols either. | Jake Burkholder | 2002-07-07 | 1 | -6/+4 |
| * | To avoid anybody else getting caught out, these two files are really | Peter Wemm | 2002-06-29 | 2 | -278/+0 |
| * | Update from NetBSD 1.3 -> 1.6. Most notable, rev 1.6: | Peter Wemm | 2002-06-29 | 1 | -1/+13 |
| * | This commit adds basic support for the UFS2 filesystem. The UFS2 | Kirk McKusick | 2002-06-21 | 1 | -95/+90 |
| * | Correct bswap64() prototype. | Maxim Sobolev | 2002-06-03 | 1 | -1/+1 |