| Commit message (Expand) | Author | Age | Files | Lines |
* | Better handling of word splitting. Don't record the same region | tegge | 1998-09-06 | 7 | -49/+231 |
* | Don't blindly eliminate `..' and the previous pathname component. | tegge | 1998-09-06 | 2 | -19/+160 |
* | Fix calls to mmap. It returns void *, and on failure it returns | jdp | 1998-09-06 | 1 | -11/+11 |
* | Clean LINT | rvb | 1998-09-06 | 9 | -30/+54 |
* | Patch the transmit error handler to avoid following NULL pointers and | wpaul | 1998-09-06 | 1 | -3/+4 |
* | Add a compuserve example. | brian | 1998-09-06 | 1 | -1/+15 |
* | Fix tons of cut-n-paste errors in the WANT_NFS3 code. | obrien | 1998-09-06 | 1 | -14/+16 |
* | Reviewed by: Andrey A. Chernov <ache@nagual.pp.ru>, Doug Rabson <dfr@nlsystem... | dillon | 1998-09-06 | 1 | -17/+29 |
* | Use a varargs style prototype in the manual page, with accompanying | jkoshy | 1998-09-06 | 1 | -1/+14 |
* | tcp_extensions now only applies to RFC1323 | phk | 1998-09-06 | 8 | -16/+9 |
* | RFC 1644 has the status "Experimental Protocol", which means: | phk | 1998-09-06 | 2 | -4/+4 |
* | Store formatted panic string in static buffer to make it available later | ache | 1998-09-06 | 3 | -7/+22 |
* | Change the ELF64_R_SYM() to shift 32 bits instead of 8 bits to match | jb | 1998-09-05 | 1 | -23/+24 |
* | NFS can use TCP now days | obrien | 1998-09-05 | 1 | -1/+2 |
* | Don't recognize a file as an a.out shared library unless it has at | jdp | 1998-09-05 | 1 | -6/+4 |
* | Ignore the statically configured vfs type numbers and assign vfs | bde | 1998-09-05 | 6 | -25/+73 |
* | For a.out mode, ignore shared libraries that don't have at least 2 | jdp | 1998-09-05 | 1 | -1/+3 |
* | Don't do anything special to prevent access to created files - honour | bde | 1998-09-05 | 1 | -1/+3 |
* | Instantiate `nfs_mount_type' in a standard file so that it is present | bde | 1998-09-05 | 9 | -16/+13 |
* | Disable gcc's builtin memcpy for alpha since it doesn't cope with unaligned | dfr | 1998-09-05 | 1 | -1/+4 |
* | Fixed bogotification of pseudocode for syscall args by rev.1.53 of | bde | 1998-09-05 | 3 | -10/+10 |
* | Sysctl nodes are written to, so don't put them in the text section. | bde | 1998-09-05 | 1 | -4/+4 |
* | Add a new vnode op, VOP_FREEBLKS(), which filesystems can use to inform | phk | 1998-09-05 | 9 | -19/+99 |
* | Fixed recently perpetrated printf format errors. | bde | 1998-09-05 | 3 | -8/+6 |
* | Don't comment out dead code. Remove it. | bde | 1998-09-05 | 1 | -18/+16 |
* | Remove tcl from src/contrib. | asami | 1998-09-05 | 395 | -173953/+0 |
* | Remove tcl from /usr/src, according to prior agreement. BTW, tcl-8.0 *is* | asami | 1998-09-05 | 7 | -417/+7 |
* | Change i386 in a few paths to ${MACHINE} to support MACHINE=pc98. | jb | 1998-09-05 | 1 | -4/+4 |
* | Change MACHINE to MACHINE_ARCH when testing for i386 to support | jb | 1998-09-05 | 1 | -2/+2 |
* | Chaneg MACHINE to MACHINE_ARCH to support MACHINE=pc98. | jb | 1998-09-05 | 1 | -7/+3 |
* | Chaneg MACHINE to MACHINE_ARCH to support MACHINE=pc98. | jb | 1998-09-05 | 1 | -3/+3 |
* | Change MACHINE to MACHINE_ARCH to support MACHINE=pc98. | jb | 1998-09-05 | 1 | -3/+3 |
* | Add support for MACHINE=pc98. This leaves a single legacy entry for | jb | 1998-09-05 | 1 | -8/+3 |
* | Change MACHINE to MACHINE_ARCH to support MACHINE=pc98. | jb | 1998-09-05 | 3 | -3/+3 |
* | Add a GENERICupgrade config file for pc98 users to upgrade to elf | jb | 1998-09-05 | 1 | -0/+212 |
* | Change a hardcoded i386 reference to ${MACHINE} so that MACHINE=pc98 | jb | 1998-09-05 | 1 | -2/+2 |
* | Use INT_MAX instead of LONG_MAX since the variable being compared | jb | 1998-09-05 | 1 | -4/+4 |
* | Change a test for NETBSD_SYSCALLS to __alpha__. We're not ready to | jb | 1998-09-05 | 1 | -2/+2 |
* | Change the profile data file name from gmon.out to progname.gmon | jb | 1998-09-05 | 2 | -7/+14 |
* | Set CHROOTDIR's initial object type also. | jkh | 1998-09-05 | 1 | -1/+2 |
* | Now that ldconfig does elf work too, build it on alpha as well. | jb | 1998-09-05 | 1 | -2/+2 |
* | More sorting of references. | obrien | 1998-09-05 | 4 | -16/+14 |
* | Add OBJFORMAT to list of variables passed into /mk script since it seems | jkh | 1998-09-05 | 1 | -1/+2 |
* | MFO: rev 1.3 - correct man page xrefs. | obrien | 1998-09-05 | 1 | -2/+2 |
* | compare getopt() with -1, not EOF | obrien | 1998-09-05 | 1 | -2/+2 |
* | MFO rev 1.4 - sort cross references | obrien | 1998-09-05 | 1 | -5/+5 |
* | Explicitly pass the "-aout" option to ldconfig, until I've had a | jdp | 1998-09-05 | 1 | -3/+3 |
* | Implement ldconfig functionality for ELF. The hints are stored in | jdp | 1998-09-05 | 6 | -34/+515 |
* | Sync with sys/i386/conf/files.i386 revision 1.201. | kato | 1998-09-05 | 2 | -2/+4 |
* | Sync with sys/i386/conf/Makefile.i386 revision 1.121. | kato | 1998-09-05 | 2 | -4/+8 |