Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-04-17 | more devices | Michael Shalayeff | |
1997-04-17 | Fix __STDC__ macro handling of #, only hurt for mkdep not cpp due | gvf | |
to cpp's use of -traditional. NetBSD PR port-m68k/3222. Fix from <horimoto@cs-aoi.cs.sist.ac.jp>. | |||
1997-04-17 | remove *.cat1 on "make realclean" | kstailey | |
1997-04-17 | remove *.cat1 when "make realclean" is invoked | kstailey | |
1997-04-17 | add SCRIPTS = ... | kstailey | |
1997-04-17 | fix start address for first extended filesystem | Niels Provos | |
1997-04-17 | Latest code from Mike + slight fixes. | Jason Downs | |
1997-04-17 | Use HP_425 for id 7, and fix tests in machdep.c. | Jason Downs | |
1997-04-17 | Better machine type identification from Mike Smith | Jason Downs | |
(<miff@spam.frisbee.net.au>). | |||
1997-04-17 | make it clearer bs= (like obs & ibs) is in bytes | Theo de Raadt | |
1997-04-17 | writeable root anyone? | Theo de Raadt | |
1997-04-17 | Add back rd devices. | Jason Downs | |
1997-04-17 | Minor KNF + $OpenBSD$ | Niklas Hallqvist | |
1997-04-17 | not all ports use rd, duh | Theo de Raadt | |
1997-04-17 | Do interrupt time accounting by running interrupt handlers with a seperate | Thorsten Lockert | |
code segment selector (otherwise identical to the standard kernel code selector); idea by Dave Richards <richards@zso.dec.com> | |||
1997-04-17 | Apple's firmware returns 0 from OF_read(stdin,) | briggs | |
if no characters are available. Deal with it. | |||
1997-04-17 | I had rcs-openbsd.pl have its way here | Niklas Hallqvist | |
1997-04-17 | make unconnected sockets get a random port #, too | Theo de Raadt | |
1997-04-17 | add pppd, chat, and /etc/ppp files. (it fits!) | Theo de Raadt | |
1997-04-17 | Removal of race conditions. Inspired by Charles Hannum's | Niklas Hallqvist | |
<mycroft@netbsd.org> reorganization of the vm_collapse logic, although not used verbatim. We no longer collapse objects from the pagedaemon as that is not necessary anymore with the more aggressive collapses that gets done. This also increases performance of loaded systems. Much KNF too. | |||
1997-04-17 | Use the real times returned by dkreadstat(). | Tobias Weingartner | |
The use of FSHIFT and FSCALE need to be reviewed in rpc.rstatd. Does the protocol specify a value for these, or are they system dependant? Currently we pass the kernel values back unmodified, which is not what the protocol specifies. Check sys/param.h and rpcsvc/rstat.x to see. | |||
1997-04-16 | Missing init of a bus_space_tag | Niklas Hallqvist | |
1997-04-16 | make install floppy for snapshot | Theo de Raadt | |
1997-04-16 | no printers on install disk | Theo de Raadt | |
1997-04-16 | add RB_KDB support | Theo de Raadt | |
1997-04-16 | Don't modify variables in the child since we vfork()'d to | Todd C. Miller | |
get there (address space is shared between parent in child in traditional vfork(2)). From FreeBSD (dyson). | |||
1997-04-16 | add ext2fs | Theo de Raadt | |
1997-04-16 | on floppy, call kernel bsd not bsd.gz | Theo de Raadt | |
1997-04-16 | floppy.fs | Theo de Raadt | |
1997-04-16 | cleanup from danny@freebsd | Theo de Raadt | |
1997-04-16 | map two pages of Sysmap rather than 1. | flipk | |
fixes ramdisk loading problem (kernel > 4M). some comments. | |||
1997-04-16 | Add a proper version number ala other ports, and clean up various parts of | Jason Downs | |
the Makefiles. Lots more to do... | |||
1997-04-16 | typo | Theo de Raadt | |
1997-04-16 | Merge portions of NetBSD up to 970415. | Jason Downs | |
This includes: * All of the prototyping and KNF changes. * The new interrupt system. * Portions of the Domain Keyboard support from Mike Smith. This does not include: * m68k changes, namely generic dumps. Various sundry changes and fixes by me. | |||
1997-04-16 | fix cut 'n' paste | Jason Downs | |
1997-04-16 | Multiple include protection. | Jason Downs | |
1997-04-16 | clean more | Theo de Raadt | |
1997-04-16 | Changes up to NetBSD 970415. | Jason Downs | |
1997-04-16 | exec() changes. | Jason Downs | |
1997-04-16 | Don't source /etc/rc.securelevel if it doesn't exist and be | Todd C. Miller | |
more verbose when upping the securelevel. | |||
1997-04-16 | Sync with NetBSD (lukem): | Todd C. Miller | |
* differentiate between being connected, and being logged in * cleanup some text messages * support username & password ftp URLs (ftp://user:pass@host/) in non-proxy situations; assume proxy supports it for proxy situations. * cd to / before performing any autofetch transfers | |||
1997-04-16 | Make mkioctls obey the DESTDIR environment variable. | Todd C. Miller | |
From NetBSD (leo). | |||
1997-04-16 | Use _PATH_DEFTAPE not DEFTAPE in mt(1) | Todd C. Miller | |
Remove DEFTAPE from <sys/mtio.h> and guard against multiple inclusion. | |||
1997-04-16 | _PATH_DEFTAPE is now defined in <paths.h> | Todd C. Miller | |
Change man page to reflect new default tape drive (/dev/rst0) | |||
1997-04-16 | No need for "pathnames.h" now that _PATH_DEFTAPE is in <paths.h> | Todd C. Miller | |
Fix rmt -> rst in man page and change ".Nm restore" -> ".Nm" | |||
1997-04-16 | Change rmt -> rst and use _PATH_DEFTAPE as default file if none is | Todd C. Miller | |
specified. | |||
1997-04-16 | <paths.h> now includes _PATH_DEFTAPE. Change rmt0 -> rst0 in man page. | Todd C. Miller | |
From NetBSD (lukem). | |||
1997-04-16 | Add _PATH_DEFTAPE | Todd C. Miller | |
1997-04-16 | build ramdisk using vnd. rd builds suck (can you say race?) | Theo de Raadt | |
1997-04-16 | repair rdroot | Theo de Raadt | |