summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-05-31kill 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-31Synchronize 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-31Add SDIO card interrupt handling codeUwe Stuehler
2007-05-31fix the saving of partial installs in case destdir is used.Marc Espie
2007-05-31a few cosmetic changes, move realname over to PackingElement to beMarc Espie
able to use it in other cases.
2007-05-31Xr clock_gettime. pointed there by art. ok jmc.Kjell Wooding
2007-05-31- zap unnecessary rv variableAlexander von Gernler
- sprinkle an XXX to remember that we have to supply a serious key later ok tedu@
2007-05-31Unbreak pf.c compilation on gcc 2.95 architectures. Found by todd@Ryan Thomas McBride
2007-05-31correct misspelled mail address in copyright statement, marco@ okAlexander von Gernler
2007-05-31Kill 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-31NFSv2 cannot cope with a big number of vnodes, so revert to NPROC-basedPedro Martelletto
calculation until the problem is fixed, okay beck@ art@
2007-05-31Add some context and call hci_enable from this new context, also add anGordon Willem Klok
extra usb dev that we can match on. ok uwe
2007-05-31split event registration between the ones that will be kept intactPierre-Yves Ritschard
at reconfiguration time.
2007-05-31add missing colon to the $Mdocdate$ check; ok deraadtJason McIntyre
2007-05-31Correctly encode ATTR_NEW_AGGREGATOR. The new aggregator is the one thatClaudio Jeker
bgpd uses internaly so we can just dump that one out. Found by Stuart Henderson, OK henning@
2007-05-31explain what ``HBA'' means, ok jmc@ tedu@Alexander von Gernler
2007-05-31Document demotion counters. With help from jmc@Claudio Jeker
2007-05-31typo, ok tedu@Alexander von Gernler
2007-05-31Use COMMUNITY_UNSET in bgpctl as well. This makes it possible to filterClaudio Jeker
on communities with 0 in them.
2007-05-31pf_state is no longer the same; modify pf_print_state.c to acceptRyan Thomas McBride
pfsync_state (as in pfctl, but in network byte order). ok henning@ toby@ pyr@
2007-05-31Cope with new ioctl interface (use pfsync_state instead of pf_state)Ryan Thomas McBride
ok henning@ toby@ pyr@
2007-05-31First 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-31Even so some IX in germany likes to abuse 0 as AS community number we shouldClaudio Jeker
not allow anybody to use 65535. That one is reserved for well known communities. Add in that check again.
2007-05-31Config file and machine-independent Bluetooth codeUwe Stuehler
ok gwk
2007-05-31don't try to move a non-existing file to wsconsctl.confRobert Nagy
2007-05-31some silly debug code snuck in.Pierre-Yves Ritschard
2007-05-31allocate 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-31oops, typoOtto Moerbeek
2007-05-31automaticaly -> automaticallyJason McIntyre
2007-05-31zap trailing whitespace;Jason McIntyre
2007-05-31This 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-31Be consistant and use b_cylinder when saving the cylinder number forKenneth R Westerback
disksort, not b_resid. b_cylinder is defined to be 'b_resid' so no functional change. ok deraadt@
2007-05-31add Gunze USB Touch Panel to the list of supported devicesRobert Nagy
2007-05-31add Gunze USB Touch Panel supportRobert Nagy
2007-05-31- typoAlexander von Gernler
- apply correct tags where necessary - AUTHOR is a separate section ok jmc@ marco@
2007-05-31regenRobert Nagy
2007-05-31add Gunze USB Touch PanelRobert Nagy
2007-05-31macros to get the large sizes and offsets from a v1 label. ok deraadt@Otto Moerbeek
2007-05-31asyncronous -> asynchronous;Jason McIntyre
from Chad Dougherty, documentation/5493
2007-05-31only call em_init() when IFF_UP is set, not unconditional.Henning Brauer
prevents another round of autonegotiation (and thus, few seconds outage) with every address change that had to be reintroduced a few revs ago because of the watchdog timeout problems people were seeing. this gives the benifit from both with the problems of neither ;) tested by daniel polak on a system that saw the watchdog timeouts before ok theo
2007-05-311000 != 0x1000 (4096)Chris Kuethe
Bring the flow control delay time down to what the comment says it should be. By using a smaller flow control pause time when the buffer isn't full, my em(4) goes about 20Mbps faster.
2007-05-31Fix dmesg output. -mojMats O Jansson
2007-05-31extend the sun disklabel format to contain filesystem types. also,Theo de Raadt
store the information fsck needs. this allows us to create raid partitions, nicely, of course. ok miod todd krw
2007-05-30Add support for iBook G4. -mojMats O Jansson
2007-05-30Q: How did _dmamap_sync() work before?Miod Vallat
A: It didn't.
2007-05-30Make sure that if there are staggered syncs that they complete successfullyMarco Peereboom
before detaching the scsi bus. ok dlg
2007-05-30Missed one minaddr initialization before invoking uvm_km_suballoc().Miod Vallat
2007-05-30More cpuinfo vs _KERNEL fallback.Miod Vallat
2007-05-30Remove ugly print and don't panic when doing a partial bringup.Marco Peereboom
2007-05-30simplify script handling a bit (they're going to disappear probably anyways).Marc Espie
Remove two passes visitors, we don't use them.