index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
httpd
/
proc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prevent fd exhaustion in the parent when loading the listening server
reyk
2016-10-12
1
-6
/
+25
*
Modify httpd(8)'s proc.c to use less file descriptors during the daemon
rzalamena
2016-10-10
1
-66
/
+73
*
Fix msgbuf_write() usage idiom and modify the treatment for socket close
rzalamena
2016-10-10
1
-2
/
+8
*
Add more context to fatal*() messages so it makes easier to debug proc.c
rzalamena
2016-10-10
1
-12
/
+11
*
Check if oldd == newd before dup2(), if that is the case we need to remove
rzalamena
2016-10-05
1
-2
/
+8
*
Call setsid() to create a new session for the executed processes.
reyk
2016-10-05
1
-1
/
+5
*
sync proc.c with vmd: add p_pw to specify a non-standard user for a process.
reyk
2016-10-05
1
-3
/
+9
*
sync proc.c from switchd, includes minor cast qual fix and removal of p_env.
reyk
2016-09-28
1
-3
/
+2
*
Replace [RELAY|SERVER]_MAXPROC with the new PROC_MAX_INSTANCES
reyk
2016-09-03
1
-3
/
+3
*
Use DPRINTF instead of #ifdef DEBUG + log_debug().
reyk
2016-09-03
1
-4
/
+2
*
proc.c tweaks: Rename proc_listento() to proc_accept() as it is the
reyk
2016-09-02
1
-23
/
+43
*
Don't print "lost child" if the child process exited okay. This is
reyk
2016-09-01
1
-3
/
+5
*
spacing
reyk
2016-09-01
1
-2
/
+3
*
Adjust log message, use process title now that it works again
reyk
2016-09-01
1
-4
/
+6
*
Teach httpd/proc.c how to fork+exec.
rzalamena
2016-09-01
1
-160
/
+271
*
Kill (remove) the ps_pid from privsep struct since it is not being used
rzalamena
2016-08-30
1
-3
/
+2
*
Terminate daemon using the socket status instead of watching SIGCHLD or
rzalamena
2016-08-30
1
-10
/
+24
*
Kill p_instance from proc.c and remove static proc_id unused variables.
rzalamena
2016-08-27
1
-7
/
+6
*
Kill the ps_ninstances from proc.c.
rzalamena
2016-08-26
1
-10
/
+12
*
Add imsg "peerid" to debug messages (only within -DDEBUG).
reyk
2015-12-07
1
-5
/
+7
*
EAGAIN handling for imsg_read. OK henning@ benno@
claudio
2015-12-05
1
-2
/
+2
*
sync with relayd, use proc_compose()
reyk
2015-12-02
1
-6
/
+20
*
Retire socket_set_blockmode() in favor of the SOCK_NONBLOCK type flag.
reyk
2015-11-23
1
-5
/
+3
*
Sync proc.c with iked.
reyk
2015-11-23
1
-4
/
+13
*
Update log.c: change fatal() and fatalx() into variadic functions,
reyk
2015-11-22
1
-9
/
+11
*
Change httpd(8) to use C99-style fixed-width integers (uintN_t instead
reyk
2015-08-20
1
-18
/
+19
*
httpd is based on relayd and had included many headers that are only
reyk
2015-01-21
1
-6
/
+2
*
Stop pulling in <arpa/inet.h> or <arpa/nameser.h> when unnecessary.
guenther
2014-12-21
1
-2
/
+1
*
Replace setpgrp(0, getpid()) with setpgid(0, 0). OK deraadt@ tedu@
millert
2014-12-16
1
-2
/
+2
*
Remove unnecessary netinet/in_systm.h include.
lteo
2014-10-25
1
-2
/
+1
*
Add initial support for log files in /var/www/logs/. Logging with
reyk
2014-08-04
1
-1
/
+4
*
httpd doesn't support SSL/TLS yet, remove the remaining bits.
reyk
2014-08-04
1
-3
/
+1
*
whitespace
deraadt
2014-08-04
1
-2
/
+2
*
Add httpd(8), an attempt to turn the relayd(8) codebase into a simple
reyk
2014-07-12
1
-0
/
+627