summaryrefslogtreecommitdiff
path: root/src/unix/bsd/freebsdlike/freebsd/freebsd12/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* add major/minor on BSDs/illumosSteve Lau2023-04-201-0/+10
* FreeBSD: move newly introduced functions in all versions back to rootVal Packett2023-02-111-14/+0
* expose dirname and basenameSteve Lau2022-10-251-0/+3
* Add makedev for the BSDsAlan Somers2022-09-071-0/+13
* Fix definition of kevent.data on FreeBSD 12+Alan Somers2022-05-071-1/+1
* Add riscv64-unknown-freebsd supportTobias Kortkamp2021-11-271-1/+2
* Auto merge of #2561 - GuillaumeGomez:procstat-items, r=JohnTitorbors2021-11-241-0/+58
|\
| * Add missing procstat items for FreeBSDGuillaume Gomez2021-11-231-0/+58
* | Fix doc comment on FreeBSD `kinfo_proc`Alexander Batischev2021-11-221-1/+1
|/
* Add documentation for kinfo_proc fieldsGuillaume Gomez2021-11-181-0/+84
* Add FreeBSD 14 moduleYuki Okushi2021-11-171-0/+2
* Properly declare a structYuki Okushi2021-11-171-0/+98
* Auto merge of #2465 - asomers:fbsd-consts, r=JohnTitorbors2021-10-201-19/+0
|\
| * Properly expose more constants on FreeBSDAlan Somers2021-10-201-19/+0
* | Add more freebsd itemsGuillaume Gomez2021-10-191-0/+14
|/
* freebsd procctl amd64 special flags additions.DC2021-08-281-0/+9
* procctl api addition for freebsd/dragonflybsdDC2021-08-161-0/+3
* Define EINTEGRITY on FreeBSD 12Alan Somers2021-07-121-1/+2
* freebsd introducing timingsafe api (from 12)David Carlier2021-06-041-0/+2
* bsd adding setproctitle (setproctitle_fast for FreeBSD too).David Carlier2021-06-011-0/+1
* freebsd update adding elf_aux_info from 12.x release.David Carlier2021-05-161-0/+1
* Fix styleYuki Okushi2021-04-061-10/+2
* Refactor freebsd to add a new FreeBSD 13 moduleAlan Somers2021-01-291-10/+4
* Add SO_DOMAIN constant to FreeBSDThomas de Zeeuw2020-12-291-1/+3
* Add getrandom to FreeBSDThomas de Zeeuw2020-11-241-0/+10
* Adding nmount to freebsd and removing fdatasync from freebsd 10DarcInc2020-10-181-0/+2
* add clock_nanosleep to freebsd 12 and netbsdMax Blachman2020-10-151-0/+6
* Move the SEAL constants to freebsd12 moduleSimonas Kazlauskas2020-07-201-0/+7
* FreeBSD: use stat header in freebsd11/freebsd12 on aarch64Greg V2020-07-061-3/+4
* Formattinggnzlbg2019-09-121-5/+13
* Add EINTEGRITY errno and fix styleLuca Pizzamiglio2019-07-281-4/+8
* Add support for FreeBSD CURRENT (aka freebsd13)Luca Pizzamiglio2019-07-281-0/+5
* Replace uses of fixed-width integer aliases with Rust typesgnzlbg2019-05-291-16/+16
* Add a FreeBSD 12 build job and test FreeBSD12 APIsgnzlbg2019-05-241-0/+207