summaryrefslogtreecommitdiffstats
path: root/lib/libstand
Commit message (Expand)AuthorAgeFilesLines
* Correct the returned UDP datagram length. See the PR for a more comprehensivemsmith2001-05-281-1/+2
* The shortest valid TFTP packet is 4 bytes, not 8.msmith2001-05-281-1/+1
* Replace functional bugs of ctypish functions in libstand with styledcs2001-05-141-7/+35
* Compensate for header dethreading.markm2001-05-011-0/+4
* Unbreak world by defining isalnum() for libstand consumers.msmith2001-04-291-0/+1
* fix cd9660 to work on files larger than ISO_DEFAULT_BLOCK_SIZE and unbreakgallatin2001-04-071-3/+4
* MAN[1-9] -> MAN.ru2001-03-271-1/+1
* A quick and dirty port of libstand to ia64.dfr2001-03-063-0/+161
* Prepare for mdoc(7)NG.ru2001-02-221-2/+2
* Correct the prototype for pager_output().dcs2001-02-221-1/+1
* Silence -Wnon-const-formatkris2001-02-181-1/+1
* Fix typo: compatability -> compatibility.asmodai2001-02-061-1/+1
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-59/+216
* mdoc(7) police: removed leading whitespaces that are not insideru2001-01-191-2/+2
* Prepare for mdoc(7)NG.ru2000-12-291-8/+8
* mdoc(7) police: removed history info from the .Os FreeBSD call.ru2000-12-141-1/+1
* When TFTP tries to open a file, it is expecting struct open_fileps2000-12-081-0/+3
* Disable the end guard for now.benno2000-11-101-0/+2
* Make setjmp work our way, as opposed to NetBSD's.benno2000-11-101-3/+1
* Don't always enable debugging for the network device code.benno2000-11-101-2/+0
* Honor the ip address given in the root-path dhcp option.ps2000-11-051-5/+1
* Inital PowerPC loader build support.obrien2000-10-102-1/+8
* Fix the embeded VCS ID for FreeBSD vs. NetBSD.obrien2000-10-101-3/+2
* Architecture-specific setjump()/longjmp() bits for the PowerPCobrien2000-10-101-0/+39
* IN_CLASS*() macros assume host order and s_addr is network byteps2000-09-201-2/+2
* Turn dkcksum() into an __inline function.phk2000-09-161-1/+0
* Backout last commit. It was wrong.. *sigh*ps2000-09-101-1/+0
* include string.h to silence a warning.ps2000-09-101-0/+1
* Expose the NFS root node, so that an evil consumer can use it to get themsmith2000-09-051-1/+1
* Implement readahead buffering for non-raw files. This drastically improvesmsmith2000-09-055-73/+132
* Make libstand compilepeter2000-09-032-2/+4
* Add the -mpreferred-stack-boundary=2 option to reduce code bloat. Wepeter2000-08-111-0/+4
* Add support to send the string 'PXEClient' as the Vendor classps2000-08-113-4/+32
* Cleanup warnings by adding missint prototypes, removing unneeded duplicatejhb2000-08-034-12/+20
* Back out the previous change to the queue(3) interface.jake2000-05-261-3/+3
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-3/+5
* Fix the real problem that broke the Alpha loader this last week. Itpeter2000-05-121-2/+3
* We compile expressly on the alpha with -mno-fp-regs - so do not use thempeter2000-05-121-0/+4
* Fix comment.ps2000-05-061-1/+1
* Add readdir support to the NFS filesystem in libstand.ps2000-05-012-1/+82
* Do not attempt to free a nfs node if it is the root node. The rootps2000-05-011-2/+3
* Add a readdir function to the loader fsops vector, and implement thejlemon2000-04-2912-154/+249
* Add ext2fs support to the loader.jlemon2000-04-291-0/+903
* Add a cleanup function. This is needed for PXE where you shouldps2000-04-201-0/+1
* Break out sendudp and readudp from net.c. This is for PXE, so itps2000-04-084-215/+276
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-021-2/+4
* trailing white space removal.obrien2000-01-181-16/+14
* Add two new functions cd9660_readfile() & cd9660_readdir(), whichobrien2000-01-181-110/+175
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* Use the ctype.h version of isascii() - it doesn't loose precision and thinkpeter1999-12-281-1/+1
OpenPOWER on IntegriCloud