summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/diff.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-08-01Nuke uvm_useracc() call here too.miod1-2/+2
2003-08-01Go back to using ITIMER_PROF for the non-profiled libpthread and usemillert2-4/+3
ITIMER_VIRTUAL for the profiled version. Fixes problems when programs linked with libpthread try to use ITIMER_VIRTUAL (and have no way of knowing that this will cause conflicts with the threads lib). marc@ OK
2003-08-01syncderaadt13-0/+13
2003-08-01The Vigra VS10-EK is recognized as a cgthree clone, but due to its utterlymiod2-14/+44
ridiculous resolution, we need to plug the "clear the screen and switch font" trick here too. [Thanks to Andrey Smagin for providing a card for testing]
2003-08-01damn cvs! resurrect these ...avsm2-0/+423
2003-08-01move vis.h out of the way into a subdir so it isn't picked up by our buildavsm3-424/+1
noticed by david@, deraadt@ ok
2003-08-01pmap_kremove was so broken I'd rather pretend I did not write it...miod1-4/+5
2003-08-01Nuke calls to uvm_useracc() and instead check copyin() and copyout() formiod4-89/+75
failure, since the former is not reliable; requested by art@ long ago.
2003-08-01syncderaadt2-2/+47
2003-08-01ansideraadt2-170/+76
2003-08-01new soekrisderaadt1-1/+10
2003-08-01add __bounded__ attributes for userland headers; enabled with -Wboundedavsm16-69/+127
ok deraadt@
2003-08-01when the -R option (read-only) is specified, there is no need to printpvalchev1-3/+5
a warning that the file is read-only, it's obviously what's expected... ok fgsch henning
2003-08-01bring up to date with changes in sk drivernate1-3/+12
2003-08-01new sentence, new line, and kill a .Pp;jmc1-8/+8
ok nate@
2003-08-01clean up debug output some, and correct an incorrect error check inavsm1-19/+9
priv_gethostbyaddr()
2003-08-01Fix ICH5R SATA supportgrange1-6/+16
2003-08-01cleanup;jmc1-23/+28
ok millert@
2003-08-01syncgrange2-4/+9
2003-08-01Add ICH5R SATA RAID; pointed out by Alexandre H <openbsdah@wanadoo.fr>grange1-2/+3
ok deraadt@
2003-08-01Add -q flag to pkg_delete: don't check md5 before removing.espie7-19/+28
Useful for bulk-package builders who want to clean /usr/local quickly.
2003-08-01Small cleanup.hin1-6/+3
2003-08-01Don't mention kerberos 4, plus some cleanup.hin1-30/+9
2003-08-01No semicolon at the end of macros supposed to be atomic statements.miod1-3/+3
2003-08-01Compensate for the assym.h lossage, which defines NBPG for now (this will bemiod2-3/+7
cleaned up soon...)
2003-08-01Do not use hardcoded values for constants which are in fact computed from othermiod1-18/+14
constants.
2003-08-01Turn flush_pipeline() in a simple macro.miod1-5/+3
2003-08-01Define a more reasonable label_t size.miod1-2/+2
2003-08-01Even better varargs code, inspired by and more closer to the powerpc code,miod2-18/+22
necessary for proper gcc 2.95 operation.
2003-08-01Fix pcctwo locator typosmiod2-6/+6
2003-08-01${LIBGCC} is useless, since libgcc.a does not live in /usr/lib; instead,miod4-13/+15
use gcc to get the correct location.
2003-08-01Fix the *longjmp() behaviour - it is legal to reuse a jmp_buf several times.miod4-38/+17
Gets us a working perl 5.8.
2003-08-01A working gcc 2.95/m88k compiler, for some low standard value of working.miod9-106/+107
Configuration settings mostly borrowed from the former gcc 2.8 configuration. A few typos and fixes backported from gcc 3.3, and a hell lot of fixes from my fingertips. This is enough to yield a compiler which will produce correct code at -O0. Optimization is slightly broken for some constructs, and more fixes are in the pipeline. ok deraadt@
2003-08-01Add SATA Controllers sectiongrange1-1/+4
2003-08-01Big Step was too big - reintroduce skip step optimizations.cedric5-27/+27
2003-08-01tickets are now u_int32_t, not int, fixes tree breakage; from Andrey Smaginmillert1-2/+2
2003-08-01reflect support for new Marvell based adaptersnate1-9/+19
2003-08-01Support for new Marvell based Gigabit Ethernet adaptersnate5-242/+1211
ok deraadt@
2003-08-01Back out threads setting inadvertently added in last commit.millert1-1/+0
2003-08-01remove the strcpy/strcat macrosavsm1-23/+1
deraadt@ ok
2003-07-31add missing CLEANFILES; ok deraadt@david2-2/+4
2003-07-31print rate similar old version; round instead truncate;markus1-5/+27
2003-07-31Make table tickets per-ruleset instead of global.cedric8-42/+68
Make table tickets u_int32_t for consistency with other parts of PF. Ok dhartmei@ henning@
2003-07-31various cleanups; david says results are samederaadt92-606/+590
2003-07-31delintderaadt1-3/+3
2003-07-31Historically, patch would treat a bare -p as -p0. This contradictsmillert2-9/+7
POSIX and GNU patch has also removed this, so we will too. No objections on icb (no one even seemed to know about this "feature").
2003-07-31Unbreak relative directory handling. Tweak from millert@otto1-4/+5
ok millert@
2003-07-31pasto; lha@stacken.kth.semarkus1-5/+7
2003-07-31- Change the hash function to a simple multiplicative one. The oldotto1-25/+29
hash function was apparently optimized for 16 bit processors and generates quite some collisions. - Fix another case of excessive reallocing. ok millert@
2003-07-31knfavsm1-6/+6