summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Move functions which are only locally used into their C files andedwin2008-08-053-23/+23
* style(9)ify usr.bin/calendaredwin2008-08-056-290/+324
* Mark functions as __dead2 in order to help the LLVM static checkercperciva2008-08-041-2/+2
* Don't close file descriptor number <whatever random garbage was on thecperciva2008-08-041-0/+1
* Setting a variable to the same value twice doesn't actually make itcperciva2008-08-042-3/+0
* Mark functions as __dead2 in order to help the LLVM static checkercperciva2008-08-044-27/+28
* Make quota(1) to compile with WARNS=6:delphij2008-08-041-5/+2
* ctime() expects a time_t, but qup->dqblk.dqb_btime is an int32_t, so forcognet2008-08-031-6/+9
* calendar.holiday: Buinea-bissau should be Guinea-Bissauedwin2008-08-031-1/+1
* A few style and whitespace fixes.jhb2008-08-021-11/+9
* POSIX says that octal escapes have the format \ddd in the format string,das2008-08-021-1/+2
* Tweak the support for using ldd on 32-bit objects a bit further.jhb2008-08-013-39/+68
* Try to make this code slightly less painful to read.des2008-07-312-690/+673
* Add POSIX -p flag to make(1).ed2008-07-302-4/+19
* MfP4: Preserve permissions by default.kientzle2008-07-301-0/+1
* Fix buildemax2008-07-291-1/+1
* Fix buildemax2008-07-291-0/+1
* Add --no-preserve-owner, which seems to be required by some ports.kientzle2008-07-293-0/+5
* Fix text in the comment why we check for ELF32_R_TYPEedwin2008-07-281-8/+5
* Fix a small typo in the procstat(1) manpage: messsage queue.ed2008-07-281-1/+1
* - Fix mtree example so it works.simon2008-07-261-0/+7
* Adding myself as a new ports committerpgollucci2008-07-231-0/+1
* Sync with NetBSD's license changes.delphij2008-07-232-10/+4
* After the commit of SVN rev 180236, wilko@ noticed that the approachedwin2008-07-211-4/+18
* Use %zd for size_t. With this gcore(1) is WARNS=6 clean.delphij2008-07-181-3/+3
* Indent the else path, reduce diff against OpenBSD.delphij2008-07-181-1/+1
* Fix a longstanding bug, from Otto Moerbeck:kevlo2008-07-181-1/+5
* add __unused to succeed at WARNS=6charnier2008-07-101-1/+1
* Added my birthday to the FreeBSD calendar.sson2008-07-081-0/+1
* Preserve ownership if cpio is run as root.kientzle2008-07-061-1/+2
* Move duplicated code from tar_mode_[cru] into archive_write.cperciva2008-07-051-32/+15
* Use malloc in write_archive to allocate a 64kB buffer for holding file datacperciva2008-07-052-12/+21
* Clean up write_entry by eliminating fd except in the #ifdef __linux blockcperciva2008-07-051-13/+14
* bsdcpio is now at version 1.0.0.kientzle2008-07-051-1/+1
* In -pl mode, only hardlink regular files. I need to testkientzle2008-07-051-6/+8
* Remove an unused define.kientzle2008-07-051-1/+0
* Revert CVS revision 1.68; it is now possible for entry to be NULL at the endcperciva2008-07-051-1/+2
* FreeBSD-CURRENT bsdtar is synched up with libarchive-portable 2.5.5.kientzle2008-07-051-1/+1
* Remove HAVE_STRUCT_STAT_ST_RDEV, as it's not used anywhere.kientzle2008-07-051-1/+0
* Stop using the deprecated linux/ext2_fs.h.kientzle2008-07-051-3/+0
* Use %H:%M for strftime() time formatting instead of the non-portable %R.kientzle2008-07-051-1/+1
* On 64 bit architectures, you can run 32 bit executables and the rtld can trac...edwin2008-07-032-2/+82
* Extract the determination of the kind of (dynamic) executable fromedwin2008-07-031-81/+120
* stylify ldd.c, no functional changes.edwin2008-07-031-37/+34
* - add the -m option to the example commands because they would fail w/o itdanger2008-07-011-4/+9
* Don't try to hardlink directories. While I'm here, expand somekientzle2008-07-011-3/+10
* Reflect the fact that we actually have NetBSD revision 1.3.delphij2008-06-301-1/+1
* Remove clause 3 and 4 of NetBSD license.delphij2008-06-301-8/+1
* Make it clear that gzcat expects each argument to be separate files.delphij2008-06-301-1/+13
* Update man page for -t.des2008-06-301-2/+5
OpenPOWER on IntegriCloud