Searched hist:7090 (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/sbin/fsck/
H A Dfsutil.hdiff 7090cba4 Wed Dec 15 19:38:28 MST 2021 Warner Losh <imp@FreeBSD.org> fsutil: forward declare struct fstab

Fix the build by forward declaring struct fstab.

Sponsored by: Netflix
/freebsd-current/sys/sys/
H A Dblist.h7090df5a Thu Jan 21 01:11:06 MST 1999 Matthew Dillon <dillon@FreeBSD.org> Add new blist module - radix tree based bitmap allocator with
size hinting. Will be used by the new swapper.
/freebsd-current/sbin/init/
H A Dinit.8diff 7090a0c6 Tue Jan 02 02:12:37 MST 2007 Ralf S. Engelschall <rse@FreeBSD.org> Fix typo: effected -> affected

Submitted by: Gordon Stratton <tsr2600 (at) gmail (dot) com>
/freebsd-current/sbin/mdconfig/
H A Dmdconfig.8diff 7090e3d1 Tue Feb 20 15:04:23 MST 2007 Nick Hibma <n_hibma@FreeBSD.org> Kris suggested that swap is a better choice as a default than malloc.

MFC: 1 week
H A Dmdconfig.cdiff 7090e3d1 Tue Feb 20 15:04:23 MST 2007 Nick Hibma <n_hibma@FreeBSD.org> Kris suggested that swap is a better choice as a default than malloc.

MFC: 1 week
/freebsd-current/sys/kern/
H A Dsubr_blist.c7090df5a Thu Jan 21 01:11:06 MST 1999 Matthew Dillon <dillon@FreeBSD.org> Add new blist module - radix tree based bitmap allocator with
size hinting. Will be used by the new swapper.
/freebsd-current/sys/arm64/arm64/
H A Dpmap.cdiff 7090a451 Tue Aug 30 10:45:15 MDT 2016 Andrew Turner <andrew@FreeBSD.org> Because we need to use a break-before-make sequence when promoting pages
there is a short period where functions that walk the kernel page table
without locking them may see an invalid entry. One solution would be to add
locking to these functions, however some may be called from locations where
we are unable to sleep.

Until a better solution can be found stop promoting pages in the kernel
pmap so these functions work as expected.

Obtained from: ABT Systems Ltd
MFC after: 1 month
Sponsored by: The FreeBSD Foundation

Completed in 315 milliseconds