aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand
Commit message (Expand)AuthorAgeFilesLines
* Disable the end guard for now.Benno Rice2000-11-101-0/+2
* Make setjmp work our way, as opposed to NetBSD's.Benno Rice2000-11-101-3/+1
* Don't always enable debugging for the network device code.Benno Rice2000-11-101-2/+0
* Honor the ip address given in the root-path dhcp option.Paul Saab2000-11-051-5/+1
* Inital PowerPC loader build support.David E. O'Brien2000-10-102-1/+8
* Fix the embeded VCS ID for FreeBSD vs. NetBSD.David E. O'Brien2000-10-101-3/+2
* Architecture-specific setjump()/longjmp() bits for the PowerPCDavid E. O'Brien2000-10-101-0/+39
* IN_CLASS*() macros assume host order and s_addr is network bytePaul Saab2000-09-201-2/+2
* Turn dkcksum() into an __inline function.Poul-Henning Kamp2000-09-161-1/+0
* Backout last commit. It was wrong.. *sigh*Paul Saab2000-09-101-1/+0
* include string.h to silence a warning.Paul Saab2000-09-101-0/+1
* Expose the NFS root node, so that an evil consumer can use it to get theMike Smith2000-09-051-1/+1
* Implement readahead buffering for non-raw files. This drastically improvesMike Smith2000-09-055-73/+132
* Make libstand compilePeter Wemm2000-09-032-2/+4
* Add the -mpreferred-stack-boundary=2 option to reduce code bloat. WePeter Wemm2000-08-111-0/+4
* Add support to send the string 'PXEClient' as the Vendor classPaul Saab2000-08-113-4/+32
* Cleanup warnings by adding missint prototypes, removing unneeded duplicateJohn Baldwin2000-08-034-12/+20
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-3/+3
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-3/+5
* Fix the real problem that broke the Alpha loader this last week. ItPeter Wemm2000-05-121-2/+3
* We compile expressly on the alpha with -mno-fp-regs - so do not use themPeter Wemm2000-05-121-0/+4
* Fix comment.Paul Saab2000-05-061-1/+1
* Add readdir support to the NFS filesystem in libstand.Paul Saab2000-05-012-1/+82
* Do not attempt to free a nfs node if it is the root node. The rootPaul Saab2000-05-011-2/+3
* Add a readdir function to the loader fsops vector, and implement theJonathan Lemon2000-04-2912-154/+249
* Add ext2fs support to the loader.Jonathan Lemon2000-04-291-0/+903
* Add a cleanup function. This is needed for PXE where you shouldPaul Saab2000-04-201-0/+1
* Break out sendudp and readudp from net.c. This is for PXE, so itPaul Saab2000-04-084-215/+276
* 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