aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand
Commit message (Expand)AuthorAgeFilesLines
* MFtbemd:Warner Losh2010-08-231-13/+13
* Use type-specific inline function imax() instead of deprecated macro MAX().Jung-uk Kim2010-07-121-2/+1
* Teach libstand what to do for powerpc64: the same thing as powerpc. LikeNathan Whitehorn2010-07-101-6/+8
* Fix build by defining MAX() macro here.Jung-uk Kim2010-07-091-0/+1
* Sync. printf() of libstand(3) with sys/kern/subr_prf.c.Jung-uk Kim2010-07-081-12/+45
* Use panic() (which the environment is required to provide to libstand) toJohn Baldwin2010-03-301-4/+4
* Remove two pieces of code (one disabled in revision 39665 and another derivedXin LI2010-03-182-16/+0
* fix a comment typoAndriy Gapon2010-01-181-1/+1
* Implement the fo_readdir method. This does not support longMarcel Moolenaar2010-01-091-1/+68
* Build lib/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* Fix a bug in gzipfs that prevented lseek() from working and add lseek()John Baldwin2009-12-232-16/+67
* IP_TTL is an IP socket option, not a TTL value. Use IPDEFTTLMarcel Moolenaar2009-11-051-1/+1
* Initialize f_rabuf in the raw device case. A subsequent close()Christian Brueffer2009-10-281-0/+1
* ANSIfy, whitespace and comment adjustments, to simplify comparing theseEd Maste2009-09-133-108/+65
* Fix minor issues in libstand.Ed Schouten2009-05-312-2/+2
* Use GCC's __SOFTFP__ to test whether we're being compiledMarcel Moolenaar2009-05-311-1/+1
* Print the returned port number when RPC_DEBUG is defined.Marcel Moolenaar2009-05-301-4/+11
* Use, in uncovered part, the END() macro in order to improve debugging.Attilio Rao2009-05-251-0/+2
* Increase the number of available file descriptors to 64. This fixes theDoug Rabson2009-05-241-1/+1
* Fix an off-by-one buffer overflow in ngets().John Baldwin2009-03-311-1/+1
* Fix build when WITH_SSP is set explicitly.Ruslan Ermilov2009-02-211-1/+3
* put a prefix on dhcp options to avoid clobbering, even by mistake,Luigi Rizzo2009-01-051-1/+1
* This main goals of this project are:Qing Li2008-12-151-2/+2
* Some libstand/bootp.c extension (written by Danny Braniss, slightlyLuigi Rizzo2008-12-051-0/+328
* use the correct variable in a debug message.Luigi Rizzo2008-11-211-1/+1
* Obey signedness flag in %z case.Xin LI2008-11-181-1/+1
* Eliminate dead declarations in libstand.Rafal Jaworowski2008-11-061-4/+0
* Let libstand(3) build on ARM.Rafal Jaworowski2008-10-141-1/+9
* Eliminate __alpha__ leftover from libstand.Rafal Jaworowski2008-09-043-16/+0
* Add the needed _setjmp.S for MIPS.David E. O'Brien2008-08-271-0/+139
* Enable GCC stack protection (aka Propolice) for userland:Ruslan Ermilov2008-06-251-0/+1
* _setjmp.o was missing a dependency on "machine".Ruslan Ermilov2008-04-291-3/+1
* Don't forget to clean the "machine" symlink on amd64, otherwise badRuslan Ermilov2008-04-291-0/+3
* On i386, don't try to do network-type stuff if the device name is'nt pxeN.Doug Rabson2008-04-051-0/+7
* Fix logical bug in the bzip2 reading code, which results in bogus EIOMaxim Sobolev2007-12-182-2/+48
* First cut at support for booting a GPT labeled disk via the BIOS bootstrapJohn Baldwin2007-10-241-0/+4
* - Given that we tell the compiler that struct ip is packed and 32-bitMarius Strobl2007-10-211-4/+4
* Optimize for size on pc98. It enables to boot a kernel again.Yoshihiro Takahashi2007-10-151-0/+3
* Cast away const qualifier to squash GCC warning.Alexander Kabaev2007-04-041-1/+1
* Remove California Regent's clause 3, per letterWarner Losh2007-01-0942-168/+8
* Instead of re-implementing hton[ls] and friends for each arch, add a new MIOlivier Houchard2006-11-061-7/+3
* Remove alpha left-overs.Ruslan Ermilov2006-08-222-170/+0
* Implement printf 'X' conversion for both libstand and kernel.Jung-uk Kim2006-03-091-9/+11
* Fix prototypes.Ruslan Ermilov2005-11-241-6/+6
* Implement the full range of ISO9660 number conversion routines in iso.h.Dag-Erling Smørgrav2005-10-181-15/+0
* Add -mno-sse3 for prescott/noconaAndrey A. Chernov2005-07-151-0/+3
* Match sys/boot in ensure GCC does not use x86 FP registers in integer code.David E. O'Brien2005-06-031-1/+2
* Back out revision 1.51, it is wrong. We don't litter -I's within libDavid E. O'Brien2005-05-311-1/+1
* Use %z to print size_t values.John Baldwin2005-05-312-2/+2
* Just use uintptr_t and intptr_t rather than requiring each arch to provideJohn Baldwin2005-05-311-24/+2