Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-05-15 | add all the possible SCSI device types to the GENERIC configs. | Michael Shalayeff | |
1996-05-14 | fix NetBSD PR#1176. | Michael Shalayeff | |
add description for PORTAL option. | |||
1996-05-14 | fix NetBSD PR#1136. | Michael Shalayeff | |
1996-05-13 | From NetBSD PR#1133: | Michael Shalayeff | |
add '?' to list available files at boot. | |||
1996-05-10 | simple cleanup | Theo de Raadt | |
1996-05-10 | proto fillw | Theo de Raadt | |
1996-05-10 | decl joystick | Theo de Raadt | |
1996-05-10 | update netbsd tag | Theo de Raadt | |
1996-05-10 | fpa fddi card | Theo de Raadt | |
1996-05-10 | le driver split | Theo de Raadt | |
1996-05-10 | remove makelinks, when done. | Michael Shalayeff | |
1996-05-10 | simplify sed rule in 'links', so swap*.c be treated ok. | Michael Shalayeff | |
1996-05-09 | Oops, we need pcicmaster0; also bring INSTOTHER up to date | hvozda | |
1996-05-09 | Add PCMCIA support | hvozda | |
1996-05-09 | shift-tab does tab, not some confusing gobbledygook | Theo de Raadt | |
1996-05-09 | allow config file to override NKPDE (yuck) | Theo de Raadt | |
1996-05-07 | you cannot use u_intXX_t everywhere | Theo de Raadt | |
1996-05-07 | from NetBSD PR#2124(port-i386): | Michael Shalayeff | |
Juergen Hannken-Illjes: core dump after panic does not work. fill curproc w/ some reasonable (struct proc *) pointer. | |||
1996-05-07 | s/netbsd/bsd/ | Niklas Hallqvist | |
1996-05-07 | fix that fillw's stuff again. | Michael Shalayeff | |
1996-05-07 | fillw is in machine/cpu.h now. | Michael Shalayeff | |
1996-05-07 | add network dependencies. | Michael Shalayeff | |
1996-05-07 | Add OPRAH | Niklas Hallqvist | |
1996-05-07 | sync with 0504; prototype changes | Theo de Raadt | |
1996-05-06 | Use MSR 0x10, not 10 to clear the Pentium instruction counter; from David | Thorsten Lockert | |
Mazieres. Dunno how this could have worked with 10... | |||
1996-05-06 | Zero the instruction counter on Pentium's after detecting one if we have | Thorsten Lockert | |
NTP code compiled in; prevents division errors in microtime() | |||
1996-05-06 | want ddb | Theo de Raadt | |
1996-05-06 | add aria audio | Theo de Raadt | |
1996-05-06 | Initial version | Niklas Hallqvist | |
1996-05-04 | remove #ifndef LKM, since that stuff already in sys/conf.h, | Michael Shalayeff | |
add lkmenodev prototype. | |||
1996-05-04 | from CMU(CODA or MACH, by Robert Baron): | Michael Shalayeff | |
Under the GPROF conditional emit a call to mcount for bcopy, bzero, copyin, and copyout, so they can be profiled. During a kernel build these 4 routines account for 14% of the time in the kernel. | |||
1996-05-04 | missed from last commit. | Michael Shalayeff | |
from MACH: add {in,out}[wb] functions and dr* operations. | |||
1996-05-04 | from MACH: add {in,out}[bw] functions and dr* operations. | Michael Shalayeff | |
1996-05-04 | let the dog in | Theo de Raadt | |
1996-05-04 | bring back change in rev 1.4: we do not do SIGBUS the wrong way | Theo de Raadt | |
1996-05-04 | ie0 changes, ahe0 at eisa, and ep* at eisa | Theo de Raadt | |
1996-05-04 | +MSDOSFS, pcvt->pccons till it gets fixed | Theo de Raadt | |
1996-05-04 | every dog needs one... | Theo de Raadt | |
1996-05-02 | Remove BIOSSEG. | Theo de Raadt | |
Don't mess with the flags when entering a software interrupt. Use IF, not VIF. NOTE: These changes break dosemu, but are required for proper emulation. | |||
1996-05-02 | sync with netbsd | Theo de Raadt | |
1996-05-02 | Turn off the alignment check flag when entering a signal handler | Theo de Raadt | |
1996-05-02 | nice types | Theo de Raadt | |
1996-05-02 | The ed driver cannot be in conf/files due to a name conflict in the amiga | Niklas Hallqvist | |
port. This is resolved like the if_le conflict, by having it in files.i386 until the conflict is resolved. | |||
1996-05-01 | we don't need ia_iosize setting, since no isa_attach_args | Michael Shalayeff | |
stuff passed. | |||
1996-04-30 | add IPX support. | Michael Shalayeff | |
from now IPX fully attached to the system, but only for i386. other platforms need the same additions. | |||
1996-04-30 | Tidy up a bit... | hvozda | |
1996-04-29 | Pull in John Kohl's [jtk@netbsd.org] most recent (15Apr96) APM and PCMCIA work | hvozda | |
(original PCMCIA framework by Stefan Grefen [grefen@convex.com]). | |||
1996-04-29 | Revert last commit. | Michael Shalayeff | |
1996-04-28 | rnd driver needs i586 counter too. | Michael Shalayeff | |
1996-04-28 | Only use Pentium instruction counter of we have been compiled with NTP | Thorsten Lockert | |
support, otherwise we won't get the counter reset at the top of every second and will return highly inaccurate values. |