Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
1997-04-12 | theo can't get everything right :-) | Thomas Graichen | |
1997-04-12 | update to my current config file | Thomas Graichen | |
1997-04-07 | i think i got this right.... | Theo de Raadt | |
1997-04-04 | Define in_addr_t and in_port_t everywhere but use u_intXX_t for | Todd C. Miller | |
htonl and friends. | |||
1997-03-14 | add an empty frame.h so that there is one (just like on the arc) | Thomas Graichen | |
1997-02-28 | remove the unused scsi controller entries for each type (from dieter mayer) | Thomas Graichen | |
1997-02-21 | add config files for the various pmax types (thanks go to dieter mayer | Thomas Graichen | |
who created them) | |||
1997-02-15 | add kernel_text symbol (just like other archs) | Michael Shalayeff | |
1997-02-05 | bring siginfo stuff for the pmax in sync with the arc and add | Thomas Graichen | |
BUFCACHEPERCENT for the pmax | |||
1997-02-05 | add CD9660 and MSDOSFS to PLUTO and SUMMER | Thomas Graichen | |
1997-02-05 | add GENERIC | Theo de Raadt | |
1997-02-03 | More siginfo implementations (alpha and mips might even work) | Theo de Raadt | |
move "siginfo_t *" to 2nd arg of signal handler as 1003.1b requires. I really wish I had 1003.1b documentation. | |||
1997-02-03 | SA_SIGINFO | Theo de Raadt | |
1997-02-03 | sync the config files with my local ones (rz5 & rz6 etc.) | Thomas Graichen | |
1997-02-03 | add entries for rz5 and rz6 (scsi disks on scsi id 5 & 6 - required for | Thomas Graichen | |
zip drives) | |||
1997-02-01 | nicer output at bootup (before it was somewhat garbled) | Thomas Graichen | |