summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1996-04-22add ioctls to change keymap encoding, screen saver and partial latin1 outputhannken
1996-04-22Update aha.c to use bounce buffers, fix typos in isadma.c, update bounce buffershannken
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-04-19According to the latest config stuff changes (as for if_ppp.c).Michael Shalayeff
the other stuff is just for IPX support.
1996-04-19NetBSD 960317 mergeNiklas Hallqvist
1996-04-19Several termio emulation fixes. The VMIN/VTTIME/EOF/EOL overlay is nowNiklas Hallqvist
handled. Setting termio state now won't lose BSD state which SVR4 don't carry. Kludge SVR4 TAB expansion support.
1996-04-19Fix according to the last changes.Michael Shalayeff
dev_conf.h deleted, longjmp proto changed.
1996-04-19Make kernel compile again.Michael Shalayeff
1996-04-19Make kernel config again.Michael Shalayeff
at least isa,eisa,pci ocnfigs were affected.
1996-04-19NetBSD 960317 mergeNiklas Hallqvist
1996-04-19NetBSD 960317 mergeNiklas Hallqvist
1996-04-19Fix intrstray a bit again.Michael Shalayeff
1996-04-19ran makesyscalls.shTheo de Raadt
1996-04-18NetBSD 960317 mergeNiklas Hallqvist
1996-04-18Merge of NetBSD 960317Niklas Hallqvist
1996-04-18Merge of NetBSD 960317Niklas Hallqvist
1996-04-18Initial revisionNiklas Hallqvist
1996-04-18Let CVS ignore NETTAN and HELIOS_PCMCIA compile dirsNiklas Hallqvist
1996-04-18Merge of NetBSD 960317Niklas Hallqvist
1996-04-18Merge of NetBSD 960317Niklas Hallqvist
1996-04-18Merge of NetBSD 960317Niklas Hallqvist
1996-04-18Merge of NetBSD 960317Niklas Hallqvist
1996-04-18Rename the COMPAT_SVR4_MAP_PAGE_ZERO option to ELF_MAP_PAGE_ZERO as theNiklas Hallqvist
change affected all ELF formats
1996-04-18Merge of NetBSD 960317Niklas Hallqvist
1996-04-18Support mapping of page zero read-only if COMPAT_SVR4_MAP_PAGE_ZERONiklas Hallqvist
is used. Dell SVR4 behaved this way, and some binaries rely on such icky behaviour.
1996-04-18Add stray interrupts counters.Michael Shalayeff
1996-04-18Fix a typo (get_vflag[s]).Michael Shalayeff
1996-04-18Reorder includes to make it compile again.Michael Shalayeff
1996-04-18Fix includes ordering.Michael Shalayeff
1996-04-18Fix prototyping, so it's compiling again.Michael Shalayeff
1996-04-18Fix prototyping, so it's compiling again.Michael Shalayeff
1996-04-17Changed DEFTAPE from rst0 to nrst0. It is only used by mt, and runningdm
mt on /dev/rst0 can be dangerous because you think it's repositioning the tape when in fact it rewinds right after positioning.
1996-04-17sign-extending table extended.Michael Shalayeff
1996-04-17Good fixes and changes from latest Net.Michael Shalayeff
1996-04-17Cleanups & fixes from latest NetBSD primarily to run doscmd, etc.Michael Shalayeff
GENERIC added to the compile/.cvsignore (it is used for 'make links' for example), thus conf/GENERIC should appear magically ...
1996-04-17Removed vax ifdefed function from kern_subr.c (from NetBSD).Michael Shalayeff
Do sync in the order of umount (vfs_syscals.c), as it was pointed by someone in NetBSD's lists.
1996-04-17Add MD5 routines to be used by anyone in the kernel.Michael Shalayeff
Moved from dev/rnd.c
1996-04-17Update w/ the fact of MD5 presence in the libkern.aMichael Shalayeff
1996-04-17Add prototypes for MD5 routines.Michael Shalayeff
1996-04-17Minor cleanups. Checked against Lite2.Michael Shalayeff
(NetBSD's was really just a Lite2's, but w/ 64bit support)
1996-04-17fix a bug w/ fd/tty file (from netbsd).Michael Shalayeff
1996-03-31From NetBSD: NFSv3 import (tomorrow's Net's kernel)Michael Shalayeff
Open's patches kept in. i'll possibly take a look at Lite2 soon, is there smth usefull ?..
1996-03-30From NetBSD: merge of 960317Niklas Hallqvist
1996-03-30Added: sysctl access to the ddb variables.Michael Shalayeff
Fixed: "netbsd" strings in sym table handling routines. now it is usefull to change max_{width,line} according to your real console geometry, just w/ sysctl program.
1996-03-30Add $OpenBSD$, fix comments.Michael Shalayeff
1996-03-30Bug w/ rename fixed.Michael Shalayeff
Strange thing still present w/ removes, the situation seemd to be like extra VREF made somewhere, that is, lower nfs does not remove, but rename file in '.nfs*' thing that disapears at umap umount. this thing happend w/ nullfs too.
1996-03-29lost change from vnode_if.[hc] evolution.Michael Shalayeff
"vnode_if.h" must be <sys/vnode_if.h>
1996-03-29The random data source driver itself.Michael Shalayeff
Initial commit.
1996-03-29Initial commit of random source driver.Michael Shalayeff
1996-03-26Somehow happened to coexist two versions of this in the same file.Michael Shalayeff
fixed, older removed.