summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-05-17fix cpp predefines for openbsd/hppaMichael Shalayeff
1998-05-17update kth-tag (the change was not incorporated because it did not affect us)Artur Grabowski
1998-05-17for acct(), vn_open() with O_APPEND flag so that append-only files work;Theo de Raadt
problem pointed out by andrew@untraceable.net
1998-05-17Intercept all targets in cross-modeNiklas Hallqvist
1998-05-17Automatically detect cross-compilation case. If you have an i386Niklas Hallqvist
(well that is the only tested host environment for the time being) and would like to test the support, do this: cd /usr/src make TARGET=vax cd sys/arch/vax/conf config MYKERNEL cd ../compile/MYKERNEL make and you should get a nicely compiled vax kernel. This is WIP, so do not expect robustness quite yet.
1998-05-17ENTRY takes 2 args nowadaysNiklas Hallqvist
1998-05-17Revert to 1.32, in the future CROSSENV will be used with differentNiklas Hallqvist
MAKEOBJDIR values
1998-05-17Fix strncat() usage; Some from cstone@pobox.comTodd C. Miller
It would be better to detect impending oflow, log, and abort though.
1998-05-17include MAKEOBJDIR definition into CROSSENVMichael Shalayeff
1998-05-17define DISKLABELDEV(dev) macroMichael Shalayeff
1998-05-17Unroll that last patch, Theo thinks there's a better way of solvingAngelos D. Keromytis
the problem.
1998-05-16Avoid the SIGALRM/ping DOS attack. From FreeBSD patch by Jason Young.Angelos D. Keromytis
1998-05-16cross-tools cleanup + build the libs tooNiklas Hallqvist
1998-05-16oops; dTheo de Raadt
1998-05-16spelling typoDavid Leonard
1998-05-16remove host defs when getting target onesNiklas Hallqvist
1998-05-16shorten device probe messages to 2 linesTheo de Raadt
1998-05-16call pmap_getport() with correct proto; tronTheo de Raadt
1998-05-16oops this should be one lineTheo de Raadt
1998-05-16put time in network byte order. I thought I fixed this!Theo de Raadt
1998-05-16on 64 bit architectures, tv_sec and tv_usec cause problems when weTheo de Raadt
move them onto the wire - so don't put them on the wire. i thought i fixed this ages ago..
1998-05-16syncimp
1998-05-16Add DeskStation Technology and Evolution RISC PCimp
1998-05-16syncTheo de Raadt
1998-05-16new compaq devsTheo de Raadt
1998-05-15bit nicer description, plus add missing return descDavid Leonard
1998-05-15syncTheo de Raadt
1998-05-15+ opti RM861HATheo de Raadt
1998-05-15syncTheo de Raadt
1998-05-15Update to a newer version of kth-krb.Artur Grabowski
1998-05-15bring up-to-date with new kth-krb (mostly cleanups)Artur Grabowski
Update some copyrights that I seemed to forget.
1998-05-15cleanup and build with -WallArtur Grabowski
1998-05-15cleanup warnings.Artur Grabowski
1998-05-15build with -WallArtur Grabowski
1998-05-15check mallocsArtur Grabowski
1998-05-15be more gentle with buffersArtur Grabowski
1998-05-15don't overflow buffers.Artur Grabowski
1998-05-14move cron to the end so users cannot run cron jobs before the system is all ↵Todd C. Miller
the way up
1998-05-14NetBSD mergeNiklas Hallqvist
1998-05-14cross-gcc improvement, install cc link, and a nice cppNiklas Hallqvist
1998-05-14more careful scanfTheo de Raadt
1998-05-14change debug poke colorsMichael Shalayeff
1998-05-14$OpenBSD$Niklas Hallqvist
1998-05-14random before ra*, and rm -f before mknodNiklas Hallqvist
1998-05-14Use -O2, not -OTodd C. Miller
1998-05-14missing ..Niklas Hallqvist
1998-05-14nicer boot messageMichael Shalayeff
1998-05-14Hey, vax is LE!Niklas Hallqvist
1998-05-14We are OpenBSD. That and international :-)Niklas Hallqvist
1998-05-14Theo made a typoNiklas Hallqvist