aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand
Commit message (Expand)AuthorAgeFilesLines
...
* mdoc(7) police: markup nits.Ruslan Ermilov2001-10-011-9/+13
* Add __FBSDID()s to libstandMatthew Dillon2001-09-3053-49/+161
* Add support for loading bzip2-compressed filesystems. Among other thingsMaxim Sobolev2001-09-187-5/+371
* Remove bogus implementation of _setjmp/_longjmpDoug Rabson2001-09-031-140/+0
* Check for malloc failure in a couple of casesKris Kennaway2001-09-032-0/+8
* Fix a bug in lseek which caused the loader to fail on some gzippedJohn Polstra2001-08-291-0/+31
* Bail if we go beyond the directory size, not just if we hit it.Andrew Gallatin2001-08-231-1/+1
* mdoc(7) police: s/BSD/.Bx/ where appropriate.Ruslan Ermilov2001-08-141-2/+6
* Spell "FreeBSD" with "F" and "BSD" in uppercase.Ruslan Ermilov2001-08-131-1/+1
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-132-4/+0
* Make include file consistent with the rest of libstand.Mark Peek2001-07-311-1/+2
* Remove whitespace at EOL.Dima Dorfman2001-07-151-25/+25
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-091-1/+0
* Reset errno so that subsequent TFTP requests don't fail after theMike Heffner2001-06-301-0/+2
* Correct the returned UDP datagram length. See the PR for a more comprehensiveMike Smith2001-05-281-1/+2
* The shortest valid TFTP packet is 4 bytes, not 8.Mike Smith2001-05-281-1/+1
* Replace functional bugs of ctypish functions in libstand with styleDaniel C. Sobral2001-05-141-7/+35
* Compensate for header dethreading.Mark Murray2001-05-011-0/+4
* Unbreak world by defining isalnum() for libstand consumers.Mike Smith2001-04-291-0/+1
* fix cd9660 to work on files larger than ISO_DEFAULT_BLOCK_SIZE and unbreakAndrew Gallatin2001-04-071-3/+4
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+1
* A quick and dirty port of libstand to ia64.Doug Rabson2001-03-063-0/+161
* Prepare for mdoc(7)NG.Ruslan Ermilov2001-02-221-2/+2
* Correct the prototype for pager_output().Daniel C. Sobral2001-02-221-1/+1
* Silence -Wnon-const-formatKris Kennaway2001-02-181-1/+1
* Fix typo: compatability -> compatibility.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-59/+216
* mdoc(7) police: removed leading whitespaces that are not insideRuslan Ermilov2001-01-191-2/+2
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-291-8/+8
* mdoc(7) police: removed history info from the .Os FreeBSD call.Ruslan Ermilov2000-12-141-1/+1
* When TFTP tries to open a file, it is expecting struct open_filePaul Saab2000-12-081-0/+3
* 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