summaryrefslogtreecommitdiff
path: root/src/unix/bsd/freebsdlike/dragonfly/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* add major/minor on BSDs/illumosSteve Lau2023-04-201-0/+8
* Add missing kqueue constants across BSDsVal Packett2023-03-291-0/+1
* expose dirname and basenameSteve Lau2022-10-251-0/+3
* Add more MNT_ flags on {Dragonfly,Net,Open}BSDAlan Somers2022-10-221-0/+10
* CPU_SETSIZE constant to dragonflybsd.David Carlier2022-09-281-0/+2
* Add makedev for the BSDsAlan Somers2022-09-071-0/+9
* dragonflybsd adding vmspace data.David Carlier2022-05-241-0/+31
* dragonflybsd adding subset of kvm apiDavid Carlier2022-05-221-0/+38
* Add DragonFlyBSD kinfo_proc and kinfo_lwp structsThomas Hurst2022-05-071-0/+103
* Add DragonFly umtx_{sleep, wakeup}.Mara Bos2022-04-191-0/+3
* Define ENOTRECOVERABLE and EOWNERDEAD on DragonFlyRyan Zoeller2022-02-101-0/+2
* Fix _CMSG_ALIGN on DragonFlyRyan Zoeller2022-01-231-1/+1
* fix(freebsd): incorrect constant type from ttycom.h南浦月2022-01-061-4/+4
* Fix _CMSG_ALIGN on DragonFlyRyan Zoeller2022-01-021-1/+1
* fcntl updates for DragonFlyBSD and NetBSDDavid Carlier2021-12-211-0/+1
* dragonflybsd add SO_PASSCRED const.David CARLIER2021-12-151-0/+1
* Auto merge of #2522 - rtzoeller:dfly_handle_deprecations, r=JohnTitorbors2021-12-051-17/+3
|\
| * Fix/remove deprecated DragonFly itemsRyan Zoeller2021-11-071-17/+3
* | dragonflybsd adding few new ioctl queriesDavid Carlier2021-11-251-0/+29
* | kinfo_cputime/kinfo_file addition for dragonflyDC2021-11-221-0/+27
* | Add FreeBSD 14 moduleYuki Okushi2021-11-171-0/+2
|/
* Auto merge of #2487 - rtzoeller:dfly_stat_deprecation, r=JohnTitorbors2021-11-061-0/+5
|\
| * Document stat changes on DragonFly BSDRyan Zoeller2021-11-051-0/+5
* | Auto merge of #2489 - rtzoeller:dfly_devname_r, r=JohnTitorbors2021-11-021-0/+8
|\ \
| * | DragonFly's devname_r takes a size_t len parameterRyan Zoeller2021-11-021-0/+8
| |/
* | Deprecate FIODGNAME on DragonFly, add FIODNAMERyan Zoeller2021-10-301-0/+7
|/
* dragonflybsd add checkpoint apiDavid Carlier2021-10-241-0/+6
* Deprecate XU_NGROUPS on DragonFlyRyan Zoeller2021-10-171-0/+3
* DragonFlyBSD supports sched_getcpu()Ryan Zoeller2021-09-251-0/+1
* fix CPU_ISSET signature for freebsd/dragonflybsd.David Carlier2021-09-211-1/+1
* dragonflybsd add memory alloc fn specificsDC2021-08-311-0/+3
* Auto merge of #2359 - devnexen:dfbsd_ucontext_fixes, r=JohnTitorbors2021-08-261-3/+50
|\
| * dragonflybsd complete ucontext debug code.DC2021-08-241-3/+50
* | Fix DragonFlyBSD's statfsRyan Zoeller2021-08-241-4/+8
* | dragonflybsd further utmpx db fnDC2021-08-241-0/+44
|/
* procctl api addition for freebsd/dragonflybsdDC2021-08-161-0/+7
* dragonflybsd add shm api.DC2021-08-141-0/+18
* dragonflybsd readjust stack_t stack type had been void pointer since 2019 cau...DC2021-08-081-1/+1
* freebsd/dragonfly adding pthread barrier api.David Carlier2021-06-211-0/+2
* pthread_spinlock api remaining bsd systemsDavid Carlier2021-06-171-0/+8
* dragonflybsd adding ucontext typeDC2021-06-071-0/+141
* bsd adding setproctitle (setproctitle_fast for FreeBSD too).David Carlier2021-06-011-0/+1
* dragonflybsd cpu affinity apiDC2021-05-181-0/+33
* Fix styleYuki Okushi2021-04-061-9/+2
* Constify `CMSG_SPACE` for all the targetsJohnTitor2021-03-301-3/+5
* Add cr_pid to FreeBSD xucred - an unreleased addition in FreeBSD 13Torbjørn Birch Moltu2021-03-081-1/+8
* dragonflybsd: expose waitid() prototype + related constantsbors2021-03-031-2/+19
* aio functions do not require librt on FreeBSDAlan Somers2021-01-031-0/+21
* Use safe_f! consistently across platformsDaniil Bondarev2020-09-121-1/+3
* Restore the __error() function, but add a deprecation warning.Chuck Musser2020-08-231-0/+7