summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-25sync w/ Net 960425Michael Shalayeff
1996-04-25sync w/ Net 960425Michael Shalayeff
1996-04-25NIS+ in YP compatibility mode does not support a working yp_order(). amdTheo de Raadt
wants one so it can flush it's cache intelligently. Here's a working compromise... solution worked out by matthieu@laas.fr and I.
1996-04-24Fix pcvt termcap entry (original inserted).Michael Shalayeff
Change Makefile $Id$
1996-04-24use yp.h instead of yp_prot.hTheo de Raadt
1996-04-24uniquify xids; spell my name & address correctly; use yp.h instead ofTheo de Raadt
yp_prot.h and deal with subsequent structure element name and type changes; deal with xdr_domainname() and friends changing types; rename service functions to *_2x() since they have non-standard calling interfaces; add usage(); flush /var/yp/binding/ directory at startup; prefer talking to a ypserv on the localhost
1996-04-24use yp.h instead of yp_prot.hTheo de Raadt
1996-04-24spell my name correctly, use yp.h instead of yp_prot.hTheo de Raadt
1996-04-24Supply randomness source for the rnd device.Michael Shalayeff
1996-04-24This is no longer donatate data for rnd device.Michael Shalayeff
1996-04-24We are no longer using keyboard as a random source.Michael Shalayeff
Now ttys' reads/writes are used as the source of randomness.
1996-04-24OPTi 82C929 chipset support added.Michael Shalayeff
1996-04-24Add OPTi 82C929 chipset support for sound(wss,sb)/cd(mcd,scd,pcd,atapi)Michael Shalayeff
card. This is software programable card. Missing: SB support (no srcs available, and dos's exe is too big ;) Not tested: pcd(panasonic cd)(no driver); mcd,atapi(have no hw).
1996-04-24yp_prot.h lies -> use yp.h (from yp.x) instead, change lots of structureTheo de Raadt
accesses to match. change xdr_domainname() and some other functions to take "char **" instead of "char *", as rpcgen intended -- helps programs linking against rpcgen output of yp.x. yp_all() should not free it's return value. split xdryp.c and yplib.c into ~20 files so binaries like "csh" need not link in functions like yp_maplist(). NIS+'s YP emulation code lacks YPPROC_ORDER... attempt to deal nicely.
1996-04-24start ypserv & rpc.yppasswdd automaticallyTheo de Raadt
1996-04-24Reorder includes.Michael Shalayeff
1996-04-24slight cleanup, .Os strings, point at yp(8)Theo de Raadt
1996-04-24fix errors, change description of non-existant command yppasswd, point at yp(8)Theo de Raadt
1996-04-24document existance of ypservTheo de Raadt
1996-04-24i did not copyright this file in 1984Theo de Raadt
1996-04-24Add network config dependencies.Michael Shalayeff
1996-04-24Initial import of arm32 portTheo de Raadt
1996-04-24drop some drivers, use ELF_MAP_PAGE_ZERO instead of COMPAT_SVR4_MAP_PAGE_ZERONiklas Hallqvist
1996-04-24We are OpenBSD, not Net, and we name our kernels bsdNiklas Hallqvist
1996-04-24Fix prototyping.Michael Shalayeff
1996-04-24do make rightTheo de Raadt
1996-04-24sorry, folks. cut&paste bug happened.Michael Shalayeff
1996-04-24Add IPX support.Michael Shalayeff
1996-04-24Add IPXIP entry, to not to get cvs confused in the future.Michael Shalayeff
1996-04-24Fix copyrights, comments, etc.Michael Shalayeff
1996-04-23add "-d basedir" flag to pwd_mkdb. the use of "chroot" is incompatibleTheo de Raadt
with our cross compilation/installation goals...
1996-04-23add "-d basedir" flag to pwd_mkdb. the use of "chroot" is incompatibleTheo de Raadt
with our cross compilation/installation goals...
1996-04-23Allow the security level to be lowered when in security level 0dm
1996-04-23fix last sync (that was because of rcs bug, at least theo said so ;)Michael Shalayeff
1996-04-23do not assume "." exists -- it might have gotten unlink()'ed -- weTheo de Raadt
don't want closedir() to SIGSEGV. as well, sample code in man pages should be very robust and not hint that closedir() might survive being passed opendir()'s failure code.
1996-04-23config bsdMichael Shalayeff
not config netbsd
1996-04-23sync w/ NetBSD 960418.Michael Shalayeff
1996-04-23Corrected typo in TIOCGWINSZNiklas Hallqvist
1996-04-23sync with netbsd 960418Theo de Raadt
1996-04-23sync with netbsd 960418Theo de Raadt
1996-04-23sync with netbsd 960418Theo de Raadt
1996-04-23Merge of NetBSD 960418Niklas Hallqvist
1996-04-22New prog to change pccons's keymap encoding for national keyboardshannken
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-22ypmatch does signal success even if it doesn't find the key;Theo de Raadt
from leo@dachau.marco.de; netbsd pr#2315
1996-04-22sync with netbsd 960418Theo de Raadt