aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand
Commit message (Expand)AuthorAgeFilesLines
* Don't bother to set target for SEEK_END.Xin LI2017-06-293-5/+0
* use the same option list for dhcp discovery and requestToomas Soome2017-05-281-28/+31
* Use the usual FreeBSD spelling for the DHCP user classBaptiste Daroussin2017-05-271-1/+1
* Always issue the pxe requestBaptiste Daroussin2017-05-273-38/+26
* add a comment on vendor index 19 and 20 to avoid confusionBaptiste Daroussin2017-05-271-0/+2
* Pass a "FREEBSD" user-class in PXE dhcp requestBaptiste Daroussin2017-05-272-10/+15
* libstand: increase nfs max read size to 16kToomas Soome2017-05-161-1/+1
* loader: add ip layer code into libstandToomas Soome2017-05-154-118/+444
* libstand: NULL pointer dereference in rarpToomas Soome2017-05-101-1/+1
* loader: network read reworkToomas Soome2017-05-0615-399/+389
* distinguish NFS versus TFTP boot by rootpathBaptiste Daroussin2017-05-064-16/+8
* libstand/dosfs: cache FAT32 in 128 Kb blocks to save loader memoryToomas Soome2017-04-062-96/+116
* loader: want mechanism to avoid RA with bcacheToomas Soome2017-04-061-0/+3
* Add explicit_bzero() to libstand, and switch GELIBoot to using itAllan Jude2017-03-311-0/+4
* Remove OLD_NFSV2 from loader and libstandToomas Soome2017-03-302-718/+0
* loader: verify the value from dhcp.interface-mtu and use snprintf to set mtuToomas Soome2017-03-201-3/+22
* libstand: verify value provided by nfs.read_sizeToomas Soome2017-03-201-10/+35
* Try to extract the RFC1048 data from PXE. If we get enough info we can skipMariusz Zaborski2017-03-092-0/+17
* Renumber copyright clause 4Warner Losh2017-02-2842-42/+42
* 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