Searched hist:1.1598 (Results 1 - 4 of 4) sorted by relevance

/src/doc/
H A D3RDPARTY1.1598 Tue Feb 12 16:13:23 GMT 2019 prlw1 new nsd
H A DCHANGES1.1598 Mon Aug 29 11:38:48 GMT 2011 mrg add the device publish daemon, written by jmcneill@.

listens on drvctl for new devices and invokes MAKEDEV for them.

missing:
- manual page
- rc.d script
- more testing

but it works well enough to make new disk nodes appear in /dev when
netbsd sees them and they're missing. you will need to make sure
you have a new /dev/MAKEDEV for this to work properly (postinstall
should handle this normally, of course.)


thanks jared!
/src/distrib/sets/lists/man/
H A Dmi1.1598 Fri Jul 13 11:14:14 GMT 2018 maxv Remove tpfmt(1). Its code was merged into tprof(8).
/src/distrib/sets/lists/comp/
H A Dmi1.1598 Sat Mar 12 19:52:46 GMT 2011 christos Fix various vis/unvis issues:
- no need for all the weak symbols
- define a new _VIS_END flag for UNVIS_END so that there are no collisions
between and vis and unvis flags.
- add bound versions of the vis and unvis functions that take the length of
the destination buffer. Unlike the OpenBSD ones they return -1 or NULL if
the buffer is not large enough, instead of silently truncating.

Completed in 474 milliseconds