Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-07-13 | s/timing_safe_cmp/timingsafe_bcmp/g | 9 | -23/+23 | ||
2010-07-13 | update our recommended hash function to sha256 and note md5 is broken. | 2 | -12/+7 | ||
ok deraadt jmc millert sobrado | |||||
2010-07-13 | use PHY semaphore on 8275/82576 adapters in addition to 80003es2lan. | 1 | -4/+6 | ||
From SAITOH Masanobu. Confirmed to fix pr 6427, and should fix 6301 as well. Tested by a bunch of people, and discussed with claudio during c2k10. | |||||
2010-07-13 | Don't silently overwrite untracked local files with newly-added | 1 | -4/+11 | ||
repository files. slightly earlier version ok zinovik xsa | |||||
2010-07-13 | Test for the awesome let's-silently-overwrite-local-files bug. | 1 | -2/+18 | ||
2010-07-13 | delete unnccessary include | 1 | -3/+1 | ||
2010-07-13 | rename some thread related interfaces so they are logical | 3 | -14/+14 | ||
2010-07-13 | regress for merge bug. | 1 | -2/+17 | ||
2010-07-13 | Do not put the file into conflict if it is no longer modified (user has | 1 | -4/+1 | ||
edited it back to repository state). ok zinovik | |||||
2010-07-13 | PR 6423 fix for cvs too, requested by xsa@. | 1 | -2/+2 | ||
2010-07-13 | Don't read before the beginning of the log message if it is zero-length | 1 | -2/+2 | ||
(possible when it comes from stdin). Tweaked version of a fix from Peter Hendrickson in PR 6423. ok deraadt | |||||
2010-07-13 | fix overflow of dirsize; from FreeBSD; PR 6426; ok beck@ millert@ | 1 | -2/+5 | ||
2010-07-13 | Do not put a data buffer on the stack; malloc it (we will use dma_alloc | 1 | -4/+12 | ||
later, when we trust it) ok matthew | |||||
2010-07-13 | need pool.h to initialize the dma allocator | 1 | -1/+2 | ||
2010-07-13 | dma_alloc() and dma_free(). This is a thin shim on top of a bag of | 4 | -3/+90 | ||
pools, sized by powers of 2, which are constrained to dma memory. ok matthew tedu thib | |||||
2010-07-13 | handle Tm, like in tiff2ps | 1 | -2/+2 | ||
2010-07-13 | work around a strange problem in locality of @_ by copying stuff. | 1 | -4/+4 | ||
okay millert@ | |||||
2010-07-13 | Fix (pflow) display in rule printing. Spotted by dhill@, ok henning@ | 1 | -1/+3 | ||
2010-07-13 | Fix dmesg printing. | 1 | -6/+5 | ||
ok krw@, claudio@ | |||||
2010-07-13 | - find.fp_wsize *= find.fp_mss, 1; | 1 | -2/+2 | ||
+ find.fp_wsize *= find.fp_mss; From: Ed Schouten <ed at FreeBSD.org> | |||||
2010-07-13 | Avoid double free in ldap modify requests. The values received in the | 2 | -13/+35 | ||
modify request is linked into the stored ber structure, and then both are freed. Fix this by unlinking the values from the request. | |||||
2010-07-13 | When cleaning /tmp at boot, run the slower find unconditionally. | 1 | -2/+3 | ||
Previously if the quick rm -rf failed, find was not run, so some files were not removed. Looks good to tedu@. | |||||
2010-07-13 | implement a timing_safe_cmp() function to compare memory without leaking | 9 | -23/+38 | ||
timing information by short-circuiting like memcmp() and use it for some of the more sensitive comparisons (though nothing high-value was readily attackable anyway); "looks ok" markus@ | |||||
2010-07-13 | Fix a broken mask for core temperature 1 and 2, and bias properly for degC. | 1 | -2/+6 | ||
Tested on Thinkpad T510. | |||||
2010-07-13 | no more rmd160(1); | 2 | -6/+4 | ||
2010-07-13 | no need for userland to refer to section 2/3 pages; | 3 | -12/+9 | ||
2010-07-13 | sync | 2 | -2/+2 | ||
2010-07-13 | Fix PR 6417: if we're starting a thread and there's no other threads | 1 | -2/+3 | ||
running, then we need to start a gc thread...except when this is the very call to start a gc thread! "This works for me" marc@ | |||||
2010-07-13 | Fix PR 6376: restore more thread library state if execve fails, | 3 | -46/+55 | ||
including the scheduling timer, sigmask, fd nonblocking status, and handling of the signals used by the thread library. ok marc@, additional testing by ajacoutot@ | |||||
2010-07-13 | Merge release 1.10.4 (all code by kristaps@), providing four new features: | 31 | -1002/+1526 | ||
1) Proper .Bk support: allow output line breaks at input line breaks, but keep input lines together in the output, finally fixing synopses like aucat(1), mail(1) and tmux(1). 2) Mostly finished -Tps (PostScript) output. 3) Implement -Thtml output for .Nm blocks and .Bk -words. 4) Allow iterative interpolation of user-defined roff(7) strings. Also contains some minor bugfixes and some performance improvements. | |||||
2010-07-13 | Correct comment. scsi_sense_data is now 18 bytes, not 32. | 1 | -2/+2 | ||
2010-07-12 | replace rmd160 links with sha256. it's way more popular and more better, too. | 5 | -30/+41 | ||
too many oks to enumerate. while here, add Xr to the relevant libc functions in each page. | |||||
2010-07-12 | expand %h to the hostname in ssh_config Hostname options. While this | 2 | -9/+14 | ||
sounds useless, it is actually handy for working with unqualified hostnames: Host *.* Hostname %h Host * Hostname %h.example.org "I like it" markus@ | |||||
2010-07-12 | Make ExitOnForwardFailure work with fork-after-authentication ("ssh -f") | 1 | -3/+8 | ||
for protocol 2. ok markus@ | |||||
2010-07-12 | Update to 1.4.14b. | 6 | -23/+67 | ||
From their change log: o Fix memory-leak of signal handler array with kqueue. [backport] o Make evutil_make_socket_nonblocking() leave any other flags alone. o Adjusted fcntl() retval comparison on evutil_make_socket_nonblocking(). o Re-add event_siglcb; some old code _was_ still using it. :( o Fix a free(NULL) in min_heap.h o Clean up properly when adding a signal handler fails. Also a local change to use an int rather than a long for fcntl(). ok guenther deraadt | |||||
2010-07-12 | document gcc4; requested by brad | 1 | -12/+9 | ||
2010-07-12 | ksh.1: add ((, )), ]], and `name' to the list of reserved words for compounds | 2 | -12/+134 | ||
sh.1: add ]] and `name' to the list; additionally document the commands `select' (requested by Ross L Richardson) and [[ ok millert sobrado | |||||
2010-07-12 | missed one next -> return, as noticed by marco@ | 1 | -2/+2 | ||
2010-07-12 | Merge duplicate log messages into one log_warn(). | 5 | -91/+31 | ||
ok claudio@ | |||||
2010-07-12 | need to copy f() parameters, otherwise strange bugs with sub expressions | 2 | -5/+24 | ||
may occur (bug in locality in @_ ?) Add missing bagage to State.pm to be able to interact directly with Makewhatis, later. | |||||
2010-07-12 | After forking, clear the 'thread joining this one' pointer in the child, | 1 | -1/+4 | ||
as the child only has the one thread remaining. ok marc@ | |||||
2010-07-11 | remove unused variable and unused static prototype. | 2 | -5/+2 | ||
ok nicm@ | |||||
2010-07-11 | Return the command client return code with MSG_EXIT now that MSG_ERROR and | 5 | -20/+39 | ||
MSG_PRINT are unused. New clients should be compatible with old tmux servers but vice versa may print an error. | |||||
2010-07-11 | bcrypt_gensalt is already declared in pwd.h | 1 | -2/+1 | ||
"sure" deraadt@ | |||||
2010-07-11 | typo | 1 | -2/+2 | ||
2010-07-11 | move compare into LibSpec, it's not so specific to Signature after all | 2 | -17/+15 | ||
2010-07-11 | sort SEE ALSO; | 1 | -4/+4 | ||
2010-07-11 | display updateset name alongside collisionreport (turns out it's not | 2 | -6/+7 | ||
always obvious) | |||||
2010-07-11 | tie back to bsd.port.mk, to make REVISION and EPOCH more obvious. | 1 | -2/+10 | ||
2010-07-11 | thinko (found by Daniel Dickman) | 1 | -4/+4 | ||