Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-11-07 | Add an alignment argument to uvm_map that specifies an alignment hint | Artur Grabowski | |
for the virtual address. | |||
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat | |
(Look ma, I might have broken the tree) | |||
2001-10-26 | - every new fd created by falloc() is marked as larval and should not be used | Artur Grabowski | |
any anyone. Every caller of falloc matures the fd when it's usable. - Since every lookup in the fd table must now check this flag and all of them do the same thing, move all the necessary checks into a function - fd_getfile. | |||
2001-08-26 | sync | Theo de Raadt | |
2001-08-26 | there is no need for .bak files | Theo de Raadt | |
2001-07-09 | OpenBSD tags. | Federico G. Schwindt | |
2001-06-27 | Remove old vm. | Artur Grabowski | |
2001-05-14 | use fo_stat in fileops instead of huge switch statements. | Artur Grabowski | |
2001-05-14 | Implement a wrapper round vn_stat that takes the same arguments | Artur Grabowski | |
as soo_stat and pipe_stat. | |||
2001-05-14 | More generic arguments to soo_stat. | Artur Grabowski | |
2001-05-14 | Fix panic message | Artur Grabowski | |
2001-05-14 | Ehmm. add support for new pipes to stat. | Artur Grabowski | |
There is no possibility that this has worked at all. | |||
2000-11-08 | UVM | Artur Grabowski | |
2000-09-06 | add mag tape ioctl emulation; from freebsd. Other cleanup. | Eric Jackson | |
2000-08-12 | emulate uname correctly | Eric Jackson | |
2000-08-12 | use osf1_sigcode | Eric Jackson | |
2000-08-04 | regen | Eric Jackson | |
2000-08-04 | Merge in NetBSD changes. This now works for most statically compiled osf1 | Eric Jackson | |
bins. Shared osf1 libs don't work quite yet. | |||
2000-07-21 | regen | Eric Jackson | |
2000-07-21 | added listen and accept syscalls. from NetBSD | Eric Jackson | |
1999-11-10 | include syscallnames only if compiling w/ SYSCALL_DEBUG. | Michael Shalayeff | |
was already so for native and sunos, the rest was just wasting space on it. niels@ millert@ ok | |||
1999-06-07 | sync | Theo de Raadt | |
1999-06-07 | replacement pipe() system call; copies data into place inside kernel, so | Theo de Raadt | |
that EFAULT return value is possible | |||
1998-12-23 | Granted this is #if 0'd out, but it should have a chance of compiling anyway | Todd C. Miller | |
1998-12-22 | range check signal [] conversions | Theo de Raadt | |
1998-03-01 | remove unnecessary decls | Niklas Hallqvist | |
1998-02-17 | regen | Todd C. Miller | |
1998-02-17 | make COMPAT_OSF1 compile again | Todd C. Miller | |
1998-02-15 | OpenBSD | Niklas Hallqvist | |
1997-09-15 | SA_NOCLDWAIT | Todd C. Miller | |
1997-09-15 | Fix bsd_to_*_sigaction(). Also add SA_SIGINFO support | Theo de Raadt | |
1997-01-26 | Regen. | Jason Downs | |
1997-01-26 | We can do lchown(2) now. | Jason Downs | |
1996-10-30 | More -Wall happiness | Niklas Hallqvist | |
1996-10-17 | Contextual goo for -Wall, and remove some stasic specifiers | Niklas Hallqvist | |
1996-10-12 | Argh, fix a stupid typo | Niklas Hallqvist | |
1996-08-31 | Cleanup exec | Per Fogelstrom | |
1996-08-25 | sync | Theo de Raadt | |
1996-08-25 | route execve via compat filename translation | Theo de Raadt | |
1996-08-23 | It is clear noone even tried to compile OSF/1 emulation lately. | Niklas Hallqvist | |
Made it compile again. | |||
1996-08-23 | Fix sys_poll wrapper so it compiles | 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-08-02 | Make emulations use our native poll(2) | Niklas Hallqvist | |
1996-04-18 | Merge of NetBSD 960317 | Niklas Hallqvist | |
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-18 | initial import of NetBSD tree | Theo de Raadt | |