aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand
Commit message (Expand)AuthorAgeFilesLines
* prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2017-02-153-50/+50
* ufs: Use UFS_MAXNAMLEN constantConrad Meyer2017-02-091-1/+1
* loader: Replace EFI part devices.Toomas Soome2017-02-061-0/+1
* remove network mask calculation for Classful networkBaptiste Daroussin2017-01-071-23/+10
* Restructure libz, place vendor files in contrib/zlib like other thirdXin LI2017-01-041-3/+3
* loader: nandfs calls strategy with one extra argument.Toomas Soome2016-12-301-1/+1
* dosfs support in libstand is broken since r298230Toomas Soome2016-12-308-52/+38
* libstand: dosfs cstyle cleanup for return keyword.Toomas Soome2016-12-011-48/+48
* Loader paged/pageable data is not always paged.Toomas Soome2016-11-081-1/+1
* When issuing a PXE dhcp request, always issue a param request (DHCP option 55)Baptiste Daroussin2016-10-311-1/+11
* Fix remaining bugs in libstancd/cd9660.c reported by Bruce Evans.Toomas Soome2016-10-031-2/+2
* Fix remaining cstyle issues in libstand/cd9660.cToomas Soome2016-10-011-3/+1
* cstyle fix of cd9660_open in libstandToomas Soome2016-09-301-4/+4
* cd9660_open should check for paddingToomas Soome2016-09-301-1/+9
* Add a comment on the #endif related to the guardsBaptiste Daroussin2016-09-131-1/+1
* pxeboot: Add nfs.read_size tunable.Sepherosa Ziehau2016-09-081-9/+24
* Renumber the advertising clause.Warner Losh2016-09-061-1/+1
* Netboot: allow both tftpfs and nfs in both pxeboot and loader.efiBaptiste Daroussin2016-08-316-0/+27
* recvtftp() is broken for large files, report file sizeToomas Soome2016-08-311-2/+4
* Unused variables and cstyle fix for loader dosfsToomas Soome2016-08-261-4/+4
* Fix a bug in the parsing code: always use the len and not 8.Warner Losh2016-05-201-1/+1
* Add support for %S to libstand as well so /boot/loader and friends canWarner Losh2016-05-171-0/+5
* libstand: make more use of the howmany() macro when available.Pedro F. Giffuni2016-04-261-1/+1
* Unbreak the build if you enable WITH_NANDAllan Jude2016-04-191-2/+2
* A new implementation of the loader block cacheAllan Jude2016-04-188-103/+189
* libstand: use NULL instead of zero for pointers.Pedro F. Giffuni2016-04-183-10/+10
* 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