2013-12-28 |
jsing | Various code clean ups - add a missing header, add... |
commit | commitdiff | tree | snapshot |
2013-12-28 |
jsing | Tweak makefiles so that we pull in source files based... |
commit | commitdiff | tree | snapshot |
2013-12-28 |
deraadt | Attempt to approximate what should happen on a suspend... |
commit | commitdiff | tree | snapshot |
2013-12-28 |
deraadt | Sync activate code sequnces to if_msk.c as much as... |
commit | commitdiff | tree | snapshot |
2013-12-28 |
deraadt | The few network drivers that called their children... |
commit | commitdiff | tree | snapshot |
2013-12-28 |
deraadt | The few network drivers that called their children... |
commit | commitdiff | tree | snapshot |
2013-12-28 |
deraadt | mii drivers no longer need activate functions. Repair... |
commit | commitdiff | tree | snapshot |
2013-12-28 |
deraadt | Move the fairly heavy eephy_init sequence [which was... |
commit | commitdiff | tree | snapshot |
2013-12-28 |
deraadt | change the stack protector guard into a long word ... |
commit | commitdiff | tree | snapshot |
2013-12-28 |
martynas | - adjust getcwd-1.c.exp.gcc{3,4} after the getwd linker... |
commit | commitdiff | tree | snapshot |
2013-12-28 |
deraadt | We can initialize the srandom/random system earlier... |
commit | commitdiff | tree | snapshot |
2013-12-28 |
deraadt | We can random_start() earlier (not that it does too... |
commit | commitdiff | tree | snapshot |
2013-12-28 |
deraadt | Put the entropy_pool[] into the ELF .openbsd.randomdata... |
commit | commitdiff | tree | snapshot |
2013-12-28 |
deraadt | crank the version |
commit | commitdiff | tree | snapshot |
2013-12-28 |
deraadt | Try to load entropy data from disk:/etc/random.seed... |
commit | commitdiff | tree | snapshot |
2013-12-28 |
jsing | If we fail to decrypt the softraid keys, return EPERM... |
commit | commitdiff | tree | snapshot |
2013-12-28 |
deraadt | Use preprocessor symbols where possible. |
commit | commitdiff | tree | snapshot |
2013-12-28 |
martynas | Prevent GCC from inlining these unsafe builtins: sprint... |
commit | commitdiff | tree | snapshot |
2013-12-28 |
jsing | Add initial implementations of early MD random, for... |
commit | commitdiff | tree | snapshot |
2013-12-28 |
martynas | Add regression tests to check whether GCC folds unsafe... |
commit | commitdiff | tree | snapshot |
2013-12-28 |
martynas | Annotate a few more bounded functions: realpath(3)... |
commit | commitdiff | tree | snapshot |
2013-12-28 |
deraadt | document a hack we want fixed later |
commit | commitdiff | tree | snapshot |
2013-12-27 |
rpe | - add chmod of seedfile in /etc |
commit | commitdiff | tree | snapshot |
2013-12-27 |
rpe | re-use random_seed in shutdown section |
commit | commitdiff | tree | snapshot |
2013-12-27 |
djm | correct comment |
commit | commitdiff | tree | snapshot |
2013-12-27 |
deraadt | create a seed file for the bootloader in /etc/random... |
commit | commitdiff | tree | snapshot |
2013-12-27 |
deraadt | nest random_seed() contents into a single redirection |
commit | commitdiff | tree | snapshot |
2013-12-27 |
djm | make the original RSA and DSA signing/verification... |
commit | commitdiff | tree | snapshot |
2013-12-27 |
deraadt | re-do shutdown operations. Run the scripts if we may... |
commit | commitdiff | tree | snapshot |
2013-12-27 |
deraadt | remove lots from the Makefile, since this never depende... |
commit | commitdiff | tree | snapshot |
2013-12-27 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2013-12-27 |
deraadt | oops, correct wording |
commit | commitdiff | tree | snapshot |
2013-12-27 |
deraadt | correct comment about why first 16 pages are skipped... |
commit | commitdiff | tree | snapshot |
2013-12-27 |
deraadt | from netbsd, free(bbp) in error paths. Coverity CID... |
commit | commitdiff | tree | snapshot |
2013-12-27 |
deraadt | do not need to create the stack cookie using a construc... |
commit | commitdiff | tree | snapshot |
2013-12-27 |
deraadt | /stand went away |
commit | commitdiff | tree | snapshot |
2013-12-27 |
deraadt | /stand has not been used in decades |
commit | commitdiff | tree | snapshot |
2013-12-27 |
jsing | Instead of playing #include games to get a 32-bit ELF... |
commit | commitdiff | tree | snapshot |
2013-12-27 |
jsing | Add installboot support for hppa. |
commit | commitdiff | tree | snapshot |
2013-12-27 |
jsing | Provide a bootstrap implementation (effectively a ... |
commit | commitdiff | tree | snapshot |
2013-12-27 |
jsing | Add installboot support for amd64. |
commit | commitdiff | tree | snapshot |
2013-12-27 |
jsing | Rename some confusing variables. |
commit | commitdiff | tree | snapshot |
2013-12-27 |
jsing | Initial version of a unified installboot(8) that lives... |
commit | commitdiff | tree | snapshot |
2013-12-27 |
deraadt | when forcing a re-key, might as well toss in dmesg... |
commit | commitdiff | tree | snapshot |
2013-12-27 |
deraadt | all the random devices have been the same for a while... |
commit | commitdiff | tree | snapshot |
2013-12-27 |
deraadt | remove non-openbsd.randomdata parts |
commit | commitdiff | tree | snapshot |
2013-12-27 |
schwarze | Add HISTORY and AUTHORS; triggered by a shorter patch... |
commit | commitdiff | tree | snapshot |
2013-12-27 |
guenther | Document the P_SUSPSINGLE flag bit |
commit | commitdiff | tree | snapshot |
2013-12-26 |
miod | When running the ll/sc version of the mutex code (for... |
commit | commitdiff | tree | snapshot |
2013-12-26 |
mlarkin | Back at t2k13, I wrote code to park APs in real mode... |
commit | commitdiff | tree | snapshot |
2013-12-26 |
espie | make absence of pkg_scripts non silent, after nits... |
commit | commitdiff | tree | snapshot |
2013-12-26 |
eric | constify data parameter in imsg_add() and imsg_compose() |
commit | commitdiff | tree | snapshot |
2013-12-26 |
eric | bcopy -> memmove |
commit | commitdiff | tree | snapshot |
2013-12-26 |
schwarze | Rework the documentation of Spaces, using the Ossanna... |
commit | commitdiff | tree | snapshot |
2013-12-26 |
kettenis | spacing |
commit | commitdiff | tree | snapshot |
2013-12-26 |
espie | to be dealt with |
commit | commitdiff | tree | snapshot |
2013-12-26 |
espie | either dvp == vp or dvp != vp: zap extra test. |
commit | commitdiff | tree | snapshot |
2013-12-26 |
schwarze | I have no idea how it happened that \B, \H, \h, \L... |
commit | commitdiff | tree | snapshot |
2013-12-26 |
schwarze | The roff language really has two groups of basic buildi... |
commit | commitdiff | tree | snapshot |
2013-12-25 |
schwarze | Parse and ignore the roff(7) escape sequences \d (move... |
commit | commitdiff | tree | snapshot |
2013-12-25 |
schwarze | repair the dates |
commit | commitdiff | tree | snapshot |
2013-12-25 |
schwarze | Implement .Fo/.Fa/.Fc indentation and break handling... |
commit | commitdiff | tree | snapshot |
2013-12-25 |
schwarze | Oops, .Fa never breaks the output line in the middle... |
commit | commitdiff | tree | snapshot |
2013-12-25 |
miod | Instead of deciding which iockbc port is the keyboard... |
commit | commitdiff | tree | snapshot |
2013-12-25 |
espie | fix autoloading of quirks: don't try to run quirks... |
commit | commitdiff | tree | snapshot |
2013-12-25 |
miod | Pass _dl_dtors as the csu cleanup routine on sh |
commit | commitdiff | tree | snapshot |
2013-12-25 |
schwarze | Garbage collect two local variables each used only... |
commit | commitdiff | tree | snapshot |
2013-12-25 |
miod | Pass _dl_dtors as the csu cleanup routine on arm. |
commit | commitdiff | tree | snapshot |
2013-12-25 |
schwarze | In the SYNOPSIS, implement hanging indentation for .Fo |
commit | commitdiff | tree | snapshot |
2013-12-25 |
espie | sign package thru a signer object, instead of hardcodin... |
commit | commitdiff | tree | snapshot |
2013-12-25 |
espie | move the choice of signature type for checking into... |
commit | commitdiff | tree | snapshot |
2013-12-25 |
espie | a bit more scaffolding for running quirks. In particula... |
commit | commitdiff | tree | snapshot |
2013-12-25 |
schwarze | Support .St -xsh4.2, the System Interfaces part of... |
commit | commitdiff | tree | snapshot |
2013-12-25 |
espie | zap defines that don't make any sense for us |
commit | commitdiff | tree | snapshot |
2013-12-25 |
miod | Pass _dl_dtors as the csu cleanup routine on m68k and... |
commit | commitdiff | tree | snapshot |
2013-12-25 |
kettenis | Make ld.so pass its cleanup handler in %g1 as required... |
commit | commitdiff | tree | snapshot |
2013-12-25 |
aoyama | Add missing IPL_MPSAFE, as same as mvme88k. |
commit | commitdiff | tree | snapshot |
2013-12-25 |
tedu | final circleq to tailq fix. restore the previous pointe... |
commit | commitdiff | tree | snapshot |
2013-12-25 |
schwarze | s/[Nn]ull/NUL/ in comments where appropriate; |
commit | commitdiff | tree | snapshot |
2013-12-25 |
schwarze | Do not break output lines in .Fn function arguments... |
commit | commitdiff | tree | snapshot |
2013-12-24 |
tedu | rearrange/correct timeout conditionals to work better. |
commit | commitdiff | tree | snapshot |
2013-12-24 |
schwarze | Delete the unused flag TERMP_IGNDELIM |
commit | commitdiff | tree | snapshot |
2013-12-24 |
tedu | more fixing after circleq conversion. a better fix... |
commit | commitdiff | tree | snapshot |
2013-12-24 |
schwarze | Implement SYNOPSIS .Fn indentation for -Tman. |
commit | commitdiff | tree | snapshot |
2013-12-24 |
schwarze | It turns out SYNOPSIS mode does not imply .Bk in general, |
commit | commitdiff | tree | snapshot |
2013-12-24 |
schwarze | When deciding whether two consecutive macros are on... |
commit | commitdiff | tree | snapshot |
2013-12-24 |
schwarze | More .Bk tests to lessen the risk of upcoming work. |
commit | commitdiff | tree | snapshot |
2013-12-24 |
schwarze | When i replaced the very ugly .in: suffix rule in my... |
commit | commitdiff | tree | snapshot |
2013-12-24 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2013-12-24 |
kettenis | If the FADT has its SMI_CMD set to zero, assume we... |
commit | commitdiff | tree | snapshot |
2013-12-24 |
jca | Add support for SSL/TLS server certificate validation... |
commit | commitdiff | tree | snapshot |
2013-12-24 |
kettenis | Remove some leftover bits that are no longer necessary... |
commit | commitdiff | tree | snapshot |
2013-12-24 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2013-12-24 |
deraadt | yup, we do ELF |
commit | commitdiff | tree | snapshot |
2013-12-24 |
dlg | get rid of if (timeout_pending()) timeout_del(). this... |
commit | commitdiff | tree | snapshot |
2013-12-24 |
tedu | rename local ticks to nticks to avoid aliasing global... |
commit | commitdiff | tree | snapshot |
2013-12-24 |
halex | fix error checking oddity in msdosfs code, as noted... |
commit | commitdiff | tree | snapshot |
2013-12-23 |
deraadt | remove junk |
commit | commitdiff | tree | snapshot |
2013-12-23 |
deraadt | spelling |
commit | commitdiff | tree | snapshot |
2013-12-23 |
tedu | install a link as sha512. simplify program internals... |
commit | commitdiff | tree | snapshot |
next |