summaryrefslogtreecommitdiffstats
path: root/lib/libstand
Commit message (Expand)AuthorAgeFilesLines
* use the correct variable in a debug message.luigi2008-11-211-1/+1
* Obey signedness flag in %z case.delphij2008-11-181-1/+1
* Eliminate dead declarations in libstand.raj2008-11-061-4/+0
* Let libstand(3) build on ARM.raj2008-10-141-1/+9
* Eliminate __alpha__ leftover from libstand.raj2008-09-043-16/+0
* Add the needed _setjmp.S for MIPS.obrien2008-08-271-0/+139
* Enable GCC stack protection (aka Propolice) for userland:ru2008-06-251-0/+1
* _setjmp.o was missing a dependency on "machine".ru2008-04-291-3/+1
* Don't forget to clean the "machine" symlink on amd64, otherwise badru2008-04-291-0/+3
* On i386, don't try to do network-type stuff if the device name is'nt pxeN.dfr2008-04-051-0/+7
* Fix logical bug in the bzip2 reading code, which results in bogus EIOsobomax2007-12-182-2/+48
* First cut at support for booting a GPT labeled disk via the BIOS bootstrapjhb2007-10-241-0/+4
* - Given that we tell the compiler that struct ip is packed and 32-bitmarius2007-10-211-4/+4
* Optimize for size on pc98. It enables to boot a kernel again.nyan2007-10-151-0/+3
* Cast away const qualifier to squash GCC warning.kan2007-04-041-1/+1
* Remove California Regent's clause 3, per letterimp2007-01-0942-168/+8
* Instead of re-implementing hton[ls] and friends for each arch, add a new MIcognet2006-11-061-7/+3
* Remove alpha left-overs.ru2006-08-222-170/+0
* Implement printf 'X' conversion for both libstand and kernel.jkim2006-03-091-9/+11
* Fix prototypes.ru2005-11-241-6/+6
* Implement the full range of ISO9660 number conversion routines in iso.h.des2005-10-181-15/+0
* Add -mno-sse3 for prescott/noconaache2005-07-151-0/+3
* Match sys/boot in ensure GCC does not use x86 FP registers in integer code.obrien2005-06-031-1/+2
* Back out revision 1.51, it is wrong. We don't litter -I's within libobrien2005-05-311-1/+1
* Use %z to print size_t values.jhb2005-05-312-2/+2
* Just use uintptr_t and intptr_t rather than requiring each arch to providejhb2005-05-311-24/+2
* Make bzip2 support working again after bzip2 upgrade. This time commitsobomax2005-05-291-4/+19
* Add missed ${.CURDIR}/../../contrib/bzip2 into include search path, otherwisesobomax2005-05-291-1/+1
* Remove unused variable. Shorten the path to WARNS=6 compliance.charnier2005-05-201-1/+2
* Fix libstand on amd64. Rev 1.46 (obrien) removed the -I. that thepeter2005-05-201-1/+1
* Clean up an additional file.obrien2005-05-171-0/+1
* Don't use a patch w/in /usr/src. Programmatically change files when needed.obrien2005-05-173-26/+15
* Re-enable support for bzip2'ed compressed filesystems.obrien2005-05-172-6/+11
* Temporarily disable support for bzip2'ed compressed filesystems, until aobrien2005-05-174-117/+1
* Sort sections.ru2005-01-201-2/+2
* Various markup and spelling fixes.trhodes2004-12-291-0/+1
* NODOCCOMPRESS -> NO_DOCCOMPRESSru2004-12-211-2/+2
* For variables that are only checked with defined(), don't provideru2004-10-241-2/+2
* Don't add integers to void pointers.stefanf2004-10-036-7/+7
* Prefer C99's __func__ over GCC's __FUNCTION__.stefanf2004-09-221-2/+2
* Reset the seek pointer to 0 when a file is successfully opened,iedowse2004-09-041-0/+2
* Bump the document date, since the content changed today.roam2004-08-061-1/+1
* Fix a printf("%b", ..) example.roam2004-08-061-2/+2
* Eliminate double whitespace.ru2004-07-031-3/+3
* Mechanically kill hard sentence breaks.ru2004-07-021-29/+56
* Update libstand makefile for zlib 1.2.1.tjr2004-07-011-3/+3
* Define iaddr_t and saddr_t for arm.cognet2004-05-141-1/+4
* Import _setjmp.S for arm in libstand.cognet2004-05-141-0/+106
* No reason to disable this test on powerpc.grehan2004-02-251-2/+0
* Use signed char cast to avoid out-of-range error on PowerPC (which hasgrehan2004-02-251-4/+5
OpenPOWER on IntegriCloud