Age | Commit message (Collapse) | Author | |
---|---|---|---|
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@ | |||
2005-11-14 | Describe (shortly) both fhpib and nhpib there. | Miod Vallat | |
2005-11-14 | Drop the disktab information and the associated BUGS entry - it's been a while | Miod Vallat | |
since we actually put and use a label on HP-IB disks. | |||
2005-11-14 | Use config_found_sm() in the probe machinery. This is simpler and allows us | Miod Vallat | |
to report HP-IB devices found for which no driver attached. | |||
2005-11-14 | Make HDWAITC and HDRETRY overridable in the kernel configuration file; | Miod Vallat | |
while there, constify option DEBUG message tables. | |||
2005-11-14 | constuct -> construct | Miod Vallat | |
2005-11-14 | hz is defined in <sys/kernel.h> | Miod Vallat | |
2005-11-14 | use asprintf | Theo de Raadt | |
and do fstat() on the opened fd, instead of stat() before open() from dhill@mindcry.org | |||
2005-11-14 | pci apaprently came in 1.2! | Michael Shalayeff | |
2005-11-14 | sync | Theo de Raadt | |
2005-11-14 | add pci_decompose_tag() | Michael Shalayeff | |
2005-11-14 | oops. proper .dt | Michael Shalayeff | |
2005-11-14 | sync | Theo de Raadt | |
2005-11-14 | re-add comment which is still valid for em_print_hw_stats(). | Brad Smith | |
2005-11-14 | remove unused em_print_debug_info() function. | Brad Smith | |
2005-11-14 | use asprintf(); ok mickey | Theo de Raadt | |
2005-11-14 | fix fd leak; then i got a bit carried away making the code prettier | Theo de Raadt | |
2005-11-14 | use asprintf | Theo de Raadt | |
2005-11-14 | use asprintf() | Theo de Raadt | |