Corinna Vinschen
86bc8fadff
* fhandler.cc (check_posix_perm): Moved here from syscalls.cc.
(fhandler_base::fpathconf): New method implementing (f)pathconf.
* fhandler.h (class fhandler_base): Declare fpathconf method.
* path.cc (path_conv::check): Replace MAX_LINK_DEPTH with SYMLOOP_MAX.
* path.h (MAX_LINK_DEPTH): Delete.
* syscalls.cc (check_posix_perm): Move to fhandler.cc.
(fpathconf): Call fhandler's fpathconf method.
(pathconf): Build fhandler and call fhandler's fpathconf method.
* sysconf.cc (sysconf): Reorder switch according to order of flags
in sys/unistd.h. Add handling for some missing flags.
* include/limits.h: Reorder according to SUSv3 description. Add some
missing definitions. Add comments.
* include/sys/syslimits.h: New file overriding newlib's syslimits.h
file.
2006-11-07 17:59:54 +00:00
..
2005-09-17 08:55:30 +00:00
2006-10-16 12:34:34 +00:00
2006-08-07 19:29:14 +00:00
2005-06-01 18:24:31 +00:00
2006-07-25 19:23:23 +00:00
2006-11-07 17:59:54 +00:00
2005-07-26 00:55:42 +00:00
2005-03-28 21:58:23 +00:00
2004-09-14 08:29:12 +00:00
2005-08-08 15:00:39 +00:00
2005-11-10 21:17:15 +00:00
2003-11-06 21:31:24 +00:00
2005-12-03 05:01:51 +00:00
2006-08-07 19:29:14 +00:00
2006-05-28 15:50:14 +00:00
2002-02-28 14:30:38 +00:00
2005-08-08 09:45:42 +00:00
2005-08-08 13:39:56 +00:00
2006-01-09 12:41:54 +00:00
2006-10-17 17:34:56 +00:00
2005-06-10 12:11:35 +00:00
2005-02-22 19:45:41 +00:00
2006-11-07 17:59:54 +00:00
2006-02-13 19:01:32 +00:00
2006-07-25 19:23:23 +00:00
2003-09-25 03:46:20 +00:00
2006-07-13 12:59:53 +00:00
2003-09-10 15:51:59 +00:00
2005-03-27 02:31:33 +00:00
2003-10-27 11:48:29 +00:00
2006-07-03 12:30:04 +00:00
2003-12-01 10:39:17 +00:00
2006-02-02 22:46:37 +00:00