Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-08-07 | O_ASYNC handling from NetBSD... | Niklas Hallqvist | |
1997-07-28 | sync | Theo de Raadt | |
1997-07-28 | i screwed up twice in 20 seconds, wow | Theo de Raadt | |
1997-07-28 | sync | Theo de Raadt | |
1997-07-28 | oops | Theo de Raadt | |
1997-07-28 | sync | Theo de Raadt | |
1997-07-28 | stime; christos | Theo de Raadt | |
1997-07-27 | sync | Theo de Raadt | |
1997-07-27 | mremap non-emulation; tron@lyssa.owl.de | Theo de Raadt | |
1997-07-27 | sa__handler to avoid sa_handler stuff coming before 2000.... | Theo de Raadt | |
1997-07-06 | sync with NetBSD, 970705. | Jason Downs | |
1997-06-17 | careful with stackgap handling in execve() | Theo de Raadt | |
1997-06-06 | symlinks have inodes again; arnej@math.ntnu.no | Theo de Raadt | |
1997-06-02 | rename sa_handler to sa__handler | Theo de Raadt | |
1997-05-30 | Build nicely when $S is absolute | Niklas Hallqvist | |
1997-04-16 | Changes up to NetBSD 970415. | Jason Downs | |
1997-04-14 | #34 - linux_sys_nice from NetBSD | Thomas Graichen | |
1997-04-12 | we don't need NFSMNT_RESVPORT inside of the kernel (pointed out by theo) | Thomas Graichen | |
1997-04-12 | make it compile (missing include of ultrix_util.h - the other | Thomas Graichen | |
one is a bit unclear) | |||
1997-03-28 | sync (regen) | kstailey | |
1997-03-28 | added 34 - nice | kstailey | |
1997-03-26 | Regen. | Jason Downs | |
1997-03-26 | Merge in NetBSD changes as if 3/19/97, undo some of ours. | Jason Downs | |
1997-02-23 | sigcode -> hpux_sigcode | Jason Downs | |
1997-02-13 | regen | Niklas Hallqvist | |
1997-02-13 | Merge of NetBSD 970211 | Niklas Hallqvist | |
1997-02-01 | add type & union sigval args to sendsig/trapsignal | Theo de Raadt | |
1997-01-27 | add another parameter to trapsignal() and sendsig() -- fault addr to be | Theo de Raadt | |
delivered with in the siginfo information | |||
1997-01-27 | do not conflict against generic siginfo! | Theo de Raadt | |
1997-01-27 | Nevermind, I looked at it wrong. | Jason Downs | |
1997-01-27 | As of 2.1.14, Linux chown() doesn't follow symlinks either. | Jason Downs | |
1997-01-27 | Use lchown(2) instead. | Jason Downs | |
1997-01-27 | __mc68k__ -> m68k | Jason Downs | |
1997-01-26 | Regen. | Jason Downs | |
1997-01-26 | Since these are old systems, call lchown() in place of chown(). | Jason Downs | |
1997-01-26 | Regen. | Jason Downs | |
1997-01-26 | We can do lchown(2) now. | Jason Downs | |
1997-01-26 | We can do lchown(2) now. | Jason Downs | |
1997-01-23 | Sync with NetBSD 970118, missed... | Niklas Hallqvist | |
1997-01-23 | Sync with NetBSD 970118 | Niklas Hallqvist | |
1997-01-19 | Do the F_GETLK_SVR3 support not depending on ibcs2, as sparc does not look | Niklas Hallqvist | |
there | |||
1997-01-15 | add prototype of reboot2() via machdep.h | kstailey | |
1997-01-13 | Import compat_m68k4k from NetBSD | Niklas Hallqvist | |
1997-01-11 | implement mincore syscall, just like sunos & ultrix compat do. | Michael Shalayeff | |
1997-01-08 | svr4 should support the svr3 style fcntl-cmd name F_GETLK_SVR3 | 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-10-30 | More -Wall happiness | Niklas Hallqvist | |