2015-10-21 |
mmcc | Penultimate commit to remove EXTERN. |
commit | commitdiff | tree | snapshot |
2015-10-21 |
bluhm | Do some cleanup in syslogd ttymsg(). Add a debug messa... |
commit | commitdiff | tree | snapshot |
2015-10-21 |
nicm | client_key_table was missing. |
commit | commitdiff | tree | snapshot |
2015-10-21 |
gsoares | fix memory leak in error path |
commit | commitdiff | tree | snapshot |
2015-10-21 |
gsoares | add missing rcsid |
commit | commitdiff | tree | snapshot |
2015-10-21 |
nicm | By popular demand add a default binding for mouse wheel... |
commit | commitdiff | tree | snapshot |
2015-10-21 |
espie | make sure ProgressMeter gets set up. Fixes some weirdne... |
commit | commitdiff | tree | snapshot |
2015-10-21 |
mpi | No longer mention rtable_get(), it's a private function... |
commit | commitdiff | tree | snapshot |
2015-10-21 |
mpi | Return the correct error code when a table already... |
commit | commitdiff | tree | snapshot |
2015-10-21 |
mpi | u_short -> unsigned int for rtableid. |
commit | commitdiff | tree | snapshot |
2015-10-21 |
mpi | Do not call uvm_swap_finicrypt_all() a second time... |
commit | commitdiff | tree | snapshot |
2015-10-21 |
doug | Remove Diffie-Hellman moduli entries below 2048. |
commit | commitdiff | tree | snapshot |
2015-10-21 |
renato | Add support for route summarization. |
commit | commitdiff | tree | snapshot |
2015-10-21 |
renato | Minor fixes and code cleanup. |
commit | commitdiff | tree | snapshot |
2015-10-20 |
mmcc | Compare pointers to NULL rather than 0. |
commit | commitdiff | tree | snapshot |
2015-10-20 |
jmc | tweak previous; |
commit | commitdiff | tree | snapshot |
2015-10-20 |
nicm | Use client pointer not file descriptor in logging. |
commit | commitdiff | tree | snapshot |
2015-10-20 |
benno | add a new getsockopt option IP_IPDEFTTL to retrieve... |
commit | commitdiff | tree | snapshot |
2015-10-20 |
bluhm | Fix write to other user's tty. The device has to be... |
commit | commitdiff | tree | snapshot |
2015-10-20 |
deraadt | believe this will work with "stdio rpath wpath cpath... |
commit | commitdiff | tree | snapshot |
2015-10-20 |
deraadt | Document SOCK_DNS flag |
commit | commitdiff | tree | snapshot |
2015-10-20 |
deraadt | At guenther's suggestion replace dnssocket() with a... |
commit | commitdiff | tree | snapshot |
2015-10-20 |
reyk | Add SIOCGIFGMEMB to "route" (returns a list of all... |
commit | commitdiff | tree | snapshot |
2015-10-20 |
chrisz | Fix 802.1p VLAN priority code points for VLAN_HWTAGGING. |
commit | commitdiff | tree | snapshot |
2015-10-20 |
miod | ... but keep the previous logic for sparc, which is... |
commit | commitdiff | tree | snapshot |
2015-10-20 |
miod | Missing commit of vax switch to MI installboot(8),... |
commit | commitdiff | tree | snapshot |
2015-10-20 |
jsing | Lob a style(9) grenade in here. |
commit | commitdiff | tree | snapshot |
2015-10-20 |
semarie | add "proc" to pledge for script(1) |
commit | commitdiff | tree | snapshot |
2015-10-20 |
nicm | The table could change when retrying so don't save... |
commit | commitdiff | tree | snapshot |
2015-10-20 |
bluhm | After pledge "dns" has been refactored and setsockopt... |
commit | commitdiff | tree | snapshot |
2015-10-20 |
sthen | Add an explicit check for a malformed AS segment with... |
commit | commitdiff | tree | snapshot |
2015-10-20 |
jsg | fix a use after free found by clang using an approach... |
commit | commitdiff | tree | snapshot |
2015-10-20 |
pascal | On xmalloc failure, stop trying to determine the total... |
commit | commitdiff | tree | snapshot |
2015-10-20 |
semarie | update regress for pledge after whitelisted-path view... |
commit | commitdiff | tree | snapshot |
2015-10-20 |
reyk | Fix ocsp by adding a missing TAILQ_INIT(). |
commit | commitdiff | tree | snapshot |
2015-10-20 |
semarie | clear whitelisted-paths view in pledge. |
commit | commitdiff | tree | snapshot |
2015-10-20 |
deraadt | allow SO_ERROR all the time |
commit | commitdiff | tree | snapshot |
2015-10-20 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2015-10-20 |
mmcc | Replace a function-local allocation with stack memory. |
commit | commitdiff | tree | snapshot |
2015-10-20 |
schwarze | In order to become able to generate syntax tree nodes... |
commit | commitdiff | tree | snapshot |
2015-10-20 |
deraadt | Always allow the setsockopt & getsockopt system calls... |
commit | commitdiff | tree | snapshot |
2015-10-19 |
deraadt | Remove old tame() stub |
commit | commitdiff | tree | snapshot |
2015-10-19 |
yasuoka | Add pledge(2) for radiusctl(8) and radiusd(8). |
commit | commitdiff | tree | snapshot |
2015-10-19 |
naddy | break long lines in examples; ok jmc@ |
commit | commitdiff | tree | snapshot |
2015-10-19 |
bluhm | Test syslogd logging to a tty which belongs to a user... |
commit | commitdiff | tree | snapshot |
2015-10-19 |
schwarze | style cleanup, no functional change |
commit | commitdiff | tree | snapshot |
2015-10-19 |
kettenis | Enable some code that does power management magic. |
commit | commitdiff | tree | snapshot |
2015-10-19 |
schwarze | Simplify, no functional change: |
commit | commitdiff | tree | snapshot |
2015-10-19 |
kettenis | Properly restore the prefetchable memory window upon... |
commit | commitdiff | tree | snapshot |
2015-10-19 |
krw | Add parenthesis gcc wants and remove defined but unused... |
commit | commitdiff | tree | snapshot |
2015-10-19 |
schwarze | Delete the empty example file "ftpchroot"; no example... |
commit | commitdiff | tree | snapshot |
2015-10-19 |
krw | LABELSECTOR is a DEV_BSIZE quantity. So multiply by... |
commit | commitdiff | tree | snapshot |
2015-10-19 |
krw | Nuke unused variable. |
commit | commitdiff | tree | snapshot |
2015-10-19 |
schwarze | including <ohash.h> requires including <stdint.h> befor... |
commit | commitdiff | tree | snapshot |
2015-10-19 |
deraadt | pledge "stdio exec proc" early on, setpriority, then... |
commit | commitdiff | tree | snapshot |
2015-10-19 |
beck | free rbio before wbio |
commit | commitdiff | tree | snapshot |
2015-10-19 |
tedu | missing deref on char check. from David Binderman |
commit | commitdiff | tree | snapshot |
2015-10-19 |
mmcc | Remove the define NOT, replace it with '!'. No binary... |
commit | commitdiff | tree | snapshot |
2015-10-19 |
mmcc | A little style(9) for sh.h includes |
commit | commitdiff | tree | snapshot |
2015-10-19 |
beck | Stop supporing "legcay" time formats that OpenSSL suppo... |
commit | commitdiff | tree | snapshot |
2015-10-19 |
beck | Change regress to not believe legacy times are valid |
commit | commitdiff | tree | snapshot |
2015-10-19 |
deraadt | Allow setpriority in "proc" as well, since a few shells... |
commit | commitdiff | tree | snapshot |
2015-10-19 |
mmcc | Move stddef.h include from sh.h to the file that uses it. |
commit | commitdiff | tree | snapshot |
2015-10-19 |
mmcc | Move string.h include from sh.h to the files that use it. |
commit | commitdiff | tree | snapshot |
2015-10-19 |
jsg | fix memory leaks in error paths |
commit | commitdiff | tree | snapshot |
2015-10-19 |
mpi | Revert transfer submission to r1.85. Seems to make... |
commit | commitdiff | tree | snapshot |
2015-10-19 |
mmcc | Move limits.h include from sh.h to the files that actua... |
commit | commitdiff | tree | snapshot |
2015-10-19 |
mmcc | More removal of EXTERN. |
commit | commitdiff | tree | snapshot |
2015-10-19 |
nicm | Print vnode type for sendfd/recvfd not file type, ok... |
commit | commitdiff | tree | snapshot |
2015-10-19 |
mpi | Stop checking for RTF_UP directly, call rtisvalid(9... |
commit | commitdiff | tree | snapshot |
2015-10-19 |
mpi | Stop checking for RTF_UP directly, call rtisvalid(9... |
commit | commitdiff | tree | snapshot |
2015-10-19 |
mpi | Sync rtisvalid(9) check for local route entries with... |
commit | commitdiff | tree | snapshot |
2015-10-19 |
mpi | Remove superfluous NULL checks. |
commit | commitdiff | tree | snapshot |
2015-10-19 |
jca | optarg and optind are declared by unistd.h |
commit | commitdiff | tree | snapshot |
2015-10-19 |
jca | Add err.h, missing after pledge() introduction. |
commit | commitdiff | tree | snapshot |
2015-10-19 |
reyk | Fix control_imsg_forward() by changing imsg_compose... |
commit | commitdiff | tree | snapshot |
2015-10-19 |
reyk | Remove the ikev1 stub - Since I started iked, it has... |
commit | commitdiff | tree | snapshot |
2015-10-19 |
yasuoka | Remove a duplicated '#include <stdio.h>' line. |
commit | commitdiff | tree | snapshot |
2015-10-19 |
reyk | Fix control_imsg_forward() by changing imsg_compose... |
commit | commitdiff | tree | snapshot |
2015-10-19 |
reyk | Print control socket client fd in debug message to... |
commit | commitdiff | tree | snapshot |
2015-10-19 |
sunil | Kill whitespace at eol. |
commit | commitdiff | tree | snapshot |
2015-10-19 |
vgross | deduplicate in[6]_pcbbind() port scan loop. |
commit | commitdiff | tree | snapshot |
2015-10-19 |
yasuoka | Avoid a NULL dereference when getgrnam_r() returns... |
commit | commitdiff | tree | snapshot |
2015-10-19 |
dcoppa | Update etc/mtree/BSD.x11.dist (freetype-2.6.1) |
commit | commitdiff | tree | snapshot |
2015-10-19 |
yasuoka | Call tzset() before dropping the priviledge to use... |
commit | commitdiff | tree | snapshot |
2015-10-19 |
yasuoka | Can't assert "module->fd >= 0" in radiusd_stop() since... |
commit | commitdiff | tree | snapshot |
2015-10-19 |
jmatthew | Move bge rxeof and txeof outside the kernel lock. |
commit | commitdiff | tree | snapshot |
2015-10-19 |
mmcc | Apply style(9) to header includes. |
commit | commitdiff | tree | snapshot |
2015-10-18 |
guenther | Need <string.h> for memset() |
commit | commitdiff | tree | snapshot |
2015-10-18 |
benno | pledge bgplg(8). |
commit | commitdiff | tree | snapshot |
2015-10-18 |
rpe | Finish first round of rework of the rc script. |
commit | commitdiff | tree | snapshot |
2015-10-18 |
nicm | Pass current directory as a string rather than a file... |
commit | commitdiff | tree | snapshot |
2015-10-18 |
uaa | The change of 5.7's sys/arch/i386/i386/bus_space.c and |
commit | commitdiff | tree | snapshot |
2015-10-18 |
deraadt | Instead of fragile CMSG parsing, control pledge "sendfd... |
commit | commitdiff | tree | snapshot |
2015-10-18 |
guenther | Pull in <float.h> instead of declaring __flt_rounds... |
commit | commitdiff | tree | snapshot |
2015-10-18 |
jung | fix lmtp delivery regressions introduced in previous: |
commit | commitdiff | tree | snapshot |
2015-10-18 |
mmcc | Move more EXTERN-defined globals from sh.h. |
commit | commitdiff | tree | snapshot |
2015-10-18 |
kettenis | Backport another Broadwell fix from Linux 3.15 |
commit | commitdiff | tree | snapshot |
2015-10-18 |
miod | Use "getpw" rather than "flock", per deraadt@'s suggestion. |
commit | commitdiff | tree | snapshot |
2015-10-18 |
tobias | Avoid integer overflow with very large files. |
commit | commitdiff | tree | snapshot |
next |