summaryrefslogtreecommitdiffstats
path: root/dragonflybsd
Commit message (Collapse)AuthorAgeFilesLines
...
* Update battery API to use NAN on errorBenny Baumann2020-09-241-1/+2
|
* Mark noreturn functionsChristian Göttsche2020-09-182-1/+4
|
* Use strict function prototypesChristian Göttsche2020-09-181-2/+2
| | | | int foo(); declares a function taking any number of arguments.
* Refactor __attribute__ usageChristian Göttsche2020-09-182-5/+1
| | | | Use internal macros for compatibility with non GNUC compilers.
* Switch variable/field naming from WhiteList to MatchListNathan Scott2020-09-092-3/+3
|
* Consolidate repeated macro definitions into one headerNathan Scott2020-09-093-9/+1
| | | | | | | | The MIN, MAX, CLAMP, MINIMUM, and MAXIMUM macros appear throughout the codebase with many re-definitions. Make a single copy of each in a common header file, and use the BSD variants of MINIMUM/MAXIMUM due to conflicts in the system <sys/param.h> headers.
* Further, minor cleanups to headers post-MakeHeadersNathan Scott2020-09-084-19/+1
| | | | | Remove leftover empty ifdef/endif pairs, whitespace. The generated htop.h file was also unused - removed.
* Axe automated header generation.Zev Weiss2020-09-038-94/+0
| | | | | | | | | | | | | | Reasoning: - implementation was unsound -- broke down when I added a fairly basic macro definition expanding to a struct initializer in a *.c file. - made it way too easy (e.g. via otherwise totally innocuous git commands) to end up with timestamps such that it always ran MakeHeader.py but never used its output, leading to overbuild noise when running what should be a null 'make'. - but mostly: it's just an awkward way of dealing with C code.
* Updates to project URLs in docs and embedded in source codeNathan Scott2020-08-221-1/+1
|
* Remove trailing whitespacesChristian Göttsche2020-08-211-1/+0
|
* Merge branch 'hishamhm-pull-932'Nathan Scott2020-08-201-0/+3
|\
| * Show N/A on unsupported platforms instead of 0KHzArnavion2019-08-101-0/+3
| |
* | Merge branch 'hishamhm-pull-960'Nathan Scott2020-08-201-1/+1
|\ \
| * | Clean up existing whitespaceDaniel Flanagan2019-10-311-1/+1
| |/
* | Merge branch 'hishamhm-pull-904'Nathan Scott2020-08-201-1/+1
|\ \
| * | Truncate overwide jail names on BSD.Robert Crowston2019-04-171-1/+1
| |/
* / Widen ST_UID (UID) column to 5 chars to allow UIDs > 9999 without breaking ↵Daniel Lange2018-10-071-1/+1
|/ | | | | | alignment Issue Github #841, Debian bug #910492
* Security review: check results of snprintf.Hisham Muhammad2017-07-271-3/+3
| | | | | Calls marked with xSnprintf shouldn't fail. Abort program cleanly if any of them does.
* DragonFlyBSD PID_MAX is 999999.Explorer092017-07-071-1/+1
| | | | | | See DragonFlyBSD source "sys/sys/proc.h". Fixes #646
* Enh: Add support for backtrace using execinfoDiederik de Groot2017-04-212-1/+18
|
* Fix: TreeViewDiederik de Groot2017-04-211-1/+2
|
* implement: readJailNameDiederik de Groot2017-04-202-45/+72
| | | | | Note: dragonflybsd does not have 'jail_get' like freebsd does. It does however provide a sysctl "jail.list" which returns a list of all jails.
* Initial addition of dragonflybsd (based on FreeBSD)Diederik de Groot2017-04-1910-0/+1185

© 2014-2024 Faster IT GmbH | imprint | privacy policy