aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* loader: add ip layer code into libstandToomas Soome2017-05-154-118/+444
* Add information to open(2) man page about the O_VERIFY flag.Stephen J. Kiernan2017-05-151-0/+10
* getusershell: don't write past end of line buffer reading local shellsEd Maste2017-05-151-3/+3
* Style.Konstantin Belousov2017-05-151-9/+7
* Simplify cleanup on failure in realpath(3).Konstantin Belousov2017-05-151-44/+31
* Fix several buffer overflows in realpath(3).Konstantin Belousov2017-05-151-19/+27
* Silence a -Wunused warning about the junk variable being used to raiseDimitry Andric2017-05-133-3/+3
* Fix __pthread_mutex_trylock() to call THR_CRITICAL_LEAVE() on failure ratherJason Evans2017-05-131-1/+1
* Add LTO-8 density codes.Kenneth D. Merry2017-05-111-0/+1
* libstand: NULL pointer dereference in rarpToomas Soome2017-05-101-1/+1
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-05-092-0/+116
* DIRDEPS_BUILD: Connect new directories.Bryan Drewery2017-05-091-0/+19
* glob: Fix comment about collapsing asterisks after r317749.Jilles Tjoelker2017-05-071-1/+2
* loader: network read reworkToomas Soome2017-05-0615-399/+389
* distinguish NFS versus TFTP boot by rootpathBaptiste Daroussin2017-05-064-16/+8
* Build zstandard with threading enabledBaptiste Daroussin2017-05-061-1/+3
* Provide a freebsd32 implementation of sigqueue()Brooks Davis2017-05-051-2/+16
* Add support for socket option names related to the level IPPROTO_UDPLITE.Michael Tuexen2017-05-042-0/+4
* MFV r317781:Martin Matuska2017-05-041-0/+2
* cpuset.2: Document new API optionsConrad Meyer2017-05-031-1/+3
* glob: Fix an overlong lineConrad Meyer2017-05-031-1/+2
* libc glob: Avoid pathological exponential behaviorConrad Meyer2017-05-033-44/+171
* Add support for socket option names related to the IPPROTO_IPV6 level.Michael Tuexen2017-05-032-0/+3
* Add support for socket option names related to the IPPROTO_SCTP level.Michael Tuexen2017-05-032-0/+4
* Correct an out-of-bounds read in regcomp when the RE is bad.Brooks Davis2017-05-021-0/+4
* Support clnt_raw's use of FD_SETSIZE as a fake file descriptor.Brooks Davis2017-05-011-4/+6
* Make semaphore names list mutex non-recursive.Konstantin Belousov2017-04-301-5/+1
* Restructure normal (non-error) control flow in sem_close().Konstantin Belousov2017-04-301-12/+10
* Style.Konstantin Belousov2017-04-301-22/+25
* editline.3: Add missing argument to H_SET descriptionConrad Meyer2017-04-281-2/+2
* Use unconditional jr (jump register) so cerror relocation offset fits.Ruslan Bukin2017-04-272-3/+9
* Make cached Bluetooth LE host advertise information visible from userland.Takanori Watanabe2017-04-271-0/+1
* getpagesize(3) cannot fail.Konstantin Belousov2017-04-261-4/+1
* getpagesize(3) cannot fail.Konstantin Belousov2017-04-261-1/+1
* Remove an incorrect MLINK for tree(3) introduced in r310728.Glen Barber2017-04-251-1/+0
* Fix a potential problem where we might try to shift by more than 31 bitsDoug Rabson2017-04-251-11/+14
* Remove the NATM framework including the en(4), fatm(4), hatm(4), andBrooks Davis2017-04-241-1/+0
* scandir(3): promote arraysz to size_t to match numitems.Pedro F. Giffuni2017-04-241-2/+1
* msun: Remove trailing space in Sunsoft copyright statement.Pedro F. Giffuni2017-04-231-1/+1
* regex: unsign and constify some variables.Pedro F. Giffuni2017-04-236-28/+27
* Minor style(9) fixupsEnji Cooper2017-04-231-10/+9
* Note that getpagesize(3) can return -1 on failureEnji Cooper2017-04-231-1/+4
* Fix type for `pagesize` to match the return type for getpagesize(3)Enji Cooper2017-04-231-2/+2
* Check for failures from getpagesize(3)Enji Cooper2017-04-231-0/+2
* Minor style(9) fixupsEnji Cooper2017-04-231-8/+6
* libgeom(3): note that stdio.h is required when referencing gctl_dump(3)Enji Cooper2017-04-221-0/+4
* libgeom(3): apply minor polishEnji Cooper2017-04-221-11/+10
* lib: initial use of reallocarray(3).Pedro F. Giffuni2017-04-215-7/+7
* libthread_db: unbreak build due to sign/unsigned comparison.Pedro F. Giffuni2017-04-201-2/+2
* Add function and data sections when building llvm, clang, lld and lldb,Dimitry Andric2017-04-201-0/+4