This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-dev
Watch
1
Star
0
Fork
0
You've already forked freebsd-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
14a20db534
freebsd-dev
/
sbin
/
sysctl
History
John Hay
db87e2dc03
time_t does not always fit into long, for instance on arm. So rather cast
...
it intmax_t and use %j in printf.
2009-06-23 06:46:14 +00:00
..
Makefile
style.Makefile(5):
2004-02-23 20:25:27 +00:00
sysctl.8
Remove mentionings of kern.dumpdev which is no longer available.
2007-11-28 14:48:30 +00:00
sysctl.c
time_t does not always fit into long, for instance on arm. So rather cast
2009-06-23 06:46:14 +00:00