summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1995-12-21from netbsd:Theo de Raadt
Use explicit integer sizes. Adjust constraints for GCC 2.7.2. parts by niklas
1995-12-21from netbsd; repair last commit, do not forget to remove the _symbol_ temp fileTheo de Raadt
1995-12-21from netbsd:Theo de Raadt
Fix from Lite-2: when reloading the file system, save fs_maxcluster and the old summary structure pointers, and recalculate cluster per cyl. grp. information.
1995-12-21from netbsd; Rearrange to avoid sign problems with GCC.Theo de Raadt
1995-12-21from netbsd; limit the flags that get passed to cppTheo de Raadt
1995-12-21from netbsd; memory mapped clock functions for a startTheo de Raadt
1995-12-21from netbsd; cpp botch repairTheo de Raadt
1995-12-21from netbsd: some versions of strip generate a new file; thus we shouldTheo de Raadt
re-open the file before doing chown/chmod operations on it.
1995-12-21from netbsd; in swapin() do process queue removal at splstatclock instead of ↵Theo de Raadt
splhigh
1995-12-21from cgd; handle 64-bit pointers and longsTheo de Raadt
1995-12-21from netbsd; cpu_setstack() is depricatedTheo de Raadt
1995-12-21from netbsd; do not declare private copy of syscallargTheo de Raadt
1995-12-21from netbsd; use sys_signame[] where possibleTheo de Raadt
1995-12-21Make libg++ compileable with recent GCC versions. This means:Niklas Hallqvist
recognize changed name mangling, correct ambiguous overload resolution and adhere to new C++ scoping rules.
1995-12-21Make libg++ compileable with recent GCC versions. This means:Niklas Hallqvist
recognize changed name mangling, correct ambiguous overload resolution and adhere to new C++ scoping rules.
1995-12-21First cut at making a minimal intrusive munge of gcc to fit in a BSDNiklas Hallqvist
framework. This means, provide a Makefile.bsd-wrapper. Remove intermediate files from the source dir. Build them in the obj-dir. Add some Makefile hooks so we can tune the std Makefile for our purpose but still have it behave normal for out-of-tree configurations. Only i386 is supported for now. The other archs will follow soon. This checkin requires an existing makeinfo and a yacc that accepts -o.
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