aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* csu: add crtbrand.o dependency on sys/param.hEd Maste2024-01-311-0/+3
* login_cap.h: Remove LOGIN_DEFPRIOlivier Certner2024-01-292-2/+1
* login_cap.h: Remove LOGIN_DEFUMASKOlivier Certner2024-01-291-1/+0
* setusercontext(): Set priority from '~/.login_conf' as wellOlivier Certner2024-01-291-0/+2
* login.conf(5): Document priority's special value 'inherit'Olivier Certner2024-01-291-0/+3
* setclasspriority(): New possible value 'inherit'Olivier Certner2024-01-291-1/+7
* setusercontext(): Move priority setting in new setclasspriority()Olivier Certner2024-01-291-45/+52
* login.conf(5): Document priority's default and possible valuesOlivier Certner2024-01-291-1/+15
* setusercontext(): Better error messages when priority is not set correctlyOlivier Certner2024-01-291-17/+34
* login.conf(5): Default values: Rename column, elaborate on absence of suchOlivier Certner2024-01-291-4/+10
* setlogincontext(): Comply to style(9)Olivier Certner2024-01-291-17/+22
* login.conf(5): Document umask's special value 'inherit'Olivier Certner2024-01-291-0/+3
* setclassumask(): Accept 'inherit' as a valueOlivier Certner2024-01-291-1/+12
* setusercontext(): Set umask in a separate function, setclassumask()Olivier Certner2024-01-291-26/+33
* login_cap(3): Document login_getcapenum()Olivier Certner2024-01-291-0/+28
* New login_getcapenum(): Allows to read named enum valuesOlivier Certner2024-01-292-0/+48
* login.conf(5): umask has no default valueOlivier Certner2024-01-291-1/+1
* setusercontext(): umask: Set it only once (in the common case)Olivier Certner2024-01-291-14/+31
* open(2): describe *at behavior for dirfd opened without O_SEARCHKonstantin Belousov2024-01-291-12/+24
* libc: Annotate a couple of local functions as suchMark Johnston2024-01-291-2/+2
* libbe: handle destroying/renaming temporary/bootonce boot environmentsR. Christian McDonald2024-01-293-8/+23
* lib/msun: Cleanup after $FreeBSD$ removalSteve Kargl2024-01-28233-244/+0
* libc/amd64: Disable ASAN for amd64_archlevel.cMark Johnston2024-01-281-0/+6
* Add libllvm and liblldb source files to enable WITH_ASAN buildDimitry Andric2024-01-272-0/+7
* msun: remove fabs from Symbol.map, and adjust commentDimitry Andric2024-01-272-2/+2
* inet(3): clarify syntax accepted by inet_ptonMike Karels2024-01-271-9/+15
* open: make non-POSIX errno value more apparentEd Maste2024-01-261-0/+5
* Merge libcxxrt master 03c83f5a57be8c5b1a29a68de5638744f17d28baDimitry Andric2024-01-251-0/+4
* kcmp: Add a manual pageMark Johnston2024-01-242-0/+231
* Add kcmp(2) userspace bitsKonstantin Belousov2024-01-241-0/+4
* ncurses: serialize the tinfo build a little bitKyle Evans2024-01-241-3/+11
* pkru.3: Fix a typo in the manual pageGordon Bergling2024-01-201-1/+1
* sigfastblock.2: Fix a typo in the manual pageGordon Bergling2024-01-201-1/+1
* _umtx_op.2: Fix a typo in the manual pageGordon Bergling2024-01-201-1/+1
* libc: stop exposing __fcntl_compatBrooks Davis2024-01-131-1/+0
* system(3): fix typo santized -> sanitizedSteve Kargl2024-01-121-2/+2
* libc: separate syscall and non-syscall symbolsBrooks Davis2024-01-111-8/+11
* powerpc/SYS.h: implement _SYSCALL_BODY() macroBrooks Davis2024-01-111-6/+7
* pthread_attr_get_np(): Use malloc(), report ENOMEM, don't tamper on errorOlivier Certner2024-01-102-20/+27
* History for arc4random_*()David E. O'Brien2024-01-101-0/+11
* powerpc64/SYS.h: implement _SYSCALL_BODY() macroBrooks Davis2024-01-091-18/+10
* libhtr: pthread_attr_setaffinity_np(): Replace calloc() with malloc()Olivier Certner2024-01-091-1/+1
* libthr: thr_attr.c: More style and clarity fixesOlivier Certner2024-01-091-7/+7
* Fix "version introduced" in numerous manual pagesTom Hukins2024-01-082-2/+2
* resolv: Add a required include to resolv.hJan Beich2024-01-081-4/+1
* timingsafe_bcmp(3) was MFC'ed to 11.1David E. O'Brien2024-01-061-1/+1
* libpfctl: introduce a handle-enabled variant of pfctl_add_rule()Kristof Provost2024-01-042-6/+26
* libpfctl: introduce pfctl_handleKristof Provost2024-01-042-15/+53
* libthr: thr_attr.c: EINVAL, not ENOTSUP, on invalid argumentsOlivier Certner2024-01-041-13/+7
* libthr: thr_attr.c: Clarity, whitespace and styleOlivier Certner2024-01-041-278/+193