| Commit message (Expand) | Author | Age | Files | Lines |
* | Utilize SCRIPTS. | ru | 2004-10-18 | 1 | -4/+1 |
* | Utilize FILES, SCRIPTS, and SYMLINKS. While here, fixed a bug in | ru | 2004-10-18 | 1 | -9/+8 |
* | Drop the NDIS lock before returning from ndis_start(). | le | 2004-10-18 | 1 | -1/+3 |
* | Catch up with PHK's sio(4) rework [sys/dev/sio/sio.c rev. 1.456]. | obrien | 2004-10-18 | 1 | -9/+9 |
* | Utilize SCRIPTS. | ru | 2004-10-18 | 1 | -5/+2 |
* | Add an entry about some tty devices being renamed. | phk | 2004-10-18 | 1 | -0/+8 |
* | Major overhaul. | glebius | 2004-10-18 | 3 | -361/+281 |
* | Annotate that get_cyclecount() can be expensive on some platforms, | rwatson | 2004-10-18 | 1 | -0/+4 |
* | Fixed MAKEOBJDIRPREFIX variable type check in case the env(1) | ru | 2004-10-18 | 1 | -1/+2 |
* | Replaced afterinstall: with FILES. | ru | 2004-10-18 | 1 | -3/+3 |
* | Sync with sys/i386/include/endian.h: use the single instruction 'bswap'. | obrien | 2004-10-18 | 2 | -0/+8 |
* | Replaced afterinstall: with equivalent FILES and SYMLINKS. | ru | 2004-10-18 | 1 | -34/+33 |
* | New directory added for Argentinian timezones. | wollman | 2004-10-18 | 1 | -0/+2 |
* | Replaced afterinstall: with FILES. | ru | 2004-10-18 | 1 | -5/+2 |
* | Replaced afterinstall: with FILES. | ru | 2004-10-18 | 2 | -12/+4 |
* | Modify behaviour of `xargs -I` in order to: | cperciva | 2004-10-18 | 1 | -2/+2 |
* | Remove unused computation of memory size. | thomas | 2004-10-18 | 1 | -1/+0 |
* | Correct several instances where calls to vfs_getvfs() resulting in | rwatson | 2004-10-18 | 1 | -13/+61 |
* | Update to readline 5.0 | ache | 2004-10-18 | 1 | -3/+7 |
* | Since sendfile(2) works on regular files only, | yar | 2004-10-18 | 1 | -1/+1 |
* | Utilize FILES and SYMLINKS. | ru | 2004-10-18 | 1 | -181/+69 |
* | Back out termcap -> ncurses change in LDADD/DPADD | ache | 2004-10-18 | 1 | -2/+2 |
* | Upgrade to 5.0 | ache | 2004-10-18 | 1 | -1/+1 |
* | Correct two errors in PG_BUSY management by vm_page_cowfault(). Both | alc | 2004-10-18 | 1 | -2/+1 |
* | Upgrade to 5.0 | ache | 2004-10-18 | 2 | -8/+6 |
* | Update for 5.0 | ache | 2004-10-18 | 1 | -6/+23 |
* | Merge local changes | ache | 2004-10-18 | 1 | -11/+48 |
* | Remove files not in 5.0 | ache | 2004-10-18 | 8 | -5270/+0 |
* | Update instructions | ache | 2004-10-18 | 1 | -4/+4 |
* | This commit was generated by cvs2svn to compensate for changes in r136647, | ache | 2004-10-18 | 2 | -8/+2 |
|\ |
|
| * | Official patches 001-005 | ache | 2004-10-18 | 4 | -27/+57 |
* | | This commit was generated by cvs2svn to compensate for changes in r136644, | ache | 2004-10-18 | 60 | -2265/+14619 |
|\ \
| |/ |
|
| * | Virgin import of GNU Readline 5.0 | ache | 2004-10-18 | 68 | -2429/+15122 |
* | | Add a -q flag to pkg_version. It suppresses the output of <,=,>. | obrien | 2004-10-18 | 7 | -8/+23 |
* | | Revert 1.18: It broke Athlon64 builds, which | kientzle | 2004-10-18 | 1 | -1/+2 |
* | | Use STDERR_FILENO instead of 2, as POSIX intended. | kientzle | 2004-10-18 | 1 | -1/+1 |
* | | Remove setrunelocale() | ache | 2004-10-18 | 1 | -23/+0 |
* | | Typo fix. | keramida | 2004-10-18 | 1 | -1/+1 |
* | | MFV tzdata2004e | wollman | 2004-10-18 | 6 | -120/+368 |
* | | getopt(3) prints an "unrecognized option" warning for me, so I | kientzle | 2004-10-17 | 1 | -1/+0 |
* | | Cosmetic goof: Use two spaces in "Jan 03 2004" but only one in "Jan 03 12:32" | kientzle | 2004-10-17 | 1 | -1/+1 |
* | | This commit was generated by cvs2svn to compensate for changes in r136632, | wollman | 2004-10-17 | 1 | -4/+21 |
|\ \ |
|
| * | | Latest timezone database from Arthur Olson. Updates in this round: | wollman | 2004-10-17 | 14 | -2048/+4074 |
* | | | Correctly report write errors from the lowest-level | kientzle | 2004-10-17 | 3 | -6/+21 |
* | | | Refine the error-checking and reporting in the | kientzle | 2004-10-17 | 1 | -6/+11 |
* | | | Correct the return type of archive_write_data | kientzle | 2004-10-17 | 1 | -1/+1 |
* | | | Don't rely on stdio here. | kientzle | 2004-10-17 | 1 | -11/+20 |
* | | | Assert that the containing object is locked in vm_page_io_start() and | alc | 2004-10-17 | 1 | -0/+2 |
* | | | turn off getty(8) on ttyv[0-7]. We don't support syscons on ia64 and | marcel | 2004-10-17 | 1 | -8/+8 |
* | | | Use cluster if data >= MINCLSIZE. | glebius | 2004-10-17 | 1 | -1/+1 |