aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Make vadvise compat freebsd11.Brooks Davis2018-05-253-2/+47
* Indicate the brk/sbrk are deprecated and not portable.Brooks Davis2018-05-241-1/+16
* Note that PT_SETSTEP is auto-cleared.Konstantin Belousov2018-05-231-1/+2
* Implement printf(3) family %m format string extension.Konstantin Belousov2018-05-222-1/+28
* Conform to Berne Convention.Cy Schubert2018-05-221-1/+1
* Use St macro for specifying C standards.Sevan Janiyan2018-05-201-1/+5
* Fix a typo and remove an unneeded Tn macro as highlighted by mandoc -Tlint.Sevan Janiyan2018-05-201-5/+3
* Conform to Berne Convention.Cy Schubert2018-05-191-1/+1
* Plug a memory leak and potential NULL-pointer dereference introduced in r331214.Lawrence Stewart2018-05-171-1/+3
* Add implementations for clog(3), clogf(3), and clog(3).Konstantin Belousov2018-05-131-1/+1
* PROC_PDEATHSIG_CTL will appear first in 11.2.Konstantin Belousov2018-05-121-2/+2
* Update jemalloc to version 5.1.0.Jason Evans2018-05-111-4/+4
* Remove "All rights reserved" from my files.Xin LI2018-05-104-5/+1
* Remove 'All rights reserved' from my filesEric van Gyzen2018-05-092-2/+0
* Remove "all rights reserved" on files where I have copyright.Niclas Zeising2018-05-091-1/+0
* Now that a special no-SSP libc is used for rtld, allowKonstantin Belousov2018-05-091-4/+0
* Created static libc PIC/no-SSP library to be used by rtld.Konstantin Belousov2018-05-091-0/+1
* fcntl(2): Vaguely document that ENOTTY is possible, with light examplesKyle Evans2018-05-031-1/+9
* Clarify bindat/connectat use with AT_FDCWDEd Maste2018-04-302-22/+20
* Carefully update stack guard bytes inside __guard_setup().Konstantin Belousov2018-04-241-4/+16
* Rename PROC_PDEATHSIG_SET -> PROC_PDEATHSIG_CTL and PROC_PDEATHSIG_GETKonstantin Belousov2018-04-201-6/+6
* Replace SOFTFLOAT with __riscv_float_abi_*.Brooks Davis2018-04-195-11/+7
* Add PROC_PDEATHSIG_SET to procctl interface.Konstantin Belousov2018-04-181-1/+46
* Don't put multiple names on a single .Nm line. This fixes apropos(1)Edward Tomasz Napierala2018-04-177-8/+31
* Remove support for the Arcnet protocol.Brooks Davis2018-04-131-1/+0
* Replace MD assembly exect() with a portable version.Brooks Davis2018-04-1220-316/+53
* Bump .Dd value (forgot to do this in r332439)Oleksandr Tymoshenko2018-04-121-1/+1
* Fix quotes in the example code in syslog(3) BUGS sectionOleksandr Tymoshenko2018-04-121-1/+1
* Remove caching from getlogin(2).Brooks Davis2018-04-0611-296/+17
* Let syslog(3) use RFC 5424.Ed Schouten2018-04-062-18/+46
* Remove architecture specific shmat.S files.Brooks Davis2018-04-057-95/+1
* Remove architecture specific sigreturn.S files.Brooks Davis2018-04-0410-220/+3
* The correct symbol version for FreeBSD 12 is 1.5.Cy Schubert2018-04-031-1/+4
* Correct the version number for gets_s(3).Cy Schubert2018-04-031-1/+1
* Add gets_s(3) to the man page title (noticed by ed@).Cy Schubert2018-04-031-2/+3
* Add new gets_s(3) stdio function.Cy Schubert2018-04-036-3/+275
* Add missing file from 4331508Jeff Roberson2018-03-251-0/+188
* Document new NUMA related syscalls and utility options.Jeff Roberson2018-03-243-10/+18
* getentropy(3): Fallback to kern.arandom sysctl on older kernelsConrad Meyer2018-03-215-6/+42
* Implement getrandom(2) and getentropy(3)Conrad Meyer2018-03-219-0/+371
* Remove a lingering inaccuracy from mlock.2.Mark Johnston2018-03-201-4/+2
* Add a space between a section number and a following comma.Mark Johnston2018-03-151-5/+5
* Make getnameinfo(3) salen requirement less strict andHiroki Sato2018-03-152-9/+33
* des_crypt.3: Fix typo.Eitan Adler2018-03-071-1/+1
* Move softfloat symbol map entries to softfloat/Symbol.map.John Baldwin2018-03-054-54/+14
* Refer to SysV IPC permissions as numeric constants.Brooks Davis2018-03-043-31/+36
* Don't declare union semun in userspace unless _WANT_SEMUN is defined.Brooks Davis2018-03-022-5/+9
* Rename kernel-only members of semid_ds and msgid_ds.Brooks Davis2018-03-022-3/+3
* Fix typo.Edward Tomasz Napierala2018-02-271-1/+1
* Improve missing tty handling in init(8). This removes a check that didEdward Tomasz Napierala2018-02-272-6/+15