Module Name:src
Committed By: christos
Date: Wed Nov 23 17:25:12 UTC 2016
Modified Files:
src/usr.sbin/puffs/mount_sysctlfs: sysctlfs.c
Log Message:
nothing is executable.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/usr.sbin/puffs/mount_sysctlfs/sys
Module Name:src
Committed By: christos
Date: Wed Nov 23 17:22:44 UTC 2016
Modified Files:
src/usr.sbin/puffs/mount_sysctlfs: sysctlfs.c
Log Message:
- protect against node not found SEGV
- fix reversed logic; if we find it in the cache we return it, otherwise
we create i
Module Name:src
Committed By: christos
Date: Thu Nov 12 16:51:18 UTC 2015
Modified Files:
src/usr.sbin/puffs/mount_sysctlfs: sysctlfs.c
Log Message:
Add usage function, various cosmetics; no functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18
Module Name:src
Committed By: christos
Date: Sun Nov 4 22:47:21 UTC 2012
Modified Files:
src/usr.sbin/puffs/mount_sysctlfs: sysctlfs.c
Log Message:
add the headers you need
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/usr.sbin/puffs/mount_sysctlfs/s
Module Name:src
Committed By: pooka
Date: Fri Aug 6 15:26:16 UTC 2010
Modified Files:
src/usr.sbin/puffs/mount_sysctlfs: sysctlfs.c
Log Message:
support CTLTYPE_BOOL
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/usr.sbin/puffs/mount_sysctlfs/sysctlfs
Module Name:src
Committed By: pooka
Date: Fri Aug 6 15:04:13 UTC 2010
Modified Files:
src/usr.sbin/puffs/mount_sysctlfs: Makefile sysctlfs.c
Log Message:
If compiled with RUMP_ACTION, access rump kernel instead of host
kernel. This is an easy way to browse & modify the s
Module Name:src
Committed By: wiz
Date: Sun Apr 11 21:34:18 UTC 2010
Modified Files:
src/usr.sbin/puffs/mount_sysctlfs: mount_sysctlfs.8
Log Message:
Sort options in SYNOPSIS (flags without arguments first).
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src
Module Name:src
Committed By: pooka
Date: Sun Apr 11 15:08:17 UTC 2010
Modified Files:
src/usr.sbin/puffs/mount_sysctlfs: mount_sysctlfs.8 sysctlfs.c
Log Message:
Add raw mode, which skips ASCII'ification and can be used if reading
structures from the kernel into debug pro
Module Name:src
Committed By: pooka
Date: Sun Apr 11 08:30:17 UTC 2010
Modified Files:
src/usr.sbin/puffs/mount_sysctlfs: sysctlfs.c
Log Message:
Instead of totally giving up, dump CTLTYPE_STRUCT as hex, much
like sysctl -x (but not fancy like -dosequis).
To generate a d