Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-03-22 | Add UID_MAX and GID_MAX | Todd C. Miller | |
1998-03-19 | import the pmax bootblocks uuencoded until someone fixes the boot | Thomas Graichen | |
code to compile (it never compiled in OpenBSD and i aslo couldn't find the sources NetBSD/pmax builds it's bootblocks from) pmax bootblocks should be rewritten anyway to be able to load elf kernels etc. | |||
1998-03-16 | raise NKMEMCLUSTERS a bit to avoid kernel crashes due to kvm shortage | Thomas Graichen | |
on fat kerneles (often reported in the last time) | |||
1998-03-05 | add OpenBSD tag | Mats O Jansson | |
1998-03-05 | please gcc 2.8 | Mats O Jansson | |
1998-03-03 | Add -Wno-main for GCC 2.8 | Niklas Hallqvist | |
1998-02-26 | 150ms delay | Theo de Raadt | |
1998-01-29 | add support for disks and tapes on a second scsi controller (asc1) | Thomas Graichen | |
-> originally from m. hitch -> tested by Andris Strazdins <andzs@latnet.lv> | |||
1998-01-28 | ok - now the full and correct patch for this problem - thanks again to | Thomas Graichen | |
Nino Margetic <nino@well.ox.ac.uk> and Per Kristian Gjermshus <pergj@ifi.uio.no> | |||
1998-01-19 | this hack should fix the date/time problem i (and i think others | Thomas Graichen | |
too :-) see since 1998 on their pmaxes - will check it this evening but it looks so trivial that it must work all this should be reworked to get rid of this stupid way of setting the time ... | |||
1998-01-19 | fix typo which prevented the xserver on some pmax from working | Thomas Graichen | |
(cannot configure keyboard/mouse) - found by Per Kristian Gjermshus <pergj@ifi.uio.no> | |||
1997-11-23 | use MI cdev_decl(ipl) | Michael Shalayeff | |
1997-11-09 | New endian.h design. All architectures now use a common file for the bulk | Niklas Hallqvist | |
part. Some ports can optimize the swap operations. This also means the general API is extended with swap16, swap32, htobe16, htobe32, betoh16, betoh32, htole16, htole32, letoh16 and letoh32. | |||
1997-10-18 | avoid "no disklabel" error messages | Theo de Raadt | |
1997-10-02 | kill ESRCH in writedisklabel() | Theo de Raadt | |
1997-09-21 | Add missing #ifdef DEBUG statements so we can build a kernel with | Todd C. Miller | |
DIAGNOSTIC but without DEBUG. | |||
1997-09-15 | kill Locore.c | Theo de Raadt | |
1997-08-08 | Change the bounds_check_with_label API to also take a cpu_disklabel | Niklas Hallqvist | |
reference for making transferral of meta-information possible from readdisklabel to bounds_check_with_label. The first (and maybe only) thing that will use this is the multi-disklabel-format code on the alpha where the labelsector is passed via cpu_disklabel so the label write-protection can work correctly no matter what label was found. Also use a new macro DKBAD to get at the dkbad field of the cpu_disklabel implementations that contain it. This too is for multi-disklabel architectures where the "bad" field can be inside a union. Use this macro as a means for a driver to check if an architecture supports dkbad constructs. Remove proto of bounds_check_with_label from all MD disklabel.h as it is in sys/disklabel.h. I have not been able to test the changes everywhere, if I break anything I apologize, and promise to fix it as soon as I become aware of it. | |||
1997-08-01 | proto __flt_rounds correctly | Theo de Raadt | |
1997-07-24 | multiple inclusion protection; brenner@umr.edu | Theo de Raadt | |
1997-07-23 | Add AppleTalk netisr. Only tested (indeed, only compiled) on mac68k port. | denny | |
Add options NETATALK to your config to try it out. | |||
1997-07-07 | remove HZ and NKMEMCLUSTER and add offset? to the at ioasic? entries | Thomas Graichen | |
1997-07-07 | remove NKMEMCLUSTER, HZ, add commented out HW_FLOW_CONTROL option | Thomas Graichen | |
1997-07-07 | go back to versions before the last NetBSD merge - it has broken | Thomas Graichen | |
current kernels somehow - per or me has to look deeper at the diffs | |||
1997-07-07 | missing change from the last NetBSD merge: mips_singlestep -> cpu_singlestep | Thomas Graichen | |
1997-07-07 | add ipl device (ipfilter) - i have to rework and cleanup conf.c and | Thomas Graichen | |
MAKEDEV for the pmax soon ! | |||
1997-07-07 | set a useful value for HZ here - so that we no longer have to set it | Thomas Graichen | |
in the kernel config file | |||
1997-07-07 | set a useful default for NKMEMCLUSTERS here so that we no longer need | Thomas Graichen | |
to set it in the config file | |||
1997-07-07 | let the bootup output fit into 80 columns and make more look like the | Thomas Graichen | |
one for wd and sd drives | |||
1997-07-07 | fix typo ... i hope i got the right one (3 vs. 2) | Thomas Graichen | |
1997-07-07 | update to my current config file | Thomas Graichen | |
1997-07-07 | only depend SFILES if there are some (to avoid a cc warning: no input files) | Thomas Graichen | |
1997-07-07 | Too many things include <machine/ansi.h> w/o <sys/types.h> so | Todd C. Miller | |
make time_t int not int32_t. | |||
1997-07-05 | Make _BSD_TIME_T_ int32_t on all platforms. You can't write | Todd C. Miller | |
lint-free code when these differ in name accross platforms. Fundamnetal type has not changed (was int on alpha and long on others). | |||
1997-06-25 | Include usage notes in the rest of the endian.h files for consistancy. | grr | |
1997-06-25 | Big endian HTON?() macros should be (void)(x). | Jason Downs | |
1997-06-10 | update the pmax specific stuff to NetBSD-current as of about 970608 - some | Thomas Graichen | |
cosmetic things will follow together with an update to an exact NETBSD_CU- RRENT_xxxxxx level | |||
1997-06-10 | update the pmax specific stuff to NetBSD-current as of about 970608 - some | Thomas Graichen | |
cosmetic things will follow together with an update to an exact NETBSD_CU- RRENT_xxxxxx level | |||
1997-05-22 | this should hopefully fix problems with scsi based hangs on 2100 and | Thomas Graichen | |
3100 machines (thanks to michael hitch from NetBSD) | |||
1997-05-21 | fix problem with screensize under x on 5000/25 (originally from NetBSD | Thomas Graichen | |
diff submitted by Jan Mueller <jan.mueller@tu-harburg.d400.de>) | |||
1997-05-14 | for consistency: change kernel config file name from GENERIC_xxx to | Thomas Graichen | |
GENERIC.xxx too and adapt etc.pmax/Makefile.inc to reflect the new compile dir names | |||
1997-05-12 | bring GENERIC up to date and add two new kernels: | Thomas Graichen | |
* GENERIC_NFS - for netbooting with root & swap via nfs * GENERIC_rz0 - root & swap hardcoded to rz0 - required for zip drives - don't ask me why (kernels explicitely configured to the scsi id of the zip drive crash ...) | |||
1997-05-11 | Allow setting of ABICALLS outside file | Per Fogelstrom | |
1997-05-05 | @echo -> echo | Thomas Graichen | |
1997-05-02 | modernize the Makefile a bit (towards the i386 one) including changes | Thomas Graichen | |
for genassym.sh | |||
1997-05-02 | another thing forgotten in my local tree - switch to use genassym.sh and | Thomas Graichen | |
genassym.cf also for the pmax instead of genassym.c | |||
1997-05-02 | changes to make libkvm.old build again on the pmax | Thomas Graichen | |
1997-05-02 | add posix 1003b types (from NetBSD) - why everyone who does something | Thomas Graichen | |
for nearly all ports always forgets the pmax ? :-) | |||
1997-05-02 | remove commented out option LFS - lfs is broken | Thomas Graichen | |
1997-04-12 | use the profile.h from the arc - this way the | Thomas Graichen | |
undefined reference to `___mcount' problems are solved - a lot of thanks to per |