summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-07-25Sync to bsd.lv; in particular, pull in lots of bug fixes.Ingo Schwarze
2010-07-25Missing SCSI_DATA_IN flag in dvd_read_copyright() causedKenneth R Westerback
2010-07-25Restore previous behaviour of always bzero()'ing the buf passed toKenneth R Westerback
2010-07-25When using GCC, we always want GNU inline semantics. Fixes issues withMark Kettenis
2010-07-25syncMarcus Glocker
2010-07-25Add another uvideo(4) device which needs theMarcus Glocker
2010-07-25handle portslock. reminded by antoine@Marc Espie
2010-07-25echo behaves differently in sh and csh, only handling C-style escapesPhilip Guenthe
2010-07-25Let DVD's play again. Logic reversal prevented copyright reading.Kenneth R Westerback
2010-07-25oopsMarc Espie
2010-07-24Add a newline to the input we feed to cpp to get rid of its 'no newlinePhilip Guenthe
2010-07-24missed a couple indents in previousJacob Meuser
2010-07-24Mention that acpidock(4) sets up a sensor and that it can be used withMichael Knudsen
2010-07-24Teach lint about C99's _Bool and _Complex, plus some related gccPhilip Guenthe
2010-07-24Switch hppa64 to timecounters.Mark Kettenis
2010-07-24Restore a needed 'return' removed in the last commit, and stylisticMatthew Dempsky
2010-07-24When changing so that the client passes its stdout and stderr as well asNicholas Marriott
2010-07-24Convert PCI addresses to proper 64-bit physical addresses.Mark Kettenis
2010-07-24kqueue(2) is currently broken when used with /dev/null and a few otherNicholas Marriott
2010-07-24Make pmap_extract() work for large pages.Mark Kettenis
2010-07-24Don't sleep while holding the uvm_psel_lck mutex. Should fix "locking againstMark Kettenis
2010-07-24syncTheo de Raadt
2010-07-24move to 4.8-betaTheo de Raadt
2010-07-24Fix PTE_PAGE().Mark Kettenis
2010-07-24One the -> On theMiod Vallat
2010-07-24fix another race. vscsi_cmd checked if the adapter was running atDavid Gwynne
2010-07-24pass state to Makewhatis. With new hooks in there, that means displayMarc Espie
2010-07-24add suspend/resume code, modelled along pms. on at least one ASUS laptopTheo de Raadt
2010-07-24Don't declare wcscoll() twicePhilip Guenthe
2010-07-24struct emul's e_arglen member is expected to count in units ofPhilip Guenthe
2010-07-24Get rid of scsi_deinit(), and change scsi_init() back to a one-timeMatthew Dempsky
2010-07-24Send normal output to stdout instead of everything to stderr. ThisRay Lai
2010-07-24Include pid file name in error message for a failed kill(). Prompted byNicholas Marriott
2010-07-24mount -f doesn't help mfs, but it doesn't hurt, so stop warning about it.Ted Unangst
2010-07-24leftover from revert of long agoJacob Meuser
2010-07-23Plug mem leak.Ray Lai
2010-07-23Handle redirection to relative url's in the Location: header of httpAlexander Hall
2010-07-23smtpd should NOT fatal when it permanently fails a bounce delivery as thisGilles Chehade
2010-07-23Reduce variable/function name and whitespace differences betweenRay Lai
2010-07-23Don't initialize acpiec pointer in acpi_softc until registration succeedsJordan Hargrave
2010-07-23Control/data registers were being mapped with swapped io space tagsJordan Hargrave
2010-07-23Block all signals before sending SIGTERM to all non-system processes.Todd C. Miller
2010-07-23bring back changes in uaudio.c r1.83, this time remembering to commitJacob Meuser
2010-07-23Fix searchname to handle short name segments, remove hack in acpidock.Jordan Hargrave
2010-07-23Improve English.Ray Lai
2010-07-23AMD amd64 errara are not on the i386 install media, since there is oftenTheo de Raadt
2010-07-23Change the strategy for using the FPU in the kernel. The kernel FPU stateMark Kettenis
2010-07-23Don't leak the contents of the FPU and SSE registers between processes.Mark Kettenis
2010-07-23revert last commit, unbreaking the tree; was missing a macro definitionStuart Henderson
2010-07-23Sync.Marcus Glocker