summaryrefslogtreecommitdiff
path: root/usr.bin/ar/write.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r224650:Ed Maste2011-08-111-13/+20
* MFC r222122:Benedict Reuschling2011-05-271-5/+5
* MFC r213643 (kientzle):Kai Wang2011-05-071-5/+19
* MFC r208189:Kai Wang2011-05-071-28/+2
* Add support for option "-M", which is used to operate ar(1) in aKai Wang2008-09-201-41/+107
* GNU ar did NOT implment option -q as a synonym of -r as the manualKai Wang2008-03-111-3/+20
* - Do not malloc buffer for 0-size member when reading from archive.Kai Wang2008-03-021-11/+17
* style(9) whitespace fix: A space is mandated after keyword 'return'.Kai Wang2008-02-241-5/+5
* Handle properly when insert zero size objects into the archive:Kai Wang2008-02-241-3/+9
* Import ar(1) front-end. (aka 'BSD' ar)Kai Wang2008-02-211-0/+784