aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* libnv: add support for nvlist_send()/nvlist_recv() on LinuxMariusz Zaborski2019-04-151-43/+41
* For writing and reading single pixels, avoid some pessimizations forBruce Evans2019-04-141-143/+63
* Fix warnings with lib/libpmcEnji Cooper2019-04-145-31/+28
* Do not access mutex memory after unlock.Konstantin Belousov2019-04-121-2/+3
* libbe(3): use libzfs name validation for datasets/snapshot namesKyle Evans2019-04-101-6/+7
* Always report file with incorrect hash.Simon J. Gerraty2019-04-091-1/+1
* libc: update strstr implementation to match muslEd Maste2019-04-091-2/+1
* .Xr protect(1) and proccontrol(1) from procctl(2).Edward Tomasz Napierala2019-04-091-1/+3
* Fix copying of MEMBUFs to MEMBUFs. This case was implemented by usingBruce Evans2019-04-081-28/+2
* Add option to build LLVM RISC-V targetMitchell Horne2019-04-076-5/+69
* Use funlinkat in pidfile to ensure we are removing the right file.Mariusz Zaborski2019-04-061-1/+4
* Introduce funlinkat syscall that always us to check if we are removingMariusz Zaborski2019-04-063-3/+40
* Implement devctl(8) command 'reset', using DEV_RESET /dev/devctl2 ioctl.Konstantin Belousov2019-04-053-1/+54
* Add __BEGIN_DECLS/__END_DECLS braces to libdevctl header.Konstantin Belousov2019-04-051-0/+2
* Add requiered programs (cc and c++) for some lib/atf regression testsOlivier Cochard2019-04-042-0/+14
* Use IN_foo() macros from sys/netinet/in.h inplace of handcrafted codeRodney W. Grimes2019-04-041-4/+2
* Implement automatic online expansion of GELI providers - if the underlyingPawel Jakub Dawidek2019-04-032-18/+75
* - Add missing -T (notrim) option to the label subcommand.Pawel Jakub Dawidek2019-04-031-1/+2
* Import libxo-1.0.2Phil Shafer2019-04-031-6/+6
* libbe(3): Add a serial to the generated snapshot namesKyle Evans2019-04-031-6/+26
* Create kernel module to parse Veriexec manifest based on envsMarcin Wojtas2019-04-035-4/+167
* Make cam_error_print() decode NVMe commands.Alexander Motin2019-04-021-1/+2
* Add IPv6 transport for bsnmp.Andrey V. Elsukov2019-04-021-0/+4
* Import proof-of-concept for handling `GTEST_SKIP()` in `Environment::SetUp`Enji Cooper2019-04-011-0/+1
* libbe: Fix zfs_is_mounted check w/ snapshotsKyle Evans2019-04-011-10/+10
* Allow users to override CSTD/CXXSTD on a per-prog basisEnji Cooper2019-03-291-2/+2
* Standardize `-std=c++* as `CXXSTD`Enji Cooper2019-03-299-21/+8
* Revert r345706: the third time will be the charmEnji Cooper2019-03-2910-10/+23
* Standardize `-std=c++* as `CXXSTD`Enji Cooper2019-03-2910-23/+10
* Revert r345704Enji Cooper2019-03-2910-10/+23
* CXXSTD is the C++ analogue to CSTD.Enji Cooper2019-03-2910-23/+10
* Fix initial exec TLS mode for dynamically loaded shared objects.Konstantin Belousov2019-03-2925-2/+872
* Fix restoring to graphics modes in VGLEnd().Bruce Evans2019-03-291-16/+16
* Fix endless loops for handling SIGBUS and SIGSEGV.Bruce Evans2019-03-291-4/+12
* Fix races in mouse signal handling almost properly using the INTOFF/INTONBruce Evans2019-03-291-19/+33
* Fix VGLLine() in depths > 8.Bruce Evans2019-03-281-1/+1
* Fix VGLGetXY(), VGLSetXY() and VGLClear() for MEMBUFs in depths > 8.Bruce Evans2019-03-281-0/+36
* Oops, r345496 got the pointer args backwards for bcopy() in VGLClear forBruce Evans2019-03-281-2/+2
* revert r341429 "disable BIND_NOW in libc, libthr, and rtld"Ed Maste2019-03-282-3/+0
* Fix pidfile_open(3) to handle relative paths with multiple components.Mark Johnston2019-03-272-9/+48
* Fix accessing pixels under the mouse cursor:Bruce Evans2019-03-273-24/+62
* Fix copying of bitmaps in depths > 8. This fix is complete, except differentBruce Evans2019-03-272-9/+33
* DTF_REWIND does nothing (since r247236) so retire its useEd Maste2019-03-263-6/+6
* MFV r345495:Martin Matuska2019-03-251-0/+3
* Fix another type of buffer overrun for segmented modes. The buffer indexBruce Evans2019-03-251-1/+2
* Oops, my previous commit to libvgl was missing the change of VGLSetBorder()Bruce Evans2019-03-242-2/+2
* Fix the type of the color args for VGLMouseFreeze(), VGLBitmapPutChar(),Bruce Evans2019-03-244-12/+12
* Add support for arbitrary font widths. Only multiples of 8 were supported.Bruce Evans2019-03-241-13/+17
* Fix reading of pixels in (4 and 8-plane) planar modes.Bruce Evans2019-03-241-7/+2
* Fix buffer overruns in modes with color depth more than 8.Bruce Evans2019-03-244-10/+20