Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1996-12-11 | isadma belongs in files.isa | Niklas Hallqvist | |
1996-12-11 | Do not allocate all of ports 0x80 - 0x8f for isadma (hint: delay) | Niklas Hallqvist | |
1996-12-11 | MCLSHIFT=11, and calc MCLBYTES in such terms. found by pefo | Theo de Raadt | |
1996-12-11 | Sync headers to ld.so for gdb/arc support | imp | |
1996-12-11 | fix eisa ultrastor config | Theo de Raadt | |
1996-12-10 | do not need isapnp0 | Theo de Raadt | |
1996-12-10 | Forgotten line in extent handling code | Niklas Hallqvist | |
1996-12-10 | the real changes by niklas... I did not merge correctly | Theo de Raadt | |
1996-12-10 | clr TS_WOPEN if bailing on cua opens | Theo de Raadt | |
As well, at this point I've also done fancy cvs repository mangling to ensure that the com* files in sys/dev/ic maintain the history we had before. (Yes, I cleaned up the 2.0 tags too..) | |||
1996-12-09 | arc port can use the same disksubr code, whee! | Theo de Raadt | |
1996-12-09 | Use new extent manager when mapping bus resources | Niklas Hallqvist | |
1996-12-09 | Import extent manager from NetBSD | Niklas Hallqvist | |
1996-12-09 | minor whoops | Theo de Raadt | |
1996-12-09 | brelse properly | Theo de Raadt | |
1996-12-09 | For the moment, use the same code that we use in the pmax port to generate | imp | |
core files. This may change again as the gdb port progresses, but is my best current guess. Core files generated by OpenBSD/arc with this change are now known by the file command as being core files. | |||
1996-12-08 | Disable quotas | Thorsten Lockert | |
1996-12-08 | fixed comment in union_advlock | kstailey | |
1996-12-08 | Merge to NetBSD 961207 | Niklas Hallqvist | |
1996-12-08 | -Wcast-qual happiness | Niklas Hallqvist | |
1996-12-08 | Forgotten files from NetBSD merge | Niklas Hallqvist | |