Age | Commit message (Expand) | Author |
2010-07-13 | dma_alloc() and dma_free(). This is a thin shim on top of a bag of | Theo de Raadt |
2010-07-13 | handle Tm, like in tiff2ps | Marc Espie |
2010-07-13 | work around a strange problem in locality of @_ by copying stuff. | Marc Espie |
2010-07-13 | Fix (pflow) display in rule printing. Spotted by dhill@, ok henning@ | Stuart Henderson |
2010-07-13 | Fix dmesg printing. | Mark Kettenis |
2010-07-13 | - find.fp_wsize *= find.fp_mss, 1; | Henning Brauer |
2010-07-13 | Avoid double free in ldap modify requests. The values received in the | Martin Hedenfal |
2010-07-13 | When cleaning /tmp at boot, run the slower find unconditionally. | Stuart Henderson |
2010-07-13 | implement a timing_safe_cmp() function to compare memory without leaking | Damien Miller |
2010-07-13 | Fix a broken mask for core temperature 1 and 2, and bias properly for degC. | Mike Larkin |
2010-07-13 | no more rmd160(1); | Jason McIntyre |
2010-07-13 | no need for userland to refer to section 2/3 pages; | Jason McIntyre |
2010-07-13 | sync | Theo de Raadt |
2010-07-13 | Fix PR 6417: if we're starting a thread and there's no other threads | Philip Guenthe |
2010-07-13 | Fix PR 6376: restore more thread library state if execve fails, | Philip Guenthe |
2010-07-13 | Merge release 1.10.4 (all code by kristaps@), providing four new features: | Ingo Schwarze |
2010-07-13 | Correct comment. scsi_sense_data is now 18 bytes, not 32. | Kenneth R Westerback |
2010-07-12 | replace rmd160 links with sha256. it's way more popular and more better, too. | Ted Unangst |
2010-07-12 | expand %h to the hostname in ssh_config Hostname options. While this | Damien Miller |
2010-07-12 | Make ExitOnForwardFailure work with fork-after-authentication ("ssh -f") | Damien Miller |
2010-07-12 | Update to 1.4.14b. | Nicholas Marriott |
2010-07-12 | document gcc4; requested by brad | Jason McIntyre |
2010-07-12 | ksh.1: add ((, )), ]], and `name' to the list of reserved words for compounds | Jason McIntyre |
2010-07-12 | missed one next -> return, as noticed by marco@ | Marc Espie |
2010-07-12 | Merge duplicate log messages into one log_warn(). | Alexander Bluhm |
2010-07-12 | need to copy f() parameters, otherwise strange bugs with sub expressions | Marc Espie |
2010-07-12 | After forking, clear the 'thread joining this one' pointer in the child, | Philip Guenthe |
2010-07-11 | remove unused variable and unused static prototype. | Charles Longeau |
2010-07-11 | Return the command client return code with MSG_EXIT now that MSG_ERROR and | Nicholas Marriott |
2010-07-11 | bcrypt_gensalt is already declared in pwd.h | David Hill |
2010-07-11 | typo | Miod Vallat |
2010-07-11 | move compare into LibSpec, it's not so specific to Signature after all | Marc Espie |
2010-07-11 | sort SEE ALSO; | Jason McIntyre |
2010-07-11 | display updateset name alongside collisionreport (turns out it's not | Marc Espie |
2010-07-11 | tie back to bsd.port.mk, to make REVISION and EPOCH more obvious. | Marc Espie |
2010-07-11 | thinko (found by Daniel Dickman) | Marc Espie |
2010-07-10 | Fixup structures to be correct size | Jordan Hargrave |
2010-07-10 | A process on the zombie list can have a NULL p_pgrp if it sleeps when | Philip Guenthe |
2010-07-10 | Reduce the delays a bit in the miibus read/write routines. | Christian Weisgerber |
2010-07-10 | Add a bootstrap loader, this allow u-boot to auto-boot from the media | Dale Rahn |
2010-07-10 | Remove debug print left in on last commit. | Dale Rahn |
2010-07-10 | fields are incorrectly named in structure descriptions | Gilles Chehade |
2010-07-10 | No mention of compat_freebsd anymore. | Miod Vallat |
2010-07-10 | sun4e bits | Miod Vallat |
2010-07-10 | sun4e (i.e. SPARCengine 1e) support. This platform is a mix between sun4 and | Miod Vallat |
2010-07-10 | and cdboot must be linked with -N still, too. even more curious | Theo de Raadt |
2010-07-10 | actually, pxeboot must remain linked with -N | Theo de Raadt |
2010-07-10 | link bootblocks with -Z instead of -N, to ensure that the file offset and | Theo de Raadt |
2010-07-10 | Retry requests when the btree is busy. Without this, clients will just hang | Martin Hedenfal |
2010-07-10 | When a file is created, initialize its ``busy cycles'' counter to zero. | Alexandre Ratchov |