Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-15 | instead of passing OF nodes down to the drivers, pass name/compat string | Theo de Raadt | |
pointers. This lets their match() functions actually make real decisions. OF-capable machines will pass name/compat pointers, but other machines will not. grudging ok kettenis | |||
2005-11-15 | move lm87 to dev/i2c; ok kettenis | Theo de Raadt | |
2005-11-15 | Having __STRICT_ANSI__ (gcc -ansi) stop all non-ANSI interfaces from | Todd C. Miller | |
being visible causes too many problems to be worth it. Lots of thigns in ports use -ansi and expect to still be able to use POSIX bits. We may want to disable long long for __STRICT_ANSI__ in the future since this is consistent with what gcc whines about. | |||
2005-11-15 | oh, once we are on bus1, we must have a way to get back to bus0... duh | Theo de Raadt | |
2005-11-15 | .Xr pci_intr_map 9 | Jason McIntyre | |
2005-11-15 | various tweaks; | Jason McIntyre | |
2005-11-15 | add radio(4) and bktr(4) devices | Robert Nagy | |
2005-11-15 | the third arg of read() is size_t, not int (cast fix) | Todd C. Miller | |
use UT_NAMESIZE more consistently from Andrey Matveev | |||
2005-11-15 | enable bktr(4) and radio(4) on alpha | Robert Nagy | |
ok deraadt@ mickey@ | |||
2005-11-15 | sync | Theo de Raadt | |
2005-11-15 | Undefine STATUS_SUM, because it is not needed, and it makes | Robert Nagy | |
bktr(4) work on alpha. ok mickey@ | |||
2005-11-15 | Include sys/queue.h explicitly instead of assuming some other header | Todd C. Miller | |
will pull it in. At the moment it gets pulled in by sys/select.h (which ssh has no business including) via event.h. OK markus@ | |||
2005-11-15 | Use a forward declaration of struct timespec instead of assuming | Todd C. Miller | |
it has already been defined by previous includes. While this is true at the moment, it will no longer be true after a pending includes cleanup. OK marc@ | |||
2005-11-15 | pci_intr* page | Michael Shalayeff | |
2005-11-15 | missing return upon intr_establish failure | Michael Shalayeff | |
2005-11-15 | all csr offsets are bus_size_t | Michael Shalayeff | |
2005-11-15 | More typos (especially indicies -> indices), checked with jmc@ | Miod Vallat | |
2005-11-15 | If two or more changes are made withing a single second it is possible | Todd C. Miller | |
that only the first change will be loaded due to the granularity of st_mtime. Work around this by zeroing the saved mtime when we get a poke on the socket from crontab or at since that means there has been a change. Fix from Daniel Lucq. | |||
2005-11-15 | add pcn on alpha and remove redundant pcn entry on i386 RAMDISK_CD | Brad Smith | |
2005-11-15 | correct opencount decrement in _dl_unload_dlopen. was leaving function | Kurt Miller | |
with -1 as opencount and interfeering with dtors. problem reported by espie@. okay drahn@ | |||
2005-11-15 | show macppc attachment != i386 (for now) | Theo de Raadt | |
2005-11-15 | sync | Theo de Raadt | |
2005-11-15 | remove braces and fix indenting here so its easier to read. | Brad Smith | |
2005-11-15 | move the REFERENCES stuff into SEE ALSO; | Jason McIntyre | |
2005-11-15 | sync usage() w/ man page; | Jason McIntyre | |
2005-11-15 | sort SYNOPSIS; | Jason McIntyre | |
2005-11-15 | sync usage() w/ man page; | Jason McIntyre | |
2005-11-15 | use a standard options list; | Jason McIntyre | |
various rearrangements concerned with this; prompted by deraadt@ | |||
2005-11-15 | add ixgb(4) though commented out for now. | Brad Smith | |
2005-11-15 | list Intel's PCI Express line of cards. | Brad Smith | |
2005-11-15 | various tweaks; | Jason McIntyre | |
2005-11-15 | add "-description" to usage(); | Jason McIntyre | |
ok henning@ | |||
2005-11-15 | tweaks; | Jason McIntyre | |
2005-11-15 | various tweaks; | Jason McIntyre | |
2005-11-15 | use the correct names | Brad Smith | |
2005-11-15 | add some Intel part #'s | Brad Smith | |
2005-11-15 | go the whole hog, and provide a list of file size limits for the | Jason McIntyre | |
various formats; move it to CAVEATS too, which seems more logical; suggested by peter philipp; help/ok otto@ | |||
2005-11-14 | clarify the description of append mode; | Jason McIntyre | |
this comes originally from a mail from mpech@; ok otto@, and no one else objected; | |||
2005-11-14 | add an initial cut at a ixgb(4) man page, derived from the em(4) man page. | Brad Smith | |
2005-11-14 | convert and remove the last traces of i386_round_page(), | Martin Reindl | |
i386_trunc_page(), i386_btop() and i386_ptob() | |||
2005-11-14 | revert this file to -r1.2, when it was originally written, | Jason McIntyre | |
because of an unacceptable license: the file was originally written by david leonard, who has kindly agreed to us putting a (public domain) license on it: the original page did not contain any license. thanks david. this also includes some tweaks by me, so it does not exactly match revision 1.2. | |||
2005-11-14 | man page for new kettenis lmenv(4) [macppc only for now, but later will be ↵ | Theo de Raadt | |
generic] | |||
2005-11-14 | add Intel 10Gb Ethernet driver with support for LR/SR and CX4 cards. | Brad Smith | |
From: Intel's web-site ok deraadt@ | |||
2005-11-14 | use snprintf; ok cloder. also looked at by a few other people | Theo de Raadt | |
2005-11-14 | add de and pcn | Brad Smith | |
2005-11-14 | there are actually two ports on the ki2c unit. if the OF address has | Theo de Raadt | |
the 0x80 bit set, the device is on the 2nd port. ok kettenis | |||
2005-11-14 | bah, enable the lm87 stuff for G4 even if it does not work | Theo de Raadt | |
2005-11-14 | Add lmenv(4), an System Hardware Minitor device that attaches to the I2C bus. | Mark Kettenis | |
ok deraadt@ | |||
2005-11-14 | Restore the disk blinkenlichten lost with the new scsi code, and hp300 users | Miod Vallat | |
like me again. | |||
2005-11-14 | all other scripts in this dir use $SUDO, not 'sudo', so pull this even | Alexander von Gernler | |
ok markus@ |