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