| Commit message (Expand) | Author | Age | Files | Lines |
| * | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | Ed Schouten | 2008-08-20 | 3 | -1/+60 |
| * | Better comment the pattern tests; adjust the filenames for the | Tim Kientzle | 2008-08-20 | 4 | -12/+22 |
| * | Use kvm_getcptime(3) to fetch the global CPU time stats from a crashdump | John Baldwin | 2008-08-19 | 1 | -15/+14 |
| * | Fix SVN r181821 by not using FNM_LEADING_DIR where | Tim Kientzle | 2008-08-18 | 1 | -1/+1 |
| * | Strip leading "./" or ".//" from patterns and filenames | Tim Kientzle | 2008-08-18 | 1 | -3/+39 |
| * | Don't strip a leading '/' from a pattern to be matched. | Tim Kientzle | 2008-08-17 | 1 | -2/+0 |
| * | Add limited support for units that are related by affine rather | David Malone | 2008-08-16 | 2 | -22/+63 |
| * | Test updates: Handling of patterns on command line, error messages. | Tim Kientzle | 2008-08-15 | 6 | -1/+40 |
| * | When generating thread-safe server code, handle procedures with void return | Doug Rabson | 2008-08-12 | 1 | -0/+3 |
| * | Delete unused files in the window(1) directory that contain a colon. | Ed Schouten | 2008-08-09 | 4 | -38/+0 |
| * | Use arc4random_uniform(3) | Andrey A. Chernov | 2008-08-07 | 1 | -1/+1 |
| * | - acificfrancexchange -> pacificfrancexchange | Edwin Groothuis | 2008-08-07 | 1 | -1/+3 |
| * | Update the units library file. | Edwin Groothuis | 2008-08-07 | 1 | -102/+193 |
| * | Move functions which are only locally used into their C files and | Edwin Groothuis | 2008-08-05 | 3 | -23/+23 |
| * | style(9)ify usr.bin/calendar | Edwin Groothuis | 2008-08-05 | 6 | -275/+309 |
| * | Mark functions as __dead2 in order to help the LLVM static checker | Colin Percival | 2008-08-04 | 1 | -2/+2 |
| * | Don't close file descriptor number <whatever random garbage was on the | Colin Percival | 2008-08-04 | 1 | -0/+1 |
| * | Setting a variable to the same value twice doesn't actually make it | Colin Percival | 2008-08-04 | 2 | -3/+0 |
| * | Mark functions as __dead2 in order to help the LLVM static checker | Colin Percival | 2008-08-04 | 4 | -27/+28 |
| * | Make quota(1) to compile with WARNS=6: | Xin LI | 2008-08-04 | 1 | -5/+2 |
| * | ctime() expects a time_t, but qup->dqblk.dqb_btime is an int32_t, so for | Olivier Houchard | 2008-08-03 | 1 | -6/+9 |
| * | calendar.holiday: Buinea-bissau should be Guinea-Bissau | Edwin Groothuis | 2008-08-03 | 1 | -1/+1 |
| * | A few style and whitespace fixes. | John Baldwin | 2008-08-02 | 1 | -11/+9 |
| * | POSIX says that octal escapes have the format \ddd in the format string, | David Schultz | 2008-08-02 | 1 | -1/+2 |
| * | Tweak the support for using ldd on 32-bit objects a bit further. | John Baldwin | 2008-08-01 | 3 | -38/+67 |
| * | Try to make this code slightly less painful to read. | Dag-Erling Smørgrav | 2008-07-31 | 2 | -662/+645 |
| * | Add POSIX -p flag to make(1). | Ed Schouten | 2008-07-30 | 2 | -4/+19 |
| * | MfP4: Preserve permissions by default. | Tim Kientzle | 2008-07-30 | 1 | -0/+1 |
| * | Fix build | Maksim Yevmenkin | 2008-07-29 | 1 | -1/+1 |
| * | Fix build | Maksim Yevmenkin | 2008-07-29 | 1 | -0/+1 |
| * | Add --no-preserve-owner, which seems to be required by some ports. | Tim Kientzle | 2008-07-29 | 3 | -0/+5 |
| * | Fix text in the comment why we check for ELF32_R_TYPE | Edwin Groothuis | 2008-07-28 | 1 | -8/+5 |
| * | Fix a small typo in the procstat(1) manpage: messsage queue. | Ed Schouten | 2008-07-28 | 1 | -1/+1 |
| * | - Fix mtree example so it works. | Simon L. B. Nielsen | 2008-07-26 | 1 | -0/+7 |
| * | Adding myself as a new ports committer | Philip M. Gollucci | 2008-07-23 | 1 | -0/+1 |
| * | Sync with NetBSD's license changes. | Xin LI | 2008-07-23 | 2 | -10/+4 |
| * | After the commit of SVN rev 180236, wilko@ noticed that the approach | Edwin Groothuis | 2008-07-21 | 1 | -4/+18 |
| * | Use %zd for size_t. With this gcore(1) is WARNS=6 clean. | Xin LI | 2008-07-18 | 1 | -3/+3 |
| * | Indent the else path, reduce diff against OpenBSD. | Xin LI | 2008-07-18 | 1 | -1/+1 |
| * | Fix a longstanding bug, from Otto Moerbeck: | Kevin Lo | 2008-07-18 | 1 | -1/+5 |
| * | add __unused to succeed at WARNS=6 | Philippe Charnier | 2008-07-10 | 1 | -1/+1 |
| * | Added my birthday to the FreeBSD calendar. | Stacey Son | 2008-07-08 | 1 | -0/+1 |
| * | Preserve ownership if cpio is run as root. | Tim Kientzle | 2008-07-06 | 1 | -1/+2 |
| * | Move duplicated code from tar_mode_[cru] into archive_write. | Colin Percival | 2008-07-05 | 1 | -32/+15 |
| * | Use malloc in write_archive to allocate a 64kB buffer for holding file data | Colin Percival | 2008-07-05 | 2 | -12/+21 |
| * | Clean up write_entry by eliminating fd except in the #ifdef __linux block | Colin Percival | 2008-07-05 | 1 | -13/+14 |
| * | bsdcpio is now at version 1.0.0. | Tim Kientzle | 2008-07-05 | 1 | -1/+1 |
| * | In -pl mode, only hardlink regular files. I need to test | Tim Kientzle | 2008-07-05 | 1 | -6/+8 |
| * | Remove an unused define. | Tim Kientzle | 2008-07-05 | 1 | -1/+0 |
| * | Revert CVS revision 1.68; it is now possible for entry to be NULL at the end | Colin Percival | 2008-07-05 | 1 | -1/+2 |