summaryrefslogtreecommitdiffstats
path: root/lib/libstand
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Add a simple SUSP parser.jhb2001-11-061-8/+154
* Switch to using ANSI function declarations and add missing functionjhb2001-11-061-31/+15
* Make the output from assert() look more like the example in the C99mike2001-10-291-4/+4
* Only provide function information in compile environments that supportmike2001-10-271-4/+7
* Remove the -I../libc/${MACHINE_ARCH} that was there solely forpeter2001-10-261-3/+0
* Change #include "DEFS.h" to <machine/asm.h>.peter2001-10-251-1/+1
* Add __FBSDID.asmodai2001-10-241-3/+5
* Make this Makefile suitable for sparc64.robert2001-10-151-2/+5
* Define the types iaddr_t and saddr_t for sparc64.robert2001-10-151-0/+4
* Compensate for "Compensate for header dethreading" by backing it out.bde2001-10-101-2/+0
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-3/+3
* mdoc(7) police: markup nits.ru2001-10-011-9/+13
* Add __FBSDID()s to libstanddillon2001-09-3053-49/+161
* Add support for loading bzip2-compressed filesystems. Among other thingssobomax2001-09-187-5/+371
* Remove bogus implementation of _setjmp/_longjmpdfr2001-09-031-140/+0
* Check for malloc failure in a couple of caseskris2001-09-032-0/+8
* Fix a bug in lseek which caused the loader to fail on some gzippedjdp2001-08-291-0/+31
* Bail if we go beyond the directory size, not just if we hit it.gallatin2001-08-231-1/+1
* mdoc(7) police: s/BSD/.Bx/ where appropriate.ru2001-08-141-2/+6
* Spell "FreeBSD" with "F" and "BSD" in uppercase.ru2001-08-131-1/+1
* Removed duplicate VCS ID tags, as per style(9).ru2001-08-132-4/+0
* Make include file consistent with the rest of libstand.mp2001-07-311-1/+2
OpenPOWER on IntegriCloud