summaryrefslogtreecommitdiff
path: root/usr.bin/printenv/printenv.c
Commit message (Expand)AuthorAgeFilesLines
* Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski2018-06-191-1/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Capsicumize some trivial stdio programsConrad Meyer2016-11-081-0/+5
* Chase a cornercase in printenv and sync its behaviour with builtin'sPietro Cerutti2016-10-191-2/+2
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Define extern **environ in global scope instead of in function.Xin LI2009-02-211-2/+2
* ANSIify function definitions.David Malone2002-09-041-6/+4
* remove __PWarner Losh2002-03-221-1/+1
* Style improvements recommended by Bruce as a follow up to someDavid Malone2001-12-101-5/+6
* Warnc cleanups. Add FreeBSD IDs.David Malone2001-12-031-2/+6
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Import some parts of CSRG 4.4BSD-Lite2 usr.bin sources to fix tree build.Peter Wemm1997-03-111-0/+100