Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-23 | Don't match ITE chips matched by it(4). | Mark Kettenis | |
tested by jsg@ | |||
2006-01-23 | Do not enable disabled sensors. | Mark Kettenis | |
ok grange@, dlg@ | |||
2006-01-23 | Include <sys/param.h> instead of <sys/types.h> so we get MAXHOSTNAMELEN | Todd C. Miller | |
2006-01-23 | display usage if an unknown option is specified; | Xavier Santolaria | |
2006-01-23 | add support for `-sstates' and `-w[logins]' options; tested and OK niallo@. | Xavier Santolaria | |
2006-01-23 | snprintf() -> strlcpy()/strlcat(); OK niallo@. | Xavier Santolaria | |
2006-01-23 | update for MII | Martin Reindl | |
2006-01-23 | update sm(4) from NetBSD, including support for more models and MII; | Martin Reindl | |
also activate ISA attachment; ok brad@ | |||
2006-01-23 | print complete command name in usage, not aliases. | Xavier Santolaria | |
2006-01-23 | wrap usage; | Xavier Santolaria | |
2006-01-23 | Make man page reflect current reality of play command. jmc@ cleaned | Kenneth R Westerback | |
up version of my original diff. ok jmc@ | |||
2006-01-22 | account tx retry-fail errors in if_oerrors. | Damien Bergamini | |
2006-01-22 | fixes miibus_{read,write}reg routines. | Damien Bergamini | |
this resolves the ghost ukphy problem. did some cleanup while i'm here. tested by and ok jsg@ | |||
2006-01-22 | Colormap support for DAFB frame buffers (using information from Linux). | Miod Vallat | |
However, color can not be enabled in emulation mode if the display is the console at this point, but 8bpp X11 works. | |||
2006-01-22 | Add bus_space_vaddr() and use it instead of accessing private bus_space | Miod Vallat | |
fields. No functional change. | |||
2006-01-22 | Nothing uses this file anymore. | Alexander Yurchenko | |
ok miod@ | |||
2006-01-22 | Fix UDMA on IDE function integrated on VIA VT8237 south bridge. | Mark Kettenis | |
ok grange@ | |||
2006-01-22 | Print adb subsystem name early in attachment, and pass the proper device | Miod Vallat | |
name to interrupt counter registration, rather than "adb". | |||
2006-01-22 | Finally update the todclock on shutdown, if we are using a level 6 clock. | Miod Vallat | |
2006-01-22 | Minimal iop code to set the serial ports to compatible mode automagically, | Miod Vallat | |
so that it is not necessary to change settings from MacOS before booting into OpenBSD; from NetBSD. | |||
2006-01-22 | - drop privs before running krb5 code | Bjorn Sandell | |
- avoid calling krb5_get_init_creds_password(3) with principal == NULL - try to change the kerberos password if there is a ticket file help from millert@, ok beck@ | |||
2006-01-22 | Fix for ioapic irq routing. | Brad Smith | |
From NetBSD, NetBSD PR 22728 for details ok beck@ krw@ tested by beck@ krw@ marc@ and a few others on a number of amd64 systems. | |||
2006-01-22 | b_cylin -> b_cylinder; no functional change. | Miod Vallat | |
2006-01-22 | Put various divide-by-zero checks as found in other disksubr routines; also | Miod Vallat | |
a few sylistic changes from sparc and mvme88k. | |||
2006-01-21 | regen | Jonathan Gray | |
2006-01-21 | Additional devices from submitted dmesgs. | Jonathan Gray | |
2006-01-21 | Remove zeroref here too; spotted by naddy@ | Miod Vallat | |
2006-01-21 | b^Hlsd license! from Mischa Diehm | Michael Shalayeff | |
2006-01-21 | and some more links here too. | Brad Smith | |
2006-01-21 | add a few missing functions. | Brad Smith | |
From libevent CVS | |||
2006-01-21 | add support for SNDCTL_DSP_SETDUPLEX ioctl | Brad Smith | |
From NetBSD in PR 4984 | |||
2006-01-21 | some cleaning after removing code for reading the VPD. | Brad Smith | |
2006-01-21 | Remove old mdpflag debug help. | Miod Vallat | |
2006-01-21 | Remove now unused zeroref member in cfattach structures. | Miod Vallat | |
2006-01-21 | Invoke disk_detach() and related cleanup work in detach(), rather than | Miod Vallat | |
zeroref() - just to be on the safe side, should we mess up our ref count. | |||
2006-01-21 | regen | Brad Smith | |
2006-01-21 | add Dell RAC 3 and 4 PCI ids. | Brad Smith | |
ids for RAC 4 from Srebrenko Sehic and ids for RAC 3 from jordan@ | |||
2006-01-21 | Make sure cache_revlookup() doesn't return invalid cache entries. | Pedro Martelletto | |
This function will be used in the future. Okay marius@. | |||
2006-01-20 | b_un.b_addr -> b_data; no functional change. | Miod Vallat | |
2006-01-20 | use stdint.h where appropriate. okay millert@ | Marc Espie | |
2006-01-20 | remove redundant code from nfe_attach(). | Brad Smith | |
ok jsg@ | |||
2006-01-20 | Add support for driving SDA in push-pull + tri-state mode. | Alexander Yurchenko | |
2006-01-20 | More evaluator changes | Jordan Hargrave | |
Removed old evaluator code Fixed _HID value ok marco@ | |||
2006-01-20 | Include sys/stdint.h instead of defining uintptr_t ourselves. | Todd C. Miller | |
OK mickey@ | |||
2006-01-20 | fix integer overflows. ok millert@ | Moritz Jodeit | |
2006-01-20 | Proactively fix prefix counters. Currently only F_LOCAL prefixes exist but | Claudio Jeker | |
as soon as F_ORIGINAL come the counters would no longer be correct and in the end max-prefix would no longer work. Add additinal counters for F_ORIGINAL prefixes and bump the correct conter depending on the prefix flags. OK henning@ | |||
2006-01-20 | initialize authtype->string in case of RSA to avoid bad free() | Christian Weisgerber | |
ok reyk@ hshoexer@ | |||
2006-01-20 | Pass flags to prefix_move() so that a prefix that has both F_ORIGINAL and | Claudio Jeker | |
F_LOCAL set can be moved correctly. This is more like a add as we have one prefix more afterwards. Looks good henning@ | |||
2006-01-20 | No need to calloc() others if others_len is 0. The 0 malloc() does not hurt | Claudio Jeker | |
(we do not access it) but does not help either. Finally it reduces head scratching when debugging the RIB. OK henning@ | |||
2006-01-20 | Doh. > not < and attr_compare() starts to work correctly. OK henning@ | Claudio Jeker | |