| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix a typo that prevented some rc scripts from being installed. | Brad Davis | 2018-07-29 | 1 | -14/+14 |
| * | beinstall: perform pre-installworld steps. | Will Andrews | 2018-07-29 | 1 | -7/+93 |
| * | Fix the long term ULE load balancer so that it actually works. The | Don Lewis | 2018-07-29 | 1 | -5/+2 |
| * | MFV r336851: | Martin Matuska | 2018-07-29 | 20 | -67/+207 |
| |\ |
|
| | * | Update vendor/libarchive/dist to git 2c8c83b9731ff822fad6cc8c670ea5519c366a14 | Martin Matuska | 2018-07-28 | 25 | -75/+223 |
| * | | wpa_supplicant.8: Remove removed option | Conrad Meyer | 2018-07-28 | 1 | -3/+1 |
| * | | exec.3: Add BUGS section and document non-FreeBSD portability | Conrad Meyer | 2018-07-28 | 1 | -0/+52 |
| * | | Move nscd.conf from etc/ to usr.sbin/nscd/ | Brad Davis | 2018-07-28 | 3 | -4/+1 |
| * | | Switch these to CONFS as well so they work with etcupdate/mergemaster. | Brad Davis | 2018-07-28 | 1 | -9/+9 |
| * | | release: arm: Add a GENERIC sdcard image | Emmanuel Vadot | 2018-07-28 | 1 | -0/+16 |
| * | | Opps, I missed moving a couple of files in r336845. | Brad Davis | 2018-07-28 | 10 | -0/+0 |
| * | | Move rc startup scripts from etc/ to sbin/init/ | Brad Davis | 2018-07-28 | 170 | -59/+63 |
| * | | UPDATING: Add note about efifb support and serial output | Emmanuel Vadot | 2018-07-28 | 1 | -0/+11 |
| * | | Whitespace only change, no functional change intended. | Brad Davis | 2018-07-28 | 1 | -34/+33 |
| * | | Fix `make distribute' installing some configs which means CONFS was broken | Brad Davis | 2018-07-28 | 1 | -3/+0 |
| * | | Move etc/shells to lib/libc/gen with getusershell(3). | Brad Davis | 2018-07-28 | 3 | -1/+2 |
| * | | Modify the NFSv4.1 server so that it allows ReclaimComplete as done by ESXi 6.7. | Rick Macklem | 2018-07-28 | 4 | -8/+20 |
| * | | Disable -Wcast-align in libbsm and libauditd | Alan Somers | 2018-07-28 | 2 | -0/+14 |
| * | | Be more conservative about setting hw.uart.console | Warner Losh | 2018-07-28 | 2 | -16/+35 |
| * | | Remove insecure ciphers from GCE sshd configuration | Conrad Meyer | 2018-07-28 | 1 | -1/+0 |
| * | | Clean up execl*(3) manual page prototype formatting | Conrad Meyer | 2018-07-28 | 1 | -9/+4 |
| * | | Use the cp15 functions to read cp15 registers rather than using assembly | Andrew Turner | 2018-07-28 | 8 | -44/+15 |
| * | | Remove an unneeded cpu_ident() prototype. | Andrew Turner | 2018-07-28 | 1 | -1/+0 |
| * | | Implement atomic_swap_{32,64,int,long,ptr}(9). | Marius Strobl | 2018-07-28 | 1 | -2/+9 |
| * | | Remove some write only global values from the arm cpufunc code. | Andrew Turner | 2018-07-28 | 1 | -11/+0 |
| * | | Remove an unused function from the arm ELF trampoline. It tries to find | Andrew Turner | 2018-07-28 | 1 | -137/+0 |
| * | | Only build the cache handling code we need when building the arm ELF | Andrew Turner | 2018-07-28 | 3 | -4/+8 |
| * | | Make the arm cpu setup functions static. Any other place that needs these | Andrew Turner | 2018-07-28 | 2 | -12/+17 |
| * | | Remove an unneeded check for CPU_XSCALE_81342 | Andrew Turner | 2018-07-28 | 1 | -3/+0 |
| * | | Remove old CPU_ values from the arm cpufunc code. These have been removed. | Andrew Turner | 2018-07-28 | 3 | -710/+3 |
| * | | Remove the old CPU_ values from the arm kernel trampoline. These options | Andrew Turner | 2018-07-28 | 1 | -48/+2 |
| * | | Remove now the cow unused CPU_ARM9 and CPU_FA526 options. These are for | Andrew Turner | 2018-07-28 | 7 | -1127/+5 |
| * | | The RT1310 is an ARM926EJ-S, fix the config to mark it as such. | Andrew Turner | 2018-07-28 | 1 | -1/+2 |
| * | | Only support INTRNG in the SMP code on arm. We already require INTRNG on | Andrew Turner | 2018-07-28 | 3 | -160/+0 |
| * | | Remove IPI_IRQ_START and IPI_IRQ_END from the arm kernel config files. | Andrew Turner | 2018-07-28 | 13 | -38/+0 |
| * | | To date, mlockall(MCL_FUTURE) has had the unfortunate side effect of | Alan Cox | 2018-07-28 | 1 | -4/+7 |
| * | | Fix compilation error on some arches after r336761 & r336781. | David Bright | 2018-07-28 | 1 | -1/+1 |
| * | | MFV r336800: libarchive: Cherry-pick upstream 2c8c83b9 | Conrad Meyer | 2018-07-28 | 1 | -0/+6 |
| |\| |
|
| | * | libarchive: Cherry-pick upstream 2c8c83b9 | Conrad Meyer | 2018-07-28 | 1 | -0/+6 |
| * | | tools/build/beinstall.sh: Use some slightly better shell syntax; reduce dupli... | Eitan Adler | 2018-07-28 | 1 | -11/+12 |
| * | | Update nfsd.8 for support of IPv6 addresses for hosts in the "-p" option. | Rick Macklem | 2018-07-27 | 1 | -7/+14 |
| * | | Remove npe.4. It was removed as part of the xscale removal. | Warner Losh | 2018-07-27 | 1 | -1/+0 |
| * | | Add support for IPv6 addresses to the pNFS "-p" option. | Rick Macklem | 2018-07-27 | 1 | -11/+46 |
| * | | Avoid a install(1) crash by not using -C when the source is /dev/null | Brad Davis | 2018-07-27 | 1 | -1/+7 |
| * | | Use % for printf, not a dollar sign | Warner Losh | 2018-07-27 | 1 | -1/+1 |
| * | | Style nits noted by rpokala | Warner Losh | 2018-07-27 | 1 | -2/+1 |
| * | | In the BootXXXX message, use the actual boot variable. | Warner Losh | 2018-07-27 | 1 | -9/+11 |
| * | | Add some additional debug to loader.efi | Warner Losh | 2018-07-27 | 1 | -1/+2 |
| * | | stand debug | Warner Losh | 2018-07-27 | 1 | -6/+42 |
| * | | also set multicons for tests | Warner Losh | 2018-07-27 | 1 | -1/+2 |