aboutsummaryrefslogtreecommitdiff
path: root/stand/libsa
Commit message (Expand)AuthorAgeFilesLines
* libsa: cstyle cleanup tftp.cToomas Soome2018-11-011-100/+103
* libsa: tftp should use callocToomas Soome2018-11-011-2/+1
* libsa: tftp should not read past file endToomas Soome2018-11-011-2/+11
* Remove unnecessary include from libstand.Gleb Smirnoff2018-10-313-3/+0
* Fix stand/ build after r339671.Konstantin Belousov2018-10-232-2/+5
* libsa: re-send ACK for older data packets in tftpToomas Soome2018-10-231-5/+13
* libsa: validate tftp_makereq() after we did reset the readToomas Soome2018-09-091-7/+10
* libsa: memory leak in tftp_open()Toomas Soome2018-09-081-1/+3
* libsa: Add lshrdi3.c for powerpc* and mipsKyle Evans2018-08-191-2/+2
* Add ashldi3 and ashrdi3 to mips.Warner Losh2018-08-161-0/+5
* libsa: zfs_probe() needs to set spa to NULLToomas Soome2018-08-151-0/+1
* pkgfs_init: Initialize pkgKyle Evans2018-08-151-0/+1
* libsa: exit on EOF in ngetsKyle Evans2018-08-091-2/+6
* libsa: gzipfs.c converts pointers to integer types with different signToomas Soome2018-08-071-1/+1
* libsa: dos_checksum() should take unsigned charsToomas Soome2018-08-071-1/+1
* libsa: dereferencing type-punned pointer in cd9660Toomas Soome2018-08-022-2/+2
* libsa: assignment to char * from u_char *Toomas Soome2018-08-011-1/+1
* libsa: bootp is using pointers with different signToomas Soome2018-08-012-2/+2
* libsa: pointer differs in signednessToomas Soome2018-08-011-2/+2
* Use if rather than case for a simple boolean. gcc thinks blks isWarner Losh2018-07-131-5/+4
* Extend loader(8) geli support to all architectures and all disk-like devices.Ian Lepore2018-07-136-215/+587
* There's two files in the sys tree named inflate.c, in additionWarner Losh2018-07-131-1/+0
* Fix sparc64 buildsWarner Losh2018-07-131-0/+1
* Create helper functions for parsing boot args.Warner Losh2018-07-131-0/+4
* Move ZFS files into libsaWarner Losh2018-07-086-0/+3690
* Remove stray debugging line.Warner Losh2018-06-181-1/+0
* stand: move libgeliboot into libsa.Warner Losh2018-06-187-0/+833
* libsa: open() should use NULL instead of typecasted 0Toomas Soome2018-06-141-5/+5
* libsa: remobe unneeded check before free()Toomas Soome2018-06-141-4/+3
* libsa: f_rabuf could be NULLToomas Soome2018-06-141-1/+1
* libsa: cstyle cleanup for open/close/read/write sourcesToomas Soome2018-06-144-180/+183
* Initialize variables we later free so they aren't usedWarner Losh2018-06-131-5/+4
* Remove unused variables.Warner Losh2018-06-132-3/+1
* Remove fail: label. It's unused.Warner Losh2018-06-131-1/+0
* libsa(3): Correct statement about FS Write-support, name changeKyle Evans2018-06-091-5/+5
* Add st_mtime, st_ino and st_dev for ufs_statSimon J. Gerraty2018-06-091-0/+16
* Make the v*printf() functions in libsa return int instead of void.Ian Lepore2018-06-052-8/+13
* Add vsnprintf() to libsa. Alpha-sort the printf prototypes in stand.h.Ian Lepore2018-06-052-1/+16
* 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