summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/diff.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-07-09Unlink temp file as soon as it is opened and return a FILE * formillert1-50/+26
it so we don't have to worry about cleanup. This means the quit() signal handler and error/errorx can go away too. Move splice() out of diffreg() and into diff.c where it belongs since we don't want to be calling splice() for a directory diff. Add a check for mismatched paths (one file, one dir) in diffreg.c. deraadt@ OK
2003-07-09Re-implement -l flag; diff -l now works correctly in non-directorymillert6-49/+219
mode (like GNU diff).
2003-07-08The best read code of mice and men, ... (reviewed by /dev/null)drahn1-2/+2
2003-07-08Improved timebase register handling. use all 64 bits, instead of thedrahn2-41/+41
lower 32 bits.
2003-07-08unifdef -U__otherBSD__itojun1-5/+1
2003-07-08ep@pcmciamickey1-1/+5
2003-07-08add ep@pcmcia and phys, commented out an and commickey3-21/+34
2003-07-08protos; avsm okderaadt13-106/+54
2003-07-08BUS_SPACE_BARRIER_{READ,WRITE} are needed for some drivers -- fakemickey1-1/+5
2003-07-08no need for an explicit machine/intr.h; tested on alpha, i386, sparcmickey2-4/+2
2003-07-08synccouderc2-22/+47
2003-07-08add Intel 82865G/PE/P, Intel 82801ER and 3Com 3c940 deraadt@ okcouderc1-10/+15
2003-07-08remove stuff nothing usesderaadt1-210/+0
2003-07-08- fix some lists/displaysjmc3-39/+30
- use .Dl for one-liners, rather than .Bd
2003-07-08regenmickey2-5/+5
2003-07-08fix aironet mpi-350 entry; deraadt@ okmickey1-2/+2
2003-07-08better output length estimate for a nicer printoutmickey1-4/+2
2003-07-08ellaborate on the systems supported; from netbsd via weissmanndudemickey1-2/+286
2003-07-08ELF_TOOLCHAIN:L, for consistency with other yes/no variables.espie2-4/+4
2003-07-08some \" -> .\" that i missed earlier;jmc4-8/+8
2003-07-08- fix an .Ndjmc3-21/+13
- \" -> .\" at start of line - simpler macros
2003-07-08Update to work with new kernel changesnate1-5/+1
2003-07-08Sync USB code with NetBSD.nate19-636/+1336
This includes numerous fixes and paves the way for usb 2.0 support.
2003-07-08- fix some lists and displaysjmc3-70/+44
- simplify macros
2003-07-08fix a list;jmc1-3/+2
2003-07-08Document tuning limits in login.conf.espie1-1/+6
Pointed out by lerman@quatramaran.ens.fr (`can't find it') ok millert@ nitpicking by jmc@
2003-07-08Fix a bug that caused removal of previous users' rules when more then onedhartmei1-2/+3
user loggged in concurrently. And fix a smaller bug which prevented complete removal of a user's state entries on logout. Bug report and testing by Ed Powers.
2003-07-08- fix some lists/displaysjmc4-82/+57
- .Dl for one-line displays - simplify macros - .An/.Aq for AUTHORS
2003-07-08make sure the packets contains a complete inner headermarkus1-3/+31
for ip{4,6}-in-ip{4,6} encapsulation; fixes panic for truncated ip-in-ip over ipsec; ok angelos@
2003-07-08print ip_{src,dst} again; ok henning@markus1-4/+2
2003-07-08on interface removal, clear multicast forwarding stuff. from kameitojun3-5/+45
2003-07-08declare chroot and etag functions in the .h filesdavid5-15/+21
and get rid of some implicit declaration warnings ok henning@
2003-07-08oupsie, error in code we don't compilehenning1-1/+1
found bu david
2003-07-08fix pasto in last commitmillert1-3/+3
2003-07-08o Avoid a temp file if using stdin and stdin is redirected from a regular filemillert2-15/+19
o Fix a double free in the temmp file case
2003-07-08dont silently truncate a domain socket specified via the -p argument;avsm1-3/+8
error out instead if its too long. deraadt@ ok
2003-07-08syncderaadt2-3/+0
2003-07-08pre-xtian common laws of physicsmickey2-1/+393
2003-07-08fix fd closing logicand close in gzopen(); found by wilfried@ and millert@ okmickey2-35/+58
2003-07-08remove variable never readmarc3-8/+3
2003-07-08Give some feedback during the pthread_cond_timedwait testmarc1-20/+28
2003-07-08KNF + ansificationjfb1-6/+5
ok deraadt@, vincent@
2003-07-07disable accidentially enabled 'debug' flag; ok drahnpvalchev1-2/+1
2003-07-07for cleandir target, clean the postscript man page output even if MANPS isderaadt1-5/+5
not set
2003-07-07bye bye piece of crudderaadt12-3586/+2
2003-07-07protosderaadt16-64/+63
2003-07-07- fix a listjmc1-3/+2
- remove .Pp before .Bd
2003-07-07- remove some unnecessary quotingjmc1-20/+17
- simplify a display - escape en-dashes - .Li Dq -> .Dq Li
2003-07-07ansify and remove staticsjason5-124/+65
2003-07-07when testing passwd(5) expire field, force its value to an int beforemillert1-2/+2
checking for non-zero since an empty field is equivalent to 0. Problem noted by Graeme Lee.