summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/diff.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-05-31An SDIO Bluetooth driver, only initial bits and therefore not enabled yetuwe3-2/+491
2007-05-31add myx(4)reyk1-1/+6
2007-05-31erroneously EINVAL is always reported where the functiondlg1-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-31Init community in get_rule() to COMMUNITY_UNSET. get_rule() is called whenclaudio1-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-31if poking the controller fails for whatever reason the drives'dlg1-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-31import the initial Myrinet Myri-10G myx(4) manpagereyk2-3/+78
2007-05-31import the Myricom Myri-10G firmwarereyk4-0/+16231
2007-05-31simplify pfe_disable_eventspyr2-14/+8
2007-05-31initial bits of a new driver for the Myricom Myri-10G Lanai-Z8E 10Gbreyk2-0/+1100
Ethernet chipset. not working yet. ok dlg@
2007-05-31Zap a bunch of unused VT_* tags.thib2-10/+8
ok tedu@,pedro@
2007-05-31remove the scsi task thread, and replace it with the system workq.dlg3-88/+9
"just :wq and do it" tedu@
2007-05-31Remove more #ifdef/#endif's that checked for other bsds. No binarymbalmer5-242/+5
change, no functionality change. ok jsg
2007-05-31make sure object ids are reset before parsing the configuration filepyr2-2/+8
again.
2007-05-31add an interface for work queues run from a kernel thread.dlg4-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-31Add a comment so this is identical to the i386 versiontom1-2/+2
2007-05-31Use 12 and 16 byte read/write commands as required by the size/lengthkrw1-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 posixjmc10-13/+95
- note that some apps are optional to posix after some discussion w/ otto
2007-05-31Make powernow-k8 on amd64 and i386 use the _PSS object from acpi togwk6-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-31Remove some #ifdef {Free|Net}BSD/#endif to make the code more readable.mbalmer1-75/+1
ok jsg
2007-05-31use the right capitalization for `MBus' and `SBus'sobrado6-17/+17
ok jmc@
2007-05-31remove some silly casts, no real changetedu1-6/+6
2007-05-31we cannot install a package without a solver, remove redundant test.espie1-5/+3
2007-05-31simplify the handling of shared libs: there's no need to register eachespie2-21/+7
package independently.
2007-05-31Standardize on -1 as the error return value forkrw12-24/+24
bounds_check_with_label. All callers check for <= 0, so no functional change. Feedback from miod@. ok weingart@
2007-05-31split pfe's event registration in separate functions (like for hce)pyr2-32/+94
2007-05-31tweak;jmc1-3/+4
2007-05-31move set validation earlier (in fact, it probably doesn't belong inespie4-10/+9
really_add). move common delete_installed() code inside Delete.pm
2007-05-31don't bother registering files that have tempnames. The real files don't/noespie1-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-31oops, move realname up so that ::Sample sees it too.espie4-72/+26
remove last traces of MODULEs.
2007-05-31kill REQ script directly. I'm pretty sure it doesn't quite work anyways.espie8-88/+24
Deprecate INSTALL and DEINSTALL, write out warnings in pkg_create. Clean up some more old cruft
2007-05-31Synchronize with reality.espie1-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-31Add SDIO card interrupt handling codeuwe6-16/+206
2007-05-31fix the saving of partial installs in case destdir is used.espie2-13/+8
2007-05-31a few cosmetic changes, move realname over to PackingElement to beespie2-20/+20
able to use it in other cases.
2007-05-31Xr clock_gettime. pointed there by art. ok jmc.kjell1-1/+2
2007-05-31- zap unnecessary rv variablegrunk1-5/+5
- 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@mcbride1-2/+4
2007-05-31correct misspelled mail address in copyright statement, marco@ okgrunk1-2/+2
2007-05-31Kill old, no longer necessary kludge to try fooling readdisklabel()krw1-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-31NFSv2 cannot cope with a big number of vnodes, so revert to NPROC-basedpedro2-5/+5
calculation until the problem is fixed, okay beck@ art@
2007-05-31Add some context and call hci_enable from this new context, also add angwk1-1/+20
extra usb dev that we can match on. ok uwe
2007-05-31split event registration between the ones that will be kept intactpyr2-104/+106
at reconfiguration time.
2007-05-31add missing colon to the $Mdocdate$ check; ok deraadtjmc1-2/+2
2007-05-31Correctly encode ATTR_NEW_AGGREGATOR. The new aggregator is the one thatclaudio1-12/+12
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@grunk1-2/+3
2007-05-31Document demotion counters. With help from jmc@claudio1-1/+32
2007-05-31typo, ok tedu@grunk1-2/+2
2007-05-31Use COMMUNITY_UNSET in bgpctl as well. This makes it possible to filterclaudio2-3/+6
on communities with 0 in them.
2007-05-31pf_state is no longer the same; modify pf_print_state.c to acceptmcbride2-52/+36
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)mcbride3-21/+24
ok henning@ toby@ pyr@