summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/diff.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-06-07Eliminate unnecessary duplicate defines *_LABELSECTOR andkrw6-78/+33
*_LABELOFFSET. Don't use osdep->labelsector since it will always be LABELSECTOR, since we don't support extended DOS partitions holding the OpenBSD disk label. No functional change. Now only Alpha and Vax bounds_check_with_label differ by more than comments.
2007-06-07Type of raidsize is now daddr64_t, not int. Fixes compile.krw1-3/+3
2007-06-07More bounds_check_with_label homogenization. Fix a couple of typos whilekrw19-84/+65
there. 'so go to it!' deraadt@
2007-06-07another XXsize() function forgottenderaadt1-2/+2
2007-06-06Oops, dispatch packets to the correct hci_input_xxx() functionuwe1-9/+23
2007-06-06correct format strings for large types; ok marcoderaadt2-31/+29
2007-06-06Let it compile with SBT_DEBUGuwe1-2/+2
2007-06-06clamp the disklabel d_secperunit to what the disk actually says it has,deraadt3-6/+9
not to what some bogus disklabel from the past may say (some of which may have been caused by older openbsd disklabel programs). resolves issues seen by myself and Markus Lude on sparc/sparc64 machines
2007-06-06fix format strings for block #'s now that they are 64 bit; ok tedu (whoderaadt1-3/+4
also spotted one more)
2007-06-06add another revision "RTL8168 3"; from NetBSD via Bradpvalchev2-2/+4
2007-06-06an XXsize() function that got skippedderaadt1-2/+2
2007-06-06the copyright holder changed the license from "dual bsd/gpl" to bereyk3-15/+3
2-clause bsd-only. good.
2007-06-06No need to call hci_enable() when we can do "btconfig <dev> up"; ok gwkuwe1-11/+1
2007-06-06fix the cylinder rounding calculation for "totally using the space" typederaadt1-3/+4
calculations; ok otto millert
2007-06-06Remove IPS_D_INTR debug level, IPS_D_XFER is good enough.grange1-5/+4
2007-06-06syncderaadt22-220/+0
2007-06-06no longer make include/netipx dirderaadt1-2/+2
2007-06-06comment an unused function (wpi_setup_beacon).damien1-1/+5
i do not plan to add support for independant bss or hostap modes.
2007-06-06- #undef the correct macrodamien1-3/+7
- improve a comment
2007-06-06Ansify. No binary change.mk1-140/+44
Looked over by jasper.
2007-06-06The license permits us to redistribute this code under the BSD or the GPLv2.damien13-65/+13
Choose the BSD license so that future enhancements will be BSD-only. ok jsg@ reyk@ deraadt@
2007-06-06Mechanical removal of USBBASEDEVICE. No binary change.mk50-102/+101
Tested by thib and myself. ok mbalmer jsg
2007-06-06Remove the .netrc parser when compiling a SMALL binary.pyr3-8/+13
there is no .netrc file on the install media and keeping the parser shaves a good deal of bytes in the binary. ok millert@, "go on" deraadt@, "makes sense" steven@
2007-06-06- Recognize the 8110SCe 8169 revision in re(4)pvalchev2-4/+6
- Rename the existing 8110SC revision to 8110SCd to be consistent info from the linux driver via Brad
2007-06-06Do not dereference a garbage pointer in hci_acl_send()uwe1-1/+2
testing ckuethe
2007-06-06fix firmware number in description (the package name was ok.)damien1-3/+3
2007-06-06make sensors framework usage consistent with other drivers; ok damien@cnst1-3/+2
2007-06-06syncdamien2-9/+4
2007-06-06Remove incorrect entry for Intel PRO/Wireless 3945ABG.damien1-3/+2
Fix entry for 4965AGN (upcoming iwn(4) driver.) The name is "Intel Wireless Wi-Fi Link 4965AGN" and not "Intel PRO/Wireless 4965AGN".
2007-06-06now that all partition size/offsets are potentially 64-bit, change thederaadt77-274/+289
type of all variables to daddr64_t. this includes the APIs for XXsize() and XXdump(), all range checks inside bio drivers, internal variables for disklabel handling, and even uvm's swap offsets. re-read numerous times by otto, miod, krw, thib to look for errors
2007-06-06oopsderaadt1-2/+2
2007-06-06setdisklabel() openmask is now a u_intderaadt1-3/+3
2007-06-06a fair sprinking of knf, code movement, and sometimes character-by-characterderaadt20-593/+283
accuracy so that the variious disksubr.c's can be compared easier. setdisklabel() starts taking an int for openmask. ok krw, and read by quite a few other people
2007-06-06even more problems with disk size consistancy checksderaadt1-2/+2
2007-06-06do it only for older sets.espie1-2/+2
2007-06-06finish moving the size computations out of validate_plist.espie3-9/+9
2007-06-06separate the size computation from other operations in `prepare_for_addition'espie4-36/+93
`prepare_for_deletion' -> move that to Vstat, as it is common code. Do the splitting of libraries through a deep copy and shallow copy, so that we keep any State information related to libraries (like special group/owners).
2007-06-06don;t try to handle obsolete protocols, print functions so cosmetics onlyhenning2-13/+1
ok otto ray
2007-06-06remove an unused typedef.thib1-10/+1
ok pedro@
2007-06-06fix oups, mlist@scapa.dnsalias.nethenning1-2/+2
2007-06-06tweak split_libs slightly for further changes: make it return the oldespie1-7/+6
packing-list, and the new, instead of doing `in-place' edition of the plist contents.
2007-06-06recognize and handle https.espie1-1/+11
2007-06-06vlan interfaces do not allow the parent interface and the vlan number to behenning1-1/+3
reconfigured after they are set. so they bail out when you try to. so when you re-run netstart on a machine with vlans, it bails out with ifconfig: SIOCSETVLAN: Device busy and IP changes are not done. make vlan_config() notice when both parent interface and vlan number stay the same and just return success without doing anything in that case. allows the IP config thereafter to happen. ok markus jason
2007-06-06tweak how copies happen: rename make_copy into make_shallow_copy,espie4-14/+24
make_deep_copy. tweak keep_old_files so that we set the pkgname later, when it won't cause any error to have duplicates in there.
2007-06-06augment reporting of bad problems so that it works with system libs.espie1-7/+9
reverse bogus minor check as well
2007-06-06bye byehenning20-6110/+0
most of the IPX removal work done @ calgary airport
2007-06-06remove remaining IPX hooks. all inside #ifdef IPX, so no actual changehenning10-134/+12
2007-06-06put IPX in the unsupported boathenning1-2/+2
2007-06-06remove ifdef'd out ipx-in-ip registrationhenning1-13/+1
2007-06-06Don't promote MNT_WAIT to MNT_NOWAIT when syncing the device vnode of apedro1-3/+1
mounted softdep file system, okay mickey@ beck@ art@