Age | Commit message (Collapse) | Author | |
---|---|---|---|
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... | |||
2006-12-27 | Switch new new syscall ABI, now passes the syscall number in r12 instead of | Dale Rahn | |
in the swi instruction. elminates an illegal userland reference from the kernel also elminates a bunch of code. This is a flag day for binaries from before the middle of November. | |||
2006-12-27 | Set IFM_ETH_MASTER if local PHY configuration resolved to MASTER. | Mark Kettenis | |
From brad@ | |||
2006-12-27 | spacing | Jonathan Gray | |
2006-12-27 | Wrap bus space access in similiar macros to other drivers | Jonathan Gray | |
making things much more readable. | |||
2006-12-27 | consistent naming of units, percentage -> percent. | Marc Balmer | |
ok deraadt | |||
2006-12-27 | Add IFM_ETH_RXPAUSE and IFM_ETH_TXPAUSE. From NetBSD. | Mark Kettenis | |
ok brad@, deraadt@ | |||
2006-12-27 | - sync with usage | Niall O'Higgins | |
2006-12-27 | - no need to mention -e option twice in usage. | Niall O'Higgins | |
pointed out by Igor Sobrado <igor at string1.ciencias.uniovi.es> | |||
2006-12-27 | Also provide 'C' as a command line arg. From Mark Lumsden <mark at cyodesigns | Otto Moerbeek | |
dot com>. | |||
2006-12-27 | correct rhlen computation (if the "if" clause on the next line is taken, | Jun-ichiro itojun Hagino | |
we will use rhlen uninitialized). checked with kame | |||
2006-12-26 | Add polling to devices that require it such as acpibat and acpitz. | Marco Peereboom | |
Use the same tsleep/wakeup mechanism as the interrupt code to keep it non- concurrent. | |||
2006-12-26 | make -k and -K mutually exclusive, and ignore multiple invocations of them. | Alexander von Gernler | |
put pcks key initialization into a separate routine instead of bloating the getopt() loop. ok pedro@ deraadt@ tedu@ | |||
2006-12-26 | no more seperate prebind | Theo de Raadt | |
2006-12-26 | Our dhclient only handles one interface. Simplify code by using the | Kenneth R Westerback | |
single, global, instance of 'struct interface_info' (ifi) rather than passing around pointers to it. "I agree" henning@ Testing moritz@ stevesk@, ok stevesk@ | |||
2006-12-26 | Make exception handling work on alpha. | Mark Kettenis | |
tested by naddy@, deanna@; ok brad@ | |||
2006-12-26 | fts_read returning NULL and errno set is an error. ok ray@ | Otto Moerbeek | |
2006-12-26 | FULL_DISTDIR -> FULLDISTDIR | Steven Mestdagh | |
2006-12-26 | The adt7475 has a fixed address of 0x2e. | Mark Kettenis | |
ok deraadt@ | |||
2006-12-26 | support adt7475; tested by dhartmei | Theo de Raadt | |
2006-12-26 | There is a single 'p', not a double, in 'triple'. | Tom Cosgrove | |
2006-12-26 | Fix truncation check by directly comparing both values and don't | Moritz Jodeit | |
compare the unsigned value of the subtraction against <= 0. ok krw@ ray@ | |||
2006-12-26 | Don't re-initialize the card every time the IP address is changed. | Kenneth R Westerback | |
Brings fxp into line with many other drivers. From brad@, tested by martin@, thib@, pyr@, mk@ and Johan M:son Lindman. ok martin@ | |||
2006-12-26 | There must be no alias address set, so check ifi->client->alias | Moritz Jodeit | |
for NULL before dereferencing it. OK henning@ krw@ deraadt@ | |||
2006-12-26 | Fix inline asm. From GCC PR 17856. Fixes gnash on amd64. | Mark Kettenis | |
pointed out by deanna@ | |||
2006-12-26 | Show more digits in timedelta sensor output as the timedelta sensors become | Marc Balmer | |
increasingly more precise. ok deraadt | |||
2006-12-26 | fix usage messages | Theo de Raadt | |