summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/diffdir.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-01-05document `cvs tag';jmc1-3/+31
from joris vink;
2005-01-05spelling;jmc1-2/+2
2005-01-05kill whitespace;jmc1-3/+3
2005-01-05Correct value here allows cleaner screen display.drahn1-2/+2
2005-01-05Let wsdisplay drivers return zero for WSDISPLAYIO_[GS]VIDEO ioctls - mostmiod25-55/+92
of the work is done in the upper layer, but they get to see the ioctl, so don't always return an error.
2005-01-05Fix handling of memory allocation. Both the initial value of eupotto1-8/+7
and the new value of bup after realloc() were bogus. This bug has been here since the net.2 days. Additionally, make the initial size of the malloc'ed pieces of mem more sane and kill a redundant test before free(). getcwd(3) is now able to return really long paths. Problem spotted by Peter Philipp <philipp at scan-plus dot de> ok millert@ deraadt@
2005-01-05Partially revert some of these changes - misunderstanding between drahn@ and Imiod3-26/+100
about which diff he had tested.
2005-01-05PIL_AUD should be lower than PIL_SCHED, otherwise the audio code mayfgsch1-2/+2
leave setrunnable() in a bad state; problem reported by robert@, miod@ ok.
2005-01-05Before attempting to initialize the cvs repository, make sure we havejfb1-1/+9
a valid CVSROOT, and abort with the appropriate error message otherwise. Fixes a core dump spotted by jmc@
2005-01-05Document -m flag.mcbride1-2/+9
2005-01-05Modify pfctl behaviour so that 'set ...' options are no longer "sticky", ie.mcbride4-59/+212
they are reset to default values if omitted from a subsequent ruleset load. Also: - make sure 'set ...' options are not loaded in anchors. - add a -m ("merge") flag to pfctl which allows an individual option to be set without reseting the others, eg: # echo "set loginterface fxp0" | pfctl -mf - ok henning@ dhartmei@
2005-01-05- Use defines from pfvar.h for timeoutsmcbride1-24/+23
- instead of erroring on an attempt to set hostid to 0, just set it with arc4random() ok henning@ dhartmei@
2005-01-05First steps in cleaning the Zaurus display code:miod3-337/+114
- kill the non-wscons code. Really. - KNF, and english fixes. - do not handle WSDISPLAYIO_[GS]VIDEO in the driver - the wsdisplay layer can do this, as long as we provide a burner accessop, so provide one. - kill the emulops indirection. - when setting the color palette in 8 or 4bpp mode, match the values used in the rasops color table (only affects normal white value). test and ok drahn@
2005-01-05Define defaults for the timeouts ensure consistency between kernelmcbride1-1/+22
and userland. ok henning@ dhartmei@
2005-01-05Provide SET_PC_REGS.miod1-1/+2
2005-01-05Unbreak m88k build.kettenis1-1/+1
2005-01-05missed a bit in the last commitdlg1-2/+1
2005-01-05Discourage using aggressive mode.hshoexer1-1/+11
ok and some help ho@
2005-01-05remove wrong free() after realloc().hshoexer1-2/+1
ok miod millert markus
2005-01-05Use $OpenBSD$ instead of $Id$. ok damien@jsg6-6/+6
2005-01-05remove dead code, log connect() failures with level error, ok djm@markus1-17/+3
2005-01-05copyoutstr doesn't work so well with the kernel addressestedu1-5/+3
2005-01-05use standard root prompt in examplesjaredy1-4/+4
2005-01-05definitions of the extra registers for the usb host controller and codedlg2-10/+116
that uses them to try and correctly init the controller. ok drahn@
2005-01-04Seems to be working on C3000, still needs layering fix and 1/2 slot 'probing'.drahn1-31/+11
2005-01-04use the new intr_disestablish code.drahn1-9/+1
2005-01-04implement intr_disestablish.drahn1-9/+36
2005-01-04add prototype for disestablish function (coming soon), remove uselessdrahn1-9/+5
includes, some #if 0 code.
2005-01-04`done' can be NULL;jmc1-4/+16
from matthias kilian (pr #4061): non-reversed version applied w/ NULL marked up miod says it's right enough;
2005-01-04space between macro args and punctuation;jmc3-6/+6
2005-01-04a little spacing and indent;jmc1-2/+3
2005-01-04a little spacing and indent;jmc1-2/+3
2005-01-04Kill old, unused, Mach defines, and provide a correct SET_PC_REGSmiod1-64/+34
implementation - due to the awkwardness of the m88k architecture, PC_REGS can NOT be an lvalue.
2005-01-04silence real gcc 3.3.5espie1-2/+3
okay mickey@.
2005-01-04SET_PC_REGS, arches tested between me and miod.espie8-16/+16
2005-01-04switch to SET_PC_REGS if available, okay miod@espie1-9/+7
2005-01-04Remove or comment out stuff installation media can live without.miod1-143/+4
2005-01-04typojaredy1-2/+2
2005-01-04syncderaadt1-0/+11
2005-01-04lower case the .Nm to make `man -k ipcomp' less confusing;jmc1-2/+2
2005-01-04- make sure int is in running state before touching the multicast filterbrad1-11/+4
- remove song and dance with IFF_UP, based on NetBSD commit to mc(4) ok martin@
2005-01-04restrict forwarding to ipsec processed traffic of ip.forwarding==2markus2-3/+19
ok deraadt, henning, fgsch, mcbride
2005-01-04document zaurus addition;jmc1-2/+2
2005-01-04typo;jmc1-2/+2
2005-01-04Slight comments cleanup.miod1-12/+9
2005-01-04ifdef MCDEBUG printf on FIFO overflows as discussed with Nickmartin1-1/+3
2005-01-04Better check for UPT filling; saves one more page for userland on most hp300...miod1-2/+2
2005-01-04add snprintf sanity check.moritz1-2/+2
ok millert@, henning@
2005-01-04add some snprintf sanity checks.moritz1-3/+3
ok millert@, henning@
2005-01-04Minor KNF, s/for(/for (/millert1-16/+16