aboutsummaryrefslogtreecommitdiff
path: root/lib/libsysdecode
Commit message (Expand)AuthorAgeFilesLines
* Handle WITH/WITHOUT_PF in libsysdecodeKristof Provost2017-07-222-2/+8
* Remove special handling for 'disk*.h'John Baldwin2017-07-181-3/+1
* DIRDEPS_BUILD: Connect more libraries.Bryan Drewery2017-07-111-0/+2
* Tweak r320206: Still create the TABLE but not the .depend entry for missing h...Bryan Drewery2017-06-211-9/+10
* Follow-up r308602: Don't add missing headers to .depend.tables.h.Bryan Drewery2017-06-211-0/+1
* Utilize SYSROOT from r320119 in places where DESTDIR may be wanting WORLDTMP.Bryan Drewery2017-06-191-2/+2
* Improve decoding of RB_AUTOBOOT in the 'howto' argument to reboot().John Baldwin2017-06-101-1/+12
* Decode the 'who' argument passed to getrusage().John Baldwin2017-06-035-1/+15
* Add a cross-reference to sysdecode_socket_protocol(3).John Baldwin2017-06-031-1/+2
* Improve the decoding of the third argument of the socket() call.Michael Tuexen2017-05-254-0/+69
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-05-091-0/+115
* Add support for socket option names related to the level IPPROTO_UDPLITE.Michael Tuexen2017-05-042-0/+4
* Add support for socket option names related to the IPPROTO_IPV6 level.Michael Tuexen2017-05-032-0/+3
* Add support for socket option names related to the IPPROTO_SCTP level.Michael Tuexen2017-05-032-0/+4
* 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