| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r340507-r340508, r340592-r340594, r340635-r340636: bectl(8) fixes | Kyle Evans | 2018-11-22 | 6 | -135/+86 |
* | MFC r340108 and r340149 | Mateusz Guzik | 2018-11-21 | 4 | -16/+8120 |
* | MFC r339531,r339579,r340252,r340463,r340464,340472,r340587 | Mateusz Guzik | 2018-11-20 | 4 | -73/+91 |
* | MFC r340314: | Alan Somers | 2018-11-15 | 1 | -3/+11 |
* | MFC r340334: libbe(3): Set canmount properly when activating a new BE | Kyle Evans | 2018-11-15 | 1 | -0/+18 |
* | MFC r340146: Move pmc* bits behind MK_PMC to fix WITHOUT_PMC build | Kyle Evans | 2018-11-08 | 1 | -2/+1 |
* | MFC r339994: libbe(3): Don't promote non-cloned BEs | Kyle Evans | 2018-11-05 | 1 | -2/+14 |
* | Follow up on r331936. gets_s(3) will also fail in the same way that | Cy Schubert | 2018-10-28 | 1 | -0/+2 |
* | MFC r339489: | Yuri Pankov | 2018-10-27 | 3 | -103/+48 |
* | Uncomment -DNDEBUG in stable/12 after branching stable/12. | Glen Barber | 2018-10-21 | 1 | -1/+1 |
* | strptime: fix parsing of tm_year when both %C and %y appear in the | Yuri Pankov | 2018-10-17 | 1 | -9/+17 |
* | Get rid unneccessary useless calls to lseek(2) from getgrent(3). | Edward Tomasz Napierala | 2018-10-16 | 1 | -17/+31 |
* | Avoid OOB reads in memmem(3). | Gleb Smirnoff | 2018-10-15 | 1 | -9/+9 |
* | Prevent flex(1) from generating calls to isatty(3) - and, in turn, | Edward Tomasz Napierala | 2018-10-15 | 1 | -0/+1 |
* | Don't call dlopen(3) for built-in NSS types - "cache", "compat", | Edward Tomasz Napierala | 2018-10-15 | 2 | -7/+14 |
* | Add .Xrs to kqueue(2) from pdfork(2) and procdesc(4), to make EVFILT_PROCDESC | Edward Tomasz Napierala | 2018-10-14 | 1 | -1/+2 |
* | Process irelocs for statically linked binaries from crt1 on x86. | Konstantin Belousov | 2018-10-13 | 14 | -9/+212 |
* | amd64: convert libc bcopy to a C func to avoid future bloat | Mateusz Guzik | 2018-10-13 | 3 | -104/+15 |
* | amd64: import updated kernel memmove to libc | Mateusz Guzik | 2018-10-13 | 2 | -6/+271 |
* | strptime: disallow zero hour for %I (defined by POSIX as [01,12]) and %l | Yuri Pankov | 2018-10-13 | 1 | -1/+1 |
* | Document that sendfile(2) can return ENOTCAPABLE | Allan Jude | 2018-10-13 | 1 | -1/+7 |
* | Add libssl to libldns for DANE. | Dag-Erling Smørgrav | 2018-10-12 | 1 | -1/+1 |
* | libmemstat: adjust for per-cpu stats after r338899 | Mateusz Guzik | 2018-10-11 | 1 | -26/+40 |
* | libusb(3): Update the link to the libusb homepage. | Mateusz Piotrowski | 2018-10-11 | 1 | -7/+11 |
* | lld: set sh_link and sh_info for .rela.plt sections | Ed Maste | 2018-10-11 | 1 | -1/+1 |
* | Update Makefile for 1.8.0, apologies for the breakage. | Dag-Erling Smørgrav | 2018-10-10 | 1 | -5/+5 |
* | MFH r338661 through r339253. | Glen Barber | 2018-10-09 | 1 | -1/+1 |
|\ |
|
| * | Disallow zero day of month from strptime("%d"). | Konstantin Belousov | 2018-10-08 | 1 | -1/+1 |
* | | MFH r339206-r339212, r339215-r339239 | Glen Barber | 2018-10-08 | 1 | -12/+66 |
|\| |
|
| * | amd64: import updated kernel memset to libc | Mateusz Guzik | 2018-10-05 | 1 | -12/+66 |
* | | MFH r338661 through r339200. | Glen Barber | 2018-10-05 | 39 | -185/+2837 |
|\| |
|
| * | crt: switch to standard note type definitions from elf_common.h | Ed Maste | 2018-10-04 | 4 | -7/+8 |
| * | amd64: reimplement libc memset and bzero with kernel memset | Mateusz Guzik | 2018-10-01 | 2 | -91/+66 |
| * | libbe(3): Fix BE activation promoting activated BE | Kyle Evans | 2018-10-01 | 1 | -7/+13 |
| * | clang: allow ifunc resolvers to accept arguments | Ed Maste | 2018-09-29 | 1 | -1/+1 |
| * | amd64: remove unnecessary cld from libc memcpy/bcopy | Mateusz Guzik | 2018-09-29 | 1 | -1/+0 |
| * | When multiple threads are involved receiving completion events in LibUSB | Hans Petter Selasky | 2018-09-28 | 1 | -0/+6 |
| * | amd64: reimplement libc memcmp and bcmp with kernel memcmp | Mateusz Guzik | 2018-09-27 | 2 | -51/+222 |
| * | Move libc linker ifunc test to build target only | Ed Maste | 2018-09-24 | 1 | -5/+6 |
| * | Move hosts.allow to lib/libwrap/ | Brad Davis | 2018-09-22 | 2 | -0/+93 |
| * | libc: require ifunc-capable linker for amd64/i386 | Ed Maste | 2018-09-21 | 1 | -0/+5 |
| * | Move nsmb.conf to lib/libsmb/ | Brad Davis | 2018-09-20 | 2 | -0/+58 |
| * | Move opieaccess to lib/libopie/ | Brad Davis | 2018-09-20 | 2 | -0/+16 |
| * | Move regdomain.xml to lib/lib80211/ | Brad Davis | 2018-09-19 | 2 | -0/+1944 |
| * | Move libalias.conf to lib/libalias/libalias/ | Brad Davis | 2018-09-18 | 2 | -0/+9 |
| * | Move mac.conf to lib/libc/posix1e/ | Brad Davis | 2018-09-18 | 2 | -0/+19 |
| * | Fix CONFS to append the value in this case. | Brad Davis | 2018-09-18 | 1 | -1/+1 |
| * | Move rpc and netconfig to lib/libc/rpc/ | Brad Davis | 2018-09-17 | 3 | -0/+88 |
| * | Move hosts, hosts.equiv, networks, nsswitch.conf, protocols to lib/libc/net/ | Brad Davis | 2018-09-17 | 6 | -0/+232 |
| * | amd64: depessimize userspace memcpy/memmove/bcopy | Mateusz Guzik | 2018-09-17 | 2 | -4/+16 |