| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r213235 by emaste: | Attilio Rao | 2010-10-25 | 1 | -1/+1 |
| * | MFC: r212125, r212126 | Rick Macklem | 2010-09-16 | 1 | -2/+742 |
| * | MFC: r209837, r209842, r209949 | Jung-uk Kim | 2010-07-20 | 1 | -12/+45 |
| * | MFC 205900: | John Baldwin | 2010-04-14 | 1 | -4/+4 |
| * | MFC r202585: fix a comment typo | Andriy Gapon | 2010-01-22 | 1 | -1/+1 |
| * | MFC rev 201937: | Marcel Moolenaar | 2010-01-16 | 1 | -1/+68 |
| * | MFC 200919: | John Baldwin | 2009-12-30 | 2 | -16/+67 |
| * | MFC: r198542 | Christian Brueffer | 2009-11-04 | 1 | -0/+1 |
| * | Fix minor issues in libstand. | Ed Schouten | 2009-05-31 | 2 | -2/+2 |
| * | Use GCC's __SOFTFP__ to test whether we're being compiled | Marcel Moolenaar | 2009-05-31 | 1 | -1/+1 |
| * | Print the returned port number when RPC_DEBUG is defined. | Marcel Moolenaar | 2009-05-30 | 1 | -4/+11 |
| * | Use, in uncovered part, the END() macro in order to improve debugging. | Attilio Rao | 2009-05-25 | 1 | -0/+2 |
| * | Increase the number of available file descriptors to 64. This fixes the | Doug Rabson | 2009-05-24 | 1 | -1/+1 |
| * | Fix an off-by-one buffer overflow in ngets(). | John Baldwin | 2009-03-31 | 1 | -1/+1 |
| * | Fix build when WITH_SSP is set explicitly. | Ruslan Ermilov | 2009-02-21 | 1 | -1/+3 |
| * | put a prefix on dhcp options to avoid clobbering, even by mistake, | Luigi Rizzo | 2009-01-05 | 1 | -1/+1 |
| * | This main goals of this project are: | Qing Li | 2008-12-15 | 1 | -2/+2 |
| * | Some libstand/bootp.c extension (written by Danny Braniss, slightly | Luigi Rizzo | 2008-12-05 | 1 | -0/+328 |
| * | use the correct variable in a debug message. | Luigi Rizzo | 2008-11-21 | 1 | -1/+1 |
| * | Obey signedness flag in %z case. | Xin LI | 2008-11-18 | 1 | -1/+1 |
| * | Eliminate dead declarations in libstand. | Rafal Jaworowski | 2008-11-06 | 1 | -4/+0 |
| * | Let libstand(3) build on ARM. | Rafal Jaworowski | 2008-10-14 | 1 | -1/+9 |
| * | Eliminate __alpha__ leftover from libstand. | Rafal Jaworowski | 2008-09-04 | 3 | -16/+0 |
| * | Add the needed _setjmp.S for MIPS. | David E. O'Brien | 2008-08-27 | 1 | -0/+139 |
| * | Enable GCC stack protection (aka Propolice) for userland: | Ruslan Ermilov | 2008-06-25 | 1 | -0/+1 |
| * | _setjmp.o was missing a dependency on "machine". | Ruslan Ermilov | 2008-04-29 | 1 | -3/+1 |
| * | Don't forget to clean the "machine" symlink on amd64, otherwise bad | Ruslan Ermilov | 2008-04-29 | 1 | -0/+3 |
| * | On i386, don't try to do network-type stuff if the device name is'nt pxeN. | Doug Rabson | 2008-04-05 | 1 | -0/+7 |
| * | Fix logical bug in the bzip2 reading code, which results in bogus EIO | Maxim Sobolev | 2007-12-18 | 2 | -2/+48 |
| * | First cut at support for booting a GPT labeled disk via the BIOS bootstrap | John Baldwin | 2007-10-24 | 1 | -0/+4 |
| * | - Given that we tell the compiler that struct ip is packed and 32-bit | Marius Strobl | 2007-10-21 | 1 | -4/+4 |
| * | Optimize for size on pc98. It enables to boot a kernel again. | Yoshihiro Takahashi | 2007-10-15 | 1 | -0/+3 |
| * | Cast away const qualifier to squash GCC warning. | Alexander Kabaev | 2007-04-04 | 1 | -1/+1 |
| * | Remove California Regent's clause 3, per letter | Warner Losh | 2007-01-09 | 42 | -168/+8 |
| * | Instead of re-implementing hton[ls] and friends for each arch, add a new MI | Olivier Houchard | 2006-11-06 | 1 | -7/+3 |
| * | Remove alpha left-overs. | Ruslan Ermilov | 2006-08-22 | 2 | -170/+0 |
| * | Implement printf 'X' conversion for both libstand and kernel. | Jung-uk Kim | 2006-03-09 | 1 | -9/+11 |
| * | Fix prototypes. | Ruslan Ermilov | 2005-11-24 | 1 | -6/+6 |
| * | Implement the full range of ISO9660 number conversion routines in iso.h. | Dag-Erling Smørgrav | 2005-10-18 | 1 | -15/+0 |
| * | Add -mno-sse3 for prescott/nocona | Andrey A. Chernov | 2005-07-15 | 1 | -0/+3 |
| * | Match sys/boot in ensure GCC does not use x86 FP registers in integer code. | David E. O'Brien | 2005-06-03 | 1 | -1/+2 |
| * | Back out revision 1.51, it is wrong. We don't litter -I's within lib | David E. O'Brien | 2005-05-31 | 1 | -1/+1 |
| * | Use %z to print size_t values. | John Baldwin | 2005-05-31 | 2 | -2/+2 |
| * | Just use uintptr_t and intptr_t rather than requiring each arch to provide | John Baldwin | 2005-05-31 | 1 | -24/+2 |
| * | Make bzip2 support working again after bzip2 upgrade. This time commit | Maxim Sobolev | 2005-05-29 | 1 | -4/+19 |
| * | Add missed ${.CURDIR}/../../contrib/bzip2 into include search path, otherwise | Maxim Sobolev | 2005-05-29 | 1 | -1/+1 |
| * | Remove unused variable. Shorten the path to WARNS=6 compliance. | Philippe Charnier | 2005-05-20 | 1 | -1/+2 |
| * | Fix libstand on amd64. Rev 1.46 (obrien) removed the -I. that the | Peter Wemm | 2005-05-20 | 1 | -1/+1 |
| * | Clean up an additional file. | David E. O'Brien | 2005-05-17 | 1 | -0/+1 |
| * | Don't use a patch w/in /usr/src. Programmatically change files when needed. | David E. O'Brien | 2005-05-17 | 3 | -26/+15 |