freebsd-dev/sys/compat
Dag-Erling Smørgrav 7576b4b4c0 Try to make 'uname -a' look more like it does on Linux:
- cut the version string at the newline, suppressing information about
   who built the kernel and in what directory.  Most of this information
   was already lost to truncation.

 - on i386, return the precise CPU class (if known) rather than just
   "i386".  Linux software which uses this information to select
   which binary to run often does not know what to make of "i386".
2003-07-29 10:03:15 +00:00
..
freebsd32 Use __FBSDID(). 2003-07-25 21:19:19 +00:00
ia32 Use __FBSDID(). 2003-07-25 21:19:19 +00:00
linprocfs Add a new function swap_pager_status() which reports the total size of the 2003-07-18 10:26:09 +00:00
linux Try to make 'uname -a' look more like it does on Linux: 2003-07-29 10:03:15 +00:00
netbsd Don't include <sys/buf.h> needlessly. 2003-04-01 09:02:58 +00:00
pecoff Use __FBSDID(). 2003-06-10 21:29:12 +00:00
svr4 Add a f_vnode field to struct file. 2003-06-22 08:41:43 +00:00