Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-04-20 | New POSIX 1003.1b syscalls; from pk@NetBSD | Thorsten Lockert | |
1997-04-20 | Allow kern_clock.c to see interrupt frames on i386 | Thorsten Lockert | |
1997-04-20 | Add new POSIX 1003.1b related syscalls; from pk@NetBSD | Thorsten Lockert | |
1997-04-20 | Add new POSIX 1003.1b related syscalls; from pk@NetBSD | Thorsten Lockert | |
1997-04-20 | Add macros and types needed for POSIX 1003.1b timers | Thorsten Lockert | |
1997-04-20 | Add new clock related types; from NetBSD | Thorsten Lockert | |
1997-04-20 | Add POSIX 1003.1b-1993 | Thorsten Lockert | |
1997-04-20 | indentation | Michael Shalayeff | |
1997-04-20 | flush | Theo de Raadt | |
1997-04-20 | support for -o port=N; provos | Theo de Raadt | |
1997-04-20 | typo | Niklas Hallqvist | |
1997-04-20 | typo | Niklas Hallqvist | |
1997-04-20 | Use ${ALPHA} instead of ../.. | Niklas Hallqvist | |
1997-04-20 | Added ${MAKE} distribution for ypinit in distribution-etc-root-var. -moj | Mats O Jansson | |
1997-04-20 | Added scripts to be used from cron to make sure a slave server is up to date. | Mats O Jansson | |
-moj | |||
1997-04-20 | Added man page, support for amd.home and ypservers. | Mats O Jansson | |
Integrated some code from ypinit in NetBSD (thorpej@netbsd.org). | |||
1997-04-20 | do not want awk | Theo de Raadt | |
1997-04-20 | install targets | Theo de Raadt | |
1997-04-20 | build it all | Theo de Raadt | |
1997-04-20 | line#/column# changed at 2.7, not 2.9; grr | Theo de Raadt | |
1997-04-20 | sparc/sun3 labels want cyl-alignment; grr | Theo de Raadt | |
1997-04-20 | Pull in systm.h, need printf() prototype. | Jason Downs | |
1997-04-20 | sendmail 8.9.1 | Thorsten Lockert | |
1997-04-20 | My new toy | Thorsten Lockert | |
1997-04-20 | Make -Wall work. | Jason Downs | |
1997-04-20 | Add a prototype for susword(). | Jason Downs | |
1997-04-19 | Fix a compile warning | Thorsten Lockert | |
1997-04-19 | Changed ``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.c | Thorsten Lockert | |
1997-04-19 | strncpy paranoia, how much do you trust getpwent? | Theo de Raadt | |
1997-04-19 | use mkstemp | Theo de Raadt | |
1997-04-19 | more buffer cache please | Theo de Raadt | |
1997-04-19 | force readonly, heh | Theo de Raadt | |
1997-04-19 | replace -r (disable Rockridge extensions) with -R .. | flipk | |
"-r" for all "mount*" is reserved for read-only flag. | |||
1997-04-19 | We use /etc/mk.conf not /etc/make.conf. | Todd C. Miller | |
1997-04-19 | getopt() returns an int, not a char. [thorpej] | kstailey | |
1997-04-19 | getopt() returns an int, not a char. (thorpej) | kstailey | |
1997-04-19 | thorpej: | kstailey | |
getopt() returns an int, not a char. | |||
1997-04-19 | thorpej: | 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-19 | Fix 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-19 | constrain to MAXHOSTNAMELEN-1 not MAXDNAME, duh | Theo de Raadt | |
1997-04-19 | change time() to gettimeofday() | Niels Provos | |
1997-04-19 | make things more complicated. | Niels Provos | |
1997-04-19 | We have a visual report with high confidence that Joshua's words actually | gene | |
were: A STRANGE GAME. THE ONLY WINNING MOVE IS NOT TO PLAY. (but, nobody likes all caps anyway) | |||
1997-04-19 | add /sys/arch to $cdpath so "cd i386" etc. works | kstailey | |
1997-04-18 | Change via NetBSD via Scott Reynolds via Takashi Namada who provided the | gene | |
original baseline for these changes. "Make sure to call adbop() on Power Manager-based machines." Also, substantical cleanup and beautification. | |||
1997-04-18 | More fixes from Scott Reynolds: | gene | |
>For small writes, use PIO rather than PDMA; this increases the reliability >of the driver (considerably, on some systems/targets). | |||
1997-04-18 | move #includes to top; is | Theo de Raadt | |
1997-04-18 | Use the new genassym.cf method of generating the assym.h file. | Dale S. Rahn | |