Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-21 | use .Pp instead of a blank space; | Jason McIntyre | |
2007-10-21 | add ecadc.4; | Jason McIntyre | |
2007-10-21 | some corrections for previous; | Jason McIntyre | |
2007-10-21 | sync with other daemons. | Pierre-Yves Ritschard | |
ok mcbride@ | |||
2007-10-21 | Allow for the adjustment of the number of RX descriptors | Brad Smith | |
for the newer generations of em(4) chipsets independently from the first two generations (82542/82543). The first two generations have hardware errata limiting the upper maximum to 256 descriptors. The number of RX descriptors has not been adjusted yet. ok beck@ henning@ dlg@ | |||
2007-10-21 | Remove a bogus and unnecessary check for if_addrlist from ex_init(). | Brad Smith | |
ok dlg@ | |||
2007-10-21 | Add multicast support. | Brad Smith | |
Tested by todd@ with IPv6. Based on similar changes to the FreeBSD driver. ok dlg@ | |||
2007-10-21 | Last bit of (planned) tidy up in cons_options(). Join some lines, | Kenneth R Westerback | |
delete some blank lines, add some other blank lines, move expressions so calculations done only once. Eliminate extraneous ++'s. No functional change. | |||
2007-10-21 | Add ifmedia support. | Brad Smith | |
Tested by todd@ From FreeBSD ok dlg@ | |||
2007-10-21 | Tidy up, make usual case exit faster, eliminate variable. No functional | Kenneth R Westerback | |
change. ok beck@ | |||
2007-10-20 | Remove unneeded scope declarations that shadows existing ones. krw@ ok | Federico G. Schwindt | |
2007-10-20 | _check prototypes are no longer used (replaced by i2c_scan.c); ok deraadt@ | Constantine A. Murenin | |
2007-10-20 | Ack IRQ *after* fetching IPI args. From NetBSD. | Mark Kettenis | |
2007-10-20 | Provide sensor status based on the limits found in OpenFirmware. | Mark Kettenis | |
There's enough code in here now, to add myself to the list of copyright holders. | |||
2007-10-20 | sync | Theo de Raadt | |
2007-10-20 | ecadc(4) | Mark Kettenis | |
2007-10-20 | Add support for the temperature sensors on the SUNW,envctrltwo device found | Mark Kettenis | |
on the Sun Enterprise 250. This device (and SUNW,envctrl found on the Enterprise 450) is a PCF8584 I2C controller with several generic I2C chips attached to it. ok deraadt@ | |||
2007-10-20 | Move a few more definitions to pcf8584var.h. Needed for SUNW,envctrl and | Mark Kettenis | |
SUNW,envctrltwo support. ok deraadt@ | |||
2007-10-20 | pull in exname() changes from ragge's repo. we're now back in sync | Otto Moerbeek | |
2007-10-20 | sync with ragge's repo | Otto Moerbeek | |
2007-10-20 | minor changes i missed on earlier merges with ragge's repo | Otto Moerbeek | |
2007-10-20 | add missing [-b block#] to the usage of fsck(8) | Igor Sobrado | |
ok jmc@ | |||
2007-10-20 | an usage message should fit on a 80-column display | Igor Sobrado | |
ok jmc@ | |||
2007-10-20 | Strip trailing whitespace on input lines. Should make config files more | Kenneth R Westerback | |
resistant to careless fingers. A variant of what NetBSD did to achieve the same ends. Feedback, suggestions & "looks good" ray@ | |||
2007-10-20 | Make sure to send an ipi to the processor a given proc runs on in signotify(), | Miod Vallat | |
in the MULTIPROCESOR case. ok kettenis@ | |||
2007-10-20 | enuf -> enough | Miod Vallat | |
2007-10-20 | Call scsi_done() at SPLBIO. 'looks olright' says mickey. | Kenneth R Westerback | |
2007-10-20 | Correct typo. | Joel Sing | |
ok kettenis@ | |||
2007-10-20 | document the "all" interface group; after some discussion w/ mpf and henning | Jason McIntyre | |
diff from Okan Demirmen ok henning | |||
2007-10-20 | ntpd and bgpd's turn to behave like the others. | Pierre-Yves Ritschard | |
ok henning@ | |||
2007-10-20 | forgot about ospfd in last commit. | Pierre-Yves Ritschard | |
ok hennin@ too. | |||
2007-10-20 | Sync parse.y with recent enhancements in hoststated. | Pierre-Yves Ritschard | |
Fix behavior when running -n. henning@ | |||
2007-10-20 | Give more details on failure. | Miod Vallat | |
2007-10-20 | Make this work on 64 bit platforms by using strlen() instead of sizeof()... | Miod Vallat | |
worked by accident. | |||
2007-10-20 | add EDITOR and VISUAL to env_keep | Henning Brauer | |
ok jsing ray kjell | |||
2007-10-20 | Start of a powerpc backend by Gregory McGarry. Not complete yet. | Otto Moerbeek | |
2007-10-20 | powerpc ccom | Otto Moerbeek | |
2007-10-20 | Pull from master repo; commit by gmcgarry | Otto Moerbeek | |
>Fix -Xp (prototype debug) which was interpretting structs/unions/enums >as arrays. Fix compile with TARGET_STDARGS. | |||
2007-10-20 | Pull from master repo: | Stefan Kempf | |
stlye(9) fixes from Sergey Elin This as ok ragge@, otto@ | |||
2007-10-20 | Create memory specific decode routines to make code cleaner, | Jonathan Gray | |
suggested by deraadt. This file has mostly been rewritten even before it was initially comitted so add my copyright to it as well. | |||
2007-10-20 | Doh. Setting ITSDONE and returning SUCCESSFULLY_QUEUED just means | Kenneth R Westerback | |
there is another splbio()/splx and a check for ITSDONE before falling into the COMPLETE case. So just return COMPLETE if the command has completed (or never started). Simpler all around. | |||
2007-10-20 | DO NOT access xs after calling scsi_done(xs). It's not there anymore. | Kenneth R Westerback | |
Also set ITSDONE (a.k.a. XS_STS_DONE) in correct field - xs->flags (a.k.a. xs->xs_control) and not xs->status (a.k.a. xs->xs_status). 'totally OK' deraadt@ 'yes' beck@ | |||
2007-10-20 | DO NOT access xs after calling scsi_done(xs). It's not there anymore. | Kenneth R Westerback | |
'totally OK' deraadt@ | |||
2007-10-20 | replace auich's DMA and interrupt handling with code from NetBSD's | Jacob Meuser | |
auich. fixes recording from the microphone input as well as full-duplex operation. tested by brad@, sthen@, deanna@ and ckuethe@. thanks. | |||
2007-10-20 | re-introduce the "p_clk rounding" for DDR -- they need it | Theo de Raadt | |
ok jsg | |||
2007-10-20 | oops, too much copying from select(2) manual | Jacob Meuser | |
noticed by and fix from deanna@, thanks | |||
2007-10-20 | Print the type of DIMM (SO-DIMM/Mini-DIMM/Micro-DIMM) for | Jonathan Gray | |
non regular DDR2, there does not seem to be any equivalent information in the SDR/DDR layouts. | |||
2007-10-20 | sync | Bob Beck | |
2007-10-20 | Add ShanTou ZT6688 usb 10/000 nic - A udav sold in a generic package. | Bob Beck | |
ok jsg@, krw@, deraadt@ | |||
2007-10-20 | Deal with all possible 16 array offsets for tenths of a nanosecond array, | Jonathan Gray | |
and tweak p_clk rounding to return correct values. From giovanni <qgiovanni@gmail.com> |