Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jul 2003 03:03:15 -0700 (PDT)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/compat/linux linux_misc.c
Message-ID:  <200307291003.h6TA3G1S005106@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307291003.h6TA3G1S005106>