summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-07-02move natm to correct placechuck
1996-07-01undo mktemp cleanup until i get it rightTheo de Raadt
1996-07-01build kernel automaticallyTheo de Raadt
1996-07-01fix padding for struct lfs, formating fix.Jason Downs
1996-07-01new lfs_cleanerd from Lite2.Jason Downs
1996-07-01newlfs changes to match new LFS code; based on Lite2.Jason Downs
1996-07-01New LFS, based on Lite2. Still being worked on.Jason Downs
1996-07-01update rcsidTheo de Raadt
1996-07-01dinode.h: protect from multiple inclusion.Jason Downs
ufs_readwrite.c: changes for new LFS.
1996-07-01streamline, check portsTheo de Raadt
1996-07-01bind to localhost for ypsetmeTheo de Raadt
1996-07-01whoopsTheo de Raadt
1996-06-30add natm intr.chuck
1996-06-30add natmchuck
1996-06-30new: protocol layer to provide you with native mode ATM access.chuck
you can open raw aal5 and aal0 vcs with this protocol layer.
1996-06-30add native mode atm socket typechuck
1996-06-30add native mode atm netisr hookchuck
1996-06-30Added support for SIGHUP in ypserv for reread of /var/yp/securenet orMats O Jansson
aclfile.
1996-06-30Our tar(1) now lives in /binThorsten Lockert
1996-06-30use INADDR_LOOPBACKTheo de Raadt
1996-06-30option not optionsTheo de Raadt
1996-06-30Accept mount points and block devicesThorsten Lockert
Correct search for matched inodes
1996-06-30spelling errorTheo de Raadt
1996-06-30fix rcsidTheo de Raadt
1996-06-30Fix usage and manpageThorsten Lockert
1996-06-30Put small delay in lptintr, as suggested by banshee@gabriella.resort.comdm
on port-i386@netbsd.org.
1996-06-30destination address should have read source, return description was ambigous.dm
1996-06-30make obj in fdformatTheo de Raadt
1996-06-30Opps... missing $OpenBSD line added.Mats O Jansson
1996-06-30Added support for swedish keyboards (both 7 and 8-bit).Mats O Jansson
1996-06-29@ documented incorrectly; netbsd pr#2577; banshee@gabriella.resort.comTheo de Raadt
1996-06-29inet_ntoa backwards for -s; netbsd pr#2579; peter@wonderland.orgTheo de Raadt
1996-06-29new: add a raw_threshold for raw mode. this basically tells the driverchuck
to ignore inbound data sizes less than the threshold. otherwise, when connected to a video aal0 input the driver gives us a massive stream of 56 byte mbufs each with one aal0 cell in it and the system just can't keep up with it, especially if the socket buffer size is large [it hangs until you turn off the video source]. fixes: when turning off a vc, try and check the freshest copy of the mode when seeing if we need to enter the "drain" state. also, don't panic if we get unexpected rx interrupt on a VCI (instead make sure the VC is off, print a warning, and move on!).
1996-06-29Add external declaration for osversion[]Thorsten Lockert
1996-06-29Move new KERN_OSVERSION sysctl request so binary compatibility with NetBSDThorsten Lockert
is preserved
1996-06-29MIssed this one in previous commit; make uname(1) and uname(3) do theThorsten Lockert
right thing for the version field
1996-06-29Make uname(1) and uname(3) do sane things for the version field; now willThorsten Lockert
show only "KERNEL#build".
1996-06-29Include OS as part of output; add -k option like SunOSThorsten Lockert
1996-06-29change:chuck
- change asock to rxhand and adjust all for this [esp atm_input]
1996-06-29change:chuck
- change rxso into a void handle ... no need to know details at this low level. fix: - forgot to init "vci" during ENOTHER_DRAIN case of RX DMA interrupt [could cause a vm_fault on native mode connection close depending on needing to drain out the VC and also the random value of vci]
1996-06-29correct link names.Michael Shalayeff
1996-06-29option not optionsTheo de Raadt
1996-06-29s/NOFILE/sysconf(_SC_OPEN_MAX)/Theo de Raadt
1996-06-29multiple receivers, port checking. testing help from bitbltTheo de Raadt
1996-06-29provide if_attachhead(), and make if_loop use itTheo de Raadt
1996-06-29prefer non-loopback addressesTheo de Raadt
1996-06-29pmap_set/unset to loopback; should rewrite to search for loopback addrTheo de Raadt
1996-06-29typoTheo de Raadt
1996-06-29fix multiple invocations; from tlb@viaweb.comTheo de Raadt
1996-06-29kernel image is bsd, not netbsd.Michael Shalayeff