about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/chown.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
|
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
|
* Linux: consolidate chown implementationAdhemerval Zanella Netto2022-12-071-0/+34
| | | | | | | | Use chown syscall if defined, otherwise use fchownat. Checked on x86_64-linux-gnu. Reviewed-by: Carlos O'Donell <carlos@redhat.com> Tested-by: Carlos O'Donell <carlos@redhat.com>
* Moved to i386.Ulrich Drepper1998-03-091-91/+0
|
* Update.Ulrich Drepper1998-03-081-6/+29
| | | | | | 1998-03-08 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/chown.c: Add versioning stuff.
* Update.Ulrich Drepper1998-03-081-0/+68
1998-03-07 Andreas Jaeger <aj@arthur.rhein-neckar.de> * sysdeps/unix/sysv/linux/chown.c: New file for compatibility of Linux 2.0 and 2.1. * sysdeps/unix/sysv/linux/syscalls.list: Add chown.