summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-07-14The append side of a socketbuffer is not allowed to call sbflush().Claudio Jeker
2010-07-14In urndis_decap(), delay the memcpy() for as long as possible. There isMichael Knudsen
2010-07-14urndis_newbuf() is only called with NULL as it's third argument so justMichael Knudsen
2010-07-14Newer 8168x and 810x chipsets have a different way of stopping the chipset.Christian Weisgerber
2010-07-14Make pane/window wrapping more logical (so with 10 windows, +10 fromNicholas Marriott
2010-07-14Another hand knitted offsetof() that needs to die. This time steal theClaudio Jeker
2010-07-14finally ssh synopsis looks nice again! this commit just removes a ton ofJason McIntyre
2010-07-14use offsetof() instead of self knitted version to please gcc4.Claudio Jeker
2010-07-14Zero the pitem array so checking items after those used works asNicholas Marriott
2010-07-14Let vga_pci.c build in kernel configs without acpi. ok kettenis@Matthieu Herrb
2010-07-14Eliminate some unused malloc(9) type defines. Also get rid of theMatthew Dempsky
2010-07-14Fix a mrt fd leak by moving the block which closes finished dumps.Claudio Jeker
2010-07-14add regress tests for upcoming redirection changes to ftpAlexander Hall
2010-07-14SCSI HBA drivers need to report success/error through xs, not xs->bp.Matthew Dempsky
2010-07-14handle printing of RTM_DESYNC in route monitor.David Gwynne
2010-07-14handle RTM_DESYNC. if the kernel says we're out of sync with the kernelDavid Gwynne
2010-07-14if we produce a lot of rtsock messages it is possible we will hit aDavid Gwynne
2010-07-14oops; Fred CrowsonTheo de Raadt
2010-07-13s/timing_safe_cmp/timingsafe_bcmp/gDamien Miller
2010-07-13update our recommended hash function to sha256 and note md5 is broken.Ted Unangst
2010-07-13use PHY semaphore on 8275/82576 adapters in addition to 80003es2lan.Jonathan Gray
2010-07-13Don't silently overwrite untracked local files with newly-addedNicholas Marriott
2010-07-13Test for the awesome let's-silently-overwrite-local-files bug.Nicholas Marriott
2010-07-13delete unnccessary includeTheo de Raadt
2010-07-13rename some thread related interfaces so they are logicalTheo de Raadt
2010-07-13regress for merge bug.Nicholas Marriott
2010-07-13Do not put the file into conflict if it is no longer modified (user hasNicholas Marriott
2010-07-13PR 6423 fix for cvs too, requested by xsa@.Nicholas Marriott
2010-07-13Don't read before the beginning of the log message if it is zero-lengthNicholas Marriott
2010-07-13fix overflow of dirsize; from FreeBSD; PR 6426; ok beck@ millert@Otto Moerbeek
2010-07-13Do not put a data buffer on the stack; malloc it (we will use dma_allocTheo de Raadt
2010-07-13need pool.h to initialize the dma allocatorTheo de Raadt
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