summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1996-05-01no longer needed because gcc has been fixedTheo de Raadt
1996-05-01copyright added by mark at my suggestionTheo de Raadt
1996-05-01from netbsd; fix a printf format stringTheo de Raadt
1996-05-01we don't need ia_iosize setting, since no isa_attach_argsMichael Shalayeff
stuff passed.
1996-04-30add IPX support.Michael Shalayeff
from now IPX fully attached to the system, but only for i386. other platforms need the same additions.
1996-04-30Tidy up a bit...hvozda
1996-04-29Hmmm, guess we really do need that #endif :-)hvozda
1996-04-29Pull in John Kohl's [jtk@netbsd.org] most recent (15Apr96) APM and PCMCIA workhvozda
(original PCMCIA framework by Stefan Grefen [grefen@convex.com]).
1996-04-29fix last fix that was unfix for the before previous fix.Michael Shalayeff
that is, redundant ).
1996-04-29Rewrite a bit w/ a new flavour of behaviour understanding.Michael Shalayeff
Disable debug code by default.
1996-04-29fix the wrong changes, so the bcasts will work now ;)Michael Shalayeff
1996-04-29Revert last commit.Michael Shalayeff
1996-04-28rnd driver needs i586 counter too.Michael Shalayeff
1996-04-28Only use Pentium instruction counter of we have been compiled with NTPThorsten Lockert
support, otherwise we won't get the counter reset at the top of every second and will return highly inaccurate values.
1996-04-28Remove trailing garbage.Michael Shalayeff
1996-04-28Move ipx_cksum.c into MD config file.Michael Shalayeff
1996-04-28IPX additions and fixes.Michael Shalayeff
ether -- missed the input for IPX. fddi -- just added. ppp -- field codes added. loop -- minor fix.
1996-04-28wdsc driver hacked from amiga driver by Steve WoodfordTheo de Raadt
1996-04-28rewriteTheo de Raadt
1996-04-28device/attach splitTheo de Raadt
1996-04-28add OpenBSD headerTheo de Raadt
1996-04-28cfattach/cfdriver split; we hate caddr_tTheo de Raadt
1996-04-28cfattach/cfdriver splitTheo de Raadt
1996-04-28add OpenBSD headerTheo de Raadt
1996-04-28add OpenBSD headerTheo de Raadt
1996-04-28cfattach/cfdriver split; config_*() function retval changeTheo de Raadt
1996-04-28add ccd, change fd->filedescTheo de Raadt
1996-04-28_KERNEL & cannot use unistd.hTheo de Raadt
1996-04-28change to assym.hTheo de Raadt
1996-04-28change vmapbuf/vunmapbuf declsTheo de Raadt
1996-04-28add OpenBSD headerTheo de Raadt
1996-04-28add _MACHINE & _MACHINE_ARCHTheo de Raadt
1996-04-28add OpenBSD headerTheo de Raadt
1996-04-28Reran makesyscalls.sh for addition of Linux dummy mount/umount() syscalls.etheisen
Fixed OpenBSD tag damage during previous checkin.
1996-04-28Added dummy mount/umount() syscalls for bogus Linux applications thatetheisen
blindly call mount(). These dummy calls always return EPERM. Fixed uncommented NetBSD tag problem encountered when using makesyscalls.sh.
1996-04-28Integrate new version of devlist2h.awk from NetBSD 1/22/96; regenerateThorsten Lockert
PCI device lists to compiles with PCI_VERBOSE works again
1996-04-28Make this compile; was missing new first argumentThorsten Lockert
1996-04-28Fix compation error in bootst.c (mvme68k/stand)Dale S. Rahn
This was a result of code not being fully removed that was used with a different version of bootloader/kernel. A now useless check has been removed. -dsr
1996-04-28First argument to profil(2) should be `char *', not `caddr_t'.Thorsten Lockert
1996-04-27Extend the bus.h interface with endian conversion functions and useNiklas Hallqvist
where relevant.
1996-04-27Extend the bus.h interface with endian conversion functions and useNiklas Hallqvist
where relevant.
1996-04-27Fix typos (some s/bc/sc->sc_bc/ ops)Niklas Hallqvist
1996-04-27Bring forward the Amiga ISA support, and resolve a conflict with if_edNiklas Hallqvist
1996-04-27Add IPX support (#ifdef'ed, so no problems would arise).Michael Shalayeff
1996-04-26Fix the code, so it compiles now.Michael Shalayeff
1996-04-25Regenerated from new syscalls.masterNiklas Hallqvist
1996-04-25Add COMPAT_SVR4_NCR support for making the SVR4 emulation behave asNiklas Hallqvist
NCR SVR4, currently this means that syscall#76 (rdebug) should return ENXIO instead of issueing a SIGSYS. Also removed svr4_conf.h no longer used.
1996-04-25sync w/ Net 960424Michael Shalayeff
1996-04-24Supply randomness source for the rnd device.Michael Shalayeff
1996-04-24This is no longer donatate data for rnd device.Michael Shalayeff