summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-04-21Take care when accessing DAFB--some quadra-class machines use other videobriggs
controllers.
1997-04-21don't forget $(SACFLAGS)Michael Shalayeff
1997-04-20Move hp300 rdsetroot.c to top level common directory, the one copy shouldJason Downs
be used by all ports.
1997-04-20fix typo (jtc@netbsd.org)Todd C. Miller
1997-04-20Incorporate some NetBSD changes:Todd C. Miller
tip.c getchar() returns an int [important since EOF == -1] (thorpej) Set CLOCAL if dc flag is set (mellon) tip.h Change booleans from char to short so that comparisons against negative values work as expected on systems with unsigned chars. (thorpej) Add boolean for dc flag (mellon) hunt.c Set O_NONBLOCK if dc flag set. Don't set HUPCL if dc flag is set. (mellon) remote.c Add boolean for dc flag (mellon)
1997-04-20Remove hack to work around make(1) bug now that the make(1)Todd C. Miller
change in question has been backed out.
1997-04-20Back out the following change since it introduces an ordering problem:Todd C. Miller
in compat mode, expand .USE before evaluating the list of targets, instead of doing .USE expansions on demand, because they can cause tree restructuring.
1997-04-20New POSIX 1003.1b syscalls; from pk@NetBSDThorsten Lockert
1997-04-20Allow kern_clock.c to see interrupt frames on i386Thorsten Lockert
1997-04-20Add new POSIX 1003.1b related syscalls; from pk@NetBSDThorsten Lockert
1997-04-20Add new POSIX 1003.1b related syscalls; from pk@NetBSDThorsten Lockert
1997-04-20Add macros and types needed for POSIX 1003.1b timersThorsten Lockert
1997-04-20Add new clock related types; from NetBSDThorsten Lockert
1997-04-20Add POSIX 1003.1b-1993Thorsten Lockert
1997-04-20indentationMichael Shalayeff
1997-04-20flushTheo de Raadt
1997-04-20support for -o port=N; provosTheo de Raadt
1997-04-20typoNiklas Hallqvist
1997-04-20typoNiklas Hallqvist
1997-04-20Use ${ALPHA} instead of ../..Niklas Hallqvist
1997-04-20Added ${MAKE} distribution for ypinit in distribution-etc-root-var. -mojMats O Jansson
1997-04-20Added scripts to be used from cron to make sure a slave server is up to date.Mats O Jansson
-moj
1997-04-20Added man page, support for amd.home and ypservers.Mats O Jansson
Integrated some code from ypinit in NetBSD (thorpej@netbsd.org).
1997-04-20do not want awkTheo de Raadt
1997-04-20install targetsTheo de Raadt
1997-04-20build it allTheo de Raadt
1997-04-20line#/column# changed at 2.7, not 2.9; grrTheo de Raadt
1997-04-20sparc/sun3 labels want cyl-alignment; grrTheo de Raadt
1997-04-20Pull in systm.h, need printf() prototype.Jason Downs
1997-04-20sendmail 8.9.1Thorsten Lockert
1997-04-20My new toyThorsten Lockert
1997-04-20Make -Wall work.Jason Downs
1997-04-20Add a prototype for susword().Jason Downs
1997-04-19Fix a compile warningThorsten Lockert
1997-04-19Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")''Todd C. Miller
Same change doen for SKEY, YP, and KERBEROS5. This allows people to override those setting in /etc/mk.conf.
1997-04-19.depend needs cpuconf.cThorsten Lockert
1997-04-19strncpy paranoia, how much do you trust getpwent?Theo de Raadt
1997-04-19use mkstempTheo de Raadt
1997-04-19more buffer cache pleaseTheo de Raadt
1997-04-19force readonly, hehTheo de Raadt
1997-04-19replace -r (disable Rockridge extensions) with -R ..flipk
"-r" for all "mount*" is reserved for read-only flag.
1997-04-19We use /etc/mk.conf not /etc/make.conf.Todd C. Miller
1997-04-19getopt() returns an int, not a char. [thorpej]kstailey
1997-04-19getopt() returns an int, not a char. (thorpej)kstailey
1997-04-19thorpej:kstailey
getopt() returns an int, not a char.
1997-04-19thorpej:kstailey
icmpcode() returns an int, and, more importantly, -1 on failure. So, make this work on systems with unsigned chars by placing the return value of icmpcode() in a temporary variable, checking for failure, and then only setting fil.fr_icode (a char) upon success.
1997-04-19Fix return with missin value...Per Fogelstrom
1997-04-19-Wall cleanup.Per Fogelstrom
Change to new MI assym.h file generation. (genassym.cf)
1997-04-19constrain to MAXHOSTNAMELEN-1 not MAXDNAME, duhTheo de Raadt
1997-04-19change time() to gettimeofday()Niels Provos