freebsd_amp_hwpstate/sys/compat
Dag-Erling Smørgrav 6e66bfacfa Use kinfo_proc instead of eproc (which Kirk deep-sixed earlier this week)
Generate a version string that looks just like a real Linux one - almost :)

Use sbufs everywhere instead of sprintf(). Note that this is still imperfect,
as the code does not check whether the sbuf overflowed - but it'll still
work better than before, since if the sbuf overflows, the code now simply
copies out 0 bytes instead of causing a trap (or worse, corrupting kernel
structures)
2000-12-13 20:22:24 +00:00
..
linprocfs Use kinfo_proc instead of eproc (which Kirk deep-sixed earlier this week) 2000-12-13 20:22:24 +00:00
linux Remove call to bzero after MALLOC and instead add M_ZERO 2000-12-05 06:44:22 +00:00
netbsd
svr4 - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), instead 2000-12-13 00:17:05 +00:00