summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/diff.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-07-26man page for myname(5)/mygate(5);jmc2-5/+94
feedback and advice from nick@ henning@ and many others; ok nick@ henning@
2003-07-26on syscall exit restore old cpl if there is a need; move call for softints processing towards after thatmickey1-3/+5
2003-07-25use names not numbers for msrs, do not define yet another implementation of wrmsr/rdmsrmickey2-17/+7
2003-07-25s/CPUID_SYS2/CPUID_SEP/ to avoid confusionmickey2-6/+6
2003-07-25Kill dead code after errx(). From Andrey Matveev; ericj@ OKmillert1-5/+2
2003-07-25context switches and interrupts are traps, not faults. align cpu field atedu2-12/+14
little better. some man page pretty from jmc@ and ok millert@
2003-07-25o deal with the case where -N was specified but no saved mtime in the gz filemillert1-9/+29
o a filename in the header should turn off cat mode if -N o make setmode() be smart about pipin and not set outfile based on /dev/stdin. mickey@ OK
2003-07-25let ALWAYS_MATH_EMULATE actually compilejason1-1/+4
2003-07-25make sure SYSENTER registers are 0 at boot time. should fix an unusualtedu2-2/+11
DOS reported by Michal Zalewski to bugtraq. ok mickey@ toby@
2003-07-25for no apparent reason we ran out of inodesmickey1-2/+2
2003-07-25Document FETCH_MANUALLYespie1-4/+18
2003-07-25syncderaadt1-0/+19
2003-07-25do not flip ip_len/ip_off. pechkin and henning okitojun1-28/+10
2003-07-25When parser_file() fails, print correct line number.mpech1-3/+3
millert@ ok
2003-07-25add sha2markus1-1/+10
2003-07-25remove some obsolete kerberosIV references;jmc2-16/+13
ok hin@
2003-07-25another kerberos bit that's obsolete;jmc1-12/+3
2003-07-25The AIC5900 and AIC5905 are ATM chipsets, not SCSI controllers.henning1-3/+1
Jason Ackley <jason@ackley.net> in PR3368
2003-07-25delete obsolete kerberos sections;jmc2-66/+5
ok hin@
2003-07-25remove obsolete kerberos references;jmc1-3/+2
ok hin@
2003-07-25no kerberos(1) so point people to info heimdal;jmc1-3/+5
ok hin@
2003-07-25remove obsolete kerberosIV sections;jmc2-14/+2
ok hin@
2003-07-25no kerberos(1) so point people to info heimdal;jmc1-2/+2
ok hin@
2003-07-25no man page for kerberos, so point people to info heimdal;jmc1-4/+6
ok hin@
2003-07-25asn1, com_err, hdb, and kafs are now links to krb5;jmc1-7/+12
ok hin@
2003-07-25add sha2 support; ok ho@markus6-11/+123
2003-07-25change the description of [EINVAL] for mount() and unmount();jmc1-3/+3
discussed with tedu. reported by Hannah Schroeter on misc@
2003-07-25remove some non-existent information from vmstat section;jmc1-7/+3
from Hans-Joerg Hoexer (PR 3367)
2003-07-25kill a bit of whitespace at EOL;jmc1-3/+3
2003-07-25packet loss count in floating point (double). Wouter Clarieitojun1-3/+3
2003-07-25remove extra arg to printfjason1-2/+2
2003-07-25%lu for u_long argjason1-2/+2
2003-07-25cast and %lu for size_t variable printfjason1-2/+2
2003-07-25oopsderaadt1-3/+2
2003-07-25New format attribute __kprintf__, which understands the special kernelavsm2-3/+104
format args (%r,%z,%:,%b). A step towards reenabling -Wformat in the kernel again ... deraadt@ ok
2003-07-25change things back. (another note: with this change, suddenly there wasderaadt4-20/+21
no VOP_LOOKUP(9) page at all.. geez)
2003-07-25there is no PARAMASKtedu1-3/+1
2003-07-25Add POSIX -b option but don't change the default beahvior wrt backupsmillert5-111/+121
yet. The old -b option is now -z (matches GNU patch).
2003-07-24various tweaks;jmc4-43/+44
ok mickey@
2003-07-24kill some externs that are not there anymore and had left other places for a better void ages agomickey3-9/+3
2003-07-24syncderaadt13-0/+13
2003-07-24rename VOP_LOOKUP.9 into vnodeops.9 for nicer xreffing.mickey7-23/+612
a few pages i wrote being high on acetyl salicylic acid. vfs(9) from netbsd.
2003-07-24a whole bunch of tyop fixes from Andrey Smaginjason1-36/+36
2003-07-24report the line number of the error when extraneous .Ed occurs;jmc1-3/+3
idea from NetBSD but fixed slightly differently to sync with .El; ok millert@ deraadt@
2003-07-24increase ALG_MAX_RESULT_LEN to 64 bytes for sha2-512markus1-2/+2
2003-07-24"options" not "switches"; jmc@ OKmillert1-13/+12
also update Larry's email address while I am at it ;-)
2003-07-24Don't talk about ~ and # suffixes for orig and reject files since wemillert1-19/+5
use .orig and .rej.
2003-07-24update ip_len to reflect tunnel header removal (lost duing ip_lenmarkus1-1/+2
flip changes); ok itojun; noticed by jrrs@ice-nine.org
2003-07-24conform to RFC2367 on SADB_xx naming (local name must be prefixed withitojun8-44/+52
SADB_X_xx)
2003-07-24.Xr vnodeops -> .Xr VOP_LOOKUP;jmc1-3/+3