Home | History | Annotate | Download | only in procfs
History log of /src/sys/miscfs/procfs/procfs_auxv.c
RevisionDateAuthorComments
 1.4  27-Sep-2019  christos Instead of casting to size_t, cast to uintmax_t to prevent truncation
(pointed out by chuq). In all these cases uio_offset can't be negative.
 1.3  26-Sep-2019  christos fix sign-compare issues: uio->uio_offset (off_t) is compared with (size_t):
cast the offset to size_t.
 1.2  30-Mar-2017  christos branches: 1.2.4; 1.2.6; 1.2.14; 1.2.18; 1.2.22;
remove comment.
 1.1  30-Mar-2017  christos add an auxv node.
 1.2.22.1  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.2.18.2  03-Dec-2017  jdolecek update from HEAD
 1.2.18.1  30-Mar-2017  jdolecek file procfs_auxv.c was added on branch tls-maxphys on 2017-12-03 11:38:48 +0000
 1.2.14.2  28-Aug-2017  skrll Sync with HEAD
 1.2.14.1  30-Mar-2017  skrll file procfs_auxv.c was added on branch nick-nhusb on 2017-08-28 17:53:09 +0000
 1.2.6.2  26-Apr-2017  pgoyette Sync with HEAD
 1.2.6.1  30-Mar-2017  pgoyette file procfs_auxv.c was added on branch pgoyette-localcount on 2017-04-26 02:53:28 +0000
 1.2.4.2  21-Apr-2017  bouyer Sync with HEAD
 1.2.4.1  30-Mar-2017  bouyer file procfs_auxv.c was added on branch bouyer-socketcan on 2017-04-21 16:54:04 +0000

RSS XML Feed