summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/diffreg.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-03-15if (foo); ok aaron@djm1-2/+2
2004-03-15call daemon(3) early; from tholo@; ok mcbride@markus1-5/+4
2004-03-15typo; from robert nagymickey1-2/+2
2004-03-15clarify options; some from robert nagymickey1-4/+69
2004-03-15Properly check succes of chroot().hshoexer1-4/+3
ok ho@
2004-03-15Remove unused code.hshoexer2-488/+2
ok ho@
2004-03-15fix if(); error, also add missing error checks and close_pipe calls.drahn1-5/+39
found and ok aaron@
2004-03-15use switch instead of if { } else if { } else { }henning1-7/+15
2004-03-15add a default: case to the switch (sensor type) in the config file parserhenning1-1/+4
that just errs out if someone tries to configure limits for a sensor type we do not support, deraadt ok
2004-03-15cast %llu arguments to unsigned long long, from Max Laier,dhartmei4-39/+48
ok henning@ cedric@
2004-03-15Plug memory leak caused by errant semi-colon. Already submitted and committedaaron1-1/+1
to arla-CURRENT by lha at stacken.kth.se. miod@ ok
2004-03-15Replace "if (foo == bar); else baz;" idiom with "if (foo != bar) baz;". Muchaaron1-5/+3
less confusing. deraadt@ ok
2004-03-15enable french calendar;xsa1-1/+2
ok mickey@
2004-03-15per popular demand panic on premature arc4 initializations (would have paniced anyway elsewhere)mickey1-1/+5
2004-03-15only copy extra incomplete crec data if there is any, fixes occasionalsturm1-12/+29
failures of locate.updatedb adapted from NetBSD, ok tedu@, millert@
2004-03-15speling.miod2-4/+4
2004-03-15Remove out-of-context history note about osiop. Cut'n'paste abuse...miod1-10/+1
2004-03-15$OpenBSD$xsa1-1/+1
ok mickey@
2004-03-15No need for ADEV_NODOORLOCK quirk anymore; krw@ okmiod1-2/+1
2004-03-15Remove errant semi-colon. miod@ okaaron1-2/+2
2004-03-15properly check chdir success after chroot() and tweak err msgs a little,henning2-6/+8
claudio ok
2004-03-15remaining MacOS -> Mac OS;xsa2-3/+3
2004-03-15Kill redundant(IPv4) and bogus(IPv6) tests. found+ok dhartmei@cedric1-5/+1
2004-03-15plug memory leak in error pathhenning1-1/+3
missing break; in error case from patrick latifi, cedric ok
2004-03-15correct .Pa for ppp.conf.sample;jmc1-13/+10
from leopold-bloom at foni dot net; also, fix some spacing issues;
2004-03-15DO NOT UNDO MY COMMITSderaadt1-3/+1
2004-03-15strncpy -> strlcpy. ok markus@ "(this is even unused crap, i think)"tedu1-4/+4
from Patrick Latifi
2004-03-15more accurate msg, pr3713 from Andre Lucastedu1-4/+2
2004-03-15missing commas;jmc4-12/+12
2004-03-15iffy syntax; ok deraadt@djm1-3/+4
2004-03-15simpler special character list. provoked by Patrick Latifi ok jmc@tedu1-2/+2
2004-03-15reversed word -> reserved word;jmc4-8/+8
from Karl O. Pinc
2004-03-15some small knfderaadt2-46/+19
2004-03-15MacOS -> Mac OS;xsa6-36/+36
ok drahn@ miod@
2004-03-15Wall, commons, little knftedu6-40/+43
2004-03-15Uncommenting machdep.apmhalt should have an effect.mcbride1-1/+1
ok marc@ fgsch@
2004-03-15zero struct sockaddr_un before use, from andrushock AT korovino.net; ok deraadt@djm1-1/+2
2004-03-14Return EINVAL in case of a zero length descriptor. The hifn can not handlehshoexer1-1/+6
this. ok jason@ deraadt@
2004-03-14Add first cut at PPR negotiation. From Marco Peereboom.krw2-155/+286
Call mpt_done() instead of scsi_done() when the command times out.
2004-03-14nicer printf for copyright. from Pedro Martellettotedu1-3/+2
2004-03-14make window size adjustement on sockets only after the DATAbeck1-7/+6
connection. This ensures that greylisted connections are not delayed by a small windows size, but blacklisted connections still have to send the body through a tiny window, and presumably the body is the vast majority of what is being sent anyway. ok dhartmei@ millert@
2004-03-14use pid_t for fork return. started by Joris Vinktedu1-7/+8
2004-03-14Last pre-3.5 tweak: restore bus scanning to full speed by not performingkrw1-1/+14
double INQURY commands on LUNs that will be skipped anyway. From Marco Peereboom. ok deraadt@.
2004-03-14fd and mem leak, most of patch from Patrick Latifitedu1-4/+9
2004-03-14#include fixes, from Max Laier, ok beck@ henning@dhartmei3-5/+6
2004-03-14Fix sane_install() tests to use relevant directories/files. Tightenkrw1-15/+7
emitted error messages. Change default response to 'Use the nameserver now?' from a 'y' to 'yes' to be consistant with other ask_yn() usages. ok beck@ deraadt@.
2004-03-14We support only 4-bytes reads/writes.grange1-3/+2
ok jmc@ matthieu@
2004-03-14+ oosiopmiod1-1/+2
2004-03-14Enable oosiop.miod2-4/+4
2004-03-14Shrink openings down to 1 for now, this makes the snakes happy, until amiod1-2/+2
better command selection algorithm is written.