aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo that prevented some rc scripts from being installed.Brad Davis2018-07-291-14/+14
* beinstall: perform pre-installworld steps.Will Andrews2018-07-291-7/+93
* Fix the long term ULE load balancer so that it actually works. TheDon Lewis2018-07-291-5/+2
* MFV r336851:Martin Matuska2018-07-2920-67/+207
|\
| * Update vendor/libarchive/dist to git 2c8c83b9731ff822fad6cc8c670ea5519c366a14Martin Matuska2018-07-2825-75/+223
* | wpa_supplicant.8: Remove removed optionConrad Meyer2018-07-281-3/+1
* | exec.3: Add BUGS section and document non-FreeBSD portabilityConrad Meyer2018-07-281-0/+52
* | Move nscd.conf from etc/ to usr.sbin/nscd/Brad Davis2018-07-283-4/+1
* | Switch these to CONFS as well so they work with etcupdate/mergemaster.Brad Davis2018-07-281-9/+9
* | release: arm: Add a GENERIC sdcard imageEmmanuel Vadot2018-07-281-0/+16
* | Opps, I missed moving a couple of files in r336845.Brad Davis2018-07-2810-0/+0
* | Move rc startup scripts from etc/ to sbin/init/Brad Davis2018-07-28170-59/+63
* | UPDATING: Add note about efifb support and serial outputEmmanuel Vadot2018-07-281-0/+11
* | Whitespace only change, no functional change intended.Brad Davis2018-07-281-34/+33
* | Fix `make distribute' installing some configs which means CONFS was brokenBrad Davis2018-07-281-3/+0
* | Move etc/shells to lib/libc/gen with getusershell(3).Brad Davis2018-07-283-1/+2
* | Modify the NFSv4.1 server so that it allows ReclaimComplete as done by ESXi 6.7.Rick Macklem2018-07-284-8/+20
* | Disable -Wcast-align in libbsm and libauditdAlan Somers2018-07-282-0/+14
* | Be more conservative about setting hw.uart.consoleWarner Losh2018-07-282-16/+35
* | Remove insecure ciphers from GCE sshd configurationConrad Meyer2018-07-281-1/+0
* | Clean up execl*(3) manual page prototype formattingConrad Meyer2018-07-281-9/+4
* | Use the cp15 functions to read cp15 registers rather than using assemblyAndrew Turner2018-07-288-44/+15
* | Remove an unneeded cpu_ident() prototype.Andrew Turner2018-07-281-1/+0
* | Implement atomic_swap_{32,64,int,long,ptr}(9).Marius Strobl2018-07-281-2/+9
* | Remove some write only global values from the arm cpufunc code.Andrew Turner2018-07-281-11/+0
* | Remove an unused function from the arm ELF trampoline. It tries to findAndrew Turner2018-07-281-137/+0
* | Only build the cache handling code we need when building the arm ELFAndrew Turner2018-07-283-4/+8
* | Make the arm cpu setup functions static. Any other place that needs theseAndrew Turner2018-07-282-12/+17
* | Remove an unneeded check for CPU_XSCALE_81342Andrew Turner2018-07-281-3/+0
* | Remove old CPU_ values from the arm cpufunc code. These have been removed.Andrew Turner2018-07-283-710/+3
* | Remove the old CPU_ values from the arm kernel trampoline. These optionsAndrew Turner2018-07-281-48/+2
* | Remove now the cow unused CPU_ARM9 and CPU_FA526 options. These are forAndrew Turner2018-07-287-1127/+5
* | The RT1310 is an ARM926EJ-S, fix the config to mark it as such.Andrew Turner2018-07-281-1/+2
* | Only support INTRNG in the SMP code on arm. We already require INTRNG onAndrew Turner2018-07-283-160/+0
* | Remove IPI_IRQ_START and IPI_IRQ_END from the arm kernel config files.Andrew Turner2018-07-2813-38/+0
* | To date, mlockall(MCL_FUTURE) has had the unfortunate side effect ofAlan Cox2018-07-281-4/+7
* | Fix compilation error on some arches after r336761 & r336781.David Bright2018-07-281-1/+1
* | MFV r336800: libarchive: Cherry-pick upstream 2c8c83b9Conrad Meyer2018-07-281-0/+6
|\|
| * libarchive: Cherry-pick upstream 2c8c83b9Conrad Meyer2018-07-281-0/+6
* | tools/build/beinstall.sh: Use some slightly better shell syntax; reduce dupli...Eitan Adler2018-07-281-11/+12
* | Update nfsd.8 for support of IPv6 addresses for hosts in the "-p" option.Rick Macklem2018-07-271-7/+14
* | Remove npe.4. It was removed as part of the xscale removal.Warner Losh2018-07-271-1/+0
* | Add support for IPv6 addresses to the pNFS "-p" option.Rick Macklem2018-07-271-11/+46
* | Avoid a install(1) crash by not using -C when the source is /dev/nullBrad Davis2018-07-271-1/+7
* | Use % for printf, not a dollar signWarner Losh2018-07-271-1/+1
* | Style nits noted by rpokalaWarner Losh2018-07-271-2/+1
* | In the BootXXXX message, use the actual boot variable.Warner Losh2018-07-271-9/+11
* | Add some additional debug to loader.efiWarner Losh2018-07-271-1/+2
* | stand debugWarner Losh2018-07-271-6/+42
* | also set multicons for testsWarner Losh2018-07-271-1/+2