summaryrefslogtreecommitdiff
path: root/tests/lib/libc/sys/t_setuid.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/libc/sys/t_setuid.c')
0 files changed, 0 insertions, 0 deletions
-25 08:10:31 +0000'>2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland 2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland 2012-10-27split device_t/softc for all remaining drivers.chs 2012-01-04When processing ioctl CLOCKCTL_NTP_ADJTIME, set the return value fromapb 2009-10-03Move clockctl policy exception back to the subsystem.elad 2009-02-22- fix copyout size in CLOCKCTL_O?ADJTIME.nakayama 2009-02-18simply the previous as suggested by enami:mrg 2009-02-18clock_settime1() expects the struct timespec * to be in kernel space.mrg 2009-01-11merge christos-time_tchristos 2007-11-25Refactor time modification checks and place them in the secmodel code.elad 2007-05-12Change interface to settimeofday1() so that it can also be used fromdsl 2007-03-04Kill 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-29fix incomplete initializerchristos 2006-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel 2006-03-09Do not use SCARG() in userland. Eliminates need for <sys/systm.h>.christos 2005-12-11merge ktrace-lwp.christos 2005-12-05- make settime take timespec.christos 2005-02-27nuke trailing whitespaceperry 2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl 2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr