Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-09-16 | supporting advanced pentium architecture functions. | Michael Shalayeff | |
from NetBSD port-i386/2604 from <rvb@cs.cmu.edu>. | |||
1996-09-16 | update to reflect reality | Jason Downs | |
1996-09-16 | revert to in_cksum by zubin and I | Theo de Raadt | |
1996-09-15 | sync to netbsd; for graichen | Theo de Raadt | |
1996-09-15 | Ok, ok! We now autosense system type. Same compiled kernel works on both | Per Fogelstrom | |
Deskstation TYNE and Acer PICA. | |||
1996-09-14 | Joystick is at 0x201, not 0x200 | Thorsten Lockert | |
Add config for GUS MAX | |||
1996-09-14 | First shot at a multivendor kernel. This version handles pica's and desk- | Per Fogelstrom | |
station tyne's. Auto detection still needs to be compleeted. Checked in version is hardwired for pica's. Use the PICA config file. | |||
1996-09-12 | cvs.openbsd.org rules with 20% buffer cache | Theo de Raadt | |
1996-09-12 | BUFCACHEPERCENT for cranking % of mem used | Theo de Raadt | |
1996-09-12 | 16 partitions | Theo de Raadt | |
1996-09-12 | set correct 'maxpartitions' | Michael Shalayeff | |
1996-09-12 | Add 16 partition support to the SPARC. From NetBSD PR#2675, by der Mouse, | Jason Downs | |
<mouse@Collatz.McRCIM.McGill.EDU>. | |||
1996-09-12 | 16 partitions | Theo de Raadt | |
1996-09-10 | make compile w/ TRACE enabled | Michael Shalayeff | |
1996-09-09 | Don't be uncertain about wether clock interrupts were meant for us | Thorsten Lockert | |
1996-09-09 | Add seperate profiling/statistics clock running at 1024/128 Hz, using the | Thorsten Lockert | |
RTC in periodic interrupt mode | |||
1996-09-08 | Only count the interrupt if the interrupt handler claims that it did | Thorsten Lockert | |
anything with it. | |||
1996-09-06 | random decl | Theo de Raadt | |
1996-09-06 | min sun4c/sun4m floppy | Theo de Raadt | |
1996-09-06 | remove keyboard randomness supply. | Michael Shalayeff | |
not needed w/ adition of tty randomness. | |||
1996-09-06 | Implement bios_ident() which will identify each type of CPU that we | imp | |
support. First cut at more complete ARC BIOS support. bios_ident() will eventually be table driven as soon as I generate the tables. Much information on the BIOS calls has come from the Linux/MIPS MILO boot loader. | |||
1996-09-05 | why was this crap still here... | Per Fogelstrom | |
1996-09-05 | include dti | Per Fogelstrom | |
1996-09-05 | grumble.. new files.. grumble.. | Per Fogelstrom | |
1996-09-04 | Enable extra scsi drives and scanners | Niklas Hallqvist | |
1996-09-04 | s/rnd/random/ | Niklas Hallqvist | |
1996-09-04 | add #pccom0; suggested by graichen | Theo de Raadt | |
1996-09-04 | Some changes for new arc boxes | Per Fogelstrom | |
1996-09-02 | Cleanup before the integration of the machine identification code: | imp | |
o Merge all the case statements into one. o Cleanup Tyne and rPC44 support o Removed the soon to be obsolete code to get the sysid (which then just ignored it) Hopefully not break the working PICA port in the process.... | |||
1996-09-02 | NetBSD -> OpenBSD | imp | |
1996-09-02 | Detect stuck interrupts in the scc (if DIAGNOSTIC) and log it. | briggs | |
Patches from Bill Studenmund <wrstuden@loki.stanford.edu>. | |||
1996-09-02 | ZAP GENERIC! | Per Fogelstrom | |
1996-09-02 | cua support | Theo de Raadt | |
1996-09-02 | pnp, mcd off | Theo de Raadt | |
1996-09-01 | initial commit of split fdc/fd drivers | Jason Downs | |
1996-09-01 | initial commit of split fdc/fd drivers | Jason Downs | |
1996-09-01 | initial commit of split fdc/fd drivers | Jason Downs | |
1996-09-01 | distinguish between left/right shift keys for X; from Mathieu.Herrb@mipnet.fr | Theo de Raadt | |
1996-09-01 | I like to be able to KTRACE sometimes. | briggs | |
1996-09-01 | From scottr@netbsd.org: | briggs | |
After servicing an interrupt, check to see that there's not another one pending before we clear the interrupt flag. This avoids a condition where the line appears to go catatonic (which is particularly easily triggered by pppd). From Bill Studenmund <wrstuden@loki.stanford.edu>. XXX - we should probably log this if it gets excessive. | |||
1996-09-01 | change keymap_t to pccons_keymap_t in pccons | Theo de Raadt | |
1996-09-01 | change keymap_t to pccons_keymap_t in pccons | Theo de Raadt | |
1996-08-31 | duh | Theo de Raadt | |
1996-08-31 | disable TCP_COMPAT_42 | Theo de Raadt | |
1996-08-31 | disable TCP_COMPAT_42 | Theo de Raadt | |
1996-08-30 | We're not ready for this, yet. | briggs | |
1996-08-30 | The pica tree is now obsolete and removed. Use arch/arc. | Per Fogelstrom | |
1996-08-29 | Add `flags' specification to floppy devices. | Jason Downs | |
1996-08-29 | turn ast0 on; show where ast1 lands | Theo de Raadt | |
1996-08-29 | sunos-like cua behaviour; inspired by budd@cs.bu.edu in his scn.c | Theo de Raadt | |