summaryrefslogtreecommitdiff
path: root/sys/modules/compat_20
ModeNameSize
-rw-r--r--Makefile347logplain
mmit/usr.bin/patch/common.h?id=8bd8c20abd657dafcb15a551c7efd467b5d4f95a'>Use absolute paths for RCS commands (Martin Natano)christos 2014-11-26Avoid coredumps when the linenumbers in the hunks turn negative.christos From: http://marc.info/?l=openbsd-tech&m=141693055412785 XXX: pullup 7 2008-09-19Update patch to the version used by DragonFly and derived from OpenBSD.joerg Major changes are: - better detection of double applied patches - rejects remain unified diffs for unified patches - far less limitations, e.g. patch lines may be arbitrary long This addresses PR standards/11220 by changing patch -b behavior to be POSIX compliant. Old behavior can be obtained using --suffix, which works since NetBSD 1.4. pkgsrc has been adjusted accordingly. 2007-10-14Convert to using raise_default_signal(3).lukem 2005-03-25add --dry-run like gnu patch.skd 2003-07-30remove unused macrositojun 2003-07-12copyright missing in files, copy them from READMEitojun 2003-05-30Remove stuff that are not needed any longer.kristerw 2003-05-30Simplify handling of memory allocation, and make sure all return valueskristerw from malloc etc. are handled. This removes the old behavior to retry the operation with a less memory- consuming method in case malloc failed (this mechanism has never really worked, and is hard to test. Besides, it is less useful now than it was 20 years ago when the code was written...) 2003-05-29Be consistent with use of types (e.g. do not use LINENUM for quantitieskristerw that are not line numbers). 2002-03-11Ansifykristerw Remove unused defines Remove #ifndef lint Remove redundant and incorrect casts. 2002-03-08Ansifykristerw Remove 'register' Make local functions static. Remove most '#ifndef lint'