aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sesutil
Commit message (Expand)AuthorAgeFilesLines
* Fix misplaced voltages/temperatures labels in 'sesutil show'.Edward Tomasz Napierala2020-06-301-2/+2
* sesutil: fix Coverity CIDsAlan Somers2020-02-131-6/+8
* Add 'sesutil show' subcommand to show enclosure and its contentsEdward Tomasz Napierala2019-12-142-19/+378
* Fix typos.Edward Tomasz Napierala2019-11-271-2/+2
* sesutil: fix another memory leakAlan Somers2019-11-121-6/+6
* sesutil: fix some memory leaksAlan Somers2019-11-121-0/+3
* sesutil: fix an out-of-bounds array accessAlan Somers2019-11-121-1/+1
* Check element type before setting LEDs.Alexander Motin2019-02-041-15/+18
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-07-101-1/+3
* Add libxo(3) support to sesutil(8)Baptiste Daroussin2017-06-294-63/+100
* sesutil no longer depends on libsbufBaptiste Daroussin2017-06-231-2/+1
* Directly print the extra status instead of filling a bufferBaptiste Daroussin2017-06-234-62/+68
* Do not use sprintf(3) when not needed, while here,Baptiste Daroussin2017-06-232-80/+43
* usr.sbin/sesutil: 'locate all off' does not deactivate empty slotsAllan Jude2017-06-061-5/+4
* Fix `sesutil fault` operation.Alexander Motin2016-09-301-3/+9
* Plug memory leakBaptiste Daroussin2016-04-201-0/+2
* Cleanup headersBaptiste Daroussin2016-03-262-5/+0
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2016-01-071-0/+1
* Show the enclosure name and id in sesutil mapBaptiste Daroussin2015-12-151-0/+11
* Fix sesutil locate when a sesid is passed to locate commandBaptiste Daroussin2015-12-111-1/+1
* sesutil: Add extra information specific to some SES devices to sesutil mapBaptiste Daroussin2015-12-114-21/+76
* sesutils, pass the correct element type when printing the status of a givenBaptiste Daroussin2015-12-111-1/+1
* sesutil: fix map not printing the status of the LED device in an arrayBaptiste Daroussin2015-12-111-4/+4
* Rename some functions and variables inside sesutil(8) to make gcc happyAllan Jude2015-09-191-10/+10
* Connect sesutil(1) and numactl(1) for META_MODE.Bryan Drewery2015-09-191-0/+18
* Improve and expand sesutil(8)Allan Jude2015-09-195-65/+667
* Yet another fix for gcc 4.2Baptiste Daroussin2015-09-051-5/+5
* Remove extra i++Baptiste Daroussin2015-09-051-1/+0
* Fix build with gcc 4.2Baptiste Daroussin2015-09-051-5/+5
* Add a new sesutil(8) utilityBaptiste Daroussin2015-09-053-0/+304