index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
script
/
script.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Attempt #2 to fix script(1) if the standard input is closed: If we
cperciva
2004-02-15
1
-1
/
+3
*
Back out part of 1.21, since it breaks `script interactive-program`. This
cperciva
2004-01-27
1
-2
/
+1
*
Fix SYNOPSIS of manual page, clustering no-arg options correctly.
sheldonh
2004-01-22
1
-1
/
+1
*
Two fixes for script(1):
cperciva
2004-01-22
1
-11
/
+22
*
ANSIify function definitions.
dwmalone
2002-09-04
1
-10
/
+6
*
Use POSIX macros for wait(2)-style status information instead of the
mike
2002-06-03
1
-3
/
+3
*
remove __P
imp
2002-03-22
1
-6
/
+6
*
Minor style stuff, use __FBSDID(), remove to-be-default WARNS=2.
markm
2001-12-12
1
-8
/
+8
*
Warns cleanups. Add FreeBSD ID.
dwmalone
2001-12-03
1
-2
/
+2
*
Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. The
sheldonh
2001-07-26
1
-1
/
+1
*
Fix the type of the NULL arg to execl()
brian
2001-07-09
1
-1
/
+1
*
Nuke unused variables.
dd
2001-06-24
1
-1
/
+0
*
Don't call warn() with no format string.
kris
2000-07-10
1
-2
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Pass as argv[0] the name of the shell executed instead of "sh".
sheldonh
1999-08-11
1
-2
/
+2
*
Fix the following bugs:
des
1998-09-19
1
-19
/
+27
*
Rewrite script as a select loop rather than as a twin reader/write process.
peter
1998-03-08
1
-72
/
+78
*
Fix typo while copying patch from the 2.2 system that it came from
peter
1997-12-30
1
-3
/
+3
*
script(1) has annoyed me with it's inflexable command argument parsing
peter
1997-12-29
1
-13
/
+27
*
Add usage(). Use err(3) instead of local redefinition.
charnier
1997-08-08
1
-39
/
+21
*
compare return value from getopt against -1 rather than EOF, per the final
imp
1997-03-29
1
-1
/
+1
*
Don't use __dead or __pure in user code. They were obfuscations
bde
1996-09-14
1
-7
/
+7
*
Delete bogus referneces to timezone code internal header file `tzfile.h',
wollman
1995-08-07
1
-2
/
+1
*
BSD 4.4 Lite Usr.bin Sources
rgrimes
1994-05-27
1
-0
/
+268