aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Add _flags2 per jhb@ suggestion since no room left in _flags.Andrey A. Chernov2015-10-286-10/+7
* According to POSIX, a write operation shall start at the current size ofAndrey A. Chernov2015-10-251-0/+3
* Fix compiling with gcc [4.2.1] after r287797 when MK_HESOID == no andEnji Cooper2015-10-252-13/+9
* Since no room left in the _flags, reuse __SALC for O_APPEND.Andrey A. Chernov2015-10-245-19/+31
* resolver: abuse _res a little lessEric van Gyzen2015-10-231-39/+52
* Revert lib/libc/gen/dirname.3@r289695Enji Cooper2015-10-211-2/+0
* Revert r289694Enji Cooper2015-10-211-0/+2
* cpuset.9: Link to/from the new pageConrad Meyer2015-10-202-4/+6
* Switch pl_child_pid from int to pid_t.John Baldwin2015-10-201-2/+2
* Document bitset(9)Conrad Meyer2015-10-171-2/+3
* resolver: automatically reload /etc/resolv.confEric van Gyzen2015-10-142-2/+51
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper2015-10-1226-60/+9
* Change the default setting of kern.ipc.shm_allow_removed from 0 to 1.Edward Tomasz Napierala2015-10-101-4/+7
* Use proper function prototypes.Craig Rodrigues2015-10-072-4/+4
* Document the recently added pl_syscall_* fields in struct ptrace_lwpinfo.John Baldwin2015-10-071-1/+24
* truss: Add support for utrace(2).Bryan Drewery2015-10-061-2/+3
* - address grammarJason Helfman2015-10-051-7/+6
* Revert r288628 and instead fix a discrepancy between the posix_fadvise(2)Mark Johnston2015-10-031-5/+7
* - Move PF_LOCAL at the end of the array. PF_INET{,6} is used more often.Hiroki Sato2015-10-031-7/+9
* wordexp: Rewrite to make WRDE_NOCMD reliable.Jilles Tjoelker2015-09-302-94/+148
* In this context fclose() can never fail, so assert it in the testXin LI2015-09-291-0/+1
* Annotate arm userspace assembler sources stating their tolerance toKonstantin Belousov2015-09-2930-1/+56
* Use calloc() instead of malloc + memset.Xin LI2015-09-291-2/+1
* fnmatch(): Remove exponential behaviour as in sh r229201.Jilles Tjoelker2015-09-271-28/+49
* Add missing CLEANFILES.Bryan Drewery2015-09-241-0/+2
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues2015-09-231-2/+2
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues2015-09-224-21/+9
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues2015-09-2235-409/+235
* Use proper function prototype for readdir().Craig Rodrigues2015-09-221-10/+6
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues2015-09-221-1/+1
* Avoid adding duplicates into OBJS. bsd.lib.mk already handles addingBryan Drewery2015-09-221-2/+0
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues2015-09-201-45/+16
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues2015-09-209-49/+20
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues2015-09-201-25/+10
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues2015-09-201-7/+3
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues2015-09-201-3/+1
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues2015-09-201-25/+7
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues2015-09-206-23/+7
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues2015-09-205-106/+52
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues2015-09-203-8/+6
* Remove names from some prototypesCraig Rodrigues2015-09-201-1/+1
* Remove names from some prototypesCraig Rodrigues2015-09-201-2/+2
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues2015-09-2012-51/+28
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues2015-09-2032-142/+56
* Remove names from some prototypesCraig Rodrigues2015-09-2012-14/+14
* Remove names from some prototypesCraig Rodrigues2015-09-202-5/+5
* Remove names from prototypesCraig Rodrigues2015-09-203-7/+7
* Add include for declaration of _set_tp(). Eliminates -Wmissing-prototypes wa...Craig Rodrigues2015-09-207-0/+7
* Add declarations to eliminate -Wmissing-prototypes warningsCraig Rodrigues2015-09-201-0/+3
* Use ANSI C prototypes.Craig Rodrigues2015-09-201-69/+31