aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand
Commit message (Expand)AuthorAgeFilesLines
* MFC: [rev 1.3] IN_CLASS*() macros assume host order and s_addr isPaul Saab2000-09-201-2/+2
* MFC: parser fixes to radius and tacplus, add $FreeBSD$s, cosmetic tweaksJordan K. Hubbard2000-09-202-1/+2
* MFC:Paul Saab2000-09-103-4/+32
* MFC: Expose the NFS root node, so that an evil consumer can use itPaul Saab2000-09-101-1/+1
* MFC: Implement readahead buffering for non-raw files.Paul Saab2000-09-105-73/+132
* MFC: Silence warnings.Paul Saab2000-09-102-2/+4
* MFC: Cleanup warnings by adding missint prototypes, removingPaul Saab2000-09-104-12/+20
* MFC:Paul Saab2000-05-182-2/+7
* MFC: readdir support for libstandPaul Saab2000-05-0411-153/+278
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-05-042-0/+953
* MFC: 1.4 Do not attempt to free a nfs node if it is the root node.Paul Saab2000-05-011-2/+4
* MFC: sync up loader with current, including PXE.Paul Saab2000-04-154-216/+5
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-04-131-0/+272
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-03-131-318/+0
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-021-2/+4
* trailing white space removal.David E. O'Brien2000-01-181-16/+14
* Add two new functions cd9660_readfile() & cd9660_readdir(), whichDavid E. O'Brien2000-01-181-110/+175
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* Use the ctype.h version of isascii() - it doesn't loose precision and thinkPeter Wemm1999-12-281-1/+1
* Tidy up some loose ends. nullfs_read/write were returning the wrong value.Peter Wemm1999-12-273-5/+7
* longjumperror() and abort() don't exist in libstand.. Don't testPeter Wemm1999-11-241-8/+1
* Change toupper/tolower so that they don't give a bogus answer if theDoug Rabson1999-09-111-2/+10
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2820-21/+21
* More egcs warning fixes:Warner Losh1999-04-252-3/+5
* Don't build with -g. The a.out egcs can't handle it at the moment.John Polstra1999-04-221-2/+2
* Remove float-point dependency from i386's version of setjmp()/longjmp().Daniel C. Sobral1999-02-121-5/+2
* Copy _setjmp.S from libc in preparation for loader-specific version.Daniel C. Sobral1999-02-123-2/+209
* Oops. Missed this in the last commit.Jordan K. Hubbard1999-02-011-3/+1
* POSIX introduced optreset to deal with multiple invocationsMike Smith1999-01-111-2/+2
* Remove stray .endif from previous commit (I hope this is right)Peter Wemm1998-11-041-2/+1
* Don't need this one anymore.Mike Smith1998-11-041-81/+0
* Well I never. Seems like _setjmp()/_longjmp() are just what the doctorMike Smith1998-11-043-8/+16
* Improve the quality of isspace() to match expectations. This should makeMike Smith1998-11-041-2/+2
* Don't try to build (nonexistent) Alpha setjmp until we have one.Mike Smith1998-11-041-1/+3
* Move setjmp/longjmp implementations here from libc; no signal handlingMike Smith1998-11-044-4/+504
* Add:Mike Smith1998-11-015-10/+73
* Add a new field to the devsw structure; dv_print, to print all valid unitsMike Smith1998-10-313-2/+19
* Implement a hook to allow us to reclaim the memory used by the first stageDoug Rabson1998-10-192-2/+14
* To clarify last commit, msmith says:David E. O'Brien1998-10-171-1/+1
* Reduce the sbrk() increment from 64K to 4K. There's not much room on theMike Smith1998-10-161-2/+2
* Add strcasecmp source file required for dosfs operation.Mike Smith1998-10-071-0/+74
* Enable the DOS filesystem. This allows reading from various DOS filesystemsMike Smith1998-10-063-10/+9
* Don't build with -g.Mike Smith1998-10-041-2/+2
* Prune unused zalloc components as recommended by Matt Dillon. Extra debuggingMike Smith1998-10-015-348/+30
* * Enable old UFS compatibility code for booting from Digital Unix formattedDoug Rabson1998-09-266-7/+46
* Fixed setting of mp_End in zextendPool(). A case was missing and mp_SizeMatthew Dillon1998-09-261-2/+3
* Replace the old and extremely icky Mach/NetBSD allocator with a similarlyMike Smith1998-09-2613-338/+1118
* Use unsigned chars instead of signed chars when extracting bits of theDoug Rabson1998-09-231-1/+1
* Include "stand.h", not <stand.h>.Jordan K. Hubbard1998-09-211-1/+1
* Allocate disk buffers using a custom allocator. The standard allocator fragm...Doug Rabson1998-09-201-11/+45