2014-07-21 |
deraadt | missing newline |
commit | commitdiff | tree | snapshot |
2014-07-21 |
matthew | Fix typo: s/lstate/lstat/ |
commit | commitdiff | tree | snapshot |
2014-07-21 |
uebayasi | boot(9): Reduce annoying style diffs |
commit | commitdiff | tree | snapshot |
2014-07-21 |
schwarze | Kristaps points out that the current HTTP/1.1 draft... |
commit | commitdiff | tree | snapshot |
2014-07-21 |
naddy | 5.7 packages key |
commit | commitdiff | tree | snapshot |
2014-07-21 |
nicm | lockf is entirely useless and it was a mistake to chang... |
commit | commitdiff | tree | snapshot |
2014-07-21 |
nicm | Drop explicit support for F13-F20 and change to match... |
commit | commitdiff | tree | snapshot |
2014-07-21 |
mlarkin | fix some wrong comments and a bit of KNF |
commit | commitdiff | tree | snapshot |
2014-07-21 |
guenther | printf(9) and friends don't support the <number>$ flags... |
commit | commitdiff | tree | snapshot |
2014-07-21 |
guenther | Switch from <sys/endian.h> or <machine/endian.h> to... |
commit | commitdiff | tree | snapshot |
2014-07-21 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2014-07-21 |
deraadt | 5.7 base key |
commit | commitdiff | tree | snapshot |
2014-07-20 |
guenther | Provide correct guidance on which header to use in... |
commit | commitdiff | tree | snapshot |
2014-07-20 |
bcook | Move more OS-specific functionality to arc4random.h... |
commit | commitdiff | tree | snapshot |
2014-07-20 |
tobias | Fixed typo in error message. |
commit | commitdiff | tree | snapshot |
2014-07-20 |
deraadt | ask about lid |
commit | commitdiff | tree | snapshot |
2014-07-20 |
deraadt | if we think this is a laptop (wsdisplay.....) ask a... |
commit | commitdiff | tree | snapshot |
2014-07-20 |
deraadt | look up correct dev_t. This matters for the case where... |
commit | commitdiff | tree | snapshot |
2014-07-20 |
tobias | Merge cmd.c from zboot into boot, dropping "clear"... |
commit | commitdiff | tree | snapshot |
2014-07-20 |
bluhm | A HTTP connection may have multiple requests with conte... |
commit | commitdiff | tree | snapshot |
2014-07-20 |
deraadt | RB_MINIROOT is never checked by anything, so stop setti... |
commit | commitdiff | tree | snapshot |
2014-07-20 |
deraadt | match on vga1 or vgafb0, well, let's just call it vga... |
commit | commitdiff | tree | snapshot |
2014-07-20 |
deraadt | spacing glitches |
commit | commitdiff | tree | snapshot |
2014-07-20 |
mlarkin | Support hibernating to softraid crypto volumes. |
commit | commitdiff | tree | snapshot |
2014-07-20 |
stsp | Fix tcpdump(8) display of logical link control data... |
commit | commitdiff | tree | snapshot |
2014-07-20 |
bcook | initial win32 ARC4_LOCK/UNLOCK implementation. |
commit | commitdiff | tree | snapshot |
2014-07-20 |
kettenis | Skip reading bits from a region marked as "Preserve... |
commit | commitdiff | tree | snapshot |
2014-07-20 |
guenther | Eliminate silly call() routine that fakes up internal... |
commit | commitdiff | tree | snapshot |
2014-07-20 |
stsp | Always allocate bwi(4) ring descriptors below the 1GB... |
commit | commitdiff | tree | snapshot |
2014-07-20 |
stsp | In bwi(4), don't declare an interrupt as unhandled... |
commit | commitdiff | tree | snapshot |
2014-07-20 |
stsp | Make bwi_dma_mbuf_create() use the correct loop counter... |
commit | commitdiff | tree | snapshot |
2014-07-20 |
stsp | Load bwi(4) firmware once, not every time the interface... |
commit | commitdiff | tree | snapshot |
2014-07-20 |
guenther | Fix array overflow in command line handling |
commit | commitdiff | tree | snapshot |
2014-07-20 |
guenther | Mark a slurry of functions as static |
commit | commitdiff | tree | snapshot |
2014-07-20 |
jsg | use NULL instead of 0 when dealing with pointers |
commit | commitdiff | tree | snapshot |
2014-07-20 |
guenther | Kill lint comments; mark ExitString() as __dead |
commit | commitdiff | tree | snapshot |
2014-07-20 |
guenther | Switch from memmove() to memcpy() where appropriate... |
commit | commitdiff | tree | snapshot |
2014-07-20 |
guenther | VSUSP and SIGTSTP are required by POSIX |
commit | commitdiff | tree | snapshot |
2014-07-20 |
guenther | Delete an insane chunk of code for handling broken... |
commit | commitdiff | tree | snapshot |
2014-07-20 |
guenther | Add prototypes to some function callbacks and fix the... |
commit | commitdiff | tree | snapshot |
2014-07-20 |
rpe | Stop using the (now) internal rc.subr functions _rc_do... |
commit | commitdiff | tree | snapshot |
2014-07-20 |
ajacoutot | Fix auto-upgradable files detection. |
commit | commitdiff | tree | snapshot |
2014-07-20 |
guenther | More encryption tentacles: intr_happened and intr_waiti... |
commit | commitdiff | tree | snapshot |
2014-07-20 |
guenther | Eliminate trivial wrappers TerminalWrite() and Terminal... |
commit | commitdiff | tree | snapshot |
2014-07-20 |
guenther | Don't depend on <sys/param.h> for MAXPATHLEN |
commit | commitdiff | tree | snapshot |
2014-07-20 |
guenther | Correctly cast to unsigned char for ctype functions... |
commit | commitdiff | tree | snapshot |
2014-07-20 |
guenther | ring_init() can't fail |
commit | commitdiff | tree | snapshot |
2014-07-20 |
guenther | -8 is the default |
commit | commitdiff | tree | snapshot |
2014-07-20 |
guenther | Don't need -I${.CURDIR} |
commit | commitdiff | tree | snapshot |
2014-07-20 |
guenther | Simplify #includes, start pushing them into the .c... |
commit | commitdiff | tree | snapshot |
2014-07-20 |
deraadt | correct unconfig: target; Jean-Philippe Ouellet |
commit | commitdiff | tree | snapshot |
2014-07-20 |
guenther | tweak -W options |
commit | commitdiff | tree | snapshot |
2014-07-20 |
deraadt | no longer play with /dev/log |
commit | commitdiff | tree | snapshot |
2014-07-20 |
guenther | From ISO/IEC 9899:1999 and 9899:201x, |
commit | commitdiff | tree | snapshot |
2014-07-20 |
guenther | Ooops, verbose_encrypt option is gone too. |
commit | commitdiff | tree | snapshot |
2014-07-20 |
guenther | The manpage claims the -a option uses getlogin(2),... |
commit | commitdiff | tree | snapshot |
2014-07-20 |
guenther | The only authentication info now is the login name |
commit | commitdiff | tree | snapshot |
2014-07-20 |
deraadt | Demonstrate how new linux getrandom() will be called... |
commit | commitdiff | tree | snapshot |
2014-07-20 |
deraadt | remove a variable called wantencryption. |
commit | commitdiff | tree | snapshot |
2014-07-20 |
guenther | This pulls in <ddb/db_output.h>, so don't redeclare... |
commit | commitdiff | tree | snapshot |
2014-07-20 |
deraadt | Oddly, chmod chgrp chown were at the wrong path on... |
commit | commitdiff | tree | snapshot |
2014-07-20 |
deraadt | place sysctl in sorted order; Jean-Philippe Ouellet |
commit | commitdiff | tree | snapshot |
2014-07-20 |
deraadt | arch was in wrong bin dir; Jean-Philippe Ouellet |
commit | commitdiff | tree | snapshot |
2014-07-20 |
guenther | Mark the format string argument to BIO_*printf as not... |
commit | commitdiff | tree | snapshot |
2014-07-20 |
guenther | Make sure the correct errno is reported by warn* or... |
commit | commitdiff | tree | snapshot |
2014-07-20 |
guenther | Fix ordering breakage, moving the fclose() test last... |
commit | commitdiff | tree | snapshot |
2014-07-20 |
guenther | Update regress to match change in stpcpy() linker message |
commit | commitdiff | tree | snapshot |
2014-07-20 |
guenther | Make sure the correct errno is reported by warn* or... |
commit | commitdiff | tree | snapshot |
2014-07-20 |
guenther | Delete unused variables found by -Wall |
commit | commitdiff | tree | snapshot |
2014-07-20 |
guenther | Add missing include. Tickled by Doug Hogan (doug ... |
commit | commitdiff | tree | snapshot |
2014-07-20 |
guenther | Mark fatal() as printf-like. |
commit | commitdiff | tree | snapshot |
2014-07-19 |
guenther | Flense the telnet code base of unwanted ifdefs: authent... |
commit | commitdiff | tree | snapshot |
2014-07-19 |
bluhm | Print a warning message if the files with the random... |
commit | commitdiff | tree | snapshot |
2014-07-19 |
miod | Explicitely check the value of REGRESS_SKIP_SLOW rather... |
commit | commitdiff | tree | snapshot |
2014-07-19 |
miod | Make sure struct sockaddr_in gets completely initialize... |
commit | commitdiff | tree | snapshot |
2014-07-19 |
pirofti | Bring back pci_dopm, but disable it before powerdown. |
commit | commitdiff | tree | snapshot |
2014-07-19 |
deraadt | remove disabled main hook; we use phdr now; ok bcook |
commit | commitdiff | tree | snapshot |
2014-07-19 |
naddy | arc4random re-seeds with getentropy() now; ok deraadt... |
commit | commitdiff | tree | snapshot |
2014-07-19 |
deraadt | tab love |
commit | commitdiff | tree | snapshot |
2014-07-19 |
bcook | Move _ARC4_ATFORK handlers from thread_private.h in... |
commit | commitdiff | tree | snapshot |
2014-07-19 |
bcook | move _ARC4_LOCK/UNLOCK primitives from thread_private... |
commit | commitdiff | tree | snapshot |
2014-07-19 |
schwarze | Security fix: |
commit | commitdiff | tree | snapshot |
2014-07-19 |
bcook | fixup typos |
commit | commitdiff | tree | snapshot |
2014-07-19 |
pirofti | Backout pci_dopm usage as it also breaks reboot on... |
commit | commitdiff | tree | snapshot |
2014-07-19 |
schwarze | Security fix: |
commit | commitdiff | tree | snapshot |
2014-07-19 |
matthew | Document that abort() is async signal safe now that... |
commit | commitdiff | tree | snapshot |
2014-07-19 |
espie | actually use the cve match_location correctly. |
commit | commitdiff | tree | snapshot |
2014-07-19 |
dlg | miod pointed out i forgot which way round casts go. |
commit | commitdiff | tree | snapshot |
2014-07-19 |
lteo | Fix strtonum range to unbreak -pass fd:0 |
commit | commitdiff | tree | snapshot |
2014-07-19 |
deraadt | Change _rs_allocate so it can combine the two regions... |
commit | commitdiff | tree | snapshot |
2014-07-18 |
bluhm | The pf forward tests were running rdr-to and nat-to... |
commit | commitdiff | tree | snapshot |
2014-07-18 |
matthew | Cleanup portable arc4random fork detection code: |
commit | commitdiff | tree | snapshot |
2014-07-18 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2014-07-18 |
matthew | Oops, getentropy() is an "extension interface", not... |
commit | commitdiff | tree | snapshot |
2014-07-18 |
matthew | Document that getentropy() is async signal safe. |
commit | commitdiff | tree | snapshot |
2014-07-18 |
schwarze | Do not use the HTTP_HOST CGI variable, |
commit | commitdiff | tree | snapshot |
2014-07-18 |
deraadt | Since syslog messages are now sent via the sendsyslog... |
commit | commitdiff | tree | snapshot |
2014-07-18 |
deraadt | As discussed with beck, tweak the wording for getentrop... |
commit | commitdiff | tree | snapshot |
2014-07-18 |
deraadt | ugly ugly whitespace |
commit | commitdiff | tree | snapshot |
2014-07-18 |
deraadt | missing newline |
commit | commitdiff | tree | snapshot |
next |