Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The documented type lengths for /proc/$pid/stat in "man 5 proc" are for
*kernel* types. Those lengths may not apply to userland types (think
32-bit userspace on 64-bit kernels). So we need to parse everything as
64-bit, and do the conversion to userspace types later.
Thanks to mixi for the report and the analysis.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Deeper fixes need to be done if the avltree.h API ever changes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Interestingly, that new API makes implementing s6-fillurandom kind of a NOP.
The waiting will be performed in the library.
|
|
|
|
|
|
|
|
SYS_getrandom
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Major version bump: rc for 2.1.0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Easier CROSS_COMPILE support in configure
|
|
|
|
|
|
- version: 2.0.2.3
|
|
|
|
- fix s6ps_otree when /proc isn't available
- remove fucking -Bsymbolic
|
|
|
|
|
|
|