summaryrefslogtreecommitdiffstats
path: root/lib/libstand
Commit message (Expand)AuthorAgeFilesLines
* Restore bzip2(1) support in loader(8) after Peter's renames ofru2003-04-251-2/+11
* Trust the code more than the comment(s) and correct some falserobert2003-04-121-4/+4
* Sync up with kern/subr_prf.c. This adds %ll, %j, %q, %z, etc.peter2003-04-061-47/+115
* The .Fn functioncharnier2003-03-241-5/+10
* Fix a machine check abort caused by the EFI loader trying to open amarcel2003-03-032-2/+4
* The zalloc pool's size calculation breaks if sbrk() does not returndillon2002-12-191-3/+3
* Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c.jake2002-12-195-330/+6
* Uniformly refer to a file system as "file system".ru2002-12-121-14/+14
* Capitalize ASCII code names.ru2002-12-051-2/+5
* Update the second copy of libstand to deal with the new ufs2 superblockjake2002-12-031-1/+1
* Add the libz derived files, added in the previous commit, tomarcel2002-10-191-0/+2
* Use the standardized CHAR_BIT constant instead of NBBY in userland.mike2002-09-251-1/+2
* o Merge <machine/ansi.h> and <machine/types.h> into a new headermike2002-08-211-2/+2
* Fix a typo in #if 0 codescottl2002-08-211-1/+1
* Stash various networking paramters in the environment for the kerneljake2002-07-311-1/+15
* Reimplement malloc/free debugging that includes the offending file:linepeter2002-07-205-40/+73
* Add __printflike() to printf() and sprintf() prototypes. -ffreestandingpeter2002-07-201-2/+2
* Add a hack (kludge?) to avoid trying to access files backed by diskjake2002-07-072-0/+8
* Ficl wants _setjmp and _longjmp. No need for weak symbols either.jake2002-07-071-6/+4
* To avoid anybody else getting caught out, these two files are reallypeter2002-06-292-278/+0
* Update from NetBSD 1.3 -> 1.6. Most notable, rev 1.6:peter2002-06-291-1/+13
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-95/+90
* Correct bswap64() prototype.sobomax2002-06-031-1/+1
* Remove a URL from the middle of the BSD copyright (a clicko? a pasto?).schweikh2002-06-021-4/+4
* Use an explicitly-sized type instead of daddr_t for on-disk blockiedowse2002-05-191-2/+2
* UFS indirect blocks are size u_int32_t, not daddr_tphk2002-05-181-2/+2
* Add __divdi3() and __moddi3() to libstand. We will need them for UFS2.phk2002-05-131-0/+48
* #include <sys/disklabel.h> to get BBSIZE.phk2002-05-121-0/+1
* Added new bsd.incs.mk which handles installing of header filesru2002-05-121-4/+1
* libstand needs _setjmp/_longjmp for FICL.obrien2002-04-131-0/+100
* Use -ffreestanding. It is REQUIRED by GCC 3.1 on all architectures.obrien2002-04-091-2/+2
* Break the sparc64 build. I expect those that complained about this commitobrien2002-04-091-2/+0
* sparc64 grew _setjmp/_longjmp.obrien2002-04-081-2/+0
* Use -ffreestanding.obrien2002-04-081-3/+1
* Remove __P() usage.obrien2002-03-211-5/+5
* Remove 'register' keyword.obrien2002-03-2121-167/+167
* Kill debugging printf() slipped into my last commit.sobomax2002-03-211-1/+0
* Add -ffreestanding to CFLAGS for ia64. This should probably be globalpeter2002-03-191-0/+2
* Add splitfs vfs layer into libstand, which allows loading big kernels andsobomax2002-03-176-3/+292
* o Don't require long long support in bswap64() functions.mike2002-03-091-5/+11
* Add the following functions/macros to support byte order conversions andtmm2002-02-271-6/+4
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-182-1/+14
* Fixed world breakage in previous commit. The generated headers are inbde2002-02-021-1/+1
* Complete bzip2-1.0.2 import.sobomax2002-02-015-15/+58
* We support writing to at least one filesystem now.jhb2001-12-111-1/+1
* Add support for overwriting the existing contents of a file to the UFSjhb2001-12-111-4/+119
* Back out my 'fix', resid is different for strategy than for writealfred2001-11-301-2/+2
* Make the same fix for writes to RAW objects.alfred2001-11-301-2/+2
* write should return the number of bytes written, not 0 on success.alfred2001-11-301-1/+1
* - Change the f_isdir field of struct file to be a flags field and twojhb2001-11-061-13/+54
OpenPOWER on IntegriCloud