Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-05-31 | An SDIO Bluetooth driver, only initial bits and therefore not enabled yet | 3 | -2/+491 | ||
2007-05-31 | add myx(4) | 1 | -1/+6 | ||
2007-05-31 | erroneously EINVAL is always reported where the function | 1 | -18/+12 | ||
actually produces the real errno for the problem. currently for kernel memory allocation failures bioctl would return EINVAL that makes no sense. another diff from mickey | |||||
2007-05-31 | Init community in get_rule() to COMMUNITY_UNSET. get_rule() is called when | 1 | -1/+2 | ||
set is used inside neighbor or group statements and the result was that these rules no longer machted everything. Problem found by Jon Morby. Please commit henning@ | |||||
2007-05-31 | if poking the controller fails for whatever reason the drives' | 1 | -2/+7 | ||
sensor status will still be marked as ok (or etc..) thus erroneously reporting value as valid. this nice diff was from mickey | |||||
2007-05-31 | import the initial Myrinet Myri-10G myx(4) manpage | 2 | -3/+78 | ||
2007-05-31 | import the Myricom Myri-10G firmware | 4 | -0/+16231 | ||
2007-05-31 | simplify pfe_disable_events | 2 | -14/+8 | ||
2007-05-31 | initial bits of a new driver for the Myricom Myri-10G Lanai-Z8E 10Gb | 2 | -0/+1100 | ||
Ethernet chipset. not working yet. ok dlg@ | |||||
2007-05-31 | Zap a bunch of unused VT_* tags. | 2 | -10/+8 | ||
ok tedu@,pedro@ | |||||
2007-05-31 | remove the scsi task thread, and replace it with the system workq. | 3 | -88/+9 | ||
"just :wq and do it" tedu@ | |||||
2007-05-31 | Remove more #ifdef/#endif's that checked for other bsds. No binary | 5 | -242/+5 | ||
change, no functionality change. ok jsg | |||||
2007-05-31 | make sure object ids are reset before parsing the configuration file | 2 | -2/+8 | ||
again. | |||||
2007-05-31 | add an interface for work queues run from a kernel thread. | 4 | -2/+247 | ||
this type of code is implemented many times already in the kernel, this is a generic version of all those replicated code bases. originally from tedu@ ok tedu@ tom@ deraadt@ | |||||
2007-05-31 | Add a comment so this is identical to the i386 version | 1 | -2/+2 | ||
2007-05-31 | Use 12 and 16 byte read/write commands as required by the size/length | 1 | -6/+32 | ||
of the I/O being attempted. Throw in a comment typo fix to properly refer to sectors and not blocks. ok marco@ | |||||
2007-05-31 | - note some apps which are xpg4, not posix | 10 | -13/+95 | ||
- note that some apps are optional to posix after some discussion w/ otto | |||||
2007-05-31 | Make powernow-k8 on amd64 and i386 use the _PSS object from acpi to | 6 | -71/+351 | ||
retreive p_state data as spelled out in the amd64 bios and kernel developers guide. This code is still a little rough around the edges but has been tested by myself on a tyan machine and by phessler at theapt dot org on an HP DL145. This diff also takes a first stab and cleaning up the acpicpu dmesg spam. ok tedu, marco | |||||
2007-05-31 | Remove some #ifdef {Free|Net}BSD/#endif to make the code more readable. | 1 | -75/+1 | ||
ok jsg | |||||
2007-05-31 | use the right capitalization for `MBus' and `SBus' | 6 | -17/+17 | ||
ok jmc@ | |||||
2007-05-31 | remove some silly casts, no real change | 1 | -6/+6 | ||
2007-05-31 | we cannot install a package without a solver, remove redundant test. | 1 | -5/+3 | ||
2007-05-31 | simplify the handling of shared libs: there's no need to register each | 2 | -21/+7 | ||
package independently. | |||||
2007-05-31 | Standardize on -1 as the error return value for | 12 | -24/+24 | ||
bounds_check_with_label. All callers check for <= 0, so no functional change. Feedback from miod@. ok weingart@ | |||||
2007-05-31 | split pfe's event registration in separate functions (like for hce) | 2 | -32/+94 | ||
2007-05-31 | tweak; | 1 | -3/+4 | ||
2007-05-31 | move set validation earlier (in fact, it probably doesn't belong in | 4 | -10/+9 | ||
really_add). move common delete_installed() code inside Delete.pm | |||||
2007-05-31 | don't bother registering files that have tempnames. The real files don't/no | 1 | -4/+2 | ||
longer exist. The stuff has been removed already anyways, this just makes spurious warnings while deleting partial packages. Also use auto-vivification, like we do everywhere else. | |||||
2007-05-31 | oops, move realname up so that ::Sample sees it too. | 4 | -72/+26 | ||
remove last traces of MODULEs. | |||||
2007-05-31 | kill REQ script directly. I'm pretty sure it doesn't quite work anyways. | 8 | -88/+24 | ||
Deprecate INSTALL and DEINSTALL, write out warnings in pkg_create. Clean up some more old cruft | |||||
2007-05-31 | Synchronize with reality. | 1 | -24/+32 | ||
Talk about `package information', there's no need for specialized language like `packing information' (what the hell was I thinking ?). Deprecate INSTALL, DEINSTALL, REQ after discussions with people. | |||||
2007-05-31 | Add SDIO card interrupt handling code | 6 | -16/+206 | ||
2007-05-31 | fix the saving of partial installs in case destdir is used. | 2 | -13/+8 | ||
2007-05-31 | a few cosmetic changes, move realname over to PackingElement to be | 2 | -20/+20 | ||
able to use it in other cases. | |||||
2007-05-31 | Xr clock_gettime. pointed there by art. ok jmc. | 1 | -1/+2 | ||
2007-05-31 | - zap unnecessary rv variable | 1 | -5/+5 | ||
- sprinkle an XXX to remember that we have to supply a serious key later ok tedu@ | |||||
2007-05-31 | Unbreak pf.c compilation on gcc 2.95 architectures. Found by todd@ | 1 | -2/+4 | ||
2007-05-31 | correct misspelled mail address in copyright statement, marco@ ok | 1 | -2/+2 | ||
2007-05-31 | Kill old, no longer necessary kludge to try fooling readdisklabel() | 1 | -19/+5 | ||
into using DOS geometry by calling it twice. And don't ignore the drive state if readdisklabel() returns a non-NULL value. ok weingart@ grange@ | |||||
2007-05-31 | NFSv2 cannot cope with a big number of vnodes, so revert to NPROC-based | 2 | -5/+5 | ||
calculation until the problem is fixed, okay beck@ art@ | |||||
2007-05-31 | Add some context and call hci_enable from this new context, also add an | 1 | -1/+20 | ||
extra usb dev that we can match on. ok uwe | |||||
2007-05-31 | split event registration between the ones that will be kept intact | 2 | -104/+106 | ||
at reconfiguration time. | |||||
2007-05-31 | add missing colon to the $Mdocdate$ check; ok deraadt | 1 | -2/+2 | ||
2007-05-31 | Correctly encode ATTR_NEW_AGGREGATOR. The new aggregator is the one that | 1 | -12/+12 | ||
bgpd uses internaly so we can just dump that one out. Found by Stuart Henderson, OK henning@ | |||||
2007-05-31 | explain what ``HBA'' means, ok jmc@ tedu@ | 1 | -2/+3 | ||
2007-05-31 | Document demotion counters. With help from jmc@ | 1 | -1/+32 | ||
2007-05-31 | typo, ok tedu@ | 1 | -2/+2 | ||
2007-05-31 | Use COMMUNITY_UNSET in bgpctl as well. This makes it possible to filter | 2 | -3/+6 | ||
on communities with 0 in them. | |||||
2007-05-31 | pf_state is no longer the same; modify pf_print_state.c to accept | 2 | -52/+36 | ||
pfsync_state (as in pfctl, but in network byte order). ok henning@ toby@ pyr@ | |||||
2007-05-31 | Cope with new ioctl interface (use pfsync_state instead of pf_state) | 3 | -21/+24 | ||
ok henning@ toby@ pyr@ |