summaryrefslogtreecommitdiffstats
path: root/lib/libstand
Commit message (Expand)AuthorAgeFilesLines
* - Change the f_isdir field of struct file to be a flags field and twojhb2001-11-061-13/+54
* - Add a simple SUSP parser.jhb2001-11-061-8/+154
* Switch to using ANSI function declarations and add missing functionjhb2001-11-061-31/+15
* Make the output from assert() look more like the example in the C99mike2001-10-291-4/+4
* Only provide function information in compile environments that supportmike2001-10-271-4/+7
* Remove the -I../libc/${MACHINE_ARCH} that was there solely forpeter2001-10-261-3/+0
* Change #include "DEFS.h" to <machine/asm.h>.peter2001-10-251-1/+1
* Add __FBSDID.asmodai2001-10-241-3/+5
* Make this Makefile suitable for sparc64.robert2001-10-151-2/+5
* Define the types iaddr_t and saddr_t for sparc64.robert2001-10-151-0/+4
* Compensate for "Compensate for header dethreading" by backing it out.bde2001-10-101-2/+0
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-3/+3
* mdoc(7) police: markup nits.ru2001-10-011-9/+13
* Add __FBSDID()s to libstanddillon2001-09-3053-49/+161
* Add support for loading bzip2-compressed filesystems. Among other thingssobomax2001-09-187-5/+371
* Remove bogus implementation of _setjmp/_longjmpdfr2001-09-031-140/+0
* Check for malloc failure in a couple of caseskris2001-09-032-0/+8
* Fix a bug in lseek which caused the loader to fail on some gzippedjdp2001-08-291-0/+31
* Bail if we go beyond the directory size, not just if we hit it.gallatin2001-08-231-1/+1
* mdoc(7) police: s/BSD/.Bx/ where appropriate.ru2001-08-141-2/+6
* Spell "FreeBSD" with "F" and "BSD" in uppercase.ru2001-08-131-1/+1
* Removed duplicate VCS ID tags, as per style(9).ru2001-08-132-4/+0
* Make include file consistent with the rest of libstand.mp2001-07-311-1/+2
* Remove whitespace at EOL.dd2001-07-151-25/+25
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
* Reset errno so that subsequent TFTP requests don't fail after themikeh2001-06-301-0/+2
* 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
OpenPOWER on IntegriCloud