Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-01-13 | use the cpu_exec from the arc | Thomas Graichen | |
1997-01-13 | first try of an OpenBSD/pmax GENERIC kernel (config file) | Thomas Graichen | |
1997-01-13 | now also the pmax builds with the in-tree ld using an ld.script similar | Thomas Graichen | |
to the arc | |||
1997-01-13 | my pmax (decstation 5000/200) | Thomas Graichen | |
1997-01-13 | type change to make it compile on the pmax of now | Thomas Graichen | |
1997-01-13 | Import compat_m68k4k from NetBSD | Niklas Hallqvist | |
1997-01-13 | small changes to get it compiled on the pmax (does'nt affect anything else) | Thomas Graichen | |
1997-01-13 | <pmax/xxx> -> <machine/xxx> | Thomas Graichen | |
<mips/xxx> -> <machine/xxx> ... plus missing files from arc | |||
1997-01-13 | Misc installation notes for installing the powerpc port. | Dale S. Rahn | |
Probably will change greatly or be moved eventually. | |||
1997-01-13 | leds-extern.h -> ledsvar.h | kstailey | |
1997-01-13 | back-panel LED control device derived from code by der Mouse | kstailey | |
1997-01-12 | Fix core dump and use libc err(3) instead of private one (which had | Todd C. Miller | |
slightly different semantics). Also clean up some gcc -Wall'isms. | |||
1997-01-12 | Mostly sync to NetBSD-current of 011196. Compiles, links, boots to single | Jason Downs | |
user. KNOWN NOT WORKING: * DIO-II devices * Dynamic executables NOT EVEN TRIED: * New config support | |||
1997-01-12 | protect against multiple includes | Jason Downs | |
1997-01-12 | add sys_pipe.c | Jason Downs | |
1997-01-12 | Be more Posixly correct; from FreeBSD | Thorsten Lockert | |
1997-01-12 | sync and add OpenBSD IDs. | Jason Downs | |
1997-01-12 | Release version certainly isn't 1.0, not really 2.0 either, but... | Dale S. Rahn | |
1997-01-12 | Do not link against libcrypt, It no longer exists. | Dale S. Rahn | |
1997-01-12 | Do not link against libcrypt, It doesn't exists anymore. | Dale S. Rahn | |
1997-01-11 | Describe boolean capabilites betterand at a better place. It was rather | Per Fogelstrom | |
difficult to find before. | |||
1997-01-11 | implement mincore syscall, just like sunos & ultrix compat do. | Michael Shalayeff | |
1997-01-11 | Support an ONLY_FOR_ARCHS var, that prohibits doing anything for a certain | Niklas Hallqvist | |
port except for certain architectures. If OBJMACHINE is set set WRKDIR to work.${MACHINE}. Fix a shell construct which pdksh interprets differently than ash as it was written. Make bsd.own.mk be auto-included in make(1) invocations below this one. | |||
1997-01-11 | Fix PR#2 in a simplistic way. Handle EOF on all getchar()s | Niklas Hallqvist | |
1997-01-11 | We run OpenBSD | Niklas Hallqvist | |
1997-01-10 | Use "locore.S" versions of block io operations. | Per Fogelstrom | |
They handle unaligned memory references. | |||
1997-01-10 | Correct a panic condition hitting on machines with NBPG != ffs blocksize, | Niklas Hallqvist | |
plus having a large bufpages value compared to nbuf. | |||
1997-01-10 | one-line fix so fdisk knows that partitions marked 0x0B are Win95/FAT32 | jkatz | |
1997-01-10 | use opendev(3) + man page correction | kstailey | |
1997-01-10 | Leading underscores... Actually, they really DID fuck this up on the MIPS | etheisen | |
and PPC platforms... Everyone else has _leading! | |||
1997-01-10 | Change all mips ports to use mips-unknown-openbsd2.0 like gcc does. | imp | |
This should allow for gdb to at least build on pmax, modulo potential platform specific include files. This impacts gas, ld, and other critical system components. Don't build this unless you are happy with your backups, as always for a change of this nature. It works for me on my machine, however. | |||
1997-01-10 | UNIX3.0 -> 3.0BSD in history section | kstailey | |
1997-01-09 | Now that ELF symbols are working (not leading '_'), dont put them | Dale S. Rahn | |
in for these symbols either. | |||
1997-01-09 | max -> min typo | Tobias Weingartner | |
1997-01-09 | HTTP fetches would always loop indefinitely | Niklas Hallqvist | |
1997-01-09 | Closing down on the last few differences between the build area | Dale S. Rahn | |
and the checked in source. | |||
1997-01-09 | Fix the SALIB dependancies correctly so that it builds and locates | Dale S. Rahn | |
the library. Fix alloc.c so that the piece allocated is of the "correct" size for the current allocation by splitting the buffer. This was required so that free would work correctly if a large buffer was allocated, then freed, the allocated again with a small allocation. | |||
1997-01-09 | allow gdb to configure on powerpc port. | Dale S. Rahn | |
1997-01-09 | ignore new kernel | Dale S. Rahn | |
1997-01-09 | remove bpfa and bpfb, didnt know how to make device with minor of 'a' and 'b'. | Dale S. Rahn | |
1997-01-09 | Changes to shrink kc filesystem, remove update from dot.profile | Dale S. Rahn | |
and remove an extra file. | |||
1997-01-09 | Add the ablity to hide symbols on ELF/OLF objects. | Dale S. Rahn | |
This is a first cut at the symbol hiding process for ELF. The current method will not work properly on mips. It has been tested for powerpc and should work on alpha. The problem with mips is due to the standard PIC compilation. | |||
1997-01-09 | add support for ELF in crunch, for crunchgen this means | Dale S. Rahn | |
do not add a leading underscore to symbol names. Indicated to crunchgen by a "-E" option. | |||
1997-01-09 | minimal kernel to fit on kc boot floppy. | Dale S. Rahn | |
1997-01-09 | Booting OpenBSD not NetBSD. | Dale S. Rahn | |
Change the print to reflect that. | |||
1997-01-09 | ELF does not use the leading '_' on any port, not just MIPS. | Dale S. Rahn | |
1997-01-09 | port is powerpc not, ppc. | Dale S. Rahn | |
Make the defines so. | |||
1997-01-09 | support resident page count. | Dale S. Rahn | |
Attempt at least, pmap doesn't allow for exact tracking. | |||
1997-01-09 | adding further support. | Dale S. Rahn | |
1997-01-09 | kernel is bsd not netbsd | Dale S. Rahn | |