summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1996-12-22update the pmax stuff to NetBSD 961107 - this version i got somehowThomas Graichen
compiled on my decstation 2100 (PLUTO) - but it will not fully work out of the box - but i want to bring it into the tree because i get my own pmax on 961228 - so that i have a good startpoint then :-) all the OpenBSD changes to the pmax tree will follow in the next commit
1996-12-21-Wall madness.Todd C. Miller
1996-12-21Check-in of powerpc kernel support.Dale S. Rahn
NOTE: This will not work until the other pieces are checked in. This is primarily the NetBSD powerpc port, with modifications to support ELF.
1996-12-21Check-in of powerpc kernel support.Dale S. Rahn
NOTE: This will not work until the other pieces are checked in. This is primarily the NetBSD powerpc port, with modifications to support ELF.
1996-12-21add disklabel supportTheo de Raadt
1996-12-20Add readdisklabel support for BSD disklabels. I got tired of the amiga RDBNiklas Hallqvist
only requirement, now you can partition with disklabel(8) -r instead. However I have not done in-kernel writedisklabel support yet.
1996-12-20constrain bufcache on sun4m tooTheo de Raadt
1996-12-20config-dependent heck noTheo de Raadt
1996-12-20add missing #ifdef COMPAT_10Thomas Graichen
1996-12-19netbsd fix to problem found by m4@nts.umn.eduTheo de Raadt
1996-12-19sync to 2.3b3Michael Shalayeff
1996-12-19do SIOCGIFADDRMichael Shalayeff
1996-12-19do SIOCGIFADDR in ether_ioctlMichael Shalayeff
1996-12-19treat only ether II type packets for ipx.Michael Shalayeff
1996-12-19Really set column to 0 when outputting a carriage return...Thorsten Lockert
1996-12-18Conditionalize GCC and ANSI/ISO C dependenciesNiklas Hallqvist
1996-12-18Make pccom compile. This stull really needs to be merged into theTodd C. Miller
normal com driver.
1996-12-17Fix oversight in column handling with OCRNL enabledThorsten Lockert
1996-12-17Reset output column when outputting \r with ONLCRThorsten Lockert
1996-12-17NFS attribute cache timeout mount paramdm
1996-12-16Implement more tty flags for better portability from other systems:Thorsten Lockert
XCASE - canonical input/output processing IUCLC - translate uppercase to lowercase on input OLCUC - translate lowercase to uppercase on output OCRNL - translate carriage return to newline on output ONOCR - do not output carriage return at column 0 ONLRET - newline performs carriage return function In addition the tty compatibility interface supports LCASE properly. Look at termios(4) for a more complete description of the above flags.
1996-12-16uiomove not checked for failure; wpaul@skynet.ctr.columbia.eduTheo de Raadt
1996-12-16add "return (0)" to end of zsstop() since it's not a void function anymorekstailey
1996-12-15allow sd0a for root device promptTheo de Raadt
1996-12-14clamp kvm useageTheo de Raadt
1996-12-14better nfsrv_access() control, from netbsdTheo de Raadt
1996-12-13make UIO_MAXIOV visible to userland.michaels
1996-12-12undo last change.Michael Shalayeff
1996-12-12wrong place for bindresvport() protoTheo de Raadt
1996-12-12struct sockaddr_in; prototypeMichael Shalayeff
1996-12-12int bindresvport __P((int sd, struct sockaddr_in *sin));Michael Shalayeff
1996-12-12note lpt chipMichael Shalayeff
1996-12-12MLINKTheo de Raadt
1996-12-12new makefile system, sun4/sun4c/sun4m a.out header hacking, some from netbsdTheo de Raadt
1996-12-12printf format fix.Michael Shalayeff
1996-12-12<sys/stat.h> missed.Michael Shalayeff
we've got ctype.h macros in stand.h!
1996-12-12types.h for u_charTheo de Raadt
1996-12-12safe to{lower,upper} macros.Michael Shalayeff
1996-12-1232 bit cleanup, because this code is going to be copied by other ports soonTheo de Raadt
1996-12-12Revert to non-bus.h versions for the time beingNiklas Hallqvist
1996-12-11Correct include pathsNiklas Hallqvist
1996-12-11Slight optimizationsNiklas Hallqvist
1996-12-11add stub for willowglen vme serial card driverTheo de Raadt
1996-12-11correct master decoded logic; i have mapped a vmes device successfully nowTheo de Raadt
1996-12-11add wl cdev entryTheo de Raadt
1996-12-11b_resid cleanups, pointed out by minoura@kw.netlaputa.or.jp in netbsd pr#3007Theo de Raadt
1996-12-11removed #ifdef SCAN_BC codekstailey
1996-12-11removed redundant copy of whole filekstailey
1996-12-11SUNXPART always; also one case of MAXPARTITIONS not being thereTheo de Raadt
1996-12-11TS_WOPEN on cua close, like com.cTheo de Raadt