summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-03-13Fix machines that need PCI access during ACPI bringup.Marco Peereboom
Help and ok kettenis.
2006-03-13Fix machines that need PCI access during ACPI bringup.Marco Peereboom
Inspired by gklok@cogeco.ca. ok kettenis
2006-03-13Remove dependence on /dev/stdin and /dev/stdoutTodd C. Miller
Deal correctly with compressing both stdin and regular files OK jaredy@ deraadt@
2006-03-13repair pkg_add -Marc Espie
2006-03-13regress test for various ssh-keygen IETF conversion line terminators; ok djm@Darren Tucker
2006-03-13finner grained use of splbio in scsi_raw_cmd.David Gwynne
2006-03-13finer use of splbio in scsi_cmd.David Gwynne
2006-03-13split the io and synchronise paths for scsi commands going to the logicalDavid Gwynne
disks.
2006-03-13Make ssh-add check file permissions before attempting to load privateDarren Tucker
key files multiple times; it will fail anyway and this prevents confusing multiple prompts and warnings. mindrot #1138, ok djm@
2006-03-13Allow config directives to contain whitespace by surrounding them by doubleDarren Tucker
quotes. mindrot #482, man page help from jmc@, ok djm@
2006-03-13The return value of the start/stop timer functions is almost never checked.Claudio Jeker
Switch them to void functions and check if evtimer_add/del fails -- in which case we fatal() as there is no useful way to recover in such an event. OK norby@
2006-03-13back out previousDarren Tucker
2006-03-13regress test for alternate line terminations for IETF key conversion, ok djm@Darren Tucker
2006-03-13Make ssh-keygen handle CR and CRLF line termination when converting IETFDarren Tucker
format keys, in adition to vanilla LF. mindrot #1157, tested by Chris Pepper, ok djm@
2006-03-13Set TCP_NODELAY for all connections not just "interactive" ones. FixesDarren Tucker
poor performance and protocol stalls under some network conditions (mindrot bugs #556 and #981). Patch originally from markus@, ok djm@
2006-03-13Interpret zero-filled numbers as decimal; PR 4213; from AlexeyOtto Moerbeek
Dobriyan; ok millert@ moritz@ jaredy@
2006-03-13don't log that we are listening on a socket before the listen() callDamien Miller
actually succeeds, bz #1162 reported by Senthil Kumar; ok dtucker@
2006-03-13ansi/deregister. No binary change.Jonathan Gray
2006-03-13syncTheo de Raadt
2006-03-12Previous fix was half-done, move the wsscreen_list array into the softcMiod Vallat
as well.
2006-03-12Include arpa/inet.h after netinet/in.h, not before. deraadt@ OKTodd C. Miller
2006-03-12Move struct wsscreen_list out of the stack as on sparc.Miod Vallat
2006-03-12When attaching a wsdisplay, the wsscreen_list structure can not be on theMiod Vallat
stack; found the hard way by Stefano <stefano@merlinobbs.net>.
2006-03-12Don't leave a dangling pointer to the process-specific LDT afterTom Cosgrove
we free it. Instead set it to the default value for a new process. Bug found by hugh@, fix tested by several - thanks. ok weingart@ deraadt@
2006-03-12regenBrad Smith
2006-03-12some ATI devices.Brad Smith
From Dimitry Andric
2006-03-12add a few new translations, partly from NetBSDNikolay Sturm
ok provos@, deraadt@
2006-03-12if a system call has no arguments, declare it (void), so that lint isTheo de Raadt
happier; ok moritz
2006-03-12Use the new -s flag to mount the /usr and /var partitions. AvoidsOtto Moerbeek
doubly mounted mfs partitions. Also, at the end of the mount dance, try mount all partitions, not just nfs partitions. Handles a case where local paritition mounted inside a nfs partition where not mounted by rc (/usr on nfs with a local /usr/obj, for example). ok deraadt@ henning@
2006-03-12Add the -s flag, meaning: skip mount if the file system isOtto Moerbeek
already mounted. This flag is very handy when mounting mfs partitions. The -s flag will be used in an upcoming etc/rc diff. ok henning@ deraadt@
2006-03-12make SAFE_DEBUG compile clean; ssehic@gmailTheo de Raadt
2006-03-12mbuf use-after-free; ok henning, djm, bradMarkus Friedl
2006-03-12Cleanup to avoid a save errno dance; from Andrey Matveev; ok pat@Otto Moerbeek
jaredy@ ray@
2006-03-12sync with pcn(4) realityMartin Reindl
2006-03-12Make use of pci_matchbyid().Brad Smith
2006-03-12with pcn(4) now in place remove or replace the references to PCI le(4)Martin Reindl
and complement pcn* at pci? where useful as request by brad@ ok brad@
2006-03-12sensors_head is only used in kern_sensors.c, so its unnecessay to declareDavid Gwynne
it in sensors.h. from Constantine A. Murenin
2006-03-12mt/eject fits here, i was unsure..Theo de Raadt
2006-03-12Properly scale voltage on w83l784r.Mark Kettenis
Origional patch from Constantine A. Murenin.
2006-03-12Match emc6d100 and emc6w201. Fix typo. print rev with 0x prefix.Mark Kettenis
2006-03-12Tweak comment.Mark Kettenis
2006-03-12explicitly initialize a couple variablesJacob Meuser
OK brad@
2006-03-12document new attach args for devicesDavid Gwynne
2006-03-12knf nitDamien Miller
2006-03-12remove splimp().Brad Smith
2006-03-12IPL_IMP -> IPL_VMBrad Smith
2006-03-12remove splimp.Brad Smith
2006-03-12remove splimp.Brad Smith
2006-03-12remove IPL_IMP and splimp().Brad Smith
2006-03-12IPL_IMP -> IPL_VMBrad Smith
ok drahn@