summaryrefslogtreecommitdiff
path: root/usr.bin/ar/write.c
AgeCommit message (Expand)Author
2024-02-13ar(1): Fix grammar error in write.cLO WEN-CHIEN
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2021-08-13ar: diff reduction against ELF Tool ChainEd Maste
2021-08-13ar: diff reduction against ELF Tool ChainEd Maste
2021-08-12Revert "ar: diff reduction against ELF Tool Chain"Ed Maste
2021-08-11ar: diff reduction against ELF Tool ChainEd Maste
2021-08-11ar: remove invalid extra param in bsdar_warnc callsEd Maste
2021-08-10ar: provide error exit status upon failureEd Maste
2021-03-13Fix some common typos in commentsGordon Bergling
2019-09-01ar: use more correct size_t type for loop indexEd Maste
2019-04-22ar: shuffle symbol offsets during conversion for 32-bit ar archivesEd Maste
2019-04-22ar: use array notation to access s_soEd Maste
2019-04-22ar: test for writing 64-bit format only if symbol count is nonzeroEd Maste
2019-04-10ar: implement support for /SYM64/ 64-bit archivesEd Maste
2018-12-28ar: detect and error out on 32-bit symbol table overflowEd Maste
2018-12-28ar: detect and error out on 32-bit symbol table overflowEd Maste
2018-10-23ar: report errno on warning/errorEd Maste
2018-06-19usr.bin/ar: use standard 2-Clause FreeBSD licenseEd Maste
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-07-24ar: handle partial writes from archive_write_dataEd Maste
2016-05-26Make code compile when basename() is POSIX compliant.Ed Schouten
2015-10-29Check archive_entry_new() result.Bryan Drewery
2015-06-29speed up ar(1) on UFS file systemsEd Maste
2013-03-22Replace deprecated (or remove obsolete) libarchive 2.8 functionsMartin Matuska
2011-08-04Don't try to free() an address returned by mmap(). This appears to beEd Maste
2011-05-20Correct typos in comments, no functional changes.Benedict Reuschling
2010-10-09Add -D (deterministic) option to ar.Tim Kientzle
2010-05-17Removed ar(1)'s support for compressed archives. This change removesKai Wang
2008-09-20Add support for option "-M", which is used to operate ar(1) in aKai Wang
2008-03-11GNU ar did NOT implment option -q as a synonym of -r as the manualKai Wang
2008-03-02- Do not malloc buffer for 0-size member when reading from archive.Kai Wang
2008-02-24style(9) whitespace fix: A space is mandated after keyword 'return'.Kai Wang
2008-02-24Handle properly when insert zero size objects into the archive:Kai Wang
2008-02-21Import ar(1) front-end. (aka 'BSD' ar)Kai Wang