aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand
Commit message (Expand)AuthorAgeFilesLines
* MFHGlen Barber2016-04-047-64/+13
|\
| * Correct comment.Bjoern A. Zeeb2016-03-221-1/+1
| * If the dhcp server delivers an interface-mtu option, parse it and storeIan Lepore2016-03-214-0/+11
| * Actually garbage collect the unused code, as mentioned in r297147, whichIan Lepore2016-03-211-57/+0
| * Garbage collect the bswap routines from libstand. The declaration wasIan Lepore2016-03-212-6/+1
* | MFHGlen Barber2016-03-061-0/+4
|\|
| * Merge ^/head r295902 through r296006.Dimitry Andric2016-02-241-42/+0
| |\
| * \ Merge ^/head r294169 through r294598.Dimitry Andric2016-01-221-2/+2
| |\ \
| * \ \ Merge ^/head r293430 through r293685.Dimitry Andric2016-01-111-2/+2
| |\ \ \
| * \ \ \ Merge ^/head r293280 through r293429.Dimitry Andric2016-01-081-1/+1
| |\ \ \ \
| * | | | | Similar to r293384, for libstand, also use the new -mno-movt flag withDimitry Andric2016-01-081-0/+4
* | | | | | MFHGlen Barber2016-03-021-42/+0
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery2016-02-241-42/+0
| | |_|_|/ | |/| | |
* / | | | First pass through library packaging.Glen Barber2016-02-041-0/+1
|/ / / /
* | | / Bring in initial libc and libstand support for RISC-V.Ruslan Bukin2016-01-171-2/+2
| |_|/ |/| |
* | | Make tohex() work as expected.Andrey V. Elsukov2016-01-091-1/+1
* | | Fix a typo.Andrey V. Elsukov2016-01-091-1/+1
| |/ |/|
* | Don't install /usr/include/stand.h twice after r293040.Bryan Drewery2016-01-071-1/+1
|/
* Add fls() to libstandEd Maste2016-01-061-2/+3
* Reduce libstand Makefile duplicationEd Maste2016-01-011-3/+4
* When building libstand for arm, don't emit instructions that requireIan Lepore2015-12-311-0/+6
* Allow dhcp/bootp server-provided values to be overriden from environmentIan Lepore2015-12-221-6/+13
* Create libstand version of uuid_from_string and uuid_to_string. TheWarner Losh2015-12-193-1/+244
* pxeboot: make the tftp loader use the option root-path directiveBaptiste Daroussin2015-12-161-3/+17
* Add strlcat() and strlcpy() to libstand.Ian Lepore2015-12-141-2/+2
* If we can't open the file, skip devclose() for the exclusive_file_systemMarcel Moolenaar2015-10-081-1/+1
* META_MODE: Remove DEP_RELDIR from Makefile.depend files.Bryan Drewery2015-09-251-2/+0
* Use CFLAGS_NO_SIMD in preference to varying lists of -mno-xxxx flags.Warner Losh2015-08-271-26/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+59
|\
| * Merge sync of headSimon J. Gerraty2015-05-2716-55/+185
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-194-13/+817
| |\
| * \ Merge head from 7/28Simon J. Gerraty2014-08-197-34/+71
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2014-05-161-0/+1
| * | | Merge from headSimon J. Gerraty2014-05-081-1/+1
| |\ \ \
| * \ \ \ Merge headSimon J. Gerraty2014-04-2710-82/+196
| |\ \ \ \
| * | | | | Saver to rm first when making link to dirSimon J. Gerraty2013-10-171-0/+1
| * | | | | Merge head@256284Simon J. Gerraty2013-10-131-2/+6
| |\ \ \ \ \
| * \ \ \ \ \ Merge from headSimon J. Gerraty2013-09-055-167/+34
| |\ \ \ \ \ \
| * \ \ \ \ \ \ sync from headSimon J. Gerraty2013-04-124-19/+165
| |\ \ \ \ \ \ \
| * | | | | | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | | | | | Sync with HEAD.David E. O'Brien2013-02-083-261/+106
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Updated/new Makefile.dependSimon J. Gerraty2012-11-081-0/+2
| * | | | | | | | | Sync from headSimon J. Gerraty2012-11-043-89/+80
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+58
* | | | | | | | | | | Reduce diffs between the three copies of libstand's MakefileEd Maste2015-04-231-15/+18
* | | | | | | | | | | Add the start of libc and libstand for arm64. Not all of the machineAndrew Turner2015-04-071-0/+7
* | | | | | | | | | | The System V ABI for amd64 allows functions to use space in a 128 byteJohn Baldwin2015-03-131-1/+1
* | | | | | | | | | | Spin the twiddle in dosfs to give visual feedback for disk I/O onJohn Baldwin2015-03-121-1/+2
* | | | | | | | | | | Fix loader on PowerPC following r279784. It turns out that, due to .PATHNathan Whitehorn2015-03-093-7/+105
* | | | | | | | | | | Fix usage example in kvprintf(9) and its copy in libstand(3): trailing '\n'Alexey Dokuchaev2015-01-232-3/+3