Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | freebsd 14 add new PT_GETREGSET/PT_SETREGSET flag | David CARLIER | 2022-02-03 | 1 | -1/+1 |
| | |||||
* | Update the FreeBSD 14 CI image | Alan Somers | 2022-01-19 | 1 | -1/+1 |
| | |||||
* | Add FreeBSD 14 CI | Yuki Okushi | 2021-11-17 | 1 | -0/+14 |
| | |||||
* | Use released Rustup 1.24.3 | Yuki Okushi | 2021-06-09 | 1 | -4/+0 |
| | |||||
* | Use Rustup v1.24.3 beta on FreeBSD CI | Yuki Okushi | 2021-06-02 | 1 | -5/+3 |
| | |||||
* | Upgrade FreeBSD 13 image to `freebsd-13-0-release` | Yuki Okushi | 2021-05-22 | 1 | -1/+1 |
| | |||||
* | Set `RUSTUP_IO_THREADS=1` to avoid the installation failure on FreeBSD CI | Yuki Okushi | 2021-05-22 | 1 | -0/+4 |
| | |||||
* | Refactor freebsd to add a new FreeBSD 13 module | Alan Somers | 2021-01-29 | 1 | -1/+1 |
| | |||||
* | Update to FreeBSD 12.2 | Yuki Okushi | 2020-10-31 | 1 | -1/+1 |
| | |||||
* | Drop FreeBSD 10 and add FreeBSD 13 image on Cirrus CI | Yuki Okushi | 2020-10-17 | 1 | -11/+12 |
| | |||||
* | Update FreeBSD 11 to 11.4-RELEASE | Yuki Okushi | 2020-07-27 | 1 | -1/+1 |
| | |||||
* | Update freebsd 12 image | Yuki Okushi | 2020-04-08 | 1 | -1/+1 |
| | |||||
* | Remove trailing spaces | Yuki Okushi | 2020-02-29 | 1 | -3/+3 |
| | |||||
* | Upgrade freebsd-11 stable | Yuki Okushi | 2020-02-19 | 1 | -1/+1 |
| | |||||
* | Use minimal profile for rustup | Mateusz Mikuła | 2019-10-15 | 1 | -3/+3 |
| | |||||
* | Add FreeBSD10 support | gnzlbg | 2019-09-16 | 1 | -0/+14 |
| | | | | | This adds libc-test support for Freebsd10 and a CI build job that tests FreeBSD10 with LIBC_CI only. | ||||
* | Test FreeBSD 12 on latest nightly | Mateusz Mikuła | 2019-09-11 | 1 | -1/+1 |
| | |||||
* | Fix the nightly FreeBSD12 toolchain to one without the build.rs bug | gnzlbg | 2019-09-06 | 1 | -1/+1 |
| | |||||
* | Test ABI without LIBC_CI on all supported FreeBSD versions | gnzlbg | 2019-08-14 | 1 | -15/+2 |
| | |||||
* | Add a build task for FreeBSD11 without LIBC_CI | gnzlbg | 2019-08-14 | 1 | -2/+17 |
| | |||||
* | Switch FreeBSD's CI image to stable/11 | Alan Somers | 2019-08-07 | 1 | -1/+1 |
| | | | | | | The 11.3-release GCE image isn't working due to a bug in the included py36-google-compute-engine package, but that bug is fixed in the latest stable/11 images. | ||||
* | Upgrade FreeBSD's CI image to release 11.3 | Alan Somers | 2019-08-07 | 1 | -1/+1 |
| | |||||
* | Add a FreeBSD 12 build job and test FreeBSD12 APIs | gnzlbg | 2019-05-24 | 1 | -7/+8 |
| | | | | | | | | | | | | | | | | | | | | | This commits adds a second FreeBSD 12 build job, and splits the implementation of the FreeBSD module into two modules, one for FreeBSD 11, and one for FreeBSD 12. The FreeBSD 11 module is compiled always by default, and is mostly forward compatible with FreeBSD 12 systems. The FreeBSD 12 module is only built for now in libc's CI, and uses FreeBSD 12 data types and APIs, linking to symbols that are only available in FreeBSD 12. Basically, when LIBC_CI env variable is defined, and the host system is a FreeBSD 12 system, then the FreeBSD 12 module is automatically built and tested. Conditional compilation is done using a `cfg(freebsd12)` flag. This commit also re-enables many tests, and documents why some remain disabled. | ||||
* | Add a nightly FreeBSD Cirrus-CI task | gnzlbg | 2019-05-24 | 1 | -3/+15 |
| | |||||
* | Move FreeBSD testing from Travis/QEMU to Cirrus-CI | Alan Somers | 2018-12-07 | 1 | -0/+14 |
Fixes #1163 |