Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-31 | add an interface for work queues run from a kernel thread. | David Gwynne | |
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 | Tom Cosgrove | |
2007-05-31 | Use 12 and 16 byte read/write commands as required by the size/length | Kenneth R Westerback | |
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 | Jason McIntyre | |
- 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 | Gordon Willem Klok | |
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. | Marc Balmer | |
ok jsg | |||
2007-05-31 | use the right capitalization for `MBus' and `SBus' | Igor Sobrado | |
ok jmc@ | |||
2007-05-31 | remove some silly casts, no real change | Ted Unangst | |
2007-05-31 | we cannot install a package without a solver, remove redundant test. | Marc Espie | |
2007-05-31 | simplify the handling of shared libs: there's no need to register each | Marc Espie | |
package independently. | |||
2007-05-31 | Standardize on -1 as the error return value for | Kenneth R Westerback | |
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) | Pierre-Yves Ritschard | |
2007-05-31 | tweak; | Jason McIntyre | |
2007-05-31 | move set validation earlier (in fact, it probably doesn't belong in | Marc Espie | |
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 | Marc Espie | |
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. | Marc Espie | |
remove last traces of MODULEs. | |||
2007-05-31 | kill REQ script directly. I'm pretty sure it doesn't quite work anyways. | Marc Espie | |
Deprecate INSTALL and DEINSTALL, write out warnings in pkg_create. Clean up some more old cruft | |||
2007-05-31 | Synchronize with reality. | Marc Espie | |
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 | Uwe Stuehler | |
2007-05-31 | fix the saving of partial installs in case destdir is used. | Marc Espie | |
2007-05-31 | a few cosmetic changes, move realname over to PackingElement to be | Marc Espie | |
able to use it in other cases. | |||
2007-05-31 | Xr clock_gettime. pointed there by art. ok jmc. | Kjell Wooding | |
2007-05-31 | - zap unnecessary rv variable | Alexander von Gernler | |
- 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@ | Ryan Thomas McBride | |
2007-05-31 | correct misspelled mail address in copyright statement, marco@ ok | Alexander von Gernler | |
2007-05-31 | Kill old, no longer necessary kludge to try fooling readdisklabel() | Kenneth R Westerback | |
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 | Pedro Martelletto | |
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 | Gordon Willem Klok | |
extra usb dev that we can match on. ok uwe | |||
2007-05-31 | split event registration between the ones that will be kept intact | Pierre-Yves Ritschard | |
at reconfiguration time. | |||
2007-05-31 | add missing colon to the $Mdocdate$ check; ok deraadt | Jason McIntyre | |
2007-05-31 | Correctly encode ATTR_NEW_AGGREGATOR. The new aggregator is the one that | Claudio Jeker | |
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@ | Alexander von Gernler | |
2007-05-31 | Document demotion counters. With help from jmc@ | Claudio Jeker | |
2007-05-31 | typo, ok tedu@ | Alexander von Gernler | |
2007-05-31 | Use COMMUNITY_UNSET in bgpctl as well. This makes it possible to filter | Claudio Jeker | |
on communities with 0 in them. | |||
2007-05-31 | pf_state is no longer the same; modify pf_print_state.c to accept | Ryan Thomas McBride | |
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) | Ryan Thomas McBride | |
ok henning@ toby@ pyr@ | |||
2007-05-31 | First step of rearranging pf's state table internals... | Ryan Thomas McBride | |
- Split pf_state into pf_state (used for tracking connection information), and pf_state_key (used for searching the state table) - Use pfsync_state in the ioctl for userland access to the state table. This will sheild userland somewhat from future changes. ok henning@ toby@ pyr@ | |||
2007-05-31 | Even so some IX in germany likes to abuse 0 as AS community number we should | Claudio Jeker | |
not allow anybody to use 65535. That one is reserved for well known communities. Add in that check again. | |||
2007-05-31 | Config file and machine-independent Bluetooth code | Uwe Stuehler | |
ok gwk | |||
2007-05-31 | don't try to move a non-existing file to wsconsctl.conf | Robert Nagy | |
2007-05-31 | some silly debug code snuck in. | Pierre-Yves Ritschard | |
2007-05-31 | allocate table lists and service lists instead of using static structs. | Pierre-Yves Ritschard | |
split the code to start the event loop in two functions. introduce merge_config which will be used later on. | |||
2007-05-31 | oops, typo | Otto Moerbeek | |
2007-05-31 | automaticaly -> automatically | Jason McIntyre | |
2007-05-31 | zap trailing whitespace; | Jason McIntyre | |
2007-05-31 | This is not the buffer you are looking for, | Thordur I. Bjornsson | |
vintage 6 year old NFS bug. ok beck@, looked at three times by art@ | |||
2007-05-31 | Be consistant and use b_cylinder when saving the cylinder number for | Kenneth R Westerback | |
disksort, not b_resid. b_cylinder is defined to be 'b_resid' so no functional change. ok deraadt@ | |||
2007-05-31 | add Gunze USB Touch Panel to the list of supported devices | Robert Nagy | |
2007-05-31 | add Gunze USB Touch Panel support | Robert Nagy | |