aboutsummaryrefslogtreecommitdiff
path: root/lib/libsysdecode
Commit message (Expand)AuthorAgeFilesLines
* Fix libsysdecode vmprot flag decodingSteven Hartland2017-03-162-1/+2
* Spell "const" properly.Maxim Konovalov2017-03-151-1/+1
* Fix sysdecode_cap_rights which currently prints bogus capability rightsTobias Kortkamp2017-03-141-9/+1
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Extend LD_UTRACE by also generating utrace(2) log events for runtime linkerPeter Jeremy2017-01-301-0/+4
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-282-10/+2
* Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper2017-01-201-2/+2
* Unbreak lib/libsysdecode after r311568 by decoding MSG_MORETOCOME flagEnji Cooper2017-01-071-1/+1
* Update libsysdecode for getfsstat() 'flags' argument changing to 'mode'.John Baldwin2017-01-036-10/+15
* Move libsysdecode-specific hack out of buildworld.Bryan Drewery2016-11-131-1/+6
* Generate and use a proper .depend file for tables.h.Bryan Drewery2016-11-132-2/+18
* Use binary and (&) instead of logical to extract the mask of a capability.John Baldwin2016-10-251-1/+1
* Move mksubr from kdump into libsysdecode.John Baldwin2016-10-1721-10/+2316
* Move defines common between rtld and libsysdecode into the header,Konstantin Belousov2016-08-122-27/+8
* Decode 32bit utrace records on the 64bit host.Konstantin Belousov2016-08-121-2/+54
* MFHGlen Barber2016-04-041-1/+1
|\
| * Replace the CloudABI system call table by a machine generated version.Ed Schouten2016-03-241-1/+1
* | MFHGlen Barber2016-03-022-7/+4
|\|
| * errno(3) -> errno(2)Edward Tomasz Napierala2016-02-291-4/+4
| * DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery2016-02-241-3/+0
* | MFHGlen Barber2016-02-246-3/+312
|\|
| * Add handling for non-native error values to libsysdecode.John Baldwin2016-02-236-3/+312
* | First pass through library packaging.Glen Barber2016-02-041-0/+1
|/
* Add a SYSDECODE_ABI_ prefix to the ABI enums to avoid potential collisions.John Baldwin2016-01-303-19/+19
* Add support to libsysdecode for decoding system call names.John Baldwin2016-01-265-2/+217
* Add in DIRDEPS_BUILD support.Bryan Drewery2016-01-071-0/+22
* Move the mkioctls script to libsysdecode and use it to generate aJohn Baldwin2015-12-225-1/+178
* Start on a new library (libsysdecode) that provides routines for decodingJohn Baldwin2015-12-155-0/+344