summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff3/diff3prog.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-10-27We don't have an "Ap" macro so ".Fn execve() Ap d" is wrong, reword to removenicm1-16/+15
it. ok jmc
2009-10-27syncderaadt19-36/+45
2009-10-27Bah didn't man to commit the GENERIC part just yet.marco1-3/+1
Reminded by deraadt.
2009-10-27Add driver for MPI2 SAS HBAs. This covers LSI MPT2 and Dell H200 HBAs.marco3-2/+3983
IO works fine but it will remain disabled for now. From James Giannoules dlg: go go go
2009-10-26"rdr" -> "match in...rdr-to" in example.sthen1-4/+4
2009-10-26tabs are better; ok nicmderaadt11-84/+84
2009-10-26Clear signal flags /before/ taking action and continue afterwards to reducenicm2-7/+12
chance of dropping signals. Pointed out by deraadt@.
2009-10-26Call fstat() after fopen() rather than stat() before.nicm1-3/+4
2009-10-26Reset the umask right after fopen to avoid leaving it changed on error, noticednicm1-2/+2
by deraadt@.
2009-10-26Use strlcpy instead of strncpy, pointed out by deraadt.nicm1-3/+4
2009-10-26add ENOTSUP and bump libc minorjasper4-6/+10
discussed with a few ok deraadt@
2009-10-26Add man pages for the fdim/fmin/fmax family of functions and make sure fdimlkettenis5-10/+195
is defined on all architectures. ok jmc@ (man pages) and martynas@
2009-10-26Fix usage; requested by jmc@ajacoutot1-4/+4
ok jmc@ ian@
2009-10-26Bring man pages on par with our file(1) version (merge from upstream withajacoutot2-362/+655
several tweaks). As usual, several enhancements and inputs from jmc@ Input from ian@ ok jmc@ ian@
2009-10-26Don't do anything in the client callback if the client has already died tonicm1-1/+4
avoid a use-after-free (the callback is used twice, once for the client itself and once for the tty). Fixes crashes seen by Han Boetes.
2009-10-26Load %mxcsr when initializing the FPU on machines that support SSE.kettenis1-3/+8
ok deraadt@
2009-10-26Do not do strncmp comparisons on dv_xname because longer device names whichderaadt18-57/+56
look similar could arrive in the future. Instead, compare directly against dv_cfdata->cf_driver->cd_name Issue originally spotted by miod
2009-10-26Rename struct confargs to struct mainbus_attach_args for consistency and alsomiod10-58/+63
to prevent further abuse of it.
2009-10-26Get rid of unused `frame' member of struct intrhand; only hardclock() needsmiod2-4/+2
a frame and clock interrupt doesn't need a struct intrhand.
2009-10-26syncmarco2-2/+7
2009-10-26Add SAS2008marco1-1/+2
2009-10-26In device_match(), match on exact device name (as obtained from struct cfdriver)miod1-34/+23
instead of `first N chars of dv_xname and checking the next char is a digit'.
2009-10-26Verify checksum+address when loading ACPI tables.jordan2-85/+72
Some systems had invalid entries in RSDT/XSDT. ok marco@
2009-10-26Add MAKECONF for building ports in non-standard locations; from Tobias Ulmermillert1-4/+5
2009-10-26reader state cannot be IDLE, terminate the stream if so ratherratchov1-3/+4
entering a busy loop
2009-10-26specifies that intel wifi link 1000 is a single-chip solution.damien1-5/+5
sync 4965 description with others.
2009-10-26s/Draft-N/n/damien7-23/+23
remove 'b' if 'g' is supported since 'g' => 'b'.
2009-10-26start Tx at lowest available rate to give initial WPA handshake anddamien2-9/+7
DHCP more chance to succeed w/o too much retries. AMRR is good enough at raising the Tx rate fast.
2009-10-26Sync with recent developments.miod7-27/+28
2009-10-26Make pci_intr_string() on xbridge return both the xbridge irq and the crossbowmiod1-28/+42
irq we route it to; this makes clear that devices connected to different xbridges but using the same xbridge irq are actually not shared at all; and this also helps figure out which device cause spurious interrupts.
2009-10-26Remove DS1687 vs DS742 runtime detection code; we only attach dsrtc on themiod1-50/+13
onboard ioc(4) devices, and on Octane this is always a DS1687 wired to IOC3 bytebus #1 and #2, while on Origin this is always a DS1742 wired to IOC3 bytebus #0.
2009-10-26Set the rdomain in bpfwrite() to the interface rdomain so that bpf senderclaudio1-1/+3
like dhcpd/dhclinet can send packets out of interfaces in other rdomains without hitting the check in ether_output(). With and ok phessler@
2009-10-26Nuke accidentally-committed debugging statement.nicm1-2/+1
2009-10-26Add support for the Octane power button to power(4). Took me a while tomiod7-56/+142
figure out how the interrupt was routed from xbridge to xheart... (it bypasses the regular `have xbridge send a xio interrupt packet' mechanism)
2009-10-26Add new xbow routines to explicitely trigger or clear an interrupt source,miod5-28/+69
instead of embedding that knowledge in xbridge(4); will be used elsewhere shortly.