Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-27 | another man page for lazy Dale! | Theo de Raadt | |
2006-06-27 | more man pages for lazy Dale | Theo de Raadt | |
2006-06-27 | Add support for max rssi/signal strength percentage on RFMD 2958 | Jonathan Gray | |
based adapters. ok dlg@ | |||
2006-06-27 | dale is being sloppy, so i get to clean up his missing man pages for | Theo de Raadt | |
extra commits | |||
2006-06-27 | Pass process credentials to VOP_READ(), making it possible to load | Pedro Martelletto | |
firmwares over NFS, okay deraadt@ | |||
2006-06-27 | avoid multiple detach problems; ich@florian-stoehr.de | Theo de Raadt | |
2006-06-27 | add message on session close | Michael Coulter | |
2006-06-27 | improve output during cd writing; ok mjc | Theo de Raadt | |
2006-06-26 | build cleanly with -Wall -Werror | Dale Rahn | |
2006-06-26 | Clean up some inconsistancies in definitions around DOS MBR code. No | Kenneth R Westerback | |
functional change. ok deraadt@ | |||
2006-06-26 | fix printing of the RSSI radiotap element: use the PRINTF wrapper | Reyk Floeter | |
around hostapd_log instead of the printf function | |||
2006-06-26 | enable mpi | David Gwynne | |
ok deraadt@ | |||
2006-06-26 | atop(PAGE_SIZE) -> 1, 'tis true but it gets computed faster when PAGE_SIZE | Miod Vallat | |
is not a constant. | |||
2006-06-26 | Always skip the offending instruction for fpu faults, even if it is | Miod Vallat | |
theoretically recoverable, as there is no way we can rely on the signal handler to do this properly; consistent with other platforms, and lets a few autoconf tests in ports pass again. spotted by sturm@; reluctantly ok kettenis@ | |||
2006-06-26 | Enable wide targets on FAS366 esp; note that this changes the way esp | Miod Vallat | |
user-controllable device flags are parsed, be sure to rerun config(8) on your next kernel compile. | |||
2006-06-26 | Avoid using an uninitialized variable when downgrading PIO mode too much on | Miod Vallat | |
nForce chipsets. | |||
2006-06-26 | When attaching an USB keyboard, check the HID interface for its country code | Miod Vallat | |
id, and if it is non-zero, try to select the appropriate layout. Of course, Sun USB keyboards still use the Sun layout encoding, which is completely different, so we have to check for them. Tested on a variety of keyboards by krw@ matthieu@ and I. | |||
2006-06-26 | Regen | Miod Vallat | |
2006-06-26 | Add Sun type 7 keyboard; from NetBSD | Miod Vallat | |
2006-06-26 | in my prom its OSLoadPartition, not OsLoadPartition | David Gwynne | |
ok miod@ | |||
2006-06-26 | Use MI clock conversion code for "old" clock. | Mark Kettenis | |
ok miod@ | |||
2006-06-26 | fix typos in debug messages | Michael Coulter | |
ok pascoe@ | |||
2006-06-26 | Avoid using the rfact member of 'struct sensor' which is on its way out. | Mark Kettenis | |
2006-06-26 | Avoid using the rfact member of 'struct sensor' which is on its way out. | Mark Kettenis | |
tested by jmc@ | |||
2006-06-26 | sync | Theo de Raadt | |
2006-06-26 | if piixpm does not try to attach an interrupt then indicate that the chip | Brad Smith | |
is in polling mode. ok kettenis@ | |||
2006-06-26 | sync | Theo de Raadt | |
2006-06-26 | usb capable systems only | Theo de Raadt | |
2006-06-26 | permission from Zydas to include ZD1211 firmware | Theo de Raadt | |
2006-06-26 | ServerWorks HT-1000 | Brad Smith | |
2006-06-26 | add the PCI id for the ServerWorks HT-1000 SMbus controller. | Brad Smith | |
From the Linux i2c-piix4 driver via gwk@ piixpm0 at pci0 dev 2 function 0 "ServerWorks HT-1000" rev 0x00 iic0 at piixpm0 admcts0 at iic0 addr 0x2c | |||
2006-06-26 | mention optional bind_address in runtime port forwarding setup | Damien Miller | |
command-line help. patch from santhi.amirta AT gmail.com | |||
2006-06-26 | darwin's turtle is nomore | Michael Shalayeff | |
2006-06-26 | increase polling intervbal, but only after we are synced and have done | Otto Moerbeek | |
a few frequency adjustments. ok henning@ | |||
2006-06-26 | Reset adjtime() on startup; having an adjtime() active while starting | Otto Moerbeek | |
up causes overcompensation and confusing debug log entries; noticed by dtucker@ | |||
2006-06-26 | sync the bge and bnx entries; | Jason McIntyre | |
2006-06-26 | tweaks; | Jason McIntyre | |
2006-06-26 | remove wicontrol stuff; | Jason McIntyre | |
2006-06-26 | remove wicontrol stuff; | Jason McIntyre | |
2006-06-26 | I'm not sure where the NC370i came from, but HP definitely makes a NC370F, | Brad Smith | |
which is a fibre 1000baseSX adapter. | |||
2006-06-26 | add commented out entries for bnx. | Brad Smith | |
2006-06-26 | Code cleanup/shortening. No binary changes. | Marc Balmer | |
2006-06-26 | do not allow a Jumbo size MTU yet. | Brad Smith | |
2006-06-26 | mention bnx(4). | Brad Smith | |
2006-06-26 | add a man page. | Brad Smith | |
2006-06-26 | relocate the firmware per Theo's request. | Brad Smith | |
2006-06-26 | sync | Theo de Raadt | |
2006-06-26 | Add support for bnx(4). | Brad Smith | |
2006-06-26 | Add a rough initial port of the bce driver from FreeBSD, which provides | Brad Smith | |
support for the new line of Broadcom NetXtreme II Gigabit PCI-X and PCIe controllers, though renamed to bnx. This is work in progress, there are some known issues. With help from Reyk with the bus_dma code. Thanks to David Christensen at Broadcom for the driver and for providing some PCI-X and PCIe adapters. ok deraadt@ | |||
2006-06-26 | Kludge around the fact that redboot uses ELF's vaddr, however maps | Dale Rahn | |
memory at 0, not where memory is or where we want the kernel loaded. |