Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-01-02 | Perl should build on the powerpc port now, I will build statically | Dale S. Rahn | |
instead of trying to build dynamically and fail. | |||
1997-01-02 | DESTDIR already set. | etheisen | |
1997-01-02 | prevent system from suspend/standby twice. | Michael Shalayeff | |
(netbsd pr#3005, yasufu-i@is.aist-nara.ac.jp) | |||
1997-01-02 | pulled out the duplicated, conditional code from both kern/vfs_syscalls.c | Michael Shalayeff | |
and compat/common/vfs_syscalls_43.c and placed a single copy of that code into miscfs/union/union_subr.c (seemed like a good place to put it, since it's union-fs related). as a side effect you can build unionfs in lkm. (netbsd pr#2950, Paul Goyette <paul@pgoyette.bdt.com>) | |||
1997-01-02 | PPP_BSDCOMP not PPP_BSD_COMP | Michael Shalayeff | |
1997-01-02 | do not confuse readdisklabel callers | Theo de Raadt | |
1997-01-02 | Current differences between development tree and checked in tree. | Dale S. Rahn | |
Reason these are not checked in: Wide affecting change that would be "incorrect" for other ports. Build issues that do not have final solutions Misc other changes. (Some cross compilations issues) | |||
1997-01-02 | Current information about port status. | Dale S. Rahn | |
1997-01-02 | adding files previously missing. | Dale S. Rahn | |
The reg.h file may not be complete, currently the port does not support ptrace. | |||
1997-01-01 | add a comment about how to configure pci pcmcia chips (from stefan grefen | Thomas Graichen | |
- the original author of the NetBSD pcmcia stuff) p.s.: this way i got my notebook working with pcmcia | |||
1997-01-01 | remove unneded space in printf (only cosmetic) | Thomas Graichen | |
1997-01-01 | don't count on MFS in add_blkdev_randomness | Michael Shalayeff | |
1997-01-01 | Get blktochr() from sun3/sun3/conf.c | briggs | |
1997-01-01 | Prototypes for mountroot, etc. are now in sys/systm.h--use ufs/ffs/ffs_extern.h | briggs | |
for ffs_mountroot proto. | |||
1997-01-01 | Supply full path on 'include' lines for config. | briggs | |
1996-12-31 | sync with 17-Dec-1996 | kstailey | |
1996-12-31 | removed unused CTL_MACHDEP stuff | kstailey | |
1996-12-29 | don't strip boot.com on install | Thomas Graichen | |
1996-12-29 | be more consistent when printing the memory values at bootup - now also | Thomas Graichen | |
the BIOS mem stuff is printed in bytes - like the other values too | |||
1996-12-29 | add some comments to some things we removed to get also more broken | Thomas Graichen | |
keyboards working | |||
1996-12-28 | changed __NetBSD__ to __OpenBSD__ | kstailey | |
1996-12-28 | Fix prerequisite test, still need to check why NODEV bufs comes here. | Niklas Hallqvist | |
1996-12-28 | add OpenBSD tag to files. | Dale S. Rahn | |
1996-12-28 | adding OpenBSD tag to files. | Dale S. Rahn | |
1996-12-28 | Adding OpenBSD tags to files. | Dale S. Rahn | |
1996-12-28 | Adding OpenBSD tags to files. | Dale S. Rahn | |
1996-12-28 | Changes necessary to make the kernel compile and boot. | Dale S. Rahn | |
Some merging with NetBSD port. | |||
1996-12-28 | add necessary file for powerpc port. | Dale S. Rahn | |
It would be really nice if this was a "standard" libkern function. | |||
1996-12-28 | Got an NCR controller too now | Thorsten Lockert | |
1996-12-28 | Switch to pcvt for console | Thorsten Lockert | |
1996-12-27 | new NetBSD file; #include from <machine/cpu.h> on m68k boxen | kstailey | |
1996-12-27 | merged into autoconf.h and control.h | kstailey | |
1996-12-27 | merged into if_le.c | kstailey | |
1996-12-26 | compile, Makefile rebuild | Michael Shalayeff | |
1996-12-25 | smaller code | Theo de Raadt | |
1996-12-24 | sync with NetBSD | kstailey | |
1996-12-24 | new NetBSD file | kstailey | |
1996-12-24 | test kernel for wglen driver | Theo de Raadt | |
1996-12-24 | nearly working driver for wglen serial card | Theo de Raadt | |
1996-12-24 | for the moment, yammer a bit more | Theo de Raadt | |
1996-12-24 | call all irq routines | Theo de Raadt | |
1996-12-24 | reclaim NFSMNT_RESVPORT bit, and add more traditional attribute cache ↵ | dm | |
timeout flags | |||
1996-12-24 | Make termination of objects wait for possible collapses before altering | Niklas Hallqvist | |
the object's shadow linkage. Also note that the object is going to die so that a possible collapse can finish early. | |||
1996-12-24 | deal with the 2340 lie in the right place, i think | Theo de Raadt | |
1996-12-23 | no panic on ppp down/retry | Michael Shalayeff | |
1996-12-23 | use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary types | Theo de Raadt | |
1996-12-23 | i think this fixes COMPAT_ULTRIX | Theo de Raadt | |
1996-12-23 | use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary types | Theo de Raadt | |
1996-12-23 | Import of Openfirmware device drivers for PowerPC port. | Dale S. Rahn | |
From NetBSD, with modification to get current time in kernel. | |||
1996-12-22 | removed netbsd refs from "clean" target | kstailey | |