Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-09-25 | synch | Marc Espie | |
2001-09-25 | link gnu files in. | Marc Espie | |
2001-09-25 | shared 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-25 | Add /usr/share/gnu, for sharing config.guess, config.sub and other files | Marc Espie | |
in $ac_aux_dir. | |||
2001-09-25 | Add a bunch of relocation types. | Artur Grabowski | |
2001-09-25 | Zero out dl_data before populating it. | Artur Grabowski | |
Cleaner populating of dl_data. | |||
2001-09-25 | Do mmap the right way. | Artur Grabowski | |
2001-09-25 | Another attempt at getting this right. This time, play safe. | Artur Grabowski | |
2001-09-25 | Fix USB specifications url. | Peter Valchev | |
2001-09-25 | make /var/empty | Theo de Raadt | |
2001-09-25 | use /var/empty | Theo de Raadt | |
2001-09-25 | popa3d pieces | Theo de Raadt | |
2001-09-25 | shh, no point in printing useless kernel messages. | Dale Rahn | |
2001-09-24 | Some cleanup. | Artur Grabowski | |
2001-09-24 | Some voodoo for bootstrapping sparc64. | Artur Grabowski | |
2001-09-24 | Get the bootstrapping right. | Artur Grabowski | |
2001-09-24 | Proper RELOC_RELA for bootstrap. | Artur Grabowski | |
2001-09-24 | sparc64 needs slightly different flags. | Artur Grabowski | |
2001-09-24 | Just one relocation type (needed for ld.so) right now. | Artur Grabowski | |
2001-09-24 | fix back the kbd, sorry | Michael Shalayeff | |
2001-09-24 | Do 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-24 | Adapt to _dl_boot_bind change. | Artur Grabowski | |
2001-09-24 | API change between asm code and _dl_boot_bind(). Simply and | Dale Rahn | |
reduce number of parameters. Alpha changes coming shortly. | |||
2001-09-24 | Bring the sparc64 installation notes in better shape, and closer to | Miod Vallat | |
reality. Thanks to jason@ for hints and feedback. | |||
2001-09-24 | OpenSSH_2.9.9 | Markus Friedl | |
2001-09-24 | Why make things simple when you can make them overcomplicated, etc. Doh. | Miod Vallat | |
Much cleaner this way... | |||
2001-09-24 | NOPIC on sparc64 | Jason Wright | |
2001-09-24 | get previous right... | Jason Wright | |
2001-09-24 | add hack for sha1.po on sparc64, too | Jason Wright | |
2001-09-24 | Add sparc64 to allarchs target. sparc64 notes updates are coming soon. | Miod Vallat | |
2001-09-24 | Sync with m4.common macro usage. | Miod Vallat | |
2001-09-24 | Sync 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-24 | Some 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-24 | One more powerpc->macppc conversion issue. | Miod Vallat | |
2001-09-24 | The 'newgrp' alias is explicitly disabled in our ksh, so do not mention | Camiel Dobbelaar | |
it in the manpage. ok millert@ | |||
2001-09-24 | Do not document stuff that will be automatic. | Camiel Dobbelaar | |
From deraadt@ | |||
2001-09-24 | Use setboolean for -h flag instead of casting things by hand. | Todd C. Miller | |
2001-09-24 | dl_data is at the start of the stack, not after env. load loff. | Artur Grabowski | |
Now _dl_boot starts correctly. | |||
2001-09-24 | Reset the error return value if the cached TDB matches the | Angelos D. Keromytis | |
policy. Pointed out by jdmcbride@iol.ie | |||
2001-09-24 | Use splimp instead of splnet in some places. | Artur Grabowski | |
I don't understand why, but it helps stability a lot. | |||
2001-09-24 | profiling now works | Artur Grabowski | |
2001-09-24 | support sparc64 | Artur Grabowski | |
2001-09-24 | Kill accidentally duplicated option inet6. This option has no | Heikki Korpela | |
meaning on OpenBSD. itojun@ ok | |||
2001-09-24 | Rename __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-24 | Force memory model to medlow for profiling. | Artur Grabowski | |
espie@ ok. | |||
2001-09-24 | Somewhat more extensive detail | Marc Espie | |
2001-09-24 | document that PT101 should more or less work... | Marc Espie | |
2001-09-24 | Better wording | Marc Espie | |
2001-09-24 | get rid of kvtop, not that it matters that much | Michael Shalayeff | |
2001-09-24 | don't rely on <unistd.h> for getopt(3) extern variable declarations; | Kevin Steves | |
for portable. ok deraadt@ |