summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/diffreg.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-08-18Turn the non-trivial PS_GROWBUF macro into a function.schwarze1-16/+23
Don't use MAX, it doesn't exist in the default namespace on Solaris. From Joerg Sonnenberger, with a critical fix by kristaps@.
2010-08-18Simplify and sync the code and comments for copying the macro nameschwarze2-38/+14
in man_pmacro() and mdoc_pmacro(). In particular, no need to use isgraph(3) here, that has already been done in main.c. Joint work by Kristaps and myself, ok kristaps@.
2010-08-18Use isascii(3) to make sure we really throw away non-ASCII characters,schwarze1-3/+4
because isgraph(3) returns true for some eight-bit characters. ok kristaps@
2010-08-17regenjasper2-5/+5
2010-08-17- TI doesn't mean Texas Inteljasper1-2/+2
2010-08-17several fixes from netbsd:jasper1-102/+135
Coverity CID 1660: Plug memory leaks. Coverity CID 2989: Use the error path to return. Coverity CID 3212: Don't return, goto out in all cases so that cleanup happens. ok otto@
2010-08-17Make sure fast trap handlers correctly invoke soft interrupts by markingmiod5-7/+19
them explicitely pending before triggering the softintr; I am ashamed I did not notice this when changing the soft interrupt code 18 months ago. Noticed by claudio@ and beck@
2010-08-17MDEXT missed some files (result was they are not listed in the build-timederaadt13-29/+35
SHA256 file). Issue spotted by claudio. ok miod
2010-08-17Power management for PCI devices. For now just put everything in the D3kettenis3-30/+79
(deepest sleep) state upon suspend, and restore power upon resume. ok deraadt@
2010-08-16Restore initialization of apcicnaddr which got accidentally removed in revisionmiod1-1/+3
1.5, about 5 years ago. My bad. ok deraadt@
2010-08-16Make sure we reserve enough room after the kernel image to avoid stompingmiod2-14/+16
over the PROM page tables on sun4c; also crank the tape kernel generous size estimate to 4MB; crank version. ok deraadt@
2010-08-16Netboot description tweaks; spotted by and help krw@miod1-4/+8
2010-08-16djust miniroot disklabel for layout changes caused by fdisk partitionkettenis1-2/+2
alignment changes. ok deraadt@