Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-29 | Avoid void * arithmetic, okay deraadt@, suggestions from millert@ | Pedro Martelletto | |
2006-12-29 | Fix another 'tripple' (not surprising, since this was copied from the | Tom Cosgrove | |
i386 code that I fixed earlier). Noticed by Gregory Steuck (greg (at) nest (dot) cx); thanks. | |||
2006-12-29 | Add the newly supported Meinberg radio clocks. | Marc Balmer | |
2006-12-29 | Change the comment for mbg(4): Use "radio clocks" instead of "time base". | Marc Balmer | |
ok fkr | |||
2006-12-29 | No need to read ANAR and ANLPAR anymore. | Mark Kettenis | |
From brad@ | |||
2006-12-29 | Add support for the Meinberg PCI511 and GPS170PCI cards. | Marc Balmer | |
"put it in" deraadt, ok fkr | |||
2006-12-29 | Netstat has the same issue problem as route when printing a default inet6 | Claudio Jeker | |
route. Need to typecast the sizeof() to int so that the compare works. Having a negativ lim is OK. Reported by Björn Ketelaars. OK deraadt@ | |||
2006-12-29 | Route warns about a illegal prefixlen when a default inet6 route is present. | Claudio Jeker | |
Need to typecast the sizeof() to int so that the compare works. Having a negativ lim is OK. Reported by Björn Ketelaars. OK deraadt@ | |||
2006-12-29 | Don't wrap MAC address to newline. | Marcus Glocker | |
2006-12-29 | Replace setperf algorithm with a linear version. Also use the aml provided | Marco Peereboom | |
gasio structure when appropriate instead of always assuming 32 bit access. Fixes my Dell laptop and works on others tested. | |||
2006-12-29 | Give the UltraSPARC-III its own version of dcache_flush_page(). Fixes problems | Mark Kettenis | |
with svnd(4). Now you can do a full mkr on a v210 (and a blade1k if you're lucky). | |||
2006-12-28 | knf, from bred@ | Todd T. Fries | |
2006-12-28 | s/vfs_lookup/VOP_LOOKUP/ since the former does not | Thordur I. Bjornsson | |
exist and we are talking about the latter. ok pedro@ | |||
2006-12-28 | spacing. | Marcus Glocker | |
2006-12-28 | Finish core enumeration, break out core change and reset functions. | Marcus Glocker | |
From Jon Simola <simola@mecha.com>. Diff merged together by me with last changes from jsg@. | |||
2006-12-28 | Add support for the Cronyx Omega serial ports card; this particular card | Miod Vallat | |
forces the com(4) uart type to ST16C654 since that's what's on it; from Alexei G. Malinin (alexei.malinin@inetcomm.ru) | |||
2006-12-28 | Regen | Miod Vallat | |
2006-12-28 | Cronyx Omega serial ports card. | Miod Vallat | |
2006-12-28 | Support for ST16C654 chips, however these aren't detected as such, so the | Miod Vallat | |
attachment code has to know better for now; from Alexei G. Malinin (alexei.malinin@inetcomm.ru) | |||
2006-12-28 | Zap nextgennumber, unused since LFS went up into the attic. | Thordur I. Bjornsson | |
ok pedro@ | |||
2006-12-28 | check if ifqueue has anything queued before doing the dance of | Theo de Raadt | |
splnet/IF_DEQUEUE/splx; ok various people | |||
2006-12-28 | check if ifqueue has anything queued before doing the dance of | Theo de Raadt | |
splnet/IF_DEQUEUE/splx; ok various people | |||
2006-12-28 | please lint | Theo de Raadt | |
2006-12-28 | assume that new elf architectures will have ld.so | Theo de Raadt | |
2006-12-28 | Prettify dmesg a bit for attach with power state being either offline or | Michael Knudsen | |
unknown. ok marco (who already had this change in his tree but said I should commit) | |||
2006-12-28 | Remove useless code dealing with media type. Simplify PHY reset code. | Mark Kettenis | |
2006-12-28 | - remove un-needed trailing backslash from LINKS declaration. | Niall O'Higgins | |
noticed by Igor Sobrado <igor at string1.ciencias.uniovi.es> | |||
2006-12-28 | tweaks; | Jason McIntyre | |
2006-12-28 | - rearrange text | Jason McIntyre | |
- sort options - some markup fixes | |||
2006-12-28 | Pass MIIF_DOPAUSE to mii_attach(). | Mark Kettenis | |
2006-12-28 | - less macros needed in SYNOPSIS | Jason McIntyre | |
- sort options | |||
2006-12-28 | tweak; | Jason McIntyre | |
2006-12-28 | reword a sentence and kill some trailing whitespace; | Jason McIntyre | |
2006-12-28 | umsm(4) sync; | Jason McIntyre | |
2006-12-28 | Use mii_phy_flowstatus() to set flow control status bits. | Mark Kettenis | |
ok brad@ | |||
2006-12-28 | Add function to detect flow control status. From NetBSD. | Mark Kettenis | |
ok brad@ | |||
2006-12-28 | parenthesis not needed here; consistent with usage in other areas. | Kevin Steves | |
no binary change. | |||
2006-12-28 | small knf (extra space, newline) | Kevin Steves | |
2006-12-28 | no extra "\n" in note(); ok krw@ henning@ | Kevin Steves | |
2006-12-28 | forgot a dereference in the previous conversion; ok deraadt@ | Christian Weisgerber | |
2006-12-27 | add the files in /etc/mtree to changelist | Mathieu Sauve-Frankel | |
ok krw@ | |||
2006-12-27 | Since we only have the single global struct interface_info, we | Kenneth R Westerback | |
obviously have single global struct client_state and struct client_config nested inside interface_info and client_state respectively. Pull them out to their own global variables and eliminate a bunch (i.e. hundreds) of multi-level dereferences. Make it much nicer to read. No functional change. "makes sense" henning@ Testing stevesk@, ok stevesk@ | |||
2006-12-27 | sync with reality, add Sierra Wireless mc8755, while here clean up the listing. | Felix Kronlage | |
discussed and ok jsg@ | |||
2006-12-27 | make the Sierra Wireless MC8755 attach to umsm(4). this is a MiniPCI | Felix Kronlage | |
adapter that hosts a usb controller. from janek@openbug.org. ok jsg@ | |||
2006-12-27 | regen with id from Sierra Wireless MC8755 | Felix Kronlage | |
2006-12-27 | add device id for Sierra Wireless MC8755, from janek@openbug.org | Felix Kronlage | |
ok jsg | |||
2006-12-27 | Patch a few more D-cache flush instructions on UltraSPARC-III. | Mark Kettenis | |
ok miod@ | |||
2006-12-27 | Always explicitly set IFM_HDX for half-duplex. | Mark Kettenis | |
From brad@ | |||
2006-12-27 | pnozz is initialized by the prom in 8bpp mode, so don't bring high-depth | Miod Vallat | |
rasops code; 3.5KB off RAMDISK kernels. | |||
2006-12-27 | Add code to change video mode (resolution and color depth) on the fly for | Miod Vallat | |
pnozz(4), when switching between emulation (i.e. text console) and mapped (i.e. X11) modes. Geometries different than 800x600 are only available on the external video port, with the internal panel blanked. Currently this mode is compiled in, until an interface allows the X server and the kernel to settle on which one to use. Due to the internal panel blanking requirements, all of this is only available if tctrl(4) is configured in, which is the case for GENERIC but not for installation media kernels (who runs X11 with installation media anyway?) Most of this has been written 18 months ago, it was just lacking a final touch... |