Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Mar 2009 12:14:33 +0000 (UTC)
From:      Dmitry Chagin <dchagin@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/amd64/linux32 linux.h linux32_sysvec.c src/sys/compat/linux linux_misc.c linux_misc.h src/sys/i386/linux linux.h linux_sysvec.c
Message-ID:  <200903041216.n24CGUD7084087@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
dchagin     2009-03-04 12:14:33 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/linux32    linux.h linux32_sysvec.c 
    sys/compat/linux     linux_misc.c linux_misc.h 
    sys/i386/linux       linux.h linux_sysvec.c 
  Log:
  SVN rev 189362 on 2009-03-04 12:14:33Z by dchagin
  
  Add AT_PLATFORM, AT_HWCAP and AT_CLKTCK auxiliary vector entries which
  are used by glibc. This silents the message "2.4+ kernel w/o ELF notes?"
  from some programs at start, among them are top and pkill.
  
  Do the assignment of the vector entries in elf_linux_fixup()
  as it is done in glibc.
  
  Fix some minor style issues.
  
  Submitted by:   Marcin Cieslak <saper at SYSTEM PL>
  Approved by:    kib (mentor)
  MFC after:      1 week
  
  Revision  Changes    Path
  1.23      +4 -0      src/sys/amd64/linux32/linux.h
  1.42      +33 -15    src/sys/amd64/linux32/linux32_sysvec.c
  1.232     +2 -32     src/sys/compat/linux/linux_misc.c
  1.4       +15 -0     src/sys/compat/linux/linux_misc.h
  1.84      +4 -0      src/sys/i386/linux/linux.h
  1.159     +161 -5    src/sys/i386/linux/linux_sysvec.c



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