aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand
Commit message (Expand)AuthorAgeFilesLines
* Use the standardized CHAR_BIT constant instead of NBBY in userland.Mike Barcroft2002-09-251-1/+2
* o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft2002-08-211-2/+2
* Fix a typo in #if 0 codeScott Long2002-08-211-1/+1
* Stash various networking paramters in the environment for the kernelJake Burkholder2002-07-311-1/+15
* Reimplement malloc/free debugging that includes the offending file:linePeter Wemm2002-07-205-40/+73
* Add __printflike() to printf() and sprintf() prototypes. -ffreestandingPeter Wemm2002-07-201-2/+2
* Add a hack (kludge?) to avoid trying to access files backed by diskJake Burkholder2002-07-072-0/+8
* Ficl wants _setjmp and _longjmp. No need for weak symbols either.Jake Burkholder2002-07-071-6/+4
* To avoid anybody else getting caught out, these two files are reallyPeter Wemm2002-06-292-278/+0
* Update from NetBSD 1.3 -> 1.6. Most notable, rev 1.6:Peter Wemm2002-06-291-1/+13
* This commit adds basic support for the UFS2 filesystem. The UFS2Kirk McKusick2002-06-211-95/+90
* Correct bswap64() prototype.Maxim Sobolev2002-06-031-1/+1
* Remove a URL from the middle of the BSD copyright (a clicko? a pasto?).Jens Schweikhardt2002-06-021-4/+4
* Use an explicitly-sized type instead of daddr_t for on-disk blockIan Dowse2002-05-191-2/+2
* UFS indirect blocks are size u_int32_t, not daddr_tPoul-Henning Kamp2002-05-181-2/+2
* Add __divdi3() and __moddi3() to libstand. We will need them for UFS2.Poul-Henning Kamp2002-05-131-0/+48
* #include <sys/disklabel.h> to get BBSIZE.Poul-Henning Kamp2002-05-121-0/+1
* Added new bsd.incs.mk which handles installing of header filesRuslan Ermilov2002-05-121-4/+1
* libstand needs _setjmp/_longjmp for FICL.David E. O'Brien2002-04-131-0/+100
* Use -ffreestanding. It is REQUIRED by GCC 3.1 on all architectures.David E. O'Brien2002-04-091-2/+2
* Break the sparc64 build. I expect those that complained about this commitDavid E. O'Brien2002-04-091-2/+0
* sparc64 grew _setjmp/_longjmp.David E. O'Brien2002-04-081-2/+0
* Use -ffreestanding.David E. O'Brien2002-04-081-3/+1
* Remove __P() usage.David E. O'Brien2002-03-211-5/+5
* Remove 'register' keyword.David E. O'Brien2002-03-2121-167/+167
* Kill debugging printf() slipped into my last commit.Maxim Sobolev2002-03-211-1/+0
* Add -ffreestanding to CFLAGS for ia64. This should probably be globalPeter Wemm2002-03-191-0/+2
* Add splitfs vfs layer into libstand, which allows loading big kernels andMaxim Sobolev2002-03-176-3/+292
* o Don't require long long support in bswap64() functions.Mike Barcroft2002-03-091-5/+11
* Add the following functions/macros to support byte order conversions andThomas Moestl2002-02-271-6/+4
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-182-1/+14
* Fixed world breakage in previous commit. The generated headers are inBruce Evans2002-02-021-1/+1
* Complete bzip2-1.0.2 import.Maxim Sobolev2002-02-015-15/+58
* We support writing to at least one filesystem now.John Baldwin2001-12-111-1/+1
* Add support for overwriting the existing contents of a file to the UFSJohn Baldwin2001-12-111-4/+119
* Back out my 'fix', resid is different for strategy than for writeAlfred Perlstein2001-11-301-2/+2
* Make the same fix for writes to RAW objects.Alfred Perlstein2001-11-301-2/+2
* write should return the number of bytes written, not 0 on success.Alfred Perlstein2001-11-301-1/+1
* - Change the f_isdir field of struct file to be a flags field and twoJohn Baldwin2001-11-061-13/+54
* - Add a simple SUSP parser.John Baldwin2001-11-061-8/+154
* Switch to using ANSI function declarations and add missing functionJohn Baldwin2001-11-061-31/+15
* Make the output from assert() look more like the example in the C99Mike Barcroft2001-10-291-4/+4
* Only provide function information in compile environments that supportMike Barcroft2001-10-271-4/+7
* Remove the -I../libc/${MACHINE_ARCH} that was there solely forPeter Wemm2001-10-261-3/+0
* Change #include "DEFS.h" to <machine/asm.h>.Peter Wemm2001-10-251-1/+1
* Add __FBSDID.Jeroen Ruigrok van der Werven2001-10-241-3/+5
* Make this Makefile suitable for sparc64.Robert Drehmel2001-10-151-2/+5
* Define the types iaddr_t and saddr_t for sparc64.Robert Drehmel2001-10-151-0/+4
* Compensate for "Compensate for header dethreading" by backing it out.Bruce Evans2001-10-101-2/+0
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-3/+3