aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix nested MAKEOBJDIRPREFIX breaking various release/buildworld/toolchain tar...Bryan Drewery2017-11-053-0/+5
* Set OBJROOT/OBJTOP as make arguments. Missed in r325329.Bryan Drewery2017-11-051-3/+3
* Increase TX_MAX_SEGS from 10 to 20 for the if_awg.c driverOleksandr Tymoshenko2017-11-041-3/+9
* Follow-up r325405: Only enable assertion for in-tree src builds.Bryan Drewery2017-11-041-1/+2
* AUTO_OBJ: Revert r325351 now that the fix is in auto.obj.mk in r325404.Bryan Drewery2017-11-041-6/+0
* Add an assertion to avoid the 'rm -rf /etc' case from cleanobj fixed in r325404.Bryan Drewery2017-11-041-0/+4
* Ensure .OBJDIR has known valueSimon J. Gerraty2017-11-041-1/+7
* Add missing MLINKS for disk_add_alias(9).Edward Tomasz Napierala2017-11-041-1/+2
* Make autofs(5) rc scripts run earlier, matching those for amd(8).Edward Tomasz Napierala2017-11-043-2/+5
* The src.opts.mk sets default value for the SHLIBDIR, so our set was notMariusz Zaborski2017-11-043-4/+7
* Casper work's only as shared library - disable building static ones.Mariusz Zaborski2017-11-047-6/+19
* ANSI-fy exec_shell_imgact().Pedro F. Giffuni2017-11-041-3/+2
* Add NIS automounter map, which supports rewriting of self-hosted locationsEdward Tomasz Napierala2017-11-042-1/+181
* Use proper naming in a debug message.Edward Tomasz Napierala2017-11-041-1/+1
* C++17 requires quick_exit(3) to be async-signal safe.Konstantin Belousov2017-11-042-2/+18
* x86: Do not emit unused TD_TID symbols.Konstantin Belousov2017-11-042-2/+0
* Eliminate unused load.Konstantin Belousov2017-11-041-1/+0
* Convert explicit panic() call to assert.Konstantin Belousov2017-11-041-2/+1
* Avoid calling get_controller_count() until attaching, this would avoidXin LI2017-11-044-10/+10
* Cleanup stray libstand names to be libsa names.Warner Losh2017-11-042-13/+13
* Revert "WIP: centralize machine links"Warner Losh2017-11-041-34/+0
* Revert "mostly libsa"Warner Losh2017-11-043-5/+4
* Make the startup timeout 0 seconds by default rathern than 420s. ThisWarner Losh2017-11-041-1/+1
* mostly libsaWarner Losh2017-11-043-4/+5
* WIP: centralize machine linksWarner Losh2017-11-041-0/+34
* Stop passing -me500 to the assembler for Book-E kernelsJustin Hibbits2017-11-043-3/+6
* Follow-up r318105: Don't use NO_OBJ at top-level, use NO_OBJWALK.Bryan Drewery2017-11-033-21/+21
* release/arm: Do not install ubldrEmmanuel Vadot2017-11-0310-20/+0
* Add the LTO-8 Type M density code (0x5d, LTO-8M) to libmt and theKenneth D. Merry2017-11-032-1/+7
* Allow the setting of the MTU for future paths using an SCTP socket option.Michael Tuexen2017-11-037-21/+78
* Fix an error in the PINE64.conf, where the ubldr is not neededGlen Barber2017-11-031-6/+3
* Special-case pget lookups where pid == curproc->pidMateusz Guzik2017-11-031-16/+21
* Add a configuration file for building pine64 SoC images.Glen Barber2017-11-031-0/+51
* Include TARGET and TARGET_ARCH in chroot_arm_build_release()Glen Barber2017-11-031-4/+6
* patch(1): don't assume a match if we run out of context to checkKyle Evans2017-11-031-0/+3
* Add alignment support to __libc_allocate_tls().Michal Meloun2017-11-031-23/+75
* Fix mpr(4) panics caused by bad drive mapping tablesAlan Somers2017-11-031-6/+20
* Allow CUSE(3) to free all memory mapped memory by using regular SWAP objectsHans Petter Selasky2017-11-032-130/+137
* Update to CLDR 32 and Unicode 10Baptiste Daroussin2017-11-0373-152633/+152924
* Remove redundant dev->si_drv1 NULL checks in the LinuxKPI.Hans Petter Selasky2017-11-031-14/+0
* Upgrade to Unicode 10.0.0Baptiste Daroussin2017-11-032-8/+8527
* In preparation for update of cldr to version 32 and unicode to version 10Baptiste Daroussin2017-11-031-1/+1
* While discussing the new gets_s.c in D12785, ed@ suggested puttingCy Schubert2017-11-031-2/+2
* Export std::get_new_handler() from libcxxrt.soAlex Richardson2017-11-031-1/+7
* Use correct pointer in key_updateaddresses() when updating NAT-T config.Andrey V. Elsukov2017-11-031-1/+1
* crypto(9) is called from ipsec in CRYPTO_F_CBIFSYNC mode. This is workingFabien Thomas2017-11-037-72/+296
* chase removal of csup in r267863 from 2014..Eitan Adler2017-11-031-1/+0
* Fix integer type and format in debug printJustin Hibbits2017-11-031-2/+2
* AUTO_OBJ: If the wanted .OBJDIR was not used then disable the feature.Bryan Drewery2017-11-031-0/+6
* Follow-up r325329: Store all WORLDTMP objects back in the same directory.Bryan Drewery2017-11-032-2/+2