Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2012-05-20 | Make sure the generic bus_dmamem_alloc() routine restricts its allocation to | 2 | -185/+11 | ||
the dma_constraint range. This allows the xbridge(4) bus_dma_tag_t to use the generic routines instead of rolling its own, now that the ATE code has been removed. | |||||
2012-05-19 | Split out the suspend/resume code into its own file to make it possible to | 5 | -1064/+1505 | ||
diff it against the Linux kernel sources. Fix a few bugs revealed by doing such a diff. Tested by myself and a few others on 915, 945, 965 and 6-series. | |||||
2012-05-19 | Document PermitOpen none. bz#2001, patch from Loganaden Velvindron | 1 | -2/+5 | ||
2012-05-19 | Reformat usage() to avoid the line wrap, and make it match the way it | 1 | -4/+7 | ||
looks on the man page. ok haesbaert jmc henning | |||||
2012-05-18 | Port NetBSD's pci@gio driver for fast Ethernet expansion boards for the | 3 | -2/+512 | ||
IP22 family. This is just the bridge so far, as the underlying pci drivers will need some changes to work (dc(4) does not work correctly yet, and tl(4) needs to be bus_dma'ified). | |||||
2012-05-18 | Remove unused header. | 1 | -173/+0 | ||
ok deraadt@ | |||||
2012-05-18 | just warn if files from the *etc sets are missing. This will remind | 1 | -2/+12 | ||
people to run sysmerge, and is generally not a good hint things are out of synch. prompted by naddy@ and sthen@ | |||||
2012-05-18 | rt6_flush should remove all routes configured via a specified gw, | 1 | -4/+7 | ||
not only CONNECTED ones. It should also be called when RA with a RouterLifetime set to 0 is sent to clear a redirect. While here make sure we use correct priorities when installing routes acquired via redirects. comments & ok bluhm | |||||
2012-05-18 | remove double word blunder; | 1 | -3/+3 | ||
2012-05-18 | "int (**vops)((void *)" is now "struct vops *vops"; from David Matthew Mattli | 1 | -3/+3 | ||
ok tedu | |||||
2012-05-18 | Allow no-tab-mode to compile. From James Turner. | 3 | -6/+6 | ||
note: no-tab-mode needs more work done before removing the NOTABs. | |||||
2012-05-17 | Ignore line continuation when escaped as \\, from Simon Nicolussi. | 2 | -5/+8 | ||
2012-05-17 | Yet another rework of the crucial gio_id() function responsible for correctly | 2 | -65/+33 | ||
recognizing a GIO device or an id-less frame buffer in a GIO slot. Turns out that GIO32 devices (at least those with a 32-bit ID register, but likely all of them) do NOT like accesses to the minimal GIO register area NOT done on 32-bit boundaries. While frame buffers won't mind, especially if their slots are pipelined. This makes it a lot easier to tell them apart. While there, split gio_intr_establish() into gio_intr_map(), which will return a logical interrupt number out of a GIO slot number, and gio_intr_establish(), which will now expect a logical interrupt number, instead of a logical slot number. These two functions are still unused, but upcoming changes depend on this work. (Yes, I'm too lazy to make two commits for this tonite) | |||||
2012-05-17 | Better probes for sq and wdsc in gio-masqueraded-as-hpc expansion boards. | 1 | -11/+54 | ||
Previous change was a tad too optimistic. This repairs E++ and GIO SCSI board operation. | |||||
2012-05-17 | Correct virtual aliasing mask computation. | 1 | -2/+3 | ||
Note that this would only affect 4KB page size IP22 kernels, which is not the default IP22 configuration, and which noone not out of his or her mind would do. In other words: this is a correctness fix with no impact on Real Life (c)(R)TM | |||||
2012-05-17 | Quit if write(2) returns -1 when writing to the tty, which can | 1 | -1/+6 | ||
happen if the tty is revoked. OK deraadt@ | |||||
2012-05-17 | show the f_iflags; ok guenther | 2 | -3/+17 | ||
2012-05-17 | Also check permissions of .ssh/id_ecdsa. | 1 | -2/+3 | ||
ok schwarze@ | |||||
2012-05-17 | add I350 | 1 | -3/+7 | ||
2012-05-17 | Add support for i350 based devices, based in part on Intel code | 3 | -16/+141 | ||
in FreeBSD. Workaround the apparently undocumented errata where the CRC is always stripped whether asked to or not, and take the FreeBSD workaround for a known errata when clearing the vlan filter. Thanks to Jens A. Griepentrog for donating a card. ok dlg@ mikeb@ | |||||
2012-05-16 | Add missing break between AF_INET and AF_INET6 in addr_matches_if_netmask() | 1 | -2/+5 | ||
Addresses CVE 2012-2337 | |||||
2012-05-16 | The PCIe link speed values are printed in GT/s not Gb/s. | 1 | -2/+2 | ||
2012-05-16 | recognise 8.0 GT/s link speed for PCI Express 3.0 | 1 | -1/+4 | ||
2012-05-16 | rfc 4861 mandates that target link local address must be included | 1 | -1/+7 | ||
with a neighbour advertisment sent to a multicast address; nits & ok bluhm | |||||
2012-05-16 | Don't spin accept() when hitting ENFILE/EMFILE. Upstream r2663. | 13 | -0/+236 | ||
2012-05-15 | Allow for serial console on com@puc. Not perfect but should handle the | 1 | -1/+25 | ||
common cases. ok mikeb@ | |||||
2012-05-15 | Fix confusing patch(1) output on failure when using -C. From | 1 | -8/+7 | ||
dragonflybsd via Loganaden Velvindron. OK mikeb@ and deraadt@ | |||||
2012-05-15 | revert a chunk introduced in 1.7 which was not supposed to be there yet | 1 | -2/+3 | ||
2012-05-15 | sync with lua.port.mk | 1 | -1/+2 | ||
2012-05-15 | sync | 18 | -18/+18 | ||
2012-05-15 | .Xr mk.conf(5) from bsd.port.mk(5) as it has useful information about | 1 | -2/+3 | ||
variables which affect port builds (DEBUG and so on). ok ajacoutot@ jasper@ | |||||
2012-05-15 | Set the usb(4) unit number as bus number. This fixes a possible | 1 | -2/+2 | ||
conflict where machines with two controllers with the same unit number (i.e. ehci0 and uhci0) would have reported to buses 0. ok miod@ | |||||
2012-05-15 | Don't use a pointer to an opaque softc, we'll need to access its unit | 2 | -13/+10 | ||
number. No functional change. ok miod@ | |||||
2012-05-15 | sync lua.port.mk and sort a few variables. | 1 | -4/+5 | ||
2012-05-15 | supplementary magic code, not active yet | 1 | -2/+45 | ||
2012-05-15 | less hackish test for LIB*VERSION: after building the element, | 1 | -5/+19 | ||
redo a check based on the non-subst version, so we can: - actually parse the library name - check we depend upon the right variable | |||||
2012-05-15 | allow elements to remove themselves from PackingList, adjust visit | 2 | -5/+21 | ||
accordingly. Make sure obsolete stuff ->add returns undef, unconfuses PkgCreate. | |||||
2012-05-15 | move the chroot path stripping into a different function to make sure | 1 | -4/+4 | ||
that we always include aliases as well, to make "user directories work" tested by jasper@ and sthen@ | |||||
2012-05-14 | More sysconf(3)-y and pathconf(3)-y goodness from Brad. | 5 | -89/+426 | ||
ok guenther, millert (and me); bulk build test by naddy | |||||
2012-05-14 | remove korea and china examples, as these files don't mirror reliably | 1 | -18/+2 | ||
and have been stubbed on openbsd.org anyway ok millert@ robert@ otto@ | |||||
2012-05-14 | fixup "couldn't establish interrupt" error printf; from brad, ok phessler | 1 | -5/+7 | ||
2012-05-14 | Don't display a nonsense uptime for an inactive interface. ldpd fix from | 2 | -4/+6 | ||
Rafael Zalamena on tech@, I also applied it to ospfd. ok phessler@ | |||||
2012-05-14 | trigger tx start routine when link goes up to prevent a lockup | 1 | -4/+4 | ||
situation when send queue is full and no rx interrupt happen. initial diff and tests by erik lax, <erik at halon.se>, ok jsg | |||||
2012-05-14 | ansi. no binary change | 1 | -5/+3 | ||
2012-05-14 | Remove the "vn_open() returning ENXIO means dup+close" hook that | 3 | -54/+19 | ||
was used by the now defunct portalfs. Zero out fd_ofileflags[fd] when allocating an fd instead of when releasing it. ok krw@ matthew@ | |||||
2012-05-14 | use the size of the struct not the size of the pointer for memset | 1 | -2/+2 | ||
ok joel@ | |||||
2012-05-13 | recommend sha256; from Lawrence Teo | 1 | -3/+25 | ||
ok millert | |||||
2012-05-13 | functions are top-level objects anyways, make that clearer. | 1 | -7/+3 | ||
Okay otto@ | |||||
2012-05-13 | tweak previous; ok gilles | 1 | -4/+4 | ||
2012-05-13 | replace tabs with spaces, to avoid markup problems; ok gilles | 1 | -5/+5 | ||