2015-01-19 |
kettenis | Also print the fspace member of map entries when PRINT_... |
commit | commitdiff | tree | snapshot |
2015-01-19 |
miod | Remove dead store causing clang to warn; dhill |
commit | commitdiff | tree | snapshot |
2015-01-19 |
deraadt | use SYMLOOP_MAX rather than MAXSYMLINKS |
commit | commitdiff | tree | snapshot |
2015-01-19 |
deraadt | mikeb points out that 'struct ipsec_policy' can also... |
commit | commitdiff | tree | snapshot |
2015-01-19 |
deraadt | remove #ifndef #define blocks trying to handle lack... |
commit | commitdiff | tree | snapshot |
2015-01-19 |
tedu | mlk jr day is the third monday, and not just for new... |
commit | commitdiff | tree | snapshot |
2015-01-19 |
deraadt | SYMLOOP_MAX == MAXSYMLINKS, so use SYMLOOP_MAX |
commit | commitdiff | tree | snapshot |
2015-01-19 |
millert | Kill loadavg.h and just use the fscale value directly. |
commit | commitdiff | tree | snapshot |
2015-01-19 |
miod | sparc also needs <machine/param.h> for CPU_SUN*. |
commit | commitdiff | tree | snapshot |
2015-01-19 |
djm | fix format strings in (disabled) debugging |
commit | commitdiff | tree | snapshot |
2015-01-19 |
djm | this test was broken in at least two ways, such that it |
commit | commitdiff | tree | snapshot |
2015-01-19 |
deraadt | First step of hiding many kernel-only parts of <netinet... |
commit | commitdiff | tree | snapshot |
2015-01-19 |
deraadt | cleanup of the SMALL hiding from Mathias Svensson |
commit | commitdiff | tree | snapshot |
2015-01-19 |
bluhm | Replace HOST_NAME_MAX+1 with NI_MAXHOST when the hostna... |
commit | commitdiff | tree | snapshot |
2015-01-19 |
jsg | Make use of an msr available on recent Intel processors... |
commit | commitdiff | tree | snapshot |
2015-01-19 |
millert | Explicitly mention that PATH_MAX includes the NUL in... |
commit | commitdiff | tree | snapshot |
2015-01-19 |
krw | Make some $OpenBSD$ lines prettier/standardier by elimi... |
commit | commitdiff | tree | snapshot |
2015-01-19 |
mikeb | Remove unnecessary <netinet/ip_ipsp.h> includes |
commit | commitdiff | tree | snapshot |
2015-01-19 |
millert | Back out changes unrelated to the ENAMETOOLONG diff. |
commit | commitdiff | tree | snapshot |
2015-01-19 |
mpi | <netinet6/in6_ifattach.h> is not needed here. |
commit | commitdiff | tree | snapshot |
2015-01-19 |
bcook | remove a couple of unused headers. |
commit | commitdiff | tree | snapshot |
2015-01-19 |
nicm | Make a tmux-%u directory under TMUX_TMPDIR, like TMPDIR. |
commit | commitdiff | tree | snapshot |
2015-01-19 |
nicm | Only care about other permissions, allow group to be... |
commit | commitdiff | tree | snapshot |
2015-01-19 |
nicm | Remove unnecessary duplicate S_ISDIR check, from Dmitri... |
commit | commitdiff | tree | snapshot |
2015-01-19 |
espie | add a specialized version of version compares that... |
commit | commitdiff | tree | snapshot |
2015-01-19 |
deraadt | If SIGUSR1 and SIGUSR2 are unavailable, don't invent... |
commit | commitdiff | tree | snapshot |
2015-01-19 |
deraadt | replace local MIN() with MINIMUM() |
commit | commitdiff | tree | snapshot |
2015-01-19 |
dlg | pass the size of the softc to free. |
commit | commitdiff | tree | snapshot |
2015-01-19 |
djm | be a bit more careful in these tests to ensure that |
commit | commitdiff | tree | snapshot |
2015-01-19 |
dlg | white space fixes. no binary change. |
commit | commitdiff | tree | snapshot |
2015-01-19 |
deraadt | gcc does not understand that the loop conditionally... |
commit | commitdiff | tree | snapshot |
2015-01-19 |
deraadt | like in ps(1), fetch the FSCALE value using sysctl... |
commit | commitdiff | tree | snapshot |
2015-01-19 |
deraadt | move to <limits.h> universe |
commit | commitdiff | tree | snapshot |
2015-01-19 |
deraadt | CMASK went out of scope with the recent <sys/param... |
commit | commitdiff | tree | snapshot |
2015-01-19 |
deraadt | unneccessary cmask variable; ok guenther |
commit | commitdiff | tree | snapshot |
2015-01-19 |
deraadt | If UID_MAX is not defined, this should fail to compile. |
commit | commitdiff | tree | snapshot |
2015-01-19 |
deraadt | normalize formatting |
commit | commitdiff | tree | snapshot |
2015-01-19 |
deraadt | cleanup sys/param.h comment |
commit | commitdiff | tree | snapshot |
2015-01-19 |
deraadt | djm, your /usr/include tree is old |
commit | commitdiff | tree | snapshot |
2015-01-19 |
guenther | The kernel doesn't actually care what a sockaddr's... |
commit | commitdiff | tree | snapshot |
2015-01-18 |
djm | regression test for known_host file editing using |
commit | commitdiff | tree | snapshot |
2015-01-18 |
djm | some feedback from markus@: comment hostkeys_foreach() |
commit | commitdiff | tree | snapshot |
2015-01-18 |
djm | make ssh-keygen use hostkeys_foreach(). Removes some |
commit | commitdiff | tree | snapshot |
2015-01-18 |
djm | convert load_hostkeys() (hostkey ordering and known_host |
commit | commitdiff | tree | snapshot |
2015-01-18 |
millert | Back out previous. HOST_NAME_MAX is only defined for... |
commit | commitdiff | tree | snapshot |
2015-01-18 |
djm | introduce hostkeys_foreach() to allow iteration over a |
commit | commitdiff | tree | snapshot |
2015-01-18 |
guenther | Forward declare 'struct file' so that libkvm and others... |
commit | commitdiff | tree | snapshot |
2015-01-18 |
mpi | Do not trust the content of event TRBs coming from... |
commit | commitdiff | tree | snapshot |
2015-01-18 |
deraadt | Stop including <sys/param.h> from <netdb.h>. Portable... |
commit | commitdiff | tree | snapshot |
2015-01-18 |
guenther | Eliminate a gcc warnings by not #defining _KERNEL when... |
commit | commitdiff | tree | snapshot |
2015-01-18 |
djm | more and better key tests |
commit | commitdiff | tree | snapshot |
2015-01-18 |
djm | make the signature fuzzing test much more rigorous: |
commit | commitdiff | tree | snapshot |
2015-01-18 |
djm | add a fuzz_matches_original() function to the fuzzer to |
commit | commitdiff | tree | snapshot |
2015-01-18 |
djm | better dumps from the fuzzer (shown on errors) - includ... |
commit | commitdiff | tree | snapshot |
2015-01-18 |
djm | didn't mean to commit these changes |
commit | commitdiff | tree | snapshot |
2015-01-18 |
djm | enable hostkey-agent.sh test |
commit | commitdiff | tree | snapshot |
2015-01-18 |
bluhm | Implement sending syslog messages over TLS. |
commit | commitdiff | tree | snapshot |
2015-01-18 |
florian | tweak previous |
commit | commitdiff | tree | snapshot |
2015-01-18 |
mpi | This size check was obviously commented out because... |
commit | commitdiff | tree | snapshot |
2015-01-18 |
mpi | Do not calculated the length of a report with an extra... |
commit | commitdiff | tree | snapshot |
2015-01-18 |
jsg | When restoring spsr values when handling traps use... |
commit | commitdiff | tree | snapshot |
2015-01-18 |
jsg | Switch some uses of msr that only deal with interrupts... |
commit | commitdiff | tree | snapshot |
2015-01-18 |
mpi | Do not even try to dereference a NULL pointer. |
commit | commitdiff | tree | snapshot |
2015-01-18 |
mpi | Complete synchronous abort method modeled after the... |
commit | commitdiff | tree | snapshot |
2015-01-18 |
mpi | Do not try to free xfers before aborting the pipes... |
commit | commitdiff | tree | snapshot |
2015-01-18 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2015-01-18 |
aoyama | Add commented-out necsb(4) and audio(4) configuration... |
commit | commitdiff | tree | snapshot |
2015-01-18 |
miod | Revert 1.166 (but keep the bufq_wait() interface change... |
commit | commitdiff | tree | snapshot |
2015-01-18 |
florian | First stab at implementing basic auth. |
commit | commitdiff | tree | snapshot |
2015-01-18 |
deraadt | string truncation due to sizeof(size) |
commit | commitdiff | tree | snapshot |
2015-01-18 |
djm | avoid trailing ',' in host key algorithms |
commit | commitdiff | tree | snapshot |
2015-01-18 |
djm | infer key length correctly when user specified a fully- |
commit | commitdiff | tree | snapshot |
2015-01-18 |
jsg | The 'mrs' instruction only deals with the whole registe... |
commit | commitdiff | tree | snapshot |
2015-01-18 |
mpi | Since we are no longer resetting rings when a Babble... |
commit | commitdiff | tree | snapshot |
2015-01-18 |
ajacoutot | Drop backward compat syntax. |
commit | commitdiff | tree | snapshot |
2015-01-18 |
jsg | unifdef IPKDB. These codepaths are holdouts from NetBS... |
commit | commitdiff | tree | snapshot |
2015-01-18 |
guenther | The world is ELF: use <sys/exec_elf.h> instead of ... |
commit | commitdiff | tree | snapshot |
2015-01-18 |
guenther | Per POSIX, <sys/socket.h> needs to expose struct iovec... |
commit | commitdiff | tree | snapshot |
2015-01-18 |
deraadt | do not require <a.out.h> |
commit | commitdiff | tree | snapshot |
2015-01-18 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2015-01-17 |
tedu | remove des.h. it somehow escaped from ssleay into ... |
commit | commitdiff | tree | snapshot |
2015-01-17 |
djm | unit test for hostkeys in ssh-agent |
commit | commitdiff | tree | snapshot |
2015-01-17 |
djm | fix hostkeys on ssh agent; found by unit test I'm about... |
commit | commitdiff | tree | snapshot |
2015-01-17 |
mpi | Split the consumer & producer logic into two different... |
commit | commitdiff | tree | snapshot |
2015-01-17 |
tedu | Improve wording in alloca. |
commit | commitdiff | tree | snapshot |
2015-01-17 |
deraadt | use NGROUPS_MAX |
commit | commitdiff | tree | snapshot |
2015-01-17 |
tedu | guard usingacpi variable inside NACPI. from oyvind... |
commit | commitdiff | tree | snapshot |
2015-01-17 |
deraadt | use NGROUPS_MAX instead of NGROUPS |
commit | commitdiff | tree | snapshot |
2015-01-17 |
deraadt | NGROUPS_MAX, not NGROUPS |
commit | commitdiff | tree | snapshot |
2015-01-17 |
millert | Define MAXHOSTNAMELEN as HOST_NAME_MAX+1. OK deraadt@ |
commit | commitdiff | tree | snapshot |
2015-01-17 |
rpe | Remove unnecessary double-quotes inside [[]]. |
commit | commitdiff | tree | snapshot |
2015-01-17 |
millert | Remove a pasto introduced in the last commit, spotted... |
commit | commitdiff | tree | snapshot |
2015-01-17 |
espie | make sure we have an interactivestub... I forgot the... |
commit | commitdiff | tree | snapshot |
2015-01-17 |
rpe | Uppercase global vars (auto -> AUTO, respfile -> RESPFILE) |
commit | commitdiff | tree | snapshot |
2015-01-17 |
aoyama | Delete an extra tab. |
commit | commitdiff | tree | snapshot |
2015-01-17 |
jsg | Add an ascii bit/field diagram for armv7-a psr to match the |
commit | commitdiff | tree | snapshot |
2015-01-17 |
deraadt | document the <sys/param.h> |
commit | commitdiff | tree | snapshot |
2015-01-17 |
deraadt | _KERNEL 1? no, just _KERNEL |
commit | commitdiff | tree | snapshot |
2015-01-17 |
deraadt | eliminate strcpy & strcat, by using strlcpy, strlcat... |
commit | commitdiff | tree | snapshot |
2015-01-17 |
deraadt | resume_randomness() before spinning up other cpus... |
commit | commitdiff | tree | snapshot |
next |