Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-13 | tiny bit of delinting; ok krw@ | Otto Moerbeek | |
2006-03-13 | Protect sgmap extents with splvm(); from NetBSD. | Miod Vallat | |
2006-03-13 | remove IPL_IMP. | Brad Smith | |
2006-03-13 | remove splimp. | Brad Smith | |
ok miod@ | |||
2006-03-13 | delint; from David Hill | Otto Moerbeek | |
2006-03-13 | delint; from David Hill | Otto Moerbeek | |
2006-03-13 | Cleanup and plug a fe memleaks and; from Davif Hill with a twist from | Otto Moerbeek | |
myself. | |||
2006-03-13 | Simplify error() and warning() a bit. From Alexey Dobriyan. | Moritz Jodeit | |
ok jaredy@ otto@ | |||
2006-03-13 | Clean the correct file. ok deraadt@ | Moritz Jodeit | |
2006-03-13 | Correctly check for the exit value of getopt(1) and don't | Moritz Jodeit | |
overwrite it with the value from ``set''. ok millert@ | |||
2006-03-13 | time-bind and lower power in lock spinning and a couple of other ipi loops ↵ | Michael Shalayeff | |
by using pause insn; brad@ ok tedu@ ok and feedback krw@ testing | |||
2006-03-13 | Set the address decode bit only if the iobase 0 register is available. | Federico G. Schwindt | |
Fixes the wd part of the sandisk wifi + 128 CF. Only multi function cards are affected at this time. quasi ok from uwe@ | |||
2006-03-13 | Fix for PR 5052. Be more careful about the announced networks we accept. | Claudio Jeker | |
Make sure that at least the address family and the prefix length are sane. Reported and fix tested by Pete Vickers. | |||
2006-03-13 | cleanup from dhill | Theo de Raadt | |
2006-03-13 | clean-up some name handling: | Marc Espie | |
- package locations always contain a pkgname (except if we don't have it) - complete it on the repository side to grab the right file. - no need to pass pkgname/arch on $location->grabPlist(), since it's already in the location. | |||
2006-03-13 | repair commands w/ no scsi_xfer but the affected code was currently dead ↵ | Michael Shalayeff | |
anyway; pointed out by Tonnerre LOMBARD <tonnerre@thebsh.sygroup.ch> | |||
2006-03-13 | Fix machines that need PCI access during ACPI bringup. | Marco Peereboom | |
Help and ok kettenis. | |||
2006-03-13 | Fix machines that need PCI access during ACPI bringup. | Marco Peereboom | |
Inspired by gklok@cogeco.ca. ok kettenis | |||
2006-03-13 | Remove dependence on /dev/stdin and /dev/stdout | Todd C. Miller | |
Deal correctly with compressing both stdin and regular files OK jaredy@ deraadt@ | |||
2006-03-13 | repair pkg_add - | Marc Espie | |
2006-03-13 | regress test for various ssh-keygen IETF conversion line terminators; ok djm@ | Darren Tucker | |
2006-03-13 | finner grained use of splbio in scsi_raw_cmd. | David Gwynne | |
2006-03-13 | finer use of splbio in scsi_cmd. | David Gwynne | |
2006-03-13 | split the io and synchronise paths for scsi commands going to the logical | David Gwynne | |
disks. | |||
2006-03-13 | Make ssh-add check file permissions before attempting to load private | Darren Tucker | |
key files multiple times; it will fail anyway and this prevents confusing multiple prompts and warnings. mindrot #1138, ok djm@ | |||
2006-03-13 | Allow config directives to contain whitespace by surrounding them by double | Darren Tucker | |
quotes. mindrot #482, man page help from jmc@, ok djm@ | |||
2006-03-13 | The 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-13 | back out previous | Darren Tucker | |
2006-03-13 | regress test for alternate line terminations for IETF key conversion, ok djm@ | Darren Tucker | |
2006-03-13 | Make ssh-keygen handle CR and CRLF line termination when converting IETF | Darren Tucker | |
format keys, in adition to vanilla LF. mindrot #1157, tested by Chris Pepper, ok djm@ | |||
2006-03-13 | Set TCP_NODELAY for all connections not just "interactive" ones. Fixes | Darren Tucker | |
poor performance and protocol stalls under some network conditions (mindrot bugs #556 and #981). Patch originally from markus@, ok djm@ | |||
2006-03-13 | Interpret zero-filled numbers as decimal; PR 4213; from Alexey | Otto Moerbeek | |
Dobriyan; ok millert@ moritz@ jaredy@ | |||
2006-03-13 | don't log that we are listening on a socket before the listen() call | Damien Miller | |
actually succeeds, bz #1162 reported by Senthil Kumar; ok dtucker@ | |||
2006-03-13 | ansi/deregister. No binary change. | Jonathan Gray | |
2006-03-13 | sync | Theo de Raadt | |
2006-03-12 | Previous fix was half-done, move the wsscreen_list array into the softc | Miod Vallat | |
as well. | |||
2006-03-12 | Include arpa/inet.h after netinet/in.h, not before. deraadt@ OK | Todd C. Miller | |
2006-03-12 | Move struct wsscreen_list out of the stack as on sparc. | Miod Vallat | |
2006-03-12 | When attaching a wsdisplay, the wsscreen_list structure can not be on the | Miod Vallat | |
stack; found the hard way by Stefano <stefano@merlinobbs.net>. | |||
2006-03-12 | Don't leave a dangling pointer to the process-specific LDT after | Tom 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-12 | regen | Brad Smith | |
2006-03-12 | some ATI devices. | Brad Smith | |
From Dimitry Andric | |||
2006-03-12 | add a few new translations, partly from NetBSD | Nikolay Sturm | |
ok provos@, deraadt@ | |||
2006-03-12 | if a system call has no arguments, declare it (void), so that lint is | Theo de Raadt | |
happier; ok moritz | |||
2006-03-12 | Use the new -s flag to mount the /usr and /var partitions. Avoids | Otto 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-12 | Add the -s flag, meaning: skip mount if the file system is | Otto 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-12 | make SAFE_DEBUG compile clean; ssehic@gmail | Theo de Raadt | |
2006-03-12 | mbuf use-after-free; ok henning, djm, brad | Markus Friedl | |
2006-03-12 | Cleanup to avoid a save errno dance; from Andrey Matveev; ok pat@ | Otto Moerbeek | |
jaredy@ ray@ | |||
2006-03-12 | sync with pcn(4) reality | Martin Reindl | |