aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-203-1/+60
* Better comment the pattern tests; adjust the filenames for theTim Kientzle2008-08-204-12/+22
* Use kvm_getcptime(3) to fetch the global CPU time stats from a crashdumpJohn Baldwin2008-08-191-15/+14
* Fix SVN r181821 by not using FNM_LEADING_DIR whereTim Kientzle2008-08-181-1/+1
* Strip leading "./" or ".//" from patterns and filenamesTim Kientzle2008-08-181-3/+39
* Don't strip a leading '/' from a pattern to be matched.Tim Kientzle2008-08-171-2/+0
* Add limited support for units that are related by affine ratherDavid Malone2008-08-162-22/+63
* Test updates: Handling of patterns on command line, error messages.Tim Kientzle2008-08-156-1/+40
* When generating thread-safe server code, handle procedures with void returnDoug Rabson2008-08-121-0/+3
* Delete unused files in the window(1) directory that contain a colon.Ed Schouten2008-08-094-38/+0
* Use arc4random_uniform(3)Andrey A. Chernov2008-08-071-1/+1
* - acificfrancexchange -> pacificfrancexchangeEdwin Groothuis2008-08-071-1/+3
* Update the units library file.Edwin Groothuis2008-08-071-102/+193
* Move functions which are only locally used into their C files andEdwin Groothuis2008-08-053-23/+23
* style(9)ify usr.bin/calendarEdwin Groothuis2008-08-056-275/+309
* Mark functions as __dead2 in order to help the LLVM static checkerColin Percival2008-08-041-2/+2
* Don't close file descriptor number <whatever random garbage was on theColin Percival2008-08-041-0/+1
* Setting a variable to the same value twice doesn't actually make itColin Percival2008-08-042-3/+0
* Mark functions as __dead2 in order to help the LLVM static checkerColin Percival2008-08-044-27/+28
* Make quota(1) to compile with WARNS=6:Xin LI2008-08-041-5/+2
* ctime() expects a time_t, but qup->dqblk.dqb_btime is an int32_t, so forOlivier Houchard2008-08-031-6/+9
* calendar.holiday: Buinea-bissau should be Guinea-BissauEdwin Groothuis2008-08-031-1/+1
* A few style and whitespace fixes.John Baldwin2008-08-021-11/+9
* POSIX says that octal escapes have the format \ddd in the format string,David Schultz2008-08-021-1/+2
* Tweak the support for using ldd on 32-bit objects a bit further.John Baldwin2008-08-013-38/+67
* Try to make this code slightly less painful to read.Dag-Erling Smørgrav2008-07-312-662/+645
* Add POSIX -p flag to make(1).Ed Schouten2008-07-302-4/+19
* MfP4: Preserve permissions by default.Tim Kientzle2008-07-301-0/+1
* Fix buildMaksim Yevmenkin2008-07-291-1/+1
* Fix buildMaksim Yevmenkin2008-07-291-0/+1
* Add --no-preserve-owner, which seems to be required by some ports.Tim Kientzle2008-07-293-0/+5
* Fix text in the comment why we check for ELF32_R_TYPEEdwin Groothuis2008-07-281-8/+5
* Fix a small typo in the procstat(1) manpage: messsage queue.Ed Schouten2008-07-281-1/+1
* - Fix mtree example so it works.Simon L. B. Nielsen2008-07-261-0/+7
* Adding myself as a new ports committerPhilip M. Gollucci2008-07-231-0/+1
* Sync with NetBSD's license changes.Xin LI2008-07-232-10/+4
* After the commit of SVN rev 180236, wilko@ noticed that the approachEdwin Groothuis2008-07-211-4/+18
* Use %zd for size_t. With this gcore(1) is WARNS=6 clean.Xin LI2008-07-181-3/+3
* Indent the else path, reduce diff against OpenBSD.Xin LI2008-07-181-1/+1
* Fix a longstanding bug, from Otto Moerbeck:Kevin Lo2008-07-181-1/+5
* add __unused to succeed at WARNS=6Philippe Charnier2008-07-101-1/+1
* Added my birthday to the FreeBSD calendar.Stacey Son2008-07-081-0/+1
* Preserve ownership if cpio is run as root.Tim Kientzle2008-07-061-1/+2
* Move duplicated code from tar_mode_[cru] into archive_write.Colin Percival2008-07-051-32/+15
* Use malloc in write_archive to allocate a 64kB buffer for holding file dataColin Percival2008-07-052-12/+21
* Clean up write_entry by eliminating fd except in the #ifdef __linux blockColin Percival2008-07-051-13/+14
* bsdcpio is now at version 1.0.0.Tim Kientzle2008-07-051-1/+1
* In -pl mode, only hardlink regular files. I need to testTim Kientzle2008-07-051-6/+8
* Remove an unused define.Tim Kientzle2008-07-051-1/+0
* Revert CVS revision 1.68; it is now possible for entry to be NULL at the endColin Percival2008-07-051-1/+2