Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-30 | Do not print adapter target id on the attachment line, now that scsibus(4) | Miod Vallat | |
prints it. These should be the last offenders. | |||
2008-07-30 | Replace GNU tutorial with public domain one, written from scratch by | Kjell Wooding | |
Mayukh Bose. Minor additions from me. Thanks! | |||
2008-07-30 | wi@pci now works. | Miod Vallat | |
2008-07-30 | Implement bus_space_{read,write}_raw_mult_[248] correctly, it needs | Miod Vallat | |
endianness conversion on pci bridges. ok deraadt@ jsing@ | |||
2008-07-30 | Proper interrupt values for pci interrupt pins B to D, found in some IRIX | Miod Vallat | |
developer documentation some time ago. | |||
2008-07-30 | Check and clear the bus space mapping size instead of the bus space | Brad Smith | |
handle in the detach function. Fixes compilation on sparc64. ok reyk@ | |||
2008-07-30 | sync | Theo de Raadt | |
2008-07-30 | sync | Theo de Raadt | |
2008-07-30 | repair comment | Theo de Raadt | |
2008-07-30 | sync | Theo de Raadt | |
2008-07-30 | add 2nd sierra MC5725 correctly | Theo de Raadt | |
2008-07-30 | Add an alternate ID for Sierra Wireless MC5725 modem, found | Can Erkin Acar | |
in a Lenovo T60, reported by Juan Delgado. ok you@, jsg@ deraadt@ | |||
2008-07-30 | Call ip6_clearpktopts() on error in copypktopts() instead of freeing | Can Erkin Acar | |
every field individually. ok claudio@ markus@ henning@ deraadt@ | |||
2008-07-30 | enable ix(4) on amd64 | Reyk Floeter | |
ok deraadt@ | |||
2008-07-30 | Prevent a divide by zero panic if trunkproto loadbalance is | Marco Pfatschbacher | |
used w/out any trunkports. Patch from Dmitri Alenitchev. OK reyk@ | |||
2008-07-30 | tweak previous; help/ok jsg yuo | Jason McIntyre | |
2008-07-30 | add missing quote; from yar@freebsd | Jason McIntyre | |
2008-07-30 | - fix spelling of Alan Shepard's name | Jason McIntyre | |
- note that he was the first american in space (not first man) from Derek Taylor, freebsd bin/125812 | |||
2008-07-30 | various markup/grammar fixes for previous, and a missing MLINK | Jason McIntyre | |
for remquof.3; | |||
2008-07-30 | spacing | Reyk Floeter | |
2008-07-30 | Update the RF, RFGAIN, MODE, INI, and BBGAIN initialization tables | Reyk Floeter | |
with different versions for various ar5212 variants and add an extra table for PCI-E devices. This fixes support for various newer devices (like the 1st generation MacBook, T61 variants) but it still does not work on a number of other devices. Tested by many ok deraadt@ | |||
2008-07-30 | Free the correct buffer list on failure. | Damien Bergamini | |
From Andrew Thompson at FreeBSD. | |||
2008-07-30 | fix up a few free -> drm_free() cases that were missed before. | Owain Ainsworth | |
2008-07-29 | Sun stopped distributing patches through FTP :(. | Mark Kettenis | |
2008-07-29 | Update to DRM git. | Owain Ainsworth | |
Some stability fixes for radeon. The most part of this diff is related to fixing up the VBLANK (vertical blank interrupt) handling. Now, if the X driver supports the DRM_IOCTL_MODESET_CTL ioctl, (to be used when changing the video modes), then allow the vblank to be disabled once that ioctl has been called. Otherwise, keep the interrupt enabled at all time, since disabling it otherwise will lead to problems. Tested by a few. "no problem" on API/ABI deraadt@. | |||
2008-07-29 | Update list of supported machines. | Mark Kettenis | |
2008-07-29 | add descriptions for fpclassify, isfinite, isnormal, nan, remquo, | Martynas Venckus | |
signbit | |||
2008-07-29 | sync | Theo de Raadt | |
2008-07-29 | - add man pages for nan and remainder, from freebsd | Martynas Venckus | |
- mlink drem, dremf, remainderf to remainder; nanf to nan - describe that drem and dremf are obsolete aliases - remove descriptions for remainder and remainderf from ieee looked over by jmc@, but it's easier for him to work on when they are in tree | |||
2008-07-29 | sync | Theo de Raadt | |
2008-07-29 | describe exp2, exp2f and mlink them | Martynas Venckus | |
2008-07-29 | when detaching pcbs, also free the v6 output options so that we do not | Theo de Raadt | |
leak kernel memory for every closed v6 descriptor with certain options set ok otto jsing todd claudio | |||
2008-07-29 | In ahc_free(), which is invoked if attachment fails, do not free() | Miod Vallat | |
pointers we don't own, but the autoconf machinery does. | |||
2008-07-29 | sync | Theo de Raadt | |
2008-07-29 | clarify EMSGSIZE | Gilles Chehade | |
rewording by jmc@, "lovely" deraadt@ | |||
2008-07-29 | tweak previous; | Jason McIntyre | |
2008-07-29 | Add an ugly hack to disable DMA on the Tadpole SPARCLE laptop. It doesn't | Mark Kettenis | |
work and this way we fall back on PIO which does work. I'm pretty sure this is caused by bugs in our code, but I cannot find them. ok deraadt@, marco@ | |||
2008-07-29 | Switch all instances of malloc/free in the DRM to drm_alloc, drm_free | Owain Ainsworth | |
and drm_calloc. With the recent change to check overflow in drm_calloc, this means that all allocations that require multiplication are now checked. Also use drm_calloc() when zeroing is needed and drop the bzero/memset afterwards. Finally, make drm_free() check for NULL, so we don't need to do so every time. ok miod@, deraadt@ | |||
2008-07-29 | Split SHA1Transform() back into smaller pieces when compiling on landisk, | Miod Vallat | |
to defeat gcc optimization bugs. Similar to what had been done on sparc64 in the past. ok millert@ deraadt@ | |||
2008-07-29 | Stricter bounds checking for values controlling loops or memory allocations, | Miod Vallat | |
which may come from userland via ioctls. ok oga@ | |||
2008-07-29 | Check for multiplication overflow in drm_calloc(). ok oga@ | Miod Vallat | |
2008-07-29 | sync | Theo de Raadt | |
2008-07-29 | Give the eisa device a valid bus_dma_tag_t. | Miod Vallat | |
2008-07-29 | Fix range check in sio_intr_establish(). | Miod Vallat | |
2008-07-29 | remove finite from ieee.3, and unmlink from makefile | Martynas Venckus | |
2008-07-29 | remove | Martynas Venckus | |
2008-07-29 | an enum specifier is more elegant than a set of #defines; | Igor Sobrado | |
storing the program mode variable (pmode) as a global let us have a more consistent prototype for usage(). changes suggested by pyr@. ok millert@, pyr@ | |||
2008-07-29 | md5(1), sha1(1), rmd160(1), cksum(1) and sum(1) have different options; | Igor Sobrado | |
while here, some KNF improvements. based on a diff for compress(1) written by millert@, fixes from guenther@ and pyr@. ok millert@, pyr@; (for the manual page tweaks) jmc@ | |||
2008-07-29 | s/affect/assign/ in wmm option. | Damien Bergamini | |
2008-07-29 | - man pages for fpclassify, isfinite, isinf, isnan, isnormal, signbit, | Martynas Venckus | |
mostly from freebsd - also describe deprecated aliases for isinff, isnanf, finite, finitef - describe behavior on vax - add mlinks for finite, finitef, isfinite, isinf, isinff, isnan, isnanf, isnormal, signbit - add man pages for isgreater, isgreaterequal, isless, islessequal, islessgreater, isunordered; from freebsd looked over by jmc@, it's better for him to work on when they are in tree |