summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cvs/diff/diff.c (unfollow)
Commit message (Collapse)AuthorFilesLines
1998-08-22Initail import of libz.smurph2-0/+22
1998-08-22Initial import of installbootsmurph3-0/+446
1998-08-22part of a remove to get stand into shape.smurph2-44/+0
1998-08-22syncryker1-23/+16
1998-08-22Writing man pages sucks.csapuntz3-5/+67
Here's one for the ym driver.
1998-08-21Fix malloc race in the cd9660 fs.csapuntz3-7/+27
1998-08-21for new functions, fix BE & UA cases. LE UA case is still bustedderaadt1-14/+16
1998-08-21Don't make symbols strings absolute in the symbol table so we can share it with /dev/ksymsmillert1-30/+21
1998-08-21Fix malloc race in nfs_node.ccsapuntz1-3/+15
1998-08-21Fix malloc race on new anode get.csapuntz4-11/+38
1998-08-21Make tabbing better.csapuntz1-5/+5
1998-08-21malloc can block so there was a race in this code which could cause twocsapuntz1-4/+28
vnodes to be created for a given file.
1998-08-21strengthen suspicious(); jmcdonal@unf.eduderaadt1-1/+1
1998-08-21Add struct cd_sub_channel_q_data for CD_SUBQ_DATA; msaitohderaadt1-1/+35
(note: disgusting bitfields)
1998-08-21correct readlink(); kleinkderaadt1-10/+3
1998-08-21I committed the wrong version before, here is the correct onemillert1-17/+16
1998-08-21Recent FreeBSD changes and a bug fix.downsj2-60/+119
1998-08-21oops, remove debugging infomillert1-3/+2
1998-08-21For a.out use read, not mmap, to get the string table so this works onmillert1-12/+13
/dev/ksyms. mmap was only used because, at the time, free did not give memory back to the system (our malloc/free uses mmap/munmap so we are ok).
1998-08-21Changes to work with /dev/ksyms:millert1-33/+75
o If we are have no data segment and text seg is __LDPGSZ, we must be /dev/ksyms or an equivalent so use sysctl to get version string. o fix an int vs. long issue and prepend '_' to symbols that lack one (alpha for instance).
1998-08-21decrypt the input _before_ checking if it is \n, not _after_.art1-6/+6
1998-08-21mention that madvise() is not yet implementedmillert1-1/+5
1998-08-21document MAP_COPYmillert1-1/+5
1998-08-21support "-o field" and the interactive "o" commandkstailey3-28/+228
1998-08-21Add Debugger prototype for gcc nit picking; garnett@cs.colorado.edumillert1-2/+5
1998-08-21when checking for lib depends on the alpha (no shared libs)marc1-2/+2
check /usr/local/lib and /usr/X11R6/lib in addition to the standard place
1998-08-21oopsderaadt1-3/+3
1998-08-20add -q flag to silent messages of the type:marc3-11/+27
missing: some-file-name (not created: File exists) which occurred of some-file-name was a path that contained a symbolic link
1998-08-20avoid double fault during early boot; rvbderaadt1-1/+3
1998-08-20clear IMAXBEL bit; msaitohderaadt1-2/+2
1998-08-20typo; msaitohderaadt1-1/+1
1998-08-20some pmap definitionsmickey1-90/+101