Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-08-05 | add missing check for msg.msg_iovlen <= 0 | Todd C. Miller | |
1998-08-05 | delete bogus casts of msg_iovlen to u_int since msg_iovlen is already a u_int | Todd C. Miller | |
1998-02-22 | unused var decl removed | Niklas Hallqvist | |
1998-02-10 | typo fix; netbsd | Theo de Raadt | |
1997-11-06 | Use lite2 vfs interfaces. | Todd C. Miller | |
1997-11-06 | Updates for VFS Lite 2 + soft update. | Constantine Sapuntzakis | |
1997-10-06 | back out vfs lite2 till after 2.2 | Theo de Raadt | |
1997-10-06 | VFS Lite 2 Changes | Constantine Sapuntzakis | |
1997-06-06 | symlinks have inodes again; arnej@math.ntnu.no | Theo de Raadt | |
1997-05-30 | Build nicely when $S is absolute | Niklas Hallqvist | |
1997-01-02 | pulled out the duplicated, conditional code from both kern/vfs_syscalls.c | Michael Shalayeff | |
and compat/common/vfs_syscalls_43.c and placed a single copy of that code into miscfs/union/union_subr.c (seemed like a good place to put it, since it's union-fs related). as a side effect you can build unionfs in lkm. (netbsd pr#2950, Paul Goyette <paul@pgoyette.bdt.com>) | |||
1996-12-23 | use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary types | Theo de Raadt | |
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-08 | -Wcast-qual happiness | Niklas Hallqvist | |
1996-09-06 | Deal with the new pipes gracefully | Niklas Hallqvist | |
1996-08-02 | Added Makefiles to build stuff from syscalls.master in some emulations. | Niklas Hallqvist | |
Regenerated derived files from various syscalls.master files. Added $OpenBSD$. | |||
1996-05-23 | sync | Theo de Raadt | |
1996-05-22 | sync | Theo de Raadt | |
1996-04-18 | Merge of NetBSD 960317 | Niklas Hallqvist | |
1996-03-03 | Makefiles seemed to be broken a bit, i don't even | Michael Shalayeff | |
know how it happens to work still ... probably nobody rebuilt libcompat.a. Fron NetBSD: kern_info_*.c, seemed to be a bug fix. | |||
1996-02-26 | From NetBSD: update to 960217 sources | Niklas Hallqvist | |
1996-02-02 | Wrap long lines. | etheisen | |
1996-02-02 | Added code to handle BSDI's 4.3 net-2 funky uname call. Netscape was using | etheisen | |
this to determine system name. Failure of this call caused netscape to print "uname() failed" on app startup. Also affected netscape mail headers and http sysname. Code taken from FreeBSD with minor mods. Good work guys. Let the world, or at the very least, netscape, know that you use OpenBSD. Include COMPAT_43 in kernel config to enable functionality. | |||
1996-01-05 | ss_sp is correct, ss_base is not. noticed by agc@sde.uts.amdahl.com; netbsd ↵ | Theo de Raadt | |
pr#1784 | |||
1995-12-14 | update from netbsd | Theo de Raadt | |
1995-10-26 | update to netbsd | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |