2015-10-26 |
naddy | Clean up cruft made visible by the NLS unifdefing: |
commit | commitdiff | tree | snapshot |
2015-10-26 |
millert | Remove TMPDIR support, it is not really useful in crontab. |
commit | commitdiff | tree | snapshot |
2015-10-26 |
mpi | Use rt_ifidx rather than rt_ifp. |
commit | commitdiff | tree | snapshot |
2015-10-26 |
zhuk | Put off some "notyet" dust from login.c. |
commit | commitdiff | tree | snapshot |
2015-10-26 |
millert | Use SOCK_NONBLOCK and SOCK_CLOEXEC instead of fcntl... |
commit | commitdiff | tree | snapshot |
2015-10-26 |
krw | Add GPT editing. Based on GSOC 2014 work by Markus... |
commit | commitdiff | tree | snapshot |
2015-10-26 |
tedu | don't keep the passwd database open; callers do not... |
commit | commitdiff | tree | snapshot |
2015-10-26 |
naddy | unifdef BUILTIN (unused), NLS (always set), SHORT_STRIN... |
commit | commitdiff | tree | snapshot |
2015-10-26 |
mmcc | (char *)0 -> NULL |
commit | commitdiff | tree | snapshot |
2015-10-26 |
krw | Flesh out GPT info and tweak other verbiage to be less... |
commit | commitdiff | tree | snapshot |
2015-10-26 |
millert | Remove some useless defines and the set_cron_uid()... |
commit | commitdiff | tree | snapshot |
2015-10-26 |
bluhm | Let SLIST_REMOVE invalidate the pointer in more cases. |
commit | commitdiff | tree | snapshot |
2015-10-26 |
mmcc | Rename err() to error() to prevent confusion with the... |
commit | commitdiff | tree | snapshot |
2015-10-26 |
tedu | remove the silly username cache here and use libc user_... |
commit | commitdiff | tree | snapshot |
2015-10-26 |
deraadt | remove TMPDIR support |
commit | commitdiff | tree | snapshot |
2015-10-26 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2015-10-26 |
deraadt | rip6query goes to the attic. Hopefully route6d (rip6d... |
commit | commitdiff | tree | snapshot |
2015-10-26 |
tedu | remove TMPDIR support. ok millert |
commit | commitdiff | tree | snapshot |
2015-10-26 |
tedu | print uptime too. ok deraadt |
commit | commitdiff | tree | snapshot |
2015-10-26 |
tedu | one second amnesty for timeouts so we don't spin with... |
commit | commitdiff | tree | snapshot |
2015-10-26 |
tedu | set listening sockets to nonblocking, then handle as... |
commit | commitdiff | tree | snapshot |
2015-10-26 |
tedu | dns check needs to be done on the kernel address after... |
commit | commitdiff | tree | snapshot |
2015-10-26 |
deraadt | Allow NET_RT_IFLIST in pledge "dns" as well |
commit | commitdiff | tree | snapshot |
2015-10-26 |
claudio | Kernel got fixed we no longer need to check if rtm_pid... |
commit | commitdiff | tree | snapshot |
2015-10-26 |
deraadt | If the system call is entirely unpermitted, code will... |
commit | commitdiff | tree | snapshot |
2015-10-26 |
deraadt | add setreuid/setregid to "id" |
commit | commitdiff | tree | snapshot |
2015-10-26 |
deraadt | stop saving a pidfile; ok jung zhuk |
commit | commitdiff | tree | snapshot |
2015-10-26 |
jung | fix PATH_INFO for / requests |
commit | commitdiff | tree | snapshot |
2015-10-26 |
bluhm | Nothing in base uses native language support anymore... |
commit | commitdiff | tree | snapshot |
2015-10-26 |
tedu | remove libutil from dpadd too |
commit | commitdiff | tree | snapshot |
2015-10-26 |
tedu | remove libutil from dpadd too |
commit | commitdiff | tree | snapshot |
2015-10-26 |
deraadt | last consumer in base of pidfile()... |
commit | commitdiff | tree | snapshot |
2015-10-26 |
jung | remove util.h include and -lutil after pidfile removal |
commit | commitdiff | tree | snapshot |
2015-10-26 |
deraadt | Stop writing a pidfile |
commit | commitdiff | tree | snapshot |
2015-10-26 |
deraadt | stop using pidfile() |
commit | commitdiff | tree | snapshot |
2015-10-26 |
jung | remove unneeded pidfile() from smtpd |
commit | commitdiff | tree | snapshot |
2015-10-26 |
jsg | Sync "ifconfig create" interface list with ifconfig... |
commit | commitdiff | tree | snapshot |
2015-10-26 |
jsg | avoid a potential double free |
commit | commitdiff | tree | snapshot |
2015-10-26 |
vgross | Add autoport to netinet6 regress tests |
commit | commitdiff | tree | snapshot |
2015-10-26 |
vgross | Add regress test on local route insertions |
commit | commitdiff | tree | snapshot |
2015-10-26 |
semarie | change some pledge_fail() error/code |
commit | commitdiff | tree | snapshot |
2015-10-26 |
semarie | make pledge_check(), used for syscall check with pledge... |
commit | commitdiff | tree | snapshot |
2015-10-26 |
yasuoka | Using realm for bsdauth is misleading. It is currently... |
commit | commitdiff | tree | snapshot |
2015-10-26 |
semarie | temporary unhook regress/sys/kern/pledge from regress |
commit | commitdiff | tree | snapshot |
2015-10-26 |
dtucker | Fix typo certopt->certopts in shell variable. This... |
commit | commitdiff | tree | snapshot |
2015-10-26 |
mmcc | Cast isdigit()'s argument to unsigned char. |
commit | commitdiff | tree | snapshot |
2015-10-26 |
schwarze | adjust macro usage to the usual conventions |
commit | commitdiff | tree | snapshot |
2015-10-26 |
jca | Partial revert of r1.79, "np" handling is a bit trickie... |
commit | commitdiff | tree | snapshot |
2015-10-26 |
jca | Set low-delay traffic class for IPv6 connections as... |
commit | commitdiff | tree | snapshot |
2015-10-26 |
jca | Rename the struct pollfd array, "set" -> "pfd" |
commit | commitdiff | tree | snapshot |
2015-10-26 |
jca | Those variables should be local to the functions where... |
commit | commitdiff | tree | snapshot |
2015-10-26 |
jmc | space before punctuation; |
commit | commitdiff | tree | snapshot |
2015-10-26 |
jca | Kill unused variable and function. |
commit | commitdiff | tree | snapshot |
2015-10-25 |
jca | hms() returns a pointer to static storage, annotate... |
commit | commitdiff | tree | snapshot |
2015-10-25 |
jca | Correctly print size_t/time_t. |
commit | commitdiff | tree | snapshot |
2015-10-25 |
dtucker | Expand tildes in filenames passed to -i before checking... |
commit | commitdiff | tree | snapshot |
2015-10-25 |
jca | Plug memory leak introduced in r1.15. |
commit | commitdiff | tree | snapshot |
2015-10-25 |
dtucker | Do not prepend "exec" to the shell command run by ... |
commit | commitdiff | tree | snapshot |
2015-10-25 |
millert | No longer create /var/run/ftpd.pid in daemon mode;... |
commit | commitdiff | tree | snapshot |
2015-10-25 |
jca | Those two functions take no parameters, thus /* ARGSUSE... |
commit | commitdiff | tree | snapshot |
2015-10-25 |
jca | Sync surrounding code after reallocarray introduction. |
commit | commitdiff | tree | snapshot |
2015-10-25 |
jca | Rename allocopy() to xstrdup(), and make use of strdup(3). |
commit | commitdiff | tree | snapshot |
2015-10-25 |
jca | Kill unused ROUTE6D_CONF define. |
commit | commitdiff | tree | snapshot |
2015-10-25 |
jca | Another pidfile(3) removal; ok benno@ |
commit | commitdiff | tree | snapshot |
2015-10-25 |
jca | In case of error, also log the file name we failed... |
commit | commitdiff | tree | snapshot |
2015-10-25 |
nicm | Extend the modifiers allowed before formats: as well... |
commit | commitdiff | tree | snapshot |
2015-10-25 |
tedu | unifdef some oldness. (BSD not defined since removal... |
commit | commitdiff | tree | snapshot |
2015-10-25 |
jca | ansify |
commit | commitdiff | tree | snapshot |
2015-10-25 |
deraadt | unbreak tree for ramdisks without INET6 |
commit | commitdiff | tree | snapshot |
2015-10-25 |
zhuk | Unify & improve paragraphs talking about "==> file... |
commit | commitdiff | tree | snapshot |
2015-10-25 |
millert | Remove PIDDIR and PIDFILE missed in previous commit. |
commit | commitdiff | tree | snapshot |
2015-10-25 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2015-10-25 |
florian | Put some comments in how nd6_rs_attach() works. |
commit | commitdiff | tree | snapshot |
2015-10-25 |
jca | pledge "stdio inet route"; ok deraadt@ |
commit | commitdiff | tree | snapshot |
2015-10-25 |
millert | Remove cron.pid support. We still want to avoid multip... |
commit | commitdiff | tree | snapshot |
2015-10-25 |
jca | Stop writing down a pidfile. |
commit | commitdiff | tree | snapshot |
2015-10-25 |
stsp | Fix installboot(8) on i386/amd64 when softraid is on... |
commit | commitdiff | tree | snapshot |
2015-10-25 |
deraadt | Fold "malloc" into "stdio" and -- recognizing that... |
commit | commitdiff | tree | snapshot |
2015-10-25 |
deraadt | pledge "route" no longer needed for if_indextoname... |
commit | commitdiff | tree | snapshot |
2015-10-25 |
tobias | Write error message instead of duplicated file name... |
commit | commitdiff | tree | snapshot |
2015-10-25 |
doug | Change test to use length 128 (shortest long-form encod... |
commit | commitdiff | tree | snapshot |
2015-10-25 |
florian | pr_bitrange() is unused, nuke it. |
commit | commitdiff | tree | snapshot |
2015-10-25 |
florian | remove prototype for removed pingerlen function. |
commit | commitdiff | tree | snapshot |
2015-10-25 |
jung | enable asmc(4) on i386 |
commit | commitdiff | tree | snapshot |
2015-10-25 |
jung | refactor to use a taskq and postpone the long running... |
commit | commitdiff | tree | snapshot |
2015-10-25 |
guenther | Wrap waitpid() so calls go direct; weaken wait() and... |
commit | commitdiff | tree | snapshot |
2015-10-25 |
claudio | Rename imsg_compose_parent and imsg_compose_rde to... |
commit | commitdiff | tree | snapshot |
2015-10-25 |
claudio | Only run the rib_dump_runner() if there is something... |
commit | commitdiff | tree | snapshot |
2015-10-25 |
mmcc | Cast ctype functions' argument to unsigned char. |
commit | commitdiff | tree | snapshot |
2015-10-25 |
guenther | Move the _atfork_list definition to atexit.c so that... |
commit | commitdiff | tree | snapshot |
2015-10-25 |
guenther | Hide __atexit and __atexit_register_cleanup() |
commit | commitdiff | tree | snapshot |
2015-10-25 |
deraadt | pledge_sockopt_check is shared between setsockopt/getso... |
commit | commitdiff | tree | snapshot |
2015-10-25 |
krw | 'b0' and 'b1' are no longer supported, so de-document... |
commit | commitdiff | tree | snapshot |
2015-10-25 |
krw | Nuke union of d_packname with un_d_boot0 & un_d_boot1... |
commit | commitdiff | tree | snapshot |
2015-10-25 |
mpi | I should not have committed this chunk. Spotted by... |
commit | commitdiff | tree | snapshot |
2015-10-25 |
doug | Sort the obsolete flags. |
commit | commitdiff | tree | snapshot |
2015-10-25 |
doug | Mark SSL_OP_NO_{COMPRESSION,SSLv2,SSLv3} as obsolete. |
commit | commitdiff | tree | snapshot |
2015-10-25 |
doug | Remove last vestige of SSL_OP_NO_SSLv3 support. |
commit | commitdiff | tree | snapshot |
2015-10-25 |
doug | Simplify ssl23_get_client_hello error handling. |
commit | commitdiff | tree | snapshot |
2015-10-25 |
zhuk | Decapitalize yyparse tag name here. |
commit | commitdiff | tree | snapshot |
next |