]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libc/sys
libipsec: Fix a typo in a source code comment
[FreeBSD/FreeBSD.git] / lib / libc / sys /
2022-04-14 Greg Leheychroot.2: Correct grammar errors.
2022-03-29 Martin Matuskazfs: merge openzfs/zfs@52bad4f23 (zfs-2.1-release)...
2022-03-26 Piotr Pawel StefaniakMention kern.timecounter.alloweddeviation in nanosleep.2
2022-03-11 Martin Matuskazfs: merge openzfs/zfs@ef83e07db (zfs-2.1-release)...
2022-03-07 Mateusz Guzikfd: add close_range(..., CLOSE_RANGE_CLOEXEC)
2022-02-15 Konstantin Belousovlibc binuptime(): use the right function to get the...
2022-02-10 Kyle Evansexecve: disallow argc == 0
2022-01-29 Konstantin Belousovptrace(2): document policies affecting access to the...
2022-01-22 Konstantin Belousovkqueue(2): Add note about format of the data for NOTE_EXIT
2022-01-14 Konstantin BelousovAdd sched_getcpu()
2021-12-30 Ed Mastegetfh: clarify that it is a privileged operation
2021-12-20 Konstantin BelousovDocument new variant of swapoff(2)
2021-12-20 Konstantin Belousovswapoff: add one more variant of the syscall
2021-12-20 Konstantin Belousovswapoff(2): document extended syscall arguments
2021-12-19 Martin Matuskazfs: merge openzfs/zfs@af88d47f1 (zfs-2.1-release)...
2021-12-19 Florian WalpenAdd idle priority scheduling privilege group to MAC...
2021-12-19 Florian WalpenMAC/priority module for realtime privilege group
2021-12-13 Mark Johnstonlibc: Add pdfork to the list of interposed system calls
2021-12-13 Konstantin Belousovfcntl(2): be more precise about third arg type
2021-12-13 Konstantin Belousovfcntl(2): add F_KINFO operation
2021-11-06 Konstantin Belousovfexecve(2): allow O_PATH file descriptors opened withou...
2021-10-26 Konstantin Belousovprocctl: actually require debug privileges over target
2021-10-26 Konstantin Belousovprocctl(2): add consistent shortcut P_ID:0 as curproc
2021-10-16 Greg VO_PATH: allow vfs_extattr syscalls
2021-10-10 Jessica Clarkelibc: Fix build on case-insensitive file systems
2021-10-10 Konstantin Belousovreadlinkat(2): allow O_PATH fd
2021-10-10 Konstantin BelousovFix mistakes in link(2) and shm_open(2)
2021-10-06 Kyle Evanskqueue: document how timers with low/past timeouts...
2021-09-24 Konstantin Belousovprocctl(2): Add PROC_WXMAP_CTL/STATUS
2021-09-24 Edward Tomasz Napi... procctl(2): add PROC_NO_NEW_PRIVS_CTL, PROC_NO_NEW_PRIV...
2021-09-18 Martin Matuskazfs: merge openzfs/zfs@71c609852 (zfs-2.1-release)...
2021-09-14 Mark Johnstonkqueue.2: Document the fact that EVFILT_READ can be...
2021-09-12 Warner Loshclock_gettime: Add Linux aliases for CLOCK_*
2021-08-26 Kyle Evanskenv: allow listing of static kernel environments
2021-08-21 Mark Johnstonkevent: Prohibit negative change and event list lengths
2021-08-12 Konstantin Belousovfork(2): comment about doubtful use of stdio and exit...
2021-08-12 Ceri Daviesfork.2: correct minor typo in manpage.
2021-08-12 Konstantin BelousovAdd _Fork()
2021-08-12 Mateusz Piotrowskifork.2: Fix a typo in an example
2021-08-12 Mateusz Piotrowskifork.2: Add a simple use pattern
2021-08-11 Roy Marplessocket: Implement SO_RERROR
2021-07-10 Martin Matuskazfs: merge openzfs/zfs@4f92fe0f5 (zfs-2.1-release)...
2021-06-30 Martin Matuskazfs: merge openzfs/zfs@508fff0e4 (zfs-2.1-release)...
2021-06-30 Konstantin Belousovvdso: lower precision of vdso implementation of CLOCK_M...
2021-06-30 Konstantin Belousovvdso gettimeofday: minor restructuring
2021-06-26 Martin Matuskazfs: merge openzfs/zfs@aee26af27 (zfs-2.1-release)...
2021-06-22 Martin Matuskazfs: merge openzfs/zfs@9a865b7fb (zfs-2.1-release)...
2021-06-20 Martin Matuskazfs: merge openzfs/zfs@3de7aeb68 (zfs-2.1-release)...
2021-06-13 Martin Matuskazfs: merge openzfs/zfs@c3b60eded (zfs-2.1-release)...
2021-06-08 Martin Matuskazfs: merge openzfs/zfs@7d9f3ef0e (zfs-2.1-release)...
2021-06-08 Martin Matuskazfs: merge openzfs/zfs@3522f57b6 (zfs-2.1-release)...
2021-06-01 Konstantin Belousovptrace: add an option to not kill debuggees on debugger...
2021-05-19 Konstantin Belousovopenat(2): add O_EMPTY_PATH
2021-05-10 Konstantin BelousovAdd ptrace(PT_COREDUMP)
2021-05-05 Piotr Pawel Stefaniakgetdirentries.2: remove unnecessary space
2021-05-03 Konstantin Belousovconnectat(2): clarify that the s argument is socket
2021-04-23 Konstantin BelousovO_PATH: allow vnode kevent filter on such files
2021-04-23 Konstantin BelousovMake files opened with O_PATH to not block non-forced...
2021-04-23 Konstantin Belousovopen(2): Implement O_PATH
2021-04-23 Konstantin BelousovAdd AT_EMPTY_PATH for several *at(2) syscalls
2021-04-23 Konstantin Belousovlink(2): correct descriptor name in AT_RESOLVE_BENEATH...
2021-03-04 Konstantin Belousovopen(2): Remove O_BENEATH and AT_BENEATH
2021-03-04 Konstantin Belousovfhlink(2): the syscalls do not take flag
2021-03-01 Rick Macklemgetdirentries.2: fix for NFS mounts
2021-02-25 Guangyuan Yangpwrite(2): add a BUGS section
2021-02-22 Jamie GrittonMFC jail: Change both root and working directories...
2021-01-15 Emmanuel VadotAdd 'sys/contrib/device-tree/' from commit '5ee353c36d3...
2021-01-14 Simon J. GerratyMerge bmake-20210110
2021-01-14 Kyle Evanscontrib/lua: update to 5.4.2
2021-01-12 Alan Somerslio_listio: validate aio_lio_opcode
2021-01-11 Konstantin Belousovlibthr: wrap pdfork(2), same as fork(2).
2021-01-08 Thomas Munroaio_fsync(2): Support O_DSYNC.
2021-01-08 Thomas Munroopen(2): Add O_DSYNC flag.
2021-01-03 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2021-01-03 Alan SomersAdd aio_writev and aio_readv
2021-01-03 Rick Macklemcopy_file_range(2): add recommendation to use large...
2021-01-02 Toomas SoomeAdd 'contrib/pnglite/' from commit 'a70c2a23d0d84dfc63a...
2021-01-02 Toomas SoomeAdd 'contrib/terminus/' from commit 'cee3932f8c02a220d7...
2020-12-30 Philip Paepscontrib/tzdata: import tzdata 2020f
2020-12-28 Konstantin Belousoveventfd.2: Add the mail address of the submitter into...
2020-12-27 Martin Matuskacontrib/libarchive: Import libarchive 3.5.1
2020-12-27 Konstantin BelousovDocument eventfd().
2020-12-27 Konstantin Belousovkqueue(2): Use .Fo instead .Ft
2020-12-27 Konstantin BelousovAdd eventfd(3) wrappers to libc.
2020-12-25 Conrad Meyersys/contrib/zstd: Import zstd 1.4.8
2020-12-25 Philip Paepscontrib/tzdata: import tzdata 2020e
2020-12-24 Guangyuan Yangmmap(2): Update .Dd missed in the last commit
2020-12-24 Guangyuan Yangmmap(2): Fix a typo
2020-12-19 Gordon Berglinglibc: Fix most issues reported by mandoc
2020-12-18 Xin LIMFV r368746:
2020-12-13 Martin MatuskaMFV r368607:
2020-12-11 Enji Coopercpuset{,_getaffinity,_getdomain}.2: fix SEE ALSO
2020-12-11 Enji Cooperaio_suspend.2: properly canonicalize .Dd
2020-12-11 Enji Coopercap_enter(2): fix CAVEATS section
2020-12-09 Kyle Evans_umtx_op(2): document recent addition of 32bit compat...
2020-12-09 Cy SchubertMFV r368464:
2020-12-09 Jung-uk KimMerge OpenSSL 1.1.1i.
2020-12-08 Enji Cooperextattr_get_file(20: bump .Dd
2020-12-08 Enji Cooperextattr_get_file(2): clarify RETURN VALUES
2020-12-08 Enji Cooperextattr_get_file(2): fix more formatting
next