trasz
b698561093
Get rid unneccessary useless calls to lseek(2) from getgrent(3).
Looks like this:
fstatat(AT_FDCWD,"/etc/nsswitch.conf",{ mode=-rw-r--r-- ,inode=2167001,size=390,blksize=32768 },0x0) = 0 (0x0)
open("/etc/group",O_RDONLY|O_CLOEXEC,0666) = 3 (0x3)
fstat(3,{ mode=-rw-r--r-- ,inode=2166927,size=919,blksize=32768 }) = 0 (0x0)
-lseek(3,0x0,SEEK_CUR) = 0 (0x0)
-lseek(3,0x0,SEEK_SET) = 0 (0x0)
read(3,"# $FreeBSD: release/10.0.0/etc/g"...,32768) = 919 (0x397)
close(3) = 0 (0x0)
Reviewed by: kib
Approved by: re (gjb)
MFC after: 2 weeks
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D17571
2018-10-16 18:17:07 +00:00
..
2018-06-01 23:42:10 +00:00
2018-10-13 21:17:28 +00:00
2018-07-27 21:25:01 +00:00
2017-11-20 19:49:47 +00:00
2018-05-10 06:41:08 +00:00
2017-11-25 17:12:48 +00:00
2018-10-16 18:17:07 +00:00
2017-11-20 19:49:47 +00:00
2018-09-17 15:49:35 +00:00
2017-11-25 17:12:48 +00:00
2018-08-19 17:40:50 +00:00
2018-08-07 15:24:19 +00:00
2017-12-08 17:52:53 +00:00
2018-04-17 09:05:46 +00:00
2018-06-04 19:35:15 +00:00
2017-12-08 15:57:29 +00:00
2018-10-15 19:48:36 +00:00
2018-09-18 01:40:37 +00:00
2018-06-04 19:35:15 +00:00
2018-06-04 19:35:15 +00:00
2018-07-26 14:42:20 +00:00
2017-11-20 19:49:47 +00:00
2018-07-14 09:29:45 +00:00
2018-08-16 13:18:40 +00:00
2018-07-23 09:54:28 +00:00
2018-09-18 01:38:44 +00:00
2018-04-24 15:59:39 +00:00
2018-05-13 09:54:34 +00:00
2018-06-04 19:35:15 +00:00
2018-05-22 11:05:40 +00:00
2018-08-19 14:39:57 +00:00
2018-10-13 16:25:28 +00:00
2018-10-15 20:20:57 +00:00
2018-10-14 18:42:54 +00:00
2018-06-27 16:56:46 +00:00
2017-11-25 17:12:48 +00:00
2017-08-13 14:42:23 +00:00
2017-11-20 19:49:47 +00:00
2017-11-25 17:12:48 +00:00
2018-09-24 13:42:46 +00:00