tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
usr.bin
/
systat
/
at
trash-bin2
24 files
Makefile
Add uvm view to show all values being collected in uvmexp.
7 years ago
cache.c
use $OpenBSD markers ok millert mpi
7 years ago
cache.h
use $OpenBSD markers ok millert mpi
7 years ago
cpu.c
Zap unused variables/functions under /usr/src/*bin/
4 years ago
engine.c
Use nanosleep() and setitimer() instead of usleep() and ualarm(). Both usleep() and ualarm() are obsolete and were removed from POSIX. OK deraadt@
4 years ago
engine.h
Use nanosleep() and setitimer() instead of usleep() and ualarm(). Both usleep() and ualarm() are obsolete and were removed from POSIX. OK deraadt@
4 years ago
if.c
local copy of roundup() means no more sys/param.h
4 years ago
inetname.c
The POSIX APIs that that sockaddrs all ignore the s*_len field in the incoming socket, so userspace doesn't need to set it unless it has its own reasons for tracking the size along with the sockaddr.
9 years ago
iostat.c
Fix iostat per-device values when in boot time mode ('b'). The values should be displayed as-is and not normalized based on the sleep interval. From Anindya Mukherjee
4 years ago
main.c
Change the error reporting pattern throughout the tree when unveil fails to report the path that the failure occured on. Suggested by deraadt@ after some tech discussion.
4 years ago
malloc.c
ks_mapblocks is gone
6 years ago
mbufs.c
print all the rings on a nic without limiting it to the number of mclpools
5 years ago
netstat.c
Switch the netstat view of systat to use the same kvm_getfiles() function similar to netstat(1). The output still shows the same info but may be a bit differently sorted. Also it will now show connections that are not UDP or TCP. This was the last bit of systat that needed kvm access and so now systat no longer needs to be setgid kmem. With this commit OpenBSD is officially setgid kmem free and an almost 10 year journey finally comes to an end. OK deraadt@
11 years ago
nfs.c
When system calls indicate an error they return -1, not some arbitrary value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future.
6 years ago
pf.c
pf: Merge NOTES column into NAME column
5 years ago
pftop.c
Use -1 to indicate an invalid uid/gid, not UID_MAX and GID_MAX. This is the userland portion. OK deraadt@ sashan@
6 years ago
pigs.c
MAXCOMLEN is no longer needed in these programs, so remove the annotation from sys/param.h include lines, or remove the include lines entirely if it this was the least requirement. ok millert
4 years ago
pool.c
When system calls indicate an error they return -1, not some arbitrary value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future.
6 years ago
sensors.c
POWE9 CPUs provide an energy sensor that accumulates the emount of energy used by the processor chip. Although we have a SENSOR_WATTHOUR sensor type its units are not really suitable for this sensor. So add a SENSOR_ENERGY type that uses micro Joules as its unit.
5 years ago
swap.c
When system calls indicate an error they return -1, not some arbitrary value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future.
6 years ago
systat.1
mininumu -> minimum
4 years ago
systat.h
Move defiition of sum variable from header file to avoid issues with -fno-common
5 years ago
uvm.c
When system calls indicate an error they return -1, not some arbitrary value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future.
6 years ago
vmstat.c
MAXCOMLEN is no longer needed in these programs, so remove the annotation from sys/param.h include lines, or remove the include lines entirely if it this was the least requirement. ok millert
4 years ago