summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Better handling of word splitting. Don't record the same regiontegge1998-09-067-49/+231
* Don't blindly eliminate `..' and the previous pathname component.tegge1998-09-062-19/+160
* Fix calls to mmap. It returns void *, and on failure it returnsjdp1998-09-061-11/+11
* Clean LINTrvb1998-09-069-30/+54
* Patch the transmit error handler to avoid following NULL pointers andwpaul1998-09-061-3/+4
* Add a compuserve example.brian1998-09-061-1/+15
* Fix tons of cut-n-paste errors in the WANT_NFS3 code.obrien1998-09-061-14/+16
* Reviewed by: Andrey A. Chernov <ache@nagual.pp.ru>, Doug Rabson <dfr@nlsystem...dillon1998-09-061-17/+29
* Use a varargs style prototype in the manual page, with accompanyingjkoshy1998-09-061-1/+14
* tcp_extensions now only applies to RFC1323phk1998-09-068-16/+9
* RFC 1644 has the status "Experimental Protocol", which means:phk1998-09-062-4/+4
* Store formatted panic string in static buffer to make it available laterache1998-09-063-7/+22
* Change the ELF64_R_SYM() to shift 32 bits instead of 8 bits to matchjb1998-09-051-23/+24
* NFS can use TCP now daysobrien1998-09-051-1/+2
* Don't recognize a file as an a.out shared library unless it has atjdp1998-09-051-6/+4
* Ignore the statically configured vfs type numbers and assign vfsbde1998-09-056-25/+73
* For a.out mode, ignore shared libraries that don't have at least 2jdp1998-09-051-1/+3
* Don't do anything special to prevent access to created files - honourbde1998-09-051-1/+3
* Instantiate `nfs_mount_type' in a standard file so that it is presentbde1998-09-059-16/+13
* Disable gcc's builtin memcpy for alpha since it doesn't cope with unaligneddfr1998-09-051-1/+4
* Fixed bogotification of pseudocode for syscall args by rev.1.53 ofbde1998-09-053-10/+10
* Sysctl nodes are written to, so don't put them in the text section.bde1998-09-051-4/+4
* Add a new vnode op, VOP_FREEBLKS(), which filesystems can use to informphk1998-09-059-19/+99
* Fixed recently perpetrated printf format errors.bde1998-09-053-8/+6
* Don't comment out dead code. Remove it.bde1998-09-051-18/+16
* Remove tcl from src/contrib.asami1998-09-05395-173953/+0
* Remove tcl from /usr/src, according to prior agreement. BTW, tcl-8.0 *is*asami1998-09-057-417/+7
* Change i386 in a few paths to ${MACHINE} to support MACHINE=pc98.jb1998-09-051-4/+4
* Change MACHINE to MACHINE_ARCH when testing for i386 to supportjb1998-09-051-2/+2
* Chaneg MACHINE to MACHINE_ARCH to support MACHINE=pc98.jb1998-09-051-7/+3
* Chaneg MACHINE to MACHINE_ARCH to support MACHINE=pc98.jb1998-09-051-3/+3
* Change MACHINE to MACHINE_ARCH to support MACHINE=pc98.jb1998-09-051-3/+3
* Add support for MACHINE=pc98. This leaves a single legacy entry forjb1998-09-051-8/+3
* Change MACHINE to MACHINE_ARCH to support MACHINE=pc98.jb1998-09-053-3/+3
* Add a GENERICupgrade config file for pc98 users to upgrade to elfjb1998-09-051-0/+212
* Change a hardcoded i386 reference to ${MACHINE} so that MACHINE=pc98jb1998-09-051-2/+2
* Use INT_MAX instead of LONG_MAX since the variable being comparedjb1998-09-051-4/+4
* Change a test for NETBSD_SYSCALLS to __alpha__. We're not ready tojb1998-09-051-2/+2
* Change the profile data file name from gmon.out to progname.gmonjb1998-09-052-7/+14
* Set CHROOTDIR's initial object type also.jkh1998-09-051-1/+2
* Now that ldconfig does elf work too, build it on alpha as well.jb1998-09-051-2/+2
* More sorting of references.obrien1998-09-054-16/+14
* Add OBJFORMAT to list of variables passed into /mk script since it seemsjkh1998-09-051-1/+2
* MFO: rev 1.3 - correct man page xrefs.obrien1998-09-051-2/+2
* compare getopt() with -1, not EOFobrien1998-09-051-2/+2
* MFO rev 1.4 - sort cross referencesobrien1998-09-051-5/+5
* Explicitly pass the "-aout" option to ldconfig, until I've had ajdp1998-09-051-3/+3
* Implement ldconfig functionality for ELF. The hints are stored injdp1998-09-056-34/+515
* Sync with sys/i386/conf/files.i386 revision 1.201.kato1998-09-052-2/+4
* Sync with sys/i386/conf/Makefile.i386 revision 1.121.kato1998-09-052-4/+8
OpenPOWER on IntegriCloud