index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
clockctl.c
Age
Commit message (
Expand
)
Author
2019-03-01
Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly
pgoyette
2019-01-27
Merge the [pgoyette-compat] branch
pgoyette
2016-11-21
- Return ENOTTY rather than EINVAL for invalid ioctl, suggested by
rin
2016-01-06
Simplify and fix the unload to destroy the mutex. To reproduce, configure
christos
2015-12-07
Modularize the clockctl pseudo-device and link to the build.
pgoyette
2014-07-25
Add d_discard to all struct cdevsw instances I could find.
dholland
2014-03-16
Change (mostly mechanically) every cdevsw/bdevsw I can find to use
dholland
2012-10-27
split device_t/softc for all remaining drivers.
chs
2012-01-04
When processing ioctl CLOCKCTL_NTP_ADJTIME, set the return value from
apb
2009-10-03
Move clockctl policy exception back to the subsystem.
elad
2009-02-22
- fix copyout size in CLOCKCTL_O?ADJTIME.
nakayama
2009-02-18
simply the previous as suggested by enami:
mrg
2009-02-18
clock_settime1() expects the struct timespec * to be in kernel space.
mrg
2009-01-11
merge christos-time_t
christos
2007-11-25
Refactor time modification checks and place them in the secmodel code.
elad
2007-05-12
Change interface to settimeofday1() so that it can also be used from
dsl
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-12
- sprinkle __unused on function decls.
christos
2006-08-29
fix incomplete initializer
christos
2006-06-07
merge FreeBSD timecounters from branch simonb-timecounters
kardel
2006-03-09
Do not use SCARG() in userland. Eliminates need for <sys/systm.h>.
christos
2005-12-11
merge ktrace-lwp.
christos
2005-12-05
- make settime take timespec.
christos
2005-02-27
nuke trailing whitespace
perry
2003-06-29
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
fvdl
2003-06-28
Pass lwp pointers throughtout the kernel, as required, so that the lwpid can
darrenr
2003-02-10
Fix clockctlattach to take an (ignored) int as its parameter, which is
perry
2002-10-23
merge kqueue branch into -current
jdolecek
2002-09-23
Remove breaks after returns, unreachable returns and returns after
simonb
2002-09-06
Merge the gehenna-devsw branch into the trunk.
gehenna
2002-03-01
Two more trivial bug fixes:
manu
2002-02-25
Fixes a bug in argument passing to ntp_adjtime1. patch submitted by
manu
2001-12-09
Changed clocktl interface to use syscallargs structures
manu
2001-11-15
don't need <sys/types.h> when including <sys/param.h>
lukem
2001-11-13
add RCSIDs
lukem
2001-09-16
This is the clockctl pseudodevice. It gives non root users access to root-only
manu