2014-12-22 |
djm | correct description of what will happen when a Authoriz... |
commit | commitdiff | tree | snapshot |
2014-12-22 |
djm | make internal handling of filename arguments of "none... |
commit | commitdiff | tree | snapshot |
2014-12-22 |
djm | remember which public keys have been used for authentic... |
commit | commitdiff | tree | snapshot |
2014-12-22 |
djm | fix passing of wildcard forward bind addresses when... |
commit | commitdiff | tree | snapshot |
2014-12-22 |
djm | make this slightly easier to diff against portable |
commit | commitdiff | tree | snapshot |
2014-12-22 |
dlg | add TIMEOUT_INITIALIZER for initting timeout declaractions. |
commit | commitdiff | tree | snapshot |
2014-12-22 |
kurt | Introduce new csu0 variant for -static -pie binaries... |
commit | commitdiff | tree | snapshot |
2014-12-22 |
tedu | convert to using siphash |
commit | commitdiff | tree | snapshot |
2014-12-22 |
tedu | fix docs for NOBROADCASTKILL |
commit | commitdiff | tree | snapshot |
2014-12-22 |
deraadt | bcopy -> memcpy, as in amd64 |
commit | commitdiff | tree | snapshot |
2014-12-22 |
deraadt | bcopy -> memcpy; ok tedu |
commit | commitdiff | tree | snapshot |
2014-12-22 |
tedu | remove some unused fields from pool. ok dlg |
commit | commitdiff | tree | snapshot |
2014-12-22 |
deraadt | amd64 now also uses the ssyms mechanism. |
commit | commitdiff | tree | snapshot |
2014-12-22 |
tedu | unifdef INET |
commit | commitdiff | tree | snapshot |
2014-12-22 |
tedu | unifdef INET |
commit | commitdiff | tree | snapshot |
2014-12-22 |
djm | adjust for new SHA256 key fingerprints and slightly... |
commit | commitdiff | tree | snapshot |
2014-12-22 |
djm | poll changes to netcat (usr.bin/netcat.c r1.125) broke... |
commit | commitdiff | tree | snapshot |
2014-12-22 |
dlg | if we're able to use large page allocators, try and... |
commit | commitdiff | tree | snapshot |
2014-12-21 |
jmc | tweak previous; |
commit | commitdiff | tree | snapshot |
2014-12-21 |
djm | document FingerprintHash here too |
commit | commitdiff | tree | snapshot |
2014-12-21 |
djm | Add FingerprintHash option to control algorithm used... |
commit | commitdiff | tree | snapshot |
2014-12-21 |
shadchin | WSCONS_EVENT_WSMOUSED_SLEEP and WSCONS_EVENT_WSMOUSED_C... |
commit | commitdiff | tree | snapshot |
2014-12-21 |
shadchin | Cleanup - remove event WSCONS_EVENT_WSMOUSED_SLEEP... |
commit | commitdiff | tree | snapshot |
2014-12-21 |
shadchin | WSMOUSE_INPUT_WSMOUSED_CLOSE not used anymore. |
commit | commitdiff | tree | snapshot |
2014-12-21 |
mlarkin | Prevent writing to the kernel area via the direct map... |
commit | commitdiff | tree | snapshot |
2014-12-21 |
schwarze | Use -m for macro set selection in mandoc(1) mode only... |
commit | commitdiff | tree | snapshot |
2014-12-21 |
mpi | Always clear a port reset feature after setting it... |
commit | commitdiff | tree | snapshot |
2014-12-21 |
mpi | Various transfer improvements/fixes. |
commit | commitdiff | tree | snapshot |
2014-12-21 |
mpi | Use a bitmask when dumping TRB flags. No change in... |
commit | commitdiff | tree | snapshot |
2014-12-21 |
espie | fix test-redef2: |
commit | commitdiff | tree | snapshot |
2014-12-21 |
guenther | <sys/endian.h> needs <sys/cdefs.h> |
commit | commitdiff | tree | snapshot |
2014-12-21 |
guenther | Stop pulling in <arpa/inet.h> or <arpa/nameser.h> when... |
commit | commitdiff | tree | snapshot |
2014-12-21 |
daniel | Show the sign for NaN as per POSIX; from Elliott Hughes. |
commit | commitdiff | tree | snapshot |
2014-12-21 |
daniel | Fix build with -Werror -std=c99 -pedantic. |
commit | commitdiff | tree | snapshot |
2014-12-20 |
miod | Replacing <machine/endian.h> with <sys/endian.h> does... |
commit | commitdiff | tree | snapshot |
2014-12-20 |
krw | Replace switch workq with taskq. |
commit | commitdiff | tree | snapshot |
2014-12-20 |
krw | Zap a sneaky trailing blank that was hiding in plain... |
commit | commitdiff | tree | snapshot |
2014-12-20 |
kettenis | Zap local variable that shadows another local variable... |
commit | commitdiff | tree | snapshot |
2014-12-20 |
krw | Zap a bunch of leading/trailing whitespace. |
commit | commitdiff | tree | snapshot |
2014-12-20 |
reyk | Cleanup vmt(4) by changing an ugly if statement for... |
commit | commitdiff | tree | snapshot |
2014-12-20 |
tedu | openbsd rcisd |
commit | commitdiff | tree | snapshot |
2014-12-20 |
guenther | $OpenBSD for our rev here |
commit | commitdiff | tree | snapshot |
2014-12-20 |
schwarze | Fix two issues causing a class of assertion failures... |
commit | commitdiff | tree | snapshot |
2014-12-20 |
schwarze | resolve some code duplication; no functional change |
commit | commitdiff | tree | snapshot |
2014-12-19 |
guenther | Use <sys/endian.h> instead of <machine/endian.h> |
commit | commitdiff | tree | snapshot |
2014-12-19 |
deraadt | sync with libc, using brnz,pt instead, should be better |
commit | commitdiff | tree | snapshot |
2014-12-19 |
bluhm | Use a simpler expression to check the ether type in... |
commit | commitdiff | tree | snapshot |
2014-12-19 |
tedu | no need to kvm the palloc. the pgsize is more correctly... |
commit | commitdiff | tree | snapshot |
2014-12-19 |
deraadt | Use reallocarray() where suitable |
commit | commitdiff | tree | snapshot |
2014-12-19 |
bluhm | Do not report an EDQUOT "Disk quota exceeded" error... |
commit | commitdiff | tree | snapshot |
2014-12-19 |
tedu | multiline string literals aren't really a thing. just... |
commit | commitdiff | tree | snapshot |
2014-12-19 |
tedu | remove ipw. it wasn't included in generic, but nobody... |
commit | commitdiff | tree | snapshot |
2014-12-19 |
tedu | make the code look more like libc by changing Transform... |
commit | commitdiff | tree | snapshot |
2014-12-19 |
tedu | bcopy to memcpy. ok deraadt millert |
commit | commitdiff | tree | snapshot |
2014-12-19 |
tedu | unifdef INET in net code as a precursor to removing... |
commit | commitdiff | tree | snapshot |
2014-12-19 |
schwarze | Enforcing an arbitrary, implementation dependent, undoc... |
commit | commitdiff | tree | snapshot |
2014-12-19 |
krw | Fix tree breakage due to unused variable after last... |
commit | commitdiff | tree | snapshot |
2014-12-19 |
krw | Change scan and auth+assoc workq entries to taskq entries. |
commit | commitdiff | tree | snapshot |
2014-12-19 |
reyk | shuffle function declarations a bit; stylistic changes... |
commit | commitdiff | tree | snapshot |
2014-12-19 |
tedu | be like the kernel and only unroll if not small |
commit | commitdiff | tree | snapshot |
2014-12-19 |
reyk | No need to include sys/types.h when sys/param.h is... |
commit | commitdiff | tree | snapshot |
2014-12-19 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2014-12-19 |
deraadt | i386 unrolling blows up the media in a big way, due... |
commit | commitdiff | tree | snapshot |
2014-12-19 |
deraadt | oops, forgot rndvar.h |
commit | commitdiff | tree | snapshot |
2014-12-19 |
ajacoutot | Add rdp/rfb/vnc. |
commit | commitdiff | tree | snapshot |
2014-12-19 |
deraadt | place the afterinstall: target correctly for static... |
commit | commitdiff | tree | snapshot |
2014-12-19 |
deraadt | oops, forgot rndvar.h |
commit | commitdiff | tree | snapshot |
2014-12-19 |
tedu | don't print vnodes if we didn't read them |
commit | commitdiff | tree | snapshot |
2014-12-19 |
tedu | 1. -T (totalflag) requires nlist too. |
commit | commitdiff | tree | snapshot |
2014-12-19 |
krw | Use taskq rather than workq to remove unwanted alias. |
commit | commitdiff | tree | snapshot |
2014-12-19 |
aoyama | Move cbus.c, cbusvar.h, and pcex.c to new 'cbus' direct... |
commit | commitdiff | tree | snapshot |
2014-12-19 |
reyk | Support source-hash and random with tables and dynifs... |
commit | commitdiff | tree | snapshot |
2014-12-19 |
mcbride | Comment is no longer true, remove it. |
commit | commitdiff | tree | snapshot |
2014-12-19 |
tedu | remove hash.h. no longer needed. ok reyk |
commit | commitdiff | tree | snapshot |
2014-12-19 |
reyk | Remove an unused sys/hash.h include from db_structinfo.c |
commit | commitdiff | tree | snapshot |
2014-12-19 |
deraadt | lonely bcopy called me by name |
commit | commitdiff | tree | snapshot |
2014-12-19 |
deraadt | another handful of bcopy -> memcpy because there is... |
commit | commitdiff | tree | snapshot |
2014-12-19 |
tedu | start retiring the nointr allocator. specify PR_WAITOK... |
commit | commitdiff | tree | snapshot |
2014-12-19 |
tedu | if you really must look inside the pool to decide if... |
commit | commitdiff | tree | snapshot |
2014-12-19 |
tedu | add messages to #error so we know what's what (and... |
commit | commitdiff | tree | snapshot |
2014-12-19 |
schwarze | Rewrite the low-level UTF-8 parser from scratch. |
commit | commitdiff | tree | snapshot |
2014-12-19 |
brad | Make use of m_defrag() in re_encap(). |
commit | commitdiff | tree | snapshot |
2014-12-19 |
tedu | rename buffer to digest, more clear. ok deraadt |
commit | commitdiff | tree | snapshot |
2014-12-19 |
lteo | CA.sh and CA.pl are gone |
commit | commitdiff | tree | snapshot |
2014-12-19 |
lteo | Sync message digest algorithms with the ones actually... |
commit | commitdiff | tree | snapshot |
2014-12-19 |
tedu | convert bcopy/zero to memcpy. ok deraadt djm |
commit | commitdiff | tree | snapshot |
2014-12-19 |
dlg | timestamp empty pages, and only free them if theyve... |
commit | commitdiff | tree | snapshot |
2014-12-19 |
dlg | the last commit changed LIST_INSERT_HEAD to TAILQ_INSER... |
commit | commitdiff | tree | snapshot |
2014-12-19 |
brad | Rearrange mostly vmxnet3_init() to look like other... |
commit | commitdiff | tree | snapshot |
2014-12-19 |
tedu | sha512 produces enough output, we can simplify extracti... |
commit | commitdiff | tree | snapshot |
2014-12-19 |
dlg | replace the page LISTS with page TAILQs. this will... |
commit | commitdiff | tree | snapshot |
2014-12-18 |
tedu | remove two useless and unused hash penalty defines |
commit | commitdiff | tree | snapshot |
2014-12-18 |
djm | don't count partial authentication success as a failure... |
commit | commitdiff | tree | snapshot |
2014-12-18 |
brad | Merge in some commits from upstream.. |
commit | commitdiff | tree | snapshot |
2014-12-18 |
jmc | an hex -> a hex; |
commit | commitdiff | tree | snapshot |
2014-12-18 |
deraadt | obvious non-overlap bcopy -> memcpy |
commit | commitdiff | tree | snapshot |
2014-12-18 |
tedu | convert one hot looking bcopy to memcpy |
commit | commitdiff | tree | snapshot |
2014-12-18 |
tedu | delete a whole mess of unnecessary caddr_t casts |
commit | commitdiff | tree | snapshot |
2014-12-18 |
reyk | Update test - the hashkey log message disappeared. |
commit | commitdiff | tree | snapshot |
2014-12-18 |
schwarze | Don't let .Ta creep into an already-closed list; same... |
commit | commitdiff | tree | snapshot |
next |