summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/diffdir.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-10-02Keep calling getdirentries() until we no longer fill up our buffer.millert1-14/+22
2004-10-02remove if NVLAN here toobrad1-3/+1
2004-10-02Don't put /bin/test or /bin/[ on install media since they are builtinskrw12-25/+12
for ksh. ok millert@
2004-10-02convert to 64 bitpefo1-97/+55
2004-10-02Last use of sleep(1) in install scripts was eliminated by recentkrw14-28/+14
re-write of install_cd() so remove sleep(1) from install media. "sure!" deraadt@
2004-10-02let stdbool.h work with recent gcc, since they modified the interface,espie1-1/+18
again... okay millert@ a while back, needed some more paranoid testing from my part...
2004-10-02convert to 64 bitpefo1-19/+13
2004-10-02Add missing sc_mii, broken by PHY entry point changes.mcbride1-2/+2
(apparantly only affects cats GENERIC)
2004-10-02add Intel Gigbrad1-1/+20
2004-10-02sync em(4) listbrad4-12/+16
2004-10-02ftello and fseek ok and such, ok ottoderaadt1-147/+139
2004-10-02bgebrad3-9/+12
2004-10-02mention Dell and HP bge NICs, uncomment the jumbo frames portion and somebrad1-17/+24
other fixes. From FreeBSD
2004-10-02regenbrad2-2/+7
2004-10-02another Broadcom idbrad1-1/+2
2004-10-01First pass at doing regress tests on the optimizer (pfctl -o).mcbride64-1/+2427
Still need to add some more input files to test specific corner cases.
2004-10-01Fix GOT reloc which had flaws in reloc processing.pefo1-4/+13
Big thanks to Mark Kettenis for finding the problem!
2004-10-01No deletions unless initially agreed upon or with a very good reason;miod1-1/+10
by popular demand; henning loses 7.5 karma points.
2004-10-01Sync with openpic.c evcount fixes; ok drahn@miod1-7/+3
2004-10-01Mention xetc and update with final sizes.miod1-6/+8
2004-10-01guarded_access() is really only used by the MVME188 interrupt engine, somiod3-53/+54
do not provide it on luna88k. Makes trap() slightly faster on non-MVME188 kernels.
2004-10-01Fix off-by-BAR in IO space finding.grange1-2/+2
ok jason@
2004-10-01regenbrad3-4/+21
2004-10-01add ids for Broadcom BCM5750/5751brad2-2/+6
From: FreeBSD
2004-10-01More mvme88k code cleaning:miod9-1176/+1273
- merge locore_c_routines.c into machdep.c - split machdep.c into really machdep.c content, and board-specific routines (memory sizing, early initialization, etc). No functionnal change.
2004-10-01Get rid of CHECK_PAGE_ALIGN debug macros.miod1-32/+1
2004-10-01add a blink_led API (shaves ~1k from GENERIC) rather than have the samejason9-160/+102
logic in 3 files. Devices register a function to be called to turn the led on and off based on load average. (Note: rerun config and make depend)
2004-10-01more register defnsjason1-4/+9
2004-10-01comment out the listen on statements, we don't want any by default,henning1-7/+7
and some minor tweaks
2004-10-01if we're opening a socket for a default listener because no "listen on"henning1-5/+13
stetements were found in the config file, and one fails with EPROTONOSUPPORT (this is the case for the default ::1 listener on machines without INET6), remove that listener and move on instead of bailing out. ok claudio
2004-10-01Block splsoftclock in splsoftnet, and splsoftclock and splsoftnet in splsoftttydrahn1-3/+3
Prevents a race which can corrupt pools, found dhartmei, fix by art and me.
2004-10-01Avoid overwriting the cursor page when the cursor page becomes theotto1-3/+11
LRU page. From pacman at manson dot clss dot net. ok deraadt@ millert@
2004-10-01optimism in man kind does not belong herehenning1-11/+3
(and kill a few boring ones)
2004-10-01regenmickey2-2/+22
2004-10-01a few hp zx1 idsmickey1-1/+5
2004-10-01Oops, trimmed includes too much for RAMDISK.miod2-2/+4
2004-10-01sync with change to print the invalid hostmask when refusing; ok mcbride@david1-2/+2
2004-10-01Add lc(4), reported as working by mcbride@drahn2-2/+6
2004-10-01Missing pieces of the bus_space abi, found when attempting to compile adrahn1-0/+44
new driver.
2004-10-01add some missing $, ok djm@ 'That looks fine to me' millert@jsg31-2/+50
2004-10-01add the time for that thing...mickey1-2/+2
2004-09-30when trying to locate the io register we must jump over memory BARs, whichjason1-4/+6
are variable size. Do it correctly: jump by 8 for 64 bit BARs.
2004-09-30Introduce sparc-like CPU_ISFOO macros, to short-circuit evaluations whenmiod12-80/+125
compiling for one flavour only. This makes code slightly smaller on all m88k-based platforms (my roughly 1KB), and saves more than meets the eye on luna88k, which is m88100-based.
2004-09-30Closer to reality comments.miod3-7/+6
2004-09-30magic constants... bad... this isn't linux.jason1-2/+2
2004-09-30cope nicer with accept() failures, from freebsd; millert okderaadt1-5/+7
2004-09-30isp and hme are not just for SBus any more (on sparc64 at least)jason1-3/+3
2004-09-30kill default locatorsmickey276-740/+740
2004-09-30syncgrange2-4/+44
2004-09-30A couple of new nvidia ethernet ids found in the linux driver.grange1-2/+10