Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-08 | don'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-08 | do not segfault when running status -v on non existing files. | Joris Vink | |
original patch from Igor Zinovik but fixed in another way. | |||
2008-06-08 | Implement aml_str2val() ok marco@ | Can Erkin Acar | |
2008-06-08 | Don't spam dmesg with sppp messages, instead use log(9). | Claudio Jeker | |
OK canacar@ some time ago | |||
2008-06-08 | Prevent a segmentation fault when ed receives a signal while being in | Tobias Stoeckmann | |
getpass(). With input by and ok otto | |||
2008-06-08 | alloc ipq's for fragment reassembly from a pool instead of using | Thordur I. Bjornsson | |
malloc(); ok henning@ some time ago | |||
2008-06-08 | Make serial console on non-primary ports work to on i386. | Mark Kettenis | |
tested by jbg@, "it is right" deraadt@ | |||
2008-06-08 | rcs_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-08 | allow for multiple release tags, noticed by tobias@ | Joris Vink | |
2008-06-08 | Removed unreachable code. | Tobias Stoeckmann | |
Spotted by Igor Zinovik. ok joris | |||
2008-06-08 | properly check the passed tags if they are valid before attempting | Joris Vink | |
the import. | |||
2008-06-08 | explain about ^SYSCONFDIR | Marc Espie | |
2008-06-08 | Unmapping memory from pci_mapreg_map() on detach lets us | Jonathan Gray | |
do multiple inserts/detaches as well. ok jsing@ | |||
2008-06-08 | Make et(4) detachable, help tracking down a problem that | Jonathan Gray | |
turned out to be not calling pci_intr_disestablish() from jsing@ ok jsing@ | |||
2008-06-08 | put the PCF_FREQ codes into the clock | Theo de Raadt | |
2008-06-08 | Deprecate /etc/dhcpd.interfaces. This is made unnecessary by dhcpd_flags. | Jason Dixon | |
ok deraadt@ beck@ reyk@ phessler@ | |||
2008-06-08 | Avoid memory leaks in directory tag handling by always allocating and | Tobias Stoeckmann | |
always freeing dirtag. ok joris | |||
2008-06-08 | fix generated size for -m; bug report by Peter J. Philipp; ok millert@ | Otto Moerbeek | |
deraadt@ | |||
2008-06-08 | Properly build up path to description files (descr entry in RCS files if | Tobias Stoeckmann | |
you add a file with -m message). ok joris | |||
2008-06-08 | aaa_dev was being set from an uninitialized variable; ok toby | Theo de Raadt | |
2008-06-08 | unused globals and defines; ok toby | Theo de Raadt | |
2008-06-08 | There 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-08 | simplify match function; ok toby | Theo de Raadt | |
2008-06-08 | unused defines | Theo de Raadt | |
2008-06-08 | When prebind_newfile() is called the input file is replaced with the new | Dale Rahn | |
file, thus leaking the file descriptor, close the input file when it done. | |||
2008-06-08 | Make UltraSPARC-IV work. | Mark Kettenis | |
2008-06-08 | decrease the buffer count after dequeueing a buffer | Robert Nagy | |
to prevent the mmap buffer filling up, and disable the debug code that dumps the stream to a file | |||
2008-06-07 | add a disabled com4 device for a Fujitsu Stylistic Touchscreen | Robert Nagy | |
ideas from deraadt@ and millert@ | |||
2008-06-07 | Start to queue mmap frames. Add VIDIOC_QBUF, VIDIOC_DQBUF, | Marcus Glocker | |
VIDIOC_STREAMON for that purpose, too. OK robert@ | |||
2008-06-07 | dyslexia | Marc Espie | |
noticed by lanrdy@ | |||
2008-06-07 | statvfs member fsid needs to be wider, increase it to 64 bits and | Damien Miller | |
crank extension revision number to 2; prodded and ok dtucker@ | |||
2008-06-07 | Mention lxtphy(4). | Brad Smith | |
2008-06-07 | Do not use spaces for holes in jumper layouts, as this causes the html | Miod Vallat | |
rendering of the manual pages to be useless. | |||
2008-06-07 | Since 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-07 | Do not stupidly dereference NULL in wsmux_set_display() is invoked with NULL | Miod Vallat | |
as the second parameter. | |||
2008-06-07 | repair usage, jmc | Henning Brauer | |
2008-06-07 | Currently unused at the moment but at least allow it to compile. | Brad Smith | |
2008-06-07 | double the static video buffer size, because | Robert Nagy | |
the current one is not going to be enough for some cams | |||
2008-06-07 | Add acphy/mtdphy/luphy/sqphy which are used by dc(4), hme(4) and ne(4). | Brad Smith | |
ok deraadt@ | |||
2008-06-07 | Add baudrate handling for fiber boards using the TBI interface. | Brad Smith | |
ok deraadt@ | |||
2008-06-07 | Add link state/baudrate handling. | Brad Smith | |
ok deraadt@ | |||
2008-06-07 | regen | Robert Nagy | |
2008-06-07 | add nVidia GeForce 8400M G | Robert Nagy | |
2008-06-07 | teach the command lineparser about getopt style options after commands | Henning Brauer | |
use that for irrfilter mode. hints from theo a year ago, code by me a year ago, ok claudio a year ago | |||
2008-06-07 | Move #if 0 up to include currently unused fixup tables. | Marco Peereboom | |
2008-06-07 | Remove the OLF os bitmask field from the compat probe functions array; | Miod Vallat | |
ok deraadt@ | |||
2008-06-07 | Kill ACPIVERBOSE. It was never used and is worthless to boot. | Marco Peereboom | |
comments jmc ok toby | |||
2008-06-07 | Put back sprintf -> snprintf changes which have been lost accidentally in the | Miod Vallat | |
last update. | |||
2008-06-07 | Put back the diff made between rev. 1.1.1.3 and 1.3 | Charles Longeau | |
ok miod@ | |||
2008-06-07 | stop spurious "got link" which nooone noticed, but everyone should have; ok krw | Theo de Raadt | |