Age | Commit message (Expand) | Author |
2004-06-25 | typo | Theo de Raadt |
2004-06-24 | This moves access to wall and uptime variables in MI code, | Thorsten Lockert |
2004-06-22 | Replace a whole bunch of scary uses of strncpy() with strlcpy() and | Jean-Francois Brousseau |
2004-05-28 | regen | Ted Unangst |
2004-05-28 | ACCOUNTING is optional. found by mpech. ok deraadt | Ted Unangst |
2003-08-16 | missed suser. thanks naddy@ | Ted Unangst |
2003-01-30 | regen now that setreuid/setregid have moved out of compat and into kern | Todd C. Miller |
2003-01-30 | Bring back setreuid(2) and setregid(2) as first class syscalls | Todd C. Miller |
2002-08-23 | Cleanup change. Since almost all callers (except one) of getvnode did a FREF | Artur Grabowski |
2002-03-14 | remove ambiguity in version,ostype,osversion,osrelease and their constanity, ... | Michael Shalayeff |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-02-22 | Extended Attribute support from FreeBSD/TrustedBSD ok art@, deraadt@ | Dale Rahn |
2002-02-13 | More FREF/FRELE on relevant places. Now, only sys_mmap and a bunch of ioctl f... | Artur Grabowski |
2002-02-12 | More FREF/FRELE protection. This time all users of getvnode. | Artur Grabowski |
2002-01-22 | call osf1_exec_ecoff_hook for osf1 bin's | Eric Jackson |
2001-11-07 | Add an alignment argument to uvm_map that specifies an alignment hint | Artur Grabowski |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-10-26 | - every new fd created by falloc() is marked as larval and should not be used | Artur Grabowski |
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 |
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 |
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 |
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 |
1999-06-07 | sync | Theo de Raadt |
1999-06-07 | replacement pipe() system call; copies data into place inside kernel, so | Theo de Raadt |
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 |