Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-12-22 | update the pmax stuff to NetBSD 961107 - this version i got somehow | Thomas 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-21 | Check-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-21 | Check-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-21 | add disklabel support | Theo de Raadt | |
1996-12-20 | Add readdisklabel support for BSD disklabels. I got tired of the amiga RDB | Niklas Hallqvist | |
only requirement, now you can partition with disklabel(8) -r instead. However I have not done in-kernel writedisklabel support yet. | |||
1996-12-20 | constrain bufcache on sun4m too | Theo de Raadt | |
1996-12-20 | config-dependent heck no | Theo de Raadt | |
1996-12-20 | add missing #ifdef COMPAT_10 | Thomas Graichen | |
1996-12-19 | netbsd fix to problem found by m4@nts.umn.edu | Theo de Raadt | |
1996-12-19 | sync to 2.3b3 | Michael Shalayeff | |
1996-12-19 | do SIOCGIFADDR | Michael Shalayeff | |
1996-12-19 | do SIOCGIFADDR in ether_ioctl | Michael Shalayeff | |
1996-12-19 | treat only ether II type packets for ipx. | Michael Shalayeff | |
1996-12-19 | Really set column to 0 when outputting a carriage return... | Thorsten Lockert | |
1996-12-18 | Conditionalize GCC and ANSI/ISO C dependencies | Niklas Hallqvist | |
1996-12-18 | Make pccom compile. This stull really needs to be merged into the | Todd C. Miller | |
normal com driver. | |||
1996-12-17 | Fix oversight in column handling with OCRNL enabled | Thorsten Lockert | |
1996-12-17 | Reset output column when outputting \r with ONLCR | Thorsten Lockert | |
1996-12-17 | NFS attribute cache timeout mount param | dm | |
1996-12-16 | Implement 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-16 | uiomove not checked for failure; wpaul@skynet.ctr.columbia.edu | Theo de Raadt | |
1996-12-16 | add "return (0)" to end of zsstop() since it's not a void function anymore | kstailey | |
1996-12-15 | allow sd0a for root device prompt | Theo de Raadt | |
1996-12-14 | clamp kvm useage | Theo de Raadt | |
1996-12-14 | better nfsrv_access() control, from netbsd | Theo de Raadt | |
1996-12-13 | make UIO_MAXIOV visible to userland. | michaels | |
1996-12-12 | undo last change. | Michael Shalayeff | |
1996-12-12 | wrong place for bindresvport() proto | Theo de Raadt | |
1996-12-12 | struct sockaddr_in; prototype | Michael Shalayeff | |
1996-12-12 | int bindresvport __P((int sd, struct sockaddr_in *sin)); | Michael Shalayeff | |
1996-12-12 | note lpt chip | Michael Shalayeff | |
1996-12-12 | MLINK | Theo de Raadt | |
1996-12-12 | new makefile system, sun4/sun4c/sun4m a.out header hacking, some from netbsd | Theo de Raadt | |
1996-12-12 | printf format fix. | Michael Shalayeff | |
1996-12-12 | <sys/stat.h> missed. | Michael Shalayeff | |
we've got ctype.h macros in stand.h! | |||
1996-12-12 | types.h for u_char | Theo de Raadt | |
1996-12-12 | safe to{lower,upper} macros. | Michael Shalayeff | |
1996-12-12 | 32 bit cleanup, because this code is going to be copied by other ports soon | Theo de Raadt | |
1996-12-12 | Revert to non-bus.h versions for the time being | Niklas Hallqvist | |
1996-12-11 | Correct include paths | Niklas Hallqvist | |
1996-12-11 | Slight optimizations | Niklas Hallqvist | |
1996-12-11 | add stub for willowglen vme serial card driver | Theo de Raadt | |
1996-12-11 | correct master decoded logic; i have mapped a vmes device successfully now | Theo de Raadt | |
1996-12-11 | add wl cdev entry | Theo de Raadt | |
1996-12-11 | b_resid cleanups, pointed out by minoura@kw.netlaputa.or.jp in netbsd pr#3007 | Theo de Raadt | |
1996-12-11 | removed #ifdef SCAN_BC code | kstailey | |
1996-12-11 | removed redundant copy of whole file | kstailey | |
1996-12-11 | SUNXPART always; also one case of MAXPARTITIONS not being there | Theo de Raadt | |
1996-12-11 | TS_WOPEN on cua close, like com.c | Theo de Raadt | |