cvs commit: src/sys/compat/linux linux_misc.c

Dag-Erling Smorgrav des at FreeBSD.org
Tue Jul 29 03:03:17 PDT 2003


des         2003/07/29 03:03:15 PDT

  FreeBSD src repository

  Modified files:
    sys/compat/linux     linux_misc.c 
  Log:
  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".
  
  Revision  Changes    Path
  1.147     +30 -0     src/sys/compat/linux/linux_misc.c


More information about the cvs-all mailing list