NetBSD/sys/msdosfs
perry b89a3425b7 Eliminate obsolete TIMEZONE and DST options.
Eliminate obsolete global kernel variable "struct timezone tz"
Add RTC_OFFSET option
Add global kernel variable rtc_offset, which is initialized by
RTC_OFFSET at kernel compile time.
on i386, x68k, mac68k, pc532 and arm32, RTC_OFFSET indicates how many
minutes west (east) of GMT the hardware RTC runs. Defaults to 0.
Places where tz variable was used to indicate this in the past have
been replaced with rtc_offset.
Add sysctl interface to rtc_offset.
Kill obsolete DST_* macros in sys/time.h
gettimeofday now always returns zeroed timezone if zone is requested.
settimeofday now ignores and logs attempts to set non-existant kernel
timezone.
1997-01-15 01:28:28 +00:00
..
bootsect.h Make the msdosfs driver understand Atari-gemdos filesystems. Although they 1995-07-24 06:36:23 +00:00
bpb.h Make the msdosfs driver understand Atari-gemdos filesystems. Although they 1995-07-24 06:36:23 +00:00
denode.h Implement poll(2). 1996-09-07 12:40:22 +00:00
direntry.h make the namei struct members ni_dirp and ni_next, and the componentname 1996-10-25 23:13:58 +00:00
fat.h Deal correctly with boundary between 12 bit and 16 bit cluster numbers 1996-02-11 22:48:14 +00:00
msdosfs_conv.c Eliminate obsolete TIMEZONE and DST options. 1997-01-15 01:28:28 +00:00
msdosfs_denode.c backout previous kprintf changes 1996-10-13 04:10:34 +00:00
msdosfs_fat.c backout previous kprintf changes 1996-10-13 04:10:34 +00:00
msdosfs_lookup.c make the namei struct members ni_dirp and ni_next, and the componentname 1996-10-25 23:13:58 +00:00
msdosfs_vfsops.c Change the second and third args to struct vfsops' (*vfs_mount)() to 1996-12-22 10:10:12 +00:00
msdosfs_vnops.c Fix panic on mkdir. 1996-11-08 15:51:49 +00:00
msdosfsmount.h Change the second and third args to struct vfsops' (*vfs_mount)() to 1996-12-22 10:31:41 +00:00