Corinna Vinschen
|
b09e6ec935
|
* fhandler_procsys.cc (fhandler_procsys::read): Just call
fhandler_base::raw_read from here. Drop comment.
(fhandler_procsys::write): Drop comment.
|
2013-05-28 15:07:01 +00:00 |
Corinna Vinschen
|
0dd70ae521
|
*** empty log message ***
|
2013-05-27 19:41:54 +00:00 |
Corinna Vinschen
|
7e925d9ac1
|
*** empty log message ***
|
2013-05-25 09:00:43 +00:00 |
Corinna Vinschen
|
61fb9713c6
|
* fork.cc (frok::parent): Call CreateProcessW with command line set
to the parent command line. Change comment to explain why.
|
2013-05-23 20:47:45 +00:00 |
Corinna Vinschen
|
291d93b58b
|
* Makefile.in (DLL_OFILES): Add arc4random.o.
* common.din: Export arc4random, arc4random_addrandom, arc4random_buf,
arc4random_stir and arc4random_uniform.
* mktemp.cc (arc4random): Remove static replacement function.
* posix.sgml (std-bsd): Add arc4random functions.
* include/cygwin/stdlib.h: Declare arc4random functions.
* include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
* libc/arc4random.cc: New file implementing arc4random functions taken
from FreeBSD.
|
2013-05-21 19:04:49 +00:00 |
Corinna Vinschen
|
ccd40e46d7
|
* grp.cc (get_groups): Convert to void function.
(initgroups32): Accommodate the aforementioned change.
(getgrouplist): Ditto.
|
2013-05-14 09:07:30 +00:00 |
Corinna Vinschen
|
151f737ab0
|
* fcntl.cc (fcntl): Define as export alias for fcntl64 on x86_64.
|
2013-04-26 18:20:17 +00:00 |
Corinna Vinschen
|
39bf1f15e7
|
*** empty log message ***
|
2013-04-23 14:58:20 +00:00 |