ache        2007-05-01 16:02:44 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/stdlib      getenv.3 getenv.c putenv.c setenv.c 
    sys/sys              param.h 
    usr.bin/limits       limits.c 
    usr.bin/env          env.c 
    usr.sbin/sysinstall  main.c variable.c 
    usr.sbin/pstat       pstat.c 
    usr.sbin/sade        main.c variable.c 
    bin/sh               var.c 
    usr.bin/login        login.c 
    usr.bin/su           su.c 
    libexec/pppoed       pppoed.c 
    usr.bin/du           du.c 
    bin/df               df.c 
    include              stdlib.h 
  Log:
  Back out all POSIXified *env() changes.
  
  Not because I admit they are technically wrong and not because of bug
  reports (I receive nothing). But because I surprisingly meets so
  strong opposition and resistance so lost any desire to continue that.
  
  Anyone who interested in POSIX can dig out what changes and how
  through cvs diffs.
  
  Revision  Changes    Path
  1.70      +4 -4      src/bin/df/df.c
  1.35      +4 -9      src/bin/sh/var.c
  1.64      +2 -2      src/include/stdlib.h
  1.26      +18 -35    src/lib/libc/stdlib/getenv.3
  1.8       +2 -5      src/lib/libc/stdlib/getenv.c
  1.6       +11 -37    src/lib/libc/stdlib/putenv.c
  1.14      +10 -19    src/lib/libc/stdlib/setenv.c
  1.26      +4 -4      src/libexec/pppoed/pppoed.c
  1.293     +1 -1      src/sys/sys/param.h
  1.41      +3 -3      src/usr.bin/du/du.c
  1.18      +3 -3      src/usr.bin/env/env.c
  1.16      +2 -2      src/usr.bin/limits/limits.c
  1.105     +2 -2      src/usr.bin/login/login.c
  1.85      +2 -3      src/usr.bin/su/su.c
  1.101     +3 -3      src/usr.sbin/pstat/pstat.c
  1.79      +1 -1      src/usr.sbin/sade/main.c
  1.41      +1 -1      src/usr.sbin/sade/variable.c
  1.76      +1 -1      src/usr.sbin/sysinstall/main.c
  1.39      +1 -1      src/usr.sbin/sysinstall/variable.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to