freebsd-src/sys/compat/linprocfs
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.c Use kinfo_proc instead of eproc (which Kirk deep-sixed earlier this week) 2000-12-13 20:22:24 +00:00
linprocfs.h Add proc/<pid>/cmdline. 2000-12-09 16:20:48 +00:00
linprocfs_misc.c Use kinfo_proc instead of eproc (which Kirk deep-sixed earlier this week) 2000-12-13 20:22:24 +00:00
linprocfs_subr.c Point #includes at compat/linprocfs instead of i386/linux/linprocfs. 2000-12-12 22:06:05 +00:00
linprocfs_vfsops.c Add dependency on linux, which is needed for proc/version. 2000-12-13 20:19:06 +00:00
linprocfs_vnops.c Lock the allproc list. 2000-12-13 09:05:45 +00:00