Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-22 | Add option HP8700_CPU. | Mark Kettenis | |
2007-05-22 | Hook up astro(4). | Mark Kettenis | |
2007-05-22 | astro(4) | Mark Kettenis | |
2007-05-22 | zap trailing whitespace; | Jason McIntyre | |
2007-05-22 | adress -> address | Jasper Lievisse Adriaanse | |
from brad ok claudio@ | |||
2007-05-22 | Note that the global -x option is kept for compatibility (for now) and has | Xavier Santolaria | |
no effect. | |||
2007-05-22 | Rework the way how ospfd fetches and tracks interfaces. Try to merge the | Claudio Jeker | |
code which is very similar and especially include RTM_NEWADDR in dispatch_rtmsg(). With this newly created interfaces will no longer cause config reload problems. OK norby@ | |||
2007-05-22 | remove duplicate -M entry from set_usage(); ok espie | Jason McIntyre | |
2007-05-22 | Only try to merge a AS_SEQUENCE if there is a difference between the 4-byte | Claudio Jeker | |
AS path and the 2-byte version. If both pathes have the same length don't try to merge them instead use the new path. Issue reported by Jon Morby and further analysed by Stuart Henderson. Tested by Stuart Henderson. | |||
2007-05-22 | zap references to pkgdep. Packing-Lists no longer even record it, anyways. | Marc Espie | |
2007-05-22 | cleanup shared state a bit earlier. Shouldn't change much, but may help | Marc Espie | |
ensuring we don't reload fontdirs twice with weird fontdirs case. | |||
2007-05-22 | protect more variables from existing outside of locore, should fix | Martin Reindl | |
cpuinfo breakage (but my make build is still running) ok gwk@ | |||
2007-05-22 | When a partial ack is received check if congestion window is larger than | Michele Marchetto | |
acked bytes and update the window accordingly fix PR4278 OK henning@ markus@ claudio@ | |||
2007-05-22 | zap double include; from p_nowaczyk AT o2.pl | Damien Miller | |
2007-05-22 | introduce a SharedItemsRecorder (put it into Vstat, since that's a file | Marc Espie | |
common to Add and Delete, for now). Use it to have common code that records items to remove / items remaining. Stash it into pkg_add/pkg_delete state, and abstract the cleaning up operation into the SharedItemsRecorder (so that pkg_add and pkg_delete no longer have to know about the internals of SharedItems at all). | |||
2007-05-22 | A quirk is needed for the Logitech QuickCam Notebook to prevent attaching | Robert Nagy | |
to uaudio(4) instead of ugen(4), because of the internal microphone. from brad; | |||
2007-05-22 | ip_mroute.c is in bad shape. | Michele Marchetto | |
This first step makes it style(9) compliant. Just a whitespace diff, no binary change. OK claudio@ norby@ | |||
2007-05-22 | mark `digitalsignature' as a known keyword, which helps me. | Marc Espie | |
Use autovivification on stuff to remove. | |||
2007-05-22 | reference xtsscale(1) | Robert Nagy | |
2007-05-22 | enable uts(4) - USB touchscreen support | Robert Nagy | |
2007-05-22 | Support bluetooth adapter found in my MSI S270 laptop. ok deraadt@, jasper@, | Matthieu Herrb | |
grange@. | |||
2007-05-22 | sync | Matthieu Herrb | |
2007-05-22 | Add a second MSI bluetooth adapter. ok deraadt@ jasper@ grange@ | Matthieu Herrb | |
2007-05-22 | remove -h from set_usage(); | Jason McIntyre | |
2007-05-22 | %z in printf(9) is not the same as %z in printf(3). Change to %lu | Ray Lai | |
and cast arg to ulong. OK miod@. | |||
2007-05-22 | Pass string to printf instead of struct that contains string. | Ray Lai | |
OK tedu@ and miod@. | |||
2007-05-22 | Use BNX_PRINTF instead of printf with missing argument. | Ray Lai | |
OK reyk@, earlier version OK tedu@, dlg@, and miod@. | |||
2007-05-22 | Remove broken URLs. | Jonathan Gray | |
Fixes PRs 5482, 5483, 5484, 5486, 5487, 5488 Filed by casati@nortel.com | |||
2007-05-22 | regen | David Gwynne | |
2007-05-22 | mtu and i found an emulex lp982 in tokyo | David Gwynne | |
thanks to patrick for letting me eyeball it. | |||
2007-05-22 | finish removing unused -h option | Marc Espie | |
2007-05-21 | Add support for 8700/pcxw2 cpu. | Mark Kettenis | |
2007-05-21 | Ask firmware for reset before trying ourselves; needed for four-digit b/c/j | Mark Kettenis | |
workstations. tested by otto@, krw@; ok deraadt@ | |||
2007-05-21 | Import code to support the Elroy chip from hppa64 and make it actually work. | Mark Kettenis | |
Still a bit of a hack, but it makes the onboard devices work. | |||
2007-05-21 | Implement deep interrupt swizzling by mapping all four PCI interrupt pins | Mark Kettenis | |
for PCI-PCI bridges and passing the mapping to the attached bus device. MD code can use these when mapping PCI device interrupts. This diff adds such code for amd64 and i386. This fixes interrupt mapping for devices that sit behind two PCI-PCI bridges where the firmware only provides a mapping for the first PCI-PCI bridge. tested by sturm@, krw@, and a few others, ok deraadt@ | |||
2007-05-21 | Make iommu_dvmamap_unload cleanup properly. | Mark Kettenis | |
2007-05-21 | small cleanups: | Constantine A. Murenin | |
* use NULL instead of 0 for pointers, as per style(9) * wrap a long for-loop line in sysctl_malloc() * fix -Wall complaint in print_sensor() ok otto@ | |||
2007-05-21 | fix -Wall warning about unused variable `errstr', which was introduced in ↵ | Constantine A. Murenin | |
the previous revision; ok deraadt, otto, tedu | |||
2007-05-21 | add EOVERFLOW and ECANCELED here too. | Jasper Lievisse Adriaanse | |
reminded and ok jmc@ | |||
2007-05-21 | Add msk(4). | Mark Kettenis | |
2007-05-21 | Initial stab at a driver for the Astro chip. Mostly IOMMU code to handle | Mark Kettenis | |
coherent DMA. | |||
2007-05-21 | Add ffs2 support. Adapted from the ufs2 changes in FreeBSD and NetBSD. | Todd C. Miller | |
2007-05-21 | Add ffs2 support; some parts adapted from ffs2 dump changes in FreeBSD. | Todd C. Miller | |
2007-05-21 | Add ECANCELED and EOVERFLOW. For canceled (async) operations and conversion | Jasper Lievisse Adriaanse | |
overflows, respectively. (EOVERFLOW from espie@) don't bump libc, as there are currently no functions that use them, but it doesn't hurt to have them around. as discussed with deraadt@, espie@, miod@ and otto@ ok deraadt@ espie@ miod@ otto@ | |||
2007-05-21 | clean up lint warnings related to the nfds_t type. okay marc@ millert@ | Kurt Miller | |
2007-05-21 | Use SBLOCKSEARCH[] to find the superblock. OK pedro@ | Todd C. Miller | |
2007-05-21 | timecounters for armish. | Dale Rahn | |
2007-05-21 | make bridge(4) mark packets with M_PROTO1 if gif(4) needs to use | Markus Friedl | |
etherip encapsulation; unbreaks remote ipsec bridges; ok claudio; additional testing Renaud Allard | |||
2007-05-21 | update part about clean. | Steven Mestdagh | |
ok espie@ | |||
2007-05-21 | sync; add new device id to the bce(4) driver | Reyk Floeter | |
From brad ok and tested by todd@ |