summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-01-23Don't match ITE chips matched by it(4).Mark Kettenis
2006-01-23Do not enable disabled sensors.Mark Kettenis
2006-01-23Include <sys/param.h> instead of <sys/types.h> so we get MAXHOSTNAMELENTodd C. Miller
2006-01-23display usage if an unknown option is specified;Xavier Santolaria
2006-01-23add support for `-sstates' and `-w[logins]' options; tested and OK niallo@.Xavier Santolaria
2006-01-23snprintf() -> strlcpy()/strlcat(); OK niallo@.Xavier Santolaria
2006-01-23update for MIIMartin Reindl
2006-01-23update sm(4) from NetBSD, including support for more models and MII;Martin Reindl
2006-01-23print complete command name in usage, not aliases.Xavier Santolaria
2006-01-23wrap usage;Xavier Santolaria
2006-01-23Make man page reflect current reality of play command. jmc@ cleanedKenneth R Westerback
2006-01-22account tx retry-fail errors in if_oerrors.Damien Bergamini
2006-01-22fixes miibus_{read,write}reg routines.Damien Bergamini
2006-01-22Colormap support for DAFB frame buffers (using information from Linux).Miod Vallat
2006-01-22Add bus_space_vaddr() and use it instead of accessing private bus_spaceMiod Vallat
2006-01-22Nothing uses this file anymore.Alexander Yurchenko
2006-01-22Fix UDMA on IDE function integrated on VIA VT8237 south bridge.Mark Kettenis
2006-01-22Print adb subsystem name early in attachment, and pass the proper deviceMiod Vallat
2006-01-22Finally update the todclock on shutdown, if we are using a level 6 clock.Miod Vallat
2006-01-22Minimal iop code to set the serial ports to compatible mode automagically,Miod Vallat
2006-01-22- drop privs before running krb5 codeBjorn Sandell
2006-01-22Fix for ioapic irq routing.Brad Smith
2006-01-22b_cylin -> b_cylinder; no functional change.Miod Vallat
2006-01-22Put various divide-by-zero checks as found in other disksubr routines; alsoMiod Vallat
2006-01-21regenJonathan Gray
2006-01-21Additional devices from submitted dmesgs.Jonathan Gray
2006-01-21Remove zeroref here too; spotted by naddy@Miod Vallat
2006-01-21b^Hlsd license! from Mischa DiehmMichael Shalayeff
2006-01-21and some more links here too.Brad Smith
2006-01-21add a few missing functions.Brad Smith
2006-01-21add support for SNDCTL_DSP_SETDUPLEX ioctlBrad Smith
2006-01-21some cleaning after removing code for reading the VPD.Brad Smith
2006-01-21Remove old mdpflag debug help.Miod Vallat
2006-01-21Remove now unused zeroref member in cfattach structures.Miod Vallat
2006-01-21Invoke disk_detach() and related cleanup work in detach(), rather thanMiod Vallat
2006-01-21regenBrad Smith
2006-01-21add Dell RAC 3 and 4 PCI ids.Brad Smith
2006-01-21Make sure cache_revlookup() doesn't return invalid cache entries.Pedro Martelletto
2006-01-20b_un.b_addr -> b_data; no functional change.Miod Vallat
2006-01-20use stdint.h where appropriate. okay millert@Marc Espie
2006-01-20remove redundant code from nfe_attach().Brad Smith
2006-01-20Add support for driving SDA in push-pull + tri-state mode.Alexander Yurchenko
2006-01-20More evaluator changesJordan Hargrave
2006-01-20Include sys/stdint.h instead of defining uintptr_t ourselves.Todd C. Miller
2006-01-20fix integer overflows. ok millert@Moritz Jodeit
2006-01-20Proactively fix prefix counters. Currently only F_LOCAL prefixes exist butClaudio Jeker
2006-01-20initialize authtype->string in case of RSA to avoid bad free()Christian Weisgerber
2006-01-20Pass flags to prefix_move() so that a prefix that has both F_ORIGINAL andClaudio Jeker
2006-01-20No need to calloc() others if others_len is 0. The 0 malloc() does not hurtClaudio Jeker
2006-01-20Doh. > not < and attr_compare() starts to work correctly. OK henning@Claudio Jeker