summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-09-25Duh! if we go through the hassle of looking up a symbol it mightArtur Grabowski
be a good idea to actually use the value of the symbol.
2001-09-25Also build the .so version of sha1 without optimization.Dale Rahn
ok jason@
2001-09-25Borrow a big chunk of code from the NetBSD ld.elf_so to do all theArtur Grabowski
basic relocations with a table.
2001-09-25Cleaner hash bucket init and some KNF.Artur Grabowski
2001-09-25Add an ASPICFLAG variable to bsd.own.mk which a platform use to pass flagsDale Rahn
to 'as' to make it compile pic. add defaults for sparc64 which needs picflags set to -fPIC and ASPICFLAGS to -KPIC. Also simplifies the systemcall generation for sparc64 PIC mode. ok epsie@.
2001-09-25remove those for now.Marc Espie
2001-09-25a bit too soon.Marc Espie
2001-09-25let configure script use GNUSYSTEM_AUX_DIRMarc Espie
2001-09-25synchMarc Espie
2001-09-25link gnu files in.Marc Espie
2001-09-25shared files for gnu configure:Marc Espie
- cygnus configure - libtool files - config.guess, config.if, config.sub - mkdirs.sh, install-sh, move-if-change
2001-09-25Add /usr/share/gnu, for sharing config.guess, config.sub and other filesMarc Espie
in $ac_aux_dir.
2001-09-25Add a bunch of relocation types.Artur Grabowski
2001-09-25Zero out dl_data before populating it.Artur Grabowski
Cleaner populating of dl_data.
2001-09-25Do mmap the right way.Artur Grabowski
2001-09-25Another attempt at getting this right. This time, play safe.Artur Grabowski
2001-09-25Fix USB specifications url.Peter Valchev
2001-09-25make /var/emptyTheo de Raadt
2001-09-25use /var/emptyTheo de Raadt
2001-09-25popa3d piecesTheo de Raadt
2001-09-25shh, no point in printing useless kernel messages.Dale Rahn
2001-09-24Some cleanup.Artur Grabowski
2001-09-24Some voodoo for bootstrapping sparc64.Artur Grabowski
2001-09-24Get the bootstrapping right.Artur Grabowski
2001-09-24Proper RELOC_RELA for bootstrap.Artur Grabowski
2001-09-24sparc64 needs slightly different flags.Artur Grabowski
2001-09-24Just one relocation type (needed for ld.so) right now.Artur Grabowski
2001-09-24fix back the kbd, sorryMichael Shalayeff
2001-09-24Do not force polling while cold = 0; from NetBSD, hinted at by fgs@Miod Vallat
While there, bring a couple of bugfixes as well, and fix a typo. This solves the panic during mountroot experienced on some vax and some mac68k machines.
2001-09-24Adapt to _dl_boot_bind change.Artur Grabowski
2001-09-24API change between asm code and _dl_boot_bind(). Simply andDale Rahn
reduce number of parameters. Alpha changes coming shortly.
2001-09-24Bring the sparc64 installation notes in better shape, and closer toMiod Vallat
reality. Thanks to jason@ for hints and feedback.
2001-09-24OpenSSH_2.9.9Markus Friedl
2001-09-24Why make things simple when you can make them overcomplicated, etc. Doh.Miod Vallat
Much cleaner this way...
2001-09-24NOPIC on sparc64Jason Wright
2001-09-24get previous right...Jason Wright
2001-09-24add hack for sha1.po on sparc64, tooJason Wright
2001-09-24Add sparc64 to allarchs target. sparc64 notes updates are coming soon.Miod Vallat
2001-09-24Sync with m4.common macro usage.Miod Vallat
2001-09-24Sync with m4.common macro usage.Miod Vallat
Describe floppyB. Mention that first floppy has no 264 support, while the other one has no non-264 support.
2001-09-24Some tweaks:Miod Vallat
+ removeOpenBSDfloppyB macro, as i386 and alpha need different descriptions for it. + OpenBSDbase and OpenBSDcomp take an optional first parameter to tell if the architecture has shared libraries or not. If it has no shared libraries, don't mention them in the descriptions.
2001-09-24One more powerpc->macppc conversion issue.Miod Vallat
2001-09-24The 'newgrp' alias is explicitly disabled in our ksh, so do not mentionCamiel Dobbelaar
it in the manpage. ok millert@
2001-09-24Do not document stuff that will be automatic.Camiel Dobbelaar
From deraadt@
2001-09-24Use setboolean for -h flag instead of casting things by hand.Todd C. Miller
2001-09-24dl_data is at the start of the stack, not after env. load loff.Artur Grabowski
Now _dl_boot starts correctly.
2001-09-24Reset the error return value if the cached TDB matches theAngelos D. Keromytis
policy. Pointed out by jdmcbride@iol.ie
2001-09-24Use splimp instead of splnet in some places.Artur Grabowski
I don't understand why, but it helps stability a lot.
2001-09-24profiling now worksArtur Grabowski
2001-09-24support sparc64Artur Grabowski