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 |
2014-07-18 |
espie | fix sorted output |
commit | commitdiff | tree | snapshot |
2014-07-18 |
schwarze | When the MAN_DIR/manpath.conf configuration file does... |
commit | commitdiff | tree | snapshot |
2014-07-18 |
yasuoka | Fix privsep.c. Call missing imsg_free() after imsg_get... |
commit | commitdiff | tree | snapshot |
2014-07-18 |
dlg | atomic_swap_ptr is special. |
commit | commitdiff | tree | snapshot |
2014-07-18 |
ajacoutot | Follow the recent addition of /usr/local/lib/pkgconfig... |
commit | commitdiff | tree | snapshot |
2014-07-18 |
ajacoutot | Cleanups: |
commit | commitdiff | tree | snapshot |
2014-07-18 |
dlg | pass atomic_{cas,swap}_uint a volatile void * instead... |
commit | commitdiff | tree | snapshot |
2014-07-18 |
jasper | implement 'rootdev' parsing similar to what's already... |
commit | commitdiff | tree | snapshot |
2014-07-18 |
matthew | Remove "const" from the lsearch(3) manual's synopsis... |
commit | commitdiff | tree | snapshot |
2014-07-18 |
dlg | implement EFBIG handling for heavily fragmented packets... |
commit | commitdiff | tree | snapshot |
2014-07-18 |
jmc | zap trailing whitespace; |
commit | commitdiff | tree | snapshot |
2014-07-18 |
matthew | Change lsearch()'s "base" argument to require a non... |
commit | commitdiff | tree | snapshot |
2014-07-18 |
djm | restore umask around listener socket creation (dropped... |
commit | commitdiff | tree | snapshot |
2014-07-18 |
deraadt | Seperate arc4random's os-dependent parts into static... |
commit | commitdiff | tree | snapshot |
2014-07-17 |
deraadt | avoid errx(); Jonas Termansen |
commit | commitdiff | tree | snapshot |
2014-07-17 |
deraadt | avoid sys/param.h; Jonas Termansen |
commit | commitdiff | tree | snapshot |
2014-07-17 |
deraadt | it is 2014, and we still need to encourage people away... |
commit | commitdiff | tree | snapshot |
2014-07-17 |
jmc | files-to-dump can be a duid; |
commit | commitdiff | tree | snapshot |
2014-07-17 |
miod | Rework management of the external L2 cache on the few... |
commit | commitdiff | tree | snapshot |
2014-07-17 |
deraadt | match current permissions |
commit | commitdiff | tree | snapshot |
2014-07-17 |
deraadt | sh netstart, instead of using . |
commit | commitdiff | tree | snapshot |
2014-07-17 |
ajacoutot | Unbreak after the rc_do->_rc_do and rc_wait->_rc_wait... |
commit | commitdiff | tree | snapshot |
2014-07-17 |
deraadt | "Race-free because we're running single-threaded in... |
commit | commitdiff | tree | snapshot |
2014-07-17 |
tedu | zero random buf for sysctl too, just in case |
commit | commitdiff | tree | snapshot |
2014-07-17 |
tedu | zero entropy buf |
commit | commitdiff | tree | snapshot |
2014-07-17 |
deraadt | add optional keywords all over the place, and some... |
commit | commitdiff | tree | snapshot |
2014-07-17 |
miod | Turn the console code into regular cons_decl() ones... |
commit | commitdiff | tree | snapshot |
2014-07-17 |
dlg | interrupt handlers established via the ioapic didnt... |
commit | commitdiff | tree | snapshot |
2014-07-17 |
miod | immidiatelly -> immediately |
commit | commitdiff | tree | snapshot |
next |