summaryrefslogtreecommitdiff
path: root/sys/external/bsd
AgeCommit message (Expand)Author
2022-08-03Apply patch, requested by riastradh in ticket #1491:martin
2021-12-08Pull up the following revisions, requested by msaitoh in ticket #1391:martin
2021-08-08Pull up following revision(s) (requested by skrll in ticket #1329):martin
2021-08-08Pull up following revision(s) (requested by skrll in ticket #1328):martin
2021-08-08Pull up following revision(s) (requested by riastradh in ticket #1327):martin
2021-07-08Pull up following revision(s) (requested by riastradh in ticket #1320):martin
2021-06-21Pull up following revision(s) (requested by riastradh in ticket #1300):martin
2020-12-23Pull up following revision(s) (requested by riastradh in ticket #1159):martin
2020-11-29Pull up following revision(s) (requested by maya in ticket #1136):martin
2020-05-05Pull up following revision(s) (requested by jmcneill in ticket #889):martin
2020-04-12Pull up following revision(s) (requested by christos in ticket #827):martin
2020-03-21Pull up following revision(s) (requested by mrg in ticket #791):martin
2020-03-19Pull up following revision(s) (requested by riastradh in ticket #787):martin
2020-03-01Pull up following revision(s) (requested by mrg in ticket #749):martin
2020-03-01Pull up following revision(s) (requested by riastradh in ticket #744):martin
2020-02-27Pull up following revision(s) (requested by riastradh in ticket #740):martin
2020-02-25Pull up following revision(s) (requested by skrll in ticket #718):martin
2020-02-12Pull up following revision(s) (requested by riastradh in ticket #703):martin
2020-01-31Pull up following revision(s) (requested by msaitoh in ticket #678):martin
2020-01-31Pull up following revision(s) (requested by msaitoh in ticket #677):martin
2020-01-21Pull up following revision(s) (requested by jmcneill in ticket #634):martin
2020-01-05Pull up following revision(s) (requested by jmcneill in ticket #607):martin
2020-01-05Pull up following revision(s) (requested by jmcneill in ticket #603):martin
2019-12-12Pull up following revision(s) (requested by maya in ticket #548):martin
2019-12-09Pull up following revision(s) (requested by skrll in ticket #524):martin
2019-11-11Pull up following revision(s) (requested by chs in ticket #418):martin
2019-11-10Pull up following revision(s) (requested by msaitoh in ticket #408):martin
2019-11-06Pull up following revision(s) (requested by jmcneill in ticket #400):martin
2019-11-06Pull up following revision(s) (requested by jmcneill in ticket #399):martin
2019-10-24Pull up following revision(s) (requested by hauke in ticket #379):martin
2019-10-17Pull up following revision(s) (requested by maya in ticket #350):martin
2019-10-03Pull up following revision(s) (requested by bouyer in ticket #274):martin
2019-09-22Pull up following revision(s) (requested by hauke in ticket #223):martin
2019-08-18Pull up following revision(s) (requested by rin in ticket #85):martin
2019-08-16Pull up following revision(s) (requested by kamil in ticket #59):martin
2019-08-09Pull up following revision(s) (requested by christos in ticket #40):martin
2019-07-24Use unsigned. Found by KUBSan.msaitoh
2019-07-24Use unsigned. Found by KUBSan.msaitoh
2019-07-24Adapt for userland compilationmartin
2019-07-24off by 1sevan
2019-07-24need sys/kmem.h for kmem_free()sevan
2019-07-24PR kern/54406: the result of vasprintf (in the kernel) should be freedmartin
2019-07-23- nvpair_create_stringf: use the in-kernel vasprintf().rmind
2019-07-14Fix error path, kmem_free doesn't allow NULL pointers.mlelstv
2019-07-03Improve nouveau pci attachment code so it waits for the availability of /wiz
2019-06-28Revert previous and do the off == 1 case after we've taken the mask.christos
2019-06-26Conform to RFC 3128 by dropping TCP fragments with offset = 1.christos
2019-06-26Remove fd_local, it is not used, from FreeBSD r349401, reported by Cy Schubertchristos
2019-06-26Remove redundant off != 0 check, from FreeBSD r349400, reported by Cy Schubertchristos
2019-06-24nouveau uses firmload, add dependency.wiz