index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
stdlib
/
system.c
Age
Commit message (
Expand
)
Author
2022-03-14
system(3): Simplify initialization of argp.
riastradh
2022-03-14
system(3): Switch from vfork/execve to posix_spawn.
riastradh
2021-10-29
Add "--" 'options end' parameter to the sh -c call that runs the
kre
2015-01-20
Fix non _REENTRANT build.
christos
2012-06-25
Update old-style definitions to ANSI, remove a couple of register
abs
2010-11-14
Improve and simplify implementation of *env(3) functions:
tron
2008-08-27
system(NULL) should return if the command interpreter is there or not.
christos
2006-10-07
Correctly recover signal state if failed trying to set it.
elad
2005-11-29
WARNS=4
christos
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-03-04
Don't acquire __environ_lock around exec*() calls; nothing requires
nathanw
2001-10-31
Inspired by Stevens' APUE and the implementation example in XSH:
kleink
1998-11-15
delint
christos
1998-09-26
Adapt to posix signal system calls.
christos
1998-01-30
update to lite-2
perry
1997-07-21
If port provides __weak_alias(), provide an Standard C and POSIX pure
jtc
1997-07-13
Add local.h for local prototypes.
christos
1995-12-28
New-style RCS ids.
thorpej
1995-06-14
add explicit return type
jtc
1995-02-28
remove unneeded "#include <stddef.h>"
jtc
1995-02-28
Changed <sys/signal.h> to <signal.h>
jtc
1993-08-26
Declare rcsid strings so they are stored in text segment.
jtc
1993-08-20
cast away compiler warning message.
jtc
1993-08-20
Upgraded to be 1003.2-92 compliant. The only functional change is
jtc
1993-08-01
Add RCS identifiers.
mycroft
1993-07-30
system.c
mycroft
1993-07-29
Use execve() rather than execl(). This is faster and doesn't use malloc()
mycroft
1993-03-21
initial import of 386bsd-0.1 sources
cgd