summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1997-04-12It helps if MAKEDEV agrees with conf.c.briggs
1997-04-12we don't need NFSMNT_RESVPORT inside of the kernel (pointed out by theo)Thomas Graichen
1997-04-12undo my last commit - theo says NFSMNT_RESVPORT is really not requiredThomas Graichen
1997-04-12remove #ifndef _KERNEL around NFSMNT_RESVPORT:Thomas Graichen
1997-04-12make it compile (missing include of ultrix_util.h - the otherThomas Graichen
1997-04-12use the profile.h from the arc - this way theThomas Graichen
1997-04-12get an unreserved port if not root; required now that rresvport failsJim Rees
1997-04-12theo can't get everything right :-)Thomas Graichen
1997-04-12update to my current config fileThomas Graichen
1997-04-12Different fix for buffer overflow. From Keith Bostic <bostic@bostic.com>Todd C. Miller
1997-04-12Fix from FreeBSD (David Nugent <davidn>)Todd C. Miller
1997-04-12long -> int to fix 64bit issues. This breaks 16bit machines but since we don...Todd C. Miller
1997-04-12Be a bit more specific about EINVAL and negative offsets.Thorsten Lockert
1997-04-12waitpid() can return -1 -- give a useful error message if it does.Todd C. Miller
1997-04-12don't print more directory slashes than user specified on error.michaels
1997-04-12We need to copy the pathnames we get from fgetln() on stdin, as the bufferThorsten Lockert
1997-04-12careful about bad domain/mapnamesTheo de Raadt
1997-04-12bit more careful with mapnames; adam@math.tau.ac.ilTheo de Raadt
1997-04-12botched strncpy, adam@math.tau.ac.ilTheo de Raadt
1997-04-12start of -h (human readable) flag. more to comekstailey
1997-04-12convert mips* to mips so that we find the correct files in configThomas Graichen
1997-04-12configure with --disable-gdbtk - so that gdb will also configureThomas Graichen
1997-04-12reflect the new naming for openbsd: mips*-*-openbsd* instead of mips-*-openbsd*Thomas Graichen
1997-04-12A horrific gruesome hack to remove a splat during obj@ buildsTheo de Raadt
1997-04-12ign some signals for editorTheo de Raadt
1997-04-12support SIGSTOP in editor, I cannot believe this has always been busted!Theo de Raadt
1997-04-12a -> an; soil@quick.netTheo de Raadt
1997-04-12Fixed coredump when passwd file is missing or unavailable.Todd C. Miller
1997-04-12-1 flag enables v1 YP, otherwise it is disabled; from majaTheo de Raadt
1997-04-12bit more care with domainnames, adam@math.tau.ac.ilTheo de Raadt
1997-04-11emacs is dumb too--the $TERM entry that is.Todd C. Miller
1997-04-11If someone pressed a nonprintable character in getsn (eg in boot -c) theMats O Jansson
1997-04-11add NTPkstailey
1997-04-11Various commentsTobias Weingartner
1997-04-11machdep_start has to do esym mucking...Tobias Weingartner
1997-04-11Works with .gz kernels nowTobias Weingartner
1997-04-11Works with .gz kernels nowTobias Weingartner
1997-04-11Works with .gz kernels nowTobias Weingartner
1997-04-11Works with .gz kernels nowTobias Weingartner
1997-04-11Fix out of date phone number for the Netherlands. PR documentation/160gene
1997-04-11 - check existing pid file and don't start up if there is alreadyTodd C. Miller
1997-04-11add tagkstailey
1997-04-11my home PCkstailey
1997-04-11add more partition types. add (non-functional) Extended partition supportTheo de Raadt
1997-04-11OpenBSD tagsNiklas Hallqvist
1997-04-11add support for a script called /etc/rc.shutdownTheo de Raadt
1997-04-11We run OpenBSD, as such our kernel is named /bsd, and copying /netbsd intogene
1997-04-11Update from Cygnus + corrections to OpenBSD recognition by meNiklas Hallqvist
1997-04-10queue handling hacks for chips like aic7860 which have small numbers of SCB's.Theo de Raadt
1997-04-10Error if bsize < fsize. Problem noted by Dieter Dworkin MullerTodd C. Miller