Searched hist:1.1524 (Results 1 - 5 of 5) sorted by relevance

/src/doc/
H A D3RDPARTY1.1524 Mon May 21 14:48:55 GMT 2018 taca Postfix 3.1.9/3.2.6/3.3.1 has released.
H A DCHANGES1.1524 Sun Mar 20 23:19:35 GMT 2011 christos import latest
/src/distrib/sets/lists/man/
H A Dmi1.1524 Sun May 01 10:21:01 GMT 2016 nonaka Added nvme(4) for Non-Volatile Memory Host Controller Interface devices.
Ported from OpenBSD.
/src/sys/dev/pci/
H A Dpcidevs1.1524 Mon Apr 28 00:29:51 GMT 2025 andvar fix typo in previous commit s/FHC/FCH/ for AMD RAID mode SATA controller.
/src/distrib/sets/lists/comp/
H A Dmi1.1524 Fri Nov 19 06:44:34 GMT 2010 dholland Introduce struct pathbuf. This is an abstraction to hold a pathname
and the metadata required to interpret it. Callers of namei must now
create a pathbuf and pass it to NDINIT (instead of a string and a
uio_seg), then destroy the pathbuf after the namei session is
complete.

Update all namei call sites accordingly. Add a pathbuf(9) man page and
update namei(9).

The pathbuf interface also now appears in a couple of related
additional places that were passing string/uio_seg pairs that were
later fed into NDINIT. Update other call sites accordingly.

Completed in 549 milliseconds