summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-06-08kill debug printfJoris Vink
2008-06-08properly handle FILE_UPTODATE and FILE_LOSTJoris Vink
2008-06-08check for file_rcs being NULLJoris Vink
2008-06-08Use m_freem() instead of m_free() in trunk_start() to ensure that theBrad Smith
full mbuf chain is being free'd. ok reyk@
2008-06-08syncReyk Floeter
2008-06-08null pointer check before derefHenning Brauer
almost nobody ran into that because it is ipv6 only
2008-06-08add more 82598 10GbE device IDs, add "10GbE" in the existing entries.Reyk Floeter
2008-06-08Add a malloc type for ACPI and use it for _acpi_os_malloc and free.Artur Grabowski
kettenis@ ok
2008-06-08Add case for ENOSYS in errno_to_portable; ok deraadtDarren Tucker
2008-06-08Correct the watchdog timer by moving it out from under the condition checkBrad Smith
for the IFF_OACTIVE flag. ok reyk@
2008-06-08dma sync the tx ring and post new packets to the chip once per call toBrad Smith
the start routine instead of once per packet. ok reyk@
2008-06-08Don't check a file for conflict markers if it has no CVS/Entries entry.Tobias Stoeckmann
ok joris
2008-06-08there are more cases where we cannot show the tags when -v is specified.Joris Vink
noticed by tobias@
2008-06-08don't declare foo_driver_version[] strings and turn them into defines,Reyk Floeter
nothing uses them and it saves a few bytes in the kernel. ok claudio@
2008-06-08do not segfault when running status -v on non existing files.Joris Vink
original patch from Igor Zinovik but fixed in another way.
2008-06-08Implement aml_str2val() ok marco@Can Erkin Acar
2008-06-08Don't spam dmesg with sppp messages, instead use log(9).Claudio Jeker
OK canacar@ some time ago
2008-06-08Prevent a segmentation fault when ed receives a signal while being inTobias Stoeckmann
getpass(). With input by and ok otto
2008-06-08alloc ipq's for fragment reassembly from a pool instead of usingThordur I. Bjornsson
malloc(); ok henning@ some time ago
2008-06-08Make serial console on non-primary ports work to on i386.Mark Kettenis
tested by jbg@, "it is right" deraadt@
2008-06-08rcs_translate_tag mustn't fatal() if it cannot resolve a tag. Breaks '-f'Tobias Stoeckmann
in (r)annotate and (r)diff. ok joris
2008-06-08allow for multiple release tags, noticed by tobias@Joris Vink
2008-06-08Removed unreachable code.Tobias Stoeckmann
Spotted by Igor Zinovik. ok joris
2008-06-08properly check the passed tags if they are valid before attemptingJoris Vink
the import.
2008-06-08explain about ^SYSCONFDIRMarc Espie
2008-06-08Unmapping memory from pci_mapreg_map() on detach lets usJonathan Gray
do multiple inserts/detaches as well. ok jsing@
2008-06-08Make et(4) detachable, help tracking down a problem thatJonathan Gray
turned out to be not calling pci_intr_disestablish() from jsing@ ok jsing@
2008-06-08put the PCF_FREQ codes into the clockTheo de Raadt
2008-06-08Deprecate /etc/dhcpd.interfaces. This is made unnecessary by dhcpd_flags.Jason Dixon
ok deraadt@ beck@ reyk@ phessler@
2008-06-08Avoid memory leaks in directory tag handling by always allocating andTobias Stoeckmann
always freeing dirtag. ok joris
2008-06-08fix generated size for -m; bug report by Peter J. Philipp; ok millert@Otto Moerbeek
deraadt@
2008-06-08Properly build up path to description files (descr entry in RCS files ifTobias Stoeckmann
you add a file with -m message). ok joris
2008-06-08aaa_dev was being set from an uninitialized variable; ok tobyTheo de Raadt
2008-06-08unused globals and defines; ok tobyTheo de Raadt
2008-06-08There is no need to convert RCSNUMs to char just to see if they differ.Tobias Stoeckmann
We have rcsnum_differ for that. Also remove an unused var assignment if no CVS/Entries entry exists. ok joris
2008-06-08simplify match function; ok tobyTheo de Raadt
2008-06-08unused definesTheo de Raadt
2008-06-08When prebind_newfile() is called the input file is replaced with the newDale Rahn
file, thus leaking the file descriptor, close the input file when it done.
2008-06-08Make UltraSPARC-IV work.Mark Kettenis
2008-06-08decrease the buffer count after dequeueing a bufferRobert Nagy
to prevent the mmap buffer filling up, and disable the debug code that dumps the stream to a file
2008-06-07add a disabled com4 device for a Fujitsu Stylistic TouchscreenRobert Nagy
ideas from deraadt@ and millert@
2008-06-07Start to queue mmap frames. Add VIDIOC_QBUF, VIDIOC_DQBUF,Marcus Glocker
VIDIOC_STREAMON for that purpose, too. OK robert@
2008-06-07dyslexiaMarc Espie
noticed by lanrdy@
2008-06-07statvfs member fsid needs to be wider, increase it to 64 bits andDamien Miller
crank extension revision number to 2; prodded and ok dtucker@
2008-06-07Mention lxtphy(4).Brad Smith
2008-06-07Do not use spaces for holes in jumper layouts, as this causes the htmlMiod Vallat
rendering of the manual pages to be useless.
2008-06-07Since wsmux is currently designed to act as a N inputs : 1 output device,Miod Vallat
be more coherent when handling the attachment of output devices (displays): - on attach, only claim the mux output if it has none already; - on detach, only force detachment from the input devices from this display if we are the mux output.
2008-06-07Do not stupidly dereference NULL in wsmux_set_display() is invoked with NULLMiod Vallat
as the second parameter.
2008-06-07repair usage, jmcHenning Brauer
2008-06-07Currently unused at the moment but at least allow it to compile.Brad Smith