summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-01-12add sys_pipe.cJason Downs
1997-01-12Be more Posixly correct; from FreeBSDThorsten Lockert
1997-01-12sync and add OpenBSD IDs.Jason Downs
1997-01-12Release version certainly isn't 1.0, not really 2.0 either, but...Dale S. Rahn
1997-01-12Do not link against libcrypt, It no longer exists.Dale S. Rahn
1997-01-12Do not link against libcrypt, It doesn't exists anymore.Dale S. Rahn
1997-01-11Describe boolean capabilites betterand at a better place. It was ratherPer Fogelstrom
difficult to find before.
1997-01-11implement mincore syscall, just like sunos & ultrix compat do.Michael Shalayeff
1997-01-11Support an ONLY_FOR_ARCHS var, that prohibits doing anything for a certainNiklas 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-11Fix PR#2 in a simplistic way. Handle EOF on all getchar()sNiklas Hallqvist
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