summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Expand)Author
2017-05-14Formatting and punctuation improvements.wiz
2017-05-09Add the new signalname/signalnext/signalnumber interface to libc.kre
2017-05-08use the symbolic M_ALL and trim with M_MASKchristos
2017-04-26Switch from a recursive pattern matching algorithm to handle '*'christos
2017-04-23fix typo (Leonardo Taccari)christos
2017-04-23Add VIS_DQ (for OpenBSD compat)christos
2017-04-18always initialize iovcntmaya
2017-04-13Fix out of bounds read for very large numbers (pointed out by Brooks Davis)christos
2017-03-23Remove trailing whitespace.wiz
2017-03-22Unbreak build, init variable (not a false alarm for this one.)kre
2017-03-22openlog(3): add LOG_PTRIM and LOG_NLOG log options.roy
2017-03-09Remove redundant null check before free. it is safe to free(NULL)maya
2017-03-06Improve grammar. Pointed out by Timo Buhrmester on netbsd-docs list.pgoyette
2017-02-21Use Fn for function name.abhinav
2017-02-21Fix spelling of "parenthesis".abhinav
2017-02-12fix off-by-one, found by asan.christos
2017-02-07Mark exect(3) obsolete and bind it to plain execve(2) on all platformskamil
2017-01-15fix *syslog_ss*christos
2017-01-14don't include machine/param.h <sys/param.h> already does WTF?christos
2017-01-12undo SSP damage from -Wsystem-headerschristos
2017-01-12A little more restructuring so that we don't need mutex stuff in syslog_ss.christos
2017-01-12Split syslog.c to:christos
2017-01-10simplify cast.christos
2017-01-10cast for size_tchristos
2016-12-26Add missing full stop.abhinav
2016-12-17Fix typo.wiz
2016-12-16scandir/alphasort take "const struct dirent **" not "const void *" inmrg
2016-12-10Fix typo; ".Lx" should be ".Nx"rin
2016-10-07Sync with compat and remove dup implementations of ldexp and modf, switchingchristos
2016-10-04return 0 on unsupported bases.christos
2016-10-04Fix xref.wiz
2016-10-04Add timespec_get(3) in <time.h> and enable unconditionally struct timespeckamil
2016-09-30Be more careful about preserving errno. Might conceivably be relateddholland
2016-09-30Be consistent about returning -1 on error. Don't return random errnosdholland
2016-09-04Bump the glob limits to 512KB for total string size and 64K pathjoerg
2016-08-04Realtime signal support from GSoC 2016, Charles Cui.christos
2016-08-03Fix _SC_TIMER_MAX listing, bump dateryoon
2016-07-15Fix mdoclint warnings.wiz
2016-07-15Number the properties. Identify the key erasure property by name.riastradh
2016-07-09Fix three of these strings (ones that are rarely seen)dholland
2016-07-05Bump date for _SC_THREAD_PRIO_PROTECT.wiz
2016-07-03GSoC 2016 Charles Cui: Implement thread priority protection based on workchristos
2016-06-12Don't refer getfsstat() using .Xr as we don't have man page for it anymore.abhinav
2016-06-10GSoC 2016: Charles Cui: Add timer related macroschristos
2016-06-10Bump date for previous.wiz
2016-06-10GSoC 2016: Charles Cui: add SEM_NSEMS_MAXchristos
2016-06-08Fix typo. From Kurt Jaeger via Brooks Davis and FreeBSD.wiz
2016-06-06Remove bsd_signal prototype from SYNOPSIS, we now have bsd_signal(3).wiz
2016-06-06Remove trailing whitespace. Fix Xr. Fix Dd argument.wiz
2016-06-06Use Fn. Merge two EINVAL sections.wiz