summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1995-12-21pull in svr4_time.hTheo de Raadt
1995-12-20stall all three server:server pipes, and 2MB instead of 256KTheo de Raadt
1995-12-20use an ${INSTALL_MAN} variable to allow cvs to still be compiled on other ↵Theo de Raadt
machines
1995-12-20add ability to zero out entry; from millert@cs.colorado.edu; netbsd pr#1851Theo de Raadt
also add a prototype for skeyzero()
1995-12-20FSF GCC version 2.7.2Niklas Hallqvist
1995-12-19use realclean, but first check if the Makefile existsTheo de Raadt
1995-12-19from netbsd:Theo de Raadt
Fixes for devices that don't support linked commands. (Paul Goyette)
1995-12-19from netbsd; disable interrupts at SYSMASK_ADDRTheo de Raadt
1995-12-19from netbsd: tv_sec isn't a time_t, but a long. this causes some problems..Theo de Raadt
1995-12-19from fvdl; add msync(), readv() and writev()Theo de Raadt
1995-12-19from christos; add utime() and utimes()Theo de Raadt
1995-12-19do not attempt to run man/MakefileTheo de Raadt
1995-12-19check for /etc/{daily,weekly,monthly}.local and run if they existDavid Krause
1995-12-19check for Makefile.bsd-wrapper in the correct directoryTheo de Raadt
1995-12-19install processed man pages; from niklasTheo de Raadt
1995-12-19When doing Makefile.bsd-wrapper-style importing, it's nice to be ableNiklas Hallqvist
to specify the man-pages with a subdir-path prepended to them. This subdir component must be removed when installing.
1995-12-19sh configure script, in case it loses it's execute permissionTheo de Raadt
1995-12-19CVSREADONLYFS environment variable short-circuits read-only lock requirementsTheo de Raadt
1995-12-19allow at most 256K of data to be queuedTheo de Raadt
1995-12-19create share/infoTheo de Raadt
1995-12-19build cvsTheo de Raadt
1995-12-19build cvsTheo de Raadt
1995-12-19raw import of cvs-1.6Theo de Raadt
1995-12-18Added support for using a special makefile: Makefile.bsd-wrapper whenNiklas Hallqvist
available. This will help having imported software in the tree without needing to munge the standard Makefile.
1995-12-18identd incorrectly prefixed a space to the userid/username; fromTheo de Raadt
mouse@Collatz.McRCIM.McGill.EDU; netbsd pr#1848
1995-12-18-Werror is too strong, and causes too many headaches in a source treeTheo de Raadt
that is being modified all the time.
1995-12-18i believe i took care of the 32bit and alignment issues, so the comment can ↵Theo de Raadt
go away
1995-12-18enable multicast, so that multicast packets can flow through ppp links. idea ↵Theo de Raadt
from freebsd
1995-12-18from netbsdTheo de Raadt
1995-12-18cgtwo only exists on vmes; and thus only sun4 (we will deal withTheo de Raadt
the sun4/600 later)
1995-12-18fix fb_setsize() to set width/height for P4 frame buffersTheo de Raadt
now rconsole works on all P4 frame buffers
1995-12-18numerous improvements by arnej@pvv.unit.no, david@city.ac.uk, and myself.Theo de Raadt
complain less in normal situations, and deal better with netgroups, YP, ssh configuration files, and other rather normal configurations.
1995-12-18reset prompt on cd, pushd, and popdTheo de Raadt
1995-12-18update from netbsdTheo de Raadt
1995-12-18from netbsd:Theo de Raadt
Add PTRDIFF_IS_LONG and SIZEOF_IS_ULONG config entries for (32-bit) mips
1995-12-18pmax trash from netbsdTheo de Raadt
1995-12-18alpha and mips architectures use lorder.sh.gnmTheo de Raadt
1995-12-18from netbsd:Theo de Raadt
run nm once; also check dependencies for 'G' (gp-relative constant pool) and 'R' (readonly data)
1995-12-18update from netbsdTheo de Raadt
1995-12-18use ufs_daddr_t; another time_t cleanupTheo de Raadt
1995-12-18from ghudson:Theo de Raadt
fdescfs now provides . and .. entries, so remove the comment about them not being there.
1995-12-18/etc/ifaliases support by randy@zyzzyva.comTheo de Raadt
1995-12-18add ppp stuff from distribution; someone should look at integrating whatTheo de Raadt
the freebsd people have (way nicer)
1995-12-18install a /var/crash/minfree, of 4096, as suggested by david@city.ac.ukTheo de Raadt
1995-12-18Use 115200 for IIci's serial clock constant, too. Wierd that it ever workedbriggs
otherwise...
1995-12-17Change name of des_set_key to des_set_key_schedule as to not interfere withThorsten Lockert
different implementation used by multiple binaries
1995-12-17Do not use setreuid()Thorsten Lockert
1995-12-17Enable non-master kerberos services by defaultThorsten Lockert
1995-12-17Only create symlink if it does not existThorsten Lockert
1995-12-17from netbsdTheo de Raadt