openbsd
2014-12-19 lteoCA.sh and CA.pl are gone
2014-12-19 lteoSync message digest algorithms with the ones actually...
2014-12-19 teduconvert bcopy/zero to memcpy. ok deraadt djm
2014-12-19 dlgtimestamp empty pages, and only free them if theyve...
2014-12-19 dlgthe last commit changed LIST_INSERT_HEAD to TAILQ_INSER...
2014-12-19 bradRearrange mostly vmxnet3_init() to look like other...
2014-12-19 tedusha512 produces enough output, we can simplify extracti...
2014-12-19 dlgreplace the page LISTS with page TAILQs. this will...
2014-12-18 teduremove two useless and unused hash penalty defines
2014-12-18 djmdon't count partial authentication success as a failure...
2014-12-18 bradMerge in some commits from upstream..
2014-12-18 jmcan hex -> a hex;
2014-12-18 deraadtobvious non-overlap bcopy -> memcpy
2014-12-18 teduconvert one hot looking bcopy to memcpy
2014-12-18 tedudelete a whole mess of unnecessary caddr_t casts
2014-12-18 reykUpdate test - the hashkey log message disappeared.
2014-12-18 schwarzeDon't let .Ta creep into an already-closed list; same...
2014-12-18 reykUpdate relayd to use siphash instead of sys/hash. ...
2014-12-18 jmcupdate usage() and the list of non-standard (i.e. non...
2014-12-18 tedudocument power capacity units. from david higgs
2014-12-18 teduonly unroll on i386 and amd64 (where confirmed to be...
2014-12-18 schwarzeOnly keep leading .Sm inside a list when it immediately...
2014-12-18 deraadtuse suspend_randomness() and resume_randomness()
2014-12-18 reykWrap more of these long lines.
2014-12-18 tedutwo more uses of siphash. better hash for ipv4. maybe...
2014-12-18 tedusimple to use siphash here. ok deraadt
2014-12-18 tedusimple to use siphash here. ok deraadt
2014-12-18 schwarzeWhen the head of a list item is extended with a partial...
2014-12-18 deraadtwrap unreasonably long lines
2014-12-18 reykThe VM host might send multiple messages at once but...
2014-12-18 teduuse siphash for pf_lb. for ipv6, we stretch it out...
2014-12-18 schwarzeDon't let the modulo operator divide by zero.
2014-12-18 deraadtperform cpu setperf at same position in sequence as...
2014-12-18 deraadtsuspend & resume RNG subsystem
2014-12-18 deraadtsuspend and resume the RNG (at what looks like the...
2014-12-18 deraadtWhen a VM resume occurs, request information from the...
2014-12-18 deraadtCreate a suspend/resume infrastructure for the RNG...
2014-12-18 deraadtIf support is present, use rdrand() at resume time...
2014-12-18 krwChange the link state change routing message generation...
2014-12-18 mpiMerge from NetBSD r1.54 from Matthias Drochner:
2014-12-18 dlgansi function prototypes. no functional change.
2014-12-18 dlgwhite space tweaks, no functional change.
2014-12-18 dlgreplace splhigh and a simplelock with a mutex.
2014-12-18 mpiIf a host controller has been detached or reported...
2014-12-18 reykDocument * and :: to listen on all IPv4 or IPv6 addresses.
2014-12-18 reykAccept * as an alias for the default ipv4 listen address.
2014-12-18 reyk"tcp nodelay" shouldn't be discussing relaying SSH...
2014-12-18 mlarkinUnmap the MP hatch and ACPI resume trampolines when...
2014-12-18 schwarzeThe code is already careful to not add items to lists...
2014-12-17 teduthe easier way to put a buffer on the stack is to put...
2014-12-17 teduunroll loops. much faster on amd64. ok deraadt millert
2014-12-17 teduremove lock.h from uvm_extern.h. another holdover from...
2014-12-17 teduunroll loops for sha2. quite a bit faster for amd64.
2014-12-17 teduminimal removal of simplelock to eliminate lock.h depen...
2014-12-17 tedufix/reduce header dependencies. clock.c doesn't need...
2014-12-17 schwarzeBe a bit more lenient in what to accept for section...
2014-12-17 dougAdd size_t to int checks for SSL functions.
2014-12-17 millertUse log_warnx() not log_warn() for mail loop warning...
2014-12-17 kettenisAvoid premature masking in the interrupt handler code...
2014-12-17 deraadtremove simplelocks (trivial)
2014-12-17 deraadtdelete simplelocks
2014-12-17 deraadtremove simplelocks
2014-12-17 deraadtpretty easy removal of simplelocks
2014-12-17 deraadtremove simplelocks
2014-12-17 deraadtremove simplelocks use
2014-12-17 reykAdd missing flag in the description field.
2014-12-17 jsgadd umcs(4)
2014-12-17 mpiRemove the "multicast_" prefix from the fields a multic...
2014-12-17 mpiUse an interface index instead of a pointer for multica...
2014-12-17 guentherPrefer MADV_* over POSIX_MADV_* in kernel for consisten...
2014-12-17 deraadtdelete archaic simplelock use.
2014-12-17 bradDo as the datasheet recommends and disable the RX filte...
2014-12-17 danielincrease to 2048 to prevent failure. ok deraadt@
2014-12-16 deraadtinstall both ld.so with mode 444
2014-12-16 schwarzeIgnore mdoc(7) and man(7) macros inside tbl(7) code...
2014-12-16 jmatthewTemporarily expand the pci memory range to suit Dell...
2014-12-16 deraadtsync
2014-12-16 tedudon't include lock.h by default. poisons namespace...
2014-12-16 miodsync
2014-12-16 miodDo not grab the kernel lock for clock interrupts, hardc...
2014-12-16 tedumust include lock.h to play with locks
2014-12-16 teduthese headers do not need to (and should not) include...
2014-12-16 teduinclude atomic.h to get atomic operations (virtio_memba...
2014-12-16 sfDefine and print HV cpuid flag.
2014-12-16 pascalInstall a copy of ld.so into /sbin. Soon to be used...
2014-12-16 sthentypo; ok deraadt
2014-12-16 deraadtwarn for correct symbol
2014-12-16 tedumust include lock.h if you want to play with locks
2014-12-16 teduonly need lock.h here, not all of uvm_extern.h
2014-12-16 schwarzecorrect -Tutf8 and -Thtml rendering of \(~=
2014-12-16 millertDon't pass options after the to address to sendmail...
2014-12-16 millertAdd new "expandaddr" flag (disabled by default) to...
2014-12-16 millertUse glob() to expand filenames instead of passing it...
2014-12-16 teduprimary change: move uvm_vnode out of vnode, keeping...
2014-12-16 miodProtect memory allocation and disposal with splvm(...
2014-12-16 schwarzeExplicit block closure macros clobber next-line block...
2014-12-16 miodNow that we have Camellia support in libcrypto, bring...
2014-12-16 schwarzeWhen a string comparison condition contains no mismatch...
2014-12-16 millertReplace setpgrp(0, getpid()) with setpgid(0, 0). OK...
2014-12-16 millertRemove some useless casts and includes. OK deraadt...
next