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 |
2014-07-17 |
stsp | Move comment about strcasecmp() to a more suitable... |
commit | commitdiff | tree | snapshot |
2014-07-17 |
miod | Missing bounds check in ssl3_get_certificate_request... |
commit | commitdiff | tree | snapshot |
2014-07-17 |
stsp | Fix typo in example httpd config which caused error... |
commit | commitdiff | tree | snapshot |
2014-07-17 |
ajacoutot | No more /var/db/sysmerge |
commit | commitdiff | tree | snapshot |
2014-07-17 |
djm | reflect stdio-forward ("ssh -W host:port ...") failures... |
commit | commitdiff | tree | snapshot |
2014-07-17 |
logan | Free sktmp when it's no longer needed. By doing so... |
commit | commitdiff | tree | snapshot |
2014-07-17 |
guenther | Convert a couple calloc()s that were originally malloc... |
commit | commitdiff | tree | snapshot |
2014-07-17 |
deraadt | URL move; Jean-Philippe Ouellet |
commit | commitdiff | tree | snapshot |
2014-07-17 |
djm | silence "incorrect passphrase" error spam; reported... |
commit | commitdiff | tree | snapshot |
2014-07-17 |
djm | ifdef SYS_sendsyslog so this will compile without patch... |
commit | commitdiff | tree | snapshot |
2014-07-17 |
djm | preserve errno across syscall |
commit | commitdiff | tree | snapshot |
2014-07-16 |
okan | zap trailing newlines; "go for it" deraadt |
commit | commitdiff | tree | snapshot |
2014-07-16 |
okan | zap trailing newlines; "go for it" deraadt |
commit | commitdiff | tree | snapshot |
2014-07-16 |
okan | zap trailing newlines; "go for it" deraadt |
commit | commitdiff | tree | snapshot |
2014-07-16 |
okan | zap trailing newlines; "go for it" deraadt |
commit | commitdiff | tree | snapshot |
2014-07-16 |
okan | zap trailing newlines; "go for it" deraadt |
commit | commitdiff | tree | snapshot |
2014-07-16 |
okan | zap trailing newlines; "go for it" deraadt |
commit | commitdiff | tree | snapshot |
2014-07-16 |
okan | zap trailing newlines; "go for it" deraadt |
commit | commitdiff | tree | snapshot |
2014-07-16 |
okan | zap trailing newlines; "go for it" deraadt |
commit | commitdiff | tree | snapshot |
2014-07-16 |
okan | zap trailing newlines; "go for it" deraadt |
commit | commitdiff | tree | snapshot |
2014-07-16 |
okan | zap trailing newlines; "go for it" deraadt |
commit | commitdiff | tree | snapshot |
2014-07-16 |
okan | zap trailing newlines; "go for it" deraadt |
commit | commitdiff | tree | snapshot |
2014-07-16 |
deraadt | remove ancient unused NOGZIP support |
commit | commitdiff | tree | snapshot |
2014-07-16 |
deraadt | base vs etc set management is the trickiest. Explain... |
commit | commitdiff | tree | snapshot |
2014-07-16 |
mlarkin | Save and restore NVS ranges when hibernating, as per... |
commit | commitdiff | tree | snapshot |
2014-07-16 |
miod | Fix tlsext_tick_lifetime_hint value in test #2 to make... |
commit | commitdiff | tree | snapshot |
2014-07-16 |
miod | Do not set pci_dopm to 1 on the Gdium; if we do, reboot... |
commit | commitdiff | tree | snapshot |
2014-07-16 |
jmc | invert the description describing calendar, since it... |
commit | commitdiff | tree | snapshot |
2014-07-16 |
okan | replace beforeinstall target with LINKS; rot13 becomes... |
commit | commitdiff | tree | snapshot |
2014-07-16 |
ajacoutot | Handle the sysmerge move. |
commit | commitdiff | tree | snapshot |
2014-07-16 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2014-07-16 |
okan | prefer ln -f over rm + ln |
commit | commitdiff | tree | snapshot |
2014-07-16 |
naddy | Add mpbios(4). This fixes hw.ncpufound in bsd.rd on... |
commit | commitdiff | tree | snapshot |
2014-07-16 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2014-07-16 |
jmc | add the streamlocal* options to ssh's -o list; millert... |
commit | commitdiff | tree | snapshot |
2014-07-16 |
jmc | no more /etc/disklabels (ironically making my previous... |
commit | commitdiff | tree | snapshot |
2014-07-16 |
okan | use /bin/sh instead of /bin/ksh and add cvs id. |
commit | commitdiff | tree | snapshot |
2014-07-16 |
kettenis | Only call getauxval(3) if HAVE_GETAUXVAL is defined... |
commit | commitdiff | tree | snapshot |
2014-07-16 |
jmc | no more html/milter; |
commit | commitdiff | tree | snapshot |
2014-07-16 |
jmc | no more html/curses (i'm effectively undoing -r1.10); |
commit | commitdiff | tree | snapshot |
2014-07-16 |
deraadt | convert to new readable format; requesting post-commit... |
commit | commitdiff | tree | snapshot |
2014-07-16 |
deraadt | spaces |
commit | commitdiff | tree | snapshot |
2014-07-16 |
jmc | tweak previous; |
commit | commitdiff | tree | snapshot |
2014-07-16 |
deraadt | Yes /etc/disklabels/ is a good practice for placing... |
commit | commitdiff | tree | snapshot |
2014-07-16 |
deraadt | mixerctl.conf wsconsctl.conf can properly become examples. |
commit | commitdiff | tree | snapshot |
2014-07-16 |
deraadt | the files listed under BIN1 are not binaries in any... |
commit | commitdiff | tree | snapshot |
2014-07-16 |
deraadt | create examples/pf.conf which is a clone of the existin... |
commit | commitdiff | tree | snapshot |
2014-07-16 |
deraadt | BIN2 is now just motd; install it direct without the... |
commit | commitdiff | tree | snapshot |
2014-07-16 |
deraadt | the scan for transforming free(...) to (free..., 0... |
commit | commitdiff | tree | snapshot |
2014-07-16 |
deraadt | do not need a variable to track locking, since all... |
commit | commitdiff | tree | snapshot |
2014-07-16 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2014-07-16 |
deraadt | lynx has left the tree, and let's be honest noone will... |
commit | commitdiff | tree | snapshot |
2014-07-16 |
deraadt | more lynx bits |
commit | commitdiff | tree | snapshot |
2014-07-16 |
reyk | Implement file descriptor accounting. The concept... |
commit | commitdiff | tree | snapshot |
2014-07-16 |
ajacoutot | Add a comment at the top of sysctl.conf when it is... |
commit | commitdiff | tree | snapshot |
2014-07-16 |
mlarkin | Reenable hibernate RLE support and flush+zero all memor... |
commit | commitdiff | tree | snapshot |
2014-07-16 |
lteo | Clean up the ifdef maze in usage() by reformatting... |
commit | commitdiff | tree | snapshot |
2014-07-16 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2014-07-16 |
deraadt | another piece of lynx hides here |
commit | commitdiff | tree | snapshot |
2014-07-16 |
deraadt | lynx will go to ports. there are too many reasons... |
commit | commitdiff | tree | snapshot |
2014-07-16 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2014-07-16 |
deraadt | #ifdef wrap the _rs_forkhandler |
commit | commitdiff | tree | snapshot |
2014-07-16 |
bcook | added handler for an atfork hook from kettenis@ |
commit | commitdiff | tree | snapshot |
2014-07-15 |
deraadt | tidy up the script |
commit | commitdiff | tree | snapshot |
2014-07-15 |
miod | Don't define uuid_t yet; unbreaks some ports. spotted... |
commit | commitdiff | tree | snapshot |
2014-07-15 |
deraadt | remove support for the non-standard BSDmakefile, which... |
commit | commitdiff | tree | snapshot |
2014-07-15 |
deraadt | mode 644 for installing these files |
commit | commitdiff | tree | snapshot |
2014-07-15 |
deraadt | delete commented out sl |
commit | commitdiff | tree | snapshot |
2014-07-15 |
miod | Apparently people updating this no longer fix the DOW... |
commit | commitdiff | tree | snapshot |
next |