summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-01-11We run OpenBSDNiklas Hallqvist
1997-01-10Use "locore.S" versions of block io operations.Per Fogelstrom
They handle unaligned memory references.
1997-01-10Correct a panic condition hitting on machines with NBPG != ffs blocksize,Niklas Hallqvist
plus having a large bufpages value compared to nbuf.
1997-01-10one-line fix so fdisk knows that partitions marked 0x0B are Win95/FAT32jkatz
1997-01-10use opendev(3) + man page correctionkstailey
1997-01-10Leading underscores... Actually, they really DID fuck this up on the MIPSetheisen
and PPC platforms... Everyone else has _leading!
1997-01-10Change 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-10UNIX3.0 -> 3.0BSD in history sectionkstailey
1997-01-09Now that ELF symbols are working (not leading '_'), dont put themDale S. Rahn
in for these symbols either.
1997-01-09max -> min typoTobias Weingartner
1997-01-09HTTP fetches would always loop indefinitelyNiklas Hallqvist
1997-01-09Closing down on the last few differences between the build areaDale S. Rahn
and the checked in source.
1997-01-09Fix the SALIB dependancies correctly so that it builds and locatesDale 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-09allow gdb to configure on powerpc port.Dale S. Rahn
1997-01-09ignore new kernelDale S. Rahn
1997-01-09remove bpfa and bpfb, didnt know how to make device with minor of 'a' and 'b'.Dale S. Rahn
1997-01-09Changes to shrink kc filesystem, remove update from dot.profileDale S. Rahn
and remove an extra file.
1997-01-09Add 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-09add support for ELF in crunch, for crunchgen this meansDale S. Rahn
do not add a leading underscore to symbol names. Indicated to crunchgen by a "-E" option.
1997-01-09minimal kernel to fit on kc boot floppy.Dale S. Rahn
1997-01-09Booting OpenBSD not NetBSD.Dale S. Rahn
Change the print to reflect that.
1997-01-09ELF does not use the leading '_' on any port, not just MIPS.Dale S. Rahn
1997-01-09port is powerpc not, ppc.Dale S. Rahn
Make the defines so.
1997-01-09support resident page count.Dale S. Rahn
Attempt at least, pmap doesn't allow for exact tracking.
1997-01-09adding further support.Dale S. Rahn
1997-01-09kernel is bsd not netbsdDale S. Rahn
1997-01-08If config-file is not starting with /, consider it to be aNiklas Hallqvist
relative path.
1997-01-08"Too much paranoia" + fake domain in anonftp password as some stupid sitesNiklas Hallqvist
requires it to at least look sensible.
1997-01-08svr4 should support the svr3 style fcntl-cmd name F_GETLK_SVR3Niklas Hallqvist
1997-01-08Include mk files specified in EXTRA_SYS_MK_FILES. Needed for the portsNiklas Hallqvist
mechanism. This was the least intrusive way we found to solve the problem of getting ports' Makefiles have bsd.own.mk included.
1997-01-08note elvis bornMichael Shalayeff
1997-01-07backed out prev. netbsd merge except for smaller proc tablekstailey
1997-01-07some strlen(constant) -> sizeof(ditto) - 1, plus make ftp://host/path workNiklas Hallqvist
1997-01-07Return exit status != 0 if any transfers fail in the commandlineNiklas Hallqvist
specified file fetch mode. Makes backup locations in the ports system work.
1997-01-07Add missing files from last commit (the one of 12-Dec- 1996) that preventedimp
configuring of gdb on mips platforms. Thanks to Thomas Graichen for pointing out they were missing.
1997-01-07Document the exit valuesNiklas Hallqvist
1997-01-07Return a sane return value so the bsd.port.mk conditions workNiklas Hallqvist
1997-01-07DOH! Fixing big endian broke little..Niklas Hallqvist
1997-01-07don't use LDADD+=-ltermlib on the mips - because it causes problemsThomas Graichen
with the linker (weak symbols)
1997-01-07add elf2aout to the mips machines - i would like to keep both of themThomas Graichen
on both (pmax and arc) - because this way it is easy to build kernels for eachother
1997-01-07getpagesize(2) -> getpagesize(3)kstailey
1997-01-07Fix for final ptdi panic on i386Thorsten Lockert
1997-01-06Allow device names to be four characters (eg mcd0 or acd0). -mojMats O Jansson
1997-01-06add -r switch for onlcr translationMichael Shalayeff
1997-01-06Fix these for big endian systemsNiklas Hallqvist
1997-01-05OpenBSD tagsThorsten Lockert
1997-01-05malloc(3) paper by phk; from FreeBSDThorsten Lockert
1997-01-05Integrate latest malloc(3) from FreeBSDThorsten Lockert
1997-01-05typo, kleink@layla.inka.deTheo de Raadt
1997-01-05mention rfc1938Todd C. Miller