haiku/headers/posix/sys
Oliver Tappe 7e965f506d More consolidation of timezone code:
* dropped DaylightSavingTime from real_time_clock code in kernel, it was
  never really being used for what it meant (and just being referred to by
  gettimeofday(), which put a different meaning to it
* adjusted the syscalls get_timezone() & set_timezone() as well as their callers 
  accordingly
* got rid of get_rtc_info() and rtc_info struct in kernel, as it was only
  being referred to by the FAT add-on and that one (like gettimeofday()) put a
  different meaning to tz_minuteswest. Added a comment to FAT's util.c
  showing a possible solution, should the hardcoded GMT timezone pose a problem.
* fixed declaration of gettimeofday() to match POSIX base specs, issue 7
* changed implementation of gettimeofday() to not bother trying to fill struct
  timezone - it was using wrong values before, anyway.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37888 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-08-03 23:02:57 +00:00
..
cdefs.h Define __THROW. 2008-03-23 01:21:53 +00:00
file.h * Implemented flock() semantics to the advisory locking backend. Not tested 2008-02-03 15:37:31 +00:00
ioctl.h * Includes termios.h in sys/ioctl.h, for TIOCGWINSZ. 2009-05-28 20:16:35 +00:00
ipc.h First patch by Salvatore to implement XSI semaphores with a few changes 2008-07-29 12:03:41 +00:00
mman.h * Implemented mprotect(). A vm_area does now have an optional array 2008-08-08 01:00:06 +00:00
msg.h * Introduced new header directory "config", which ATM contains HaikuConfig.h 2009-11-24 19:44:07 +00:00
param.h * Added _ALIGN() and _ALIGNBYTES macros. 2007-09-04 21:36:59 +00:00
poll.h Patch by Andreas Faerber: 2008-05-10 21:30:34 +00:00
resource.h Whitespace cleanup, no functional change. 2009-12-22 16:53:28 +00:00
select.h * Introduced new header directory "config", which ATM contains HaikuConfig.h 2009-11-24 19:44:07 +00:00
sem.h First patch by Salvatore to implement XSI semaphores with a few changes 2008-07-29 12:03:41 +00:00
socket.h added SOCK_SEQPACKET 2009-10-24 01:01:17 +00:00
sockio.h * Renamed the proprietary SIOC_* ioctls to B_SOCKET_* - no reason to pollute 2010-08-03 15:51:54 +00:00
stat.h * Added missing AT_EACCESS. 2009-11-26 16:17:17 +00:00
statvfs.h Added statvfs.h header and implemented statvfs() and fstatvfs() - both untested, though. 2005-11-07 13:47:55 +00:00
time.h More consolidation of timezone code: 2010-08-03 23:02:57 +00:00
timeb.h Minor cleanup. 2006-03-16 14:42:47 +00:00
times.h
types.h * Moved phys_addr_t definition to SupportDefs.h. 2010-05-25 11:18:38 +00:00
uio.h Merge of branches/team/network/new_stack - not yet complete as SVN does only support 2006-08-08 12:33:33 +00:00
un.h Our sockaddr_storage is only 128 bytes long. Hence invocations of bind() 2008-04-24 22:30:54 +00:00
utsname.h
wait.h Patch by Andreas Faerber: 2008-05-10 21:30:34 +00:00