summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2001-09-24Kill accidentally duplicated option inet6. This option has noHeikki Korpela
meaning on OpenBSD. itojun@ ok
2001-09-24Rename __minbrk to minbrk to allow gmon.c to link correctly.Artur Grabowski
XXX - The fix should be the other way around - make all other archs match sparc64.
2001-09-24Force memory model to medlow for profiling.Artur Grabowski
espie@ ok.
2001-09-24Somewhat more extensive detailMarc Espie
2001-09-24document that PT101 should more or less work...Marc Espie
2001-09-24Better wordingMarc Espie
2001-09-24get rid of kvtop, not that it matters that muchMichael Shalayeff
2001-09-24don't rely on <unistd.h> for getopt(3) extern variable declarations;Kevin Steves
for portable. ok deraadt@