aboutsummaryrefslogtreecommitdiff
path: root/stand/libsa
Commit message (Expand)AuthorAgeFilesLines
* libsa: name is not used in dirmatch()Toomas Soome2018-04-071-2/+1
* libsa: cd9660: warning: 'lenskip' may be used uninitialized in this functionToomas Soome2018-04-072-1/+3
* Add isoboot(8) for booting BIOS systems from HDDs containing ISO images.Benno Rice2018-04-051-0/+364
* Revert r313780 (UFS_ prefix)Ed Maste2018-03-172-4/+4
* Prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2018-03-172-4/+4
* Prefer uintXX_t to u_intXX_tWarner Losh2018-03-137-98/+98
* Remove d_type from devdesc. It's not needed as we can fetch it fromWarner Losh2018-03-121-1/+0
* Minor cosmetic changes.Warner Losh2018-03-121-8/+7
* This change is some refactoring of Mark Johnston's changes in r329375Kirk McKusick2018-03-021-2/+1
* libsa: replace remaining _write callbacks by null_writeToomas Soome2018-02-273-21/+3
* libsa: Partially revert r330023Kyle Evans2018-02-261-0/+4
* libsa: Move MAXWAIT from net.h to net.cKyle Evans2018-02-262-14/+14
* libsa: Add MAXWAIT to net for establishing max total timeoutKyle Evans2018-02-262-4/+20
* liblua: Implement write supportKyle Evans2018-02-241-0/+3
* libsa: Change write(2)-alike prototype to match definitionConrad Meyer2018-02-241-1/+1
* libsa: Const-ify buffer argument of write(2) analogConrad Meyer2018-02-237-26/+20
* Fix a memory leak introduced in r328426.Mark Johnston2018-02-161-0/+1
* Eliminate bsd.stand.mk and -fPIC 32-bit intel buildsWarner Losh2018-02-161-1/+0
* libsa: Consolidate tftp sendrecv into net.c sendrecvKyle Evans2018-02-157-96/+47
* libsa: Fix IP recv timeoutKyle Evans2018-02-143-4/+15
* Implement strcoll as strcmp.Warner Losh2018-02-021-0/+1
* Centralize several variables.Warner Losh2018-02-021-5/+0
* Update stand.h for changes for strto*lWarner Losh2018-01-311-2/+4
* Move libstand.3 to libsa.3. Update libsa.3 to include functionsWarner Losh2018-01-311-1/+41
* Kill copies of strtol and strtoul. Use the ones that are in libc,Warner Losh2018-01-314-255/+38
* abort() should be marked __dead2 since it won't return.Warner Losh2018-01-261-1/+1
* Provide abs form stdlib.h.Warner Losh2018-01-262-0/+6
* Implement abort() as a call to panic.Warner Losh2018-01-263-1/+39
* Split panic routineWarner Losh2018-01-262-8/+15
* Refactoring of reading and writing of the UFS/FFS superblock.Kirk McKusick2018-01-262-25/+34
* getenv does not return tainted data in the boot loader. Attempt toWarner Losh2018-01-231-0/+1
* Move getsecs() prototype to stand.h from net.h so it can be usedWarner Losh2018-01-122-2/+1
* Add a validbcd() routine that uses the bcd2bin_data[] array and returns aIan Lepore2017-12-311-0/+1
* libsa: Pull in strnlen from libcKyle Evans2017-12-301-1/+1
* Remove the 'mini libstand in libstand' that util.[ch] provided. TheseWarner Losh2017-12-154-243/+2
* Panic in sbrk if setheap hasn't been called yet. This is preferable toWarner Losh2017-12-151-0/+3
* Put the files we're copying over into a few variables and add them toWarner Losh2017-12-081-3/+10
* Provide implementations for iscntrl, ispunct and isgraph.Warner Losh2017-12-081-0/+16
* Remove _KERNEL hack now that errno.h does the right thing whenWarner Losh2017-12-081-3/+0
* Add partial support signal.h functioanlity. Pull in machine/signal.hWarner Losh2017-12-082-1/+4
* dhcp_try_rfc1048() is not used any moreToomas Soome2017-12-062-13/+0
* Fix random() prototype to match the system.Warner Losh2017-12-061-1/+1
* Make putenv and getenv match the userland definition of theseWarner Losh2017-12-063-3/+3
* Now that we offer a semi-sane standards-ish set of #include files inWarner Losh2017-12-051-39/+4
* Stop building with the standard system headers.Warner Losh2017-12-051-0/+23
* Use the kernel relative paths, rather than the userland relative pathsWarner Losh2017-12-051-2/+2
* Fix all warnings related to geli and ZFS support on x86.Warner Losh2017-12-021-1/+0
* Fix random() and srandom() prototypes to match the standard.Warner Losh2017-12-023-8/+8
* Minor flags cleanupWarner Losh2017-12-021-2/+0
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-1490-0/+19836