summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-07-23Create video1 by default. Can be useful e.g. on many laptops withMarcus Glocker
2010-07-23Make sure the u area of new processes is zero-filled; this got lost inMiod Vallat
2010-07-23support for playback sync endpointsJacob Meuser
2010-07-23ANSI/style(9), no binary changeJacob Meuser
2010-07-23matthew@ noted a possible misuse of the rwlock used to protect vscsiDavid Gwynne
2010-07-23Sync with cvs:Ray Lai
2010-07-23Clean up struct tm handling. Instead of calling gmtime/localtimeRay Lai
2010-07-23Ciphers is documented in ssh_config(5) these daysDarren Tucker
2010-07-23Rename a bunch of variables and functions, removing the cvs_/rcs_Ray Lai
2010-07-23regenMike Larkin
2010-07-23SIS 86C202 is not a VGA device, it's an AGP bridge. Use a betterMike Larkin
2010-07-23Manuel Bouyer rescinded clauses 3 and 4 of his license text.Jonathan Gray
2010-07-23Omit more IPI code from non-MP kernels. Found using --gc-sections.Matthew Dempsky
2010-07-23Add suspend/resume logic.Peter Hessler