freebsd-dev/release/picobsd
Ed Schouten 902d9eafbf Rework all non-contributed files that use `struct timezone'.
This structure is not part of POSIX. According to POSIX, gettimeofday()
has the following prototype:

	int gettimeofday(struct timeval *restrict tp, void *restrict tzp);

Also, POSIX states that gettimeofday() shall return 0 (as long as tzp is
not used). Remove dead error handling code. Also use NULL for a
nul-pointer instead of integer 0.

While there, change all pieces of code that only use tv_sec to use
time(3), as this provides less overhead.
2012-09-01 14:45:15 +00:00
..
bridge Remove libulog from the bootstrap again. 2010-01-21 16:56:27 +00:00
build use MALLOC_PRODUCTION for picobsd builds, be more frugal in memory usage. 2012-08-27 16:42:32 +00:00
floppy.tree add a 'qemu' floppy type, useful for running tests on new kernels 2009-12-27 21:58:48 +00:00
mfs_tree The "original" PR said that there were two issues with the motd 2009-06-19 07:18:45 +00:00
qemu add some modern stuff: SMP, SCHED_ULE, PREEMPTION 2010-07-15 16:32:59 +00:00
tinyware Rework all non-contributed files that use `struct timezone'. 2012-09-01 14:45:15 +00:00
Version