Age | Commit message (Expand) | Author |
2009-03-05 | Make ELF platforms generate ELF core dumps. Somewhat based on code from | Mark Kettenis |
2008-09-23 | Fix uninitialized value. | Miod Vallat |
2008-05-01 | spl0() is not your friend, use splx() instead. | Miod Vallat |
2008-03-09 | use the right capitalization for platform names | Igor Sobrado |
2008-01-05 | regen | Miod Vallat |
2008-01-05 | Mark vadvise(2) as obsolete and remove its implementation, so instead of | Miod Vallat |
2007-11-27 | regen | Artur Grabowski |
2007-10-27 | Make sure the compat errno mapping arrays go up to ELAST, and correctly | Miod Vallat |
2007-09-15 | replace ctob and btoc with ptoa and atop respectively | Martin Reindl |
2007-03-15 | Since p_flag is often manipulated in interrupts and without biglock | Artur Grabowski |
2006-03-05 | Use more queue macros rather than doing it by hand; ok otto@ krw@ | Miod Vallat |
2006-03-04 | Typos grab bag of the month, eyeballed by jmc@ | Miod Vallat |
2006-02-16 | Fix a few wrong memset() sizes; ok otto@ krw@ aaron@ | Miod Vallat |
2005-07-03 | Extended Attributes was a piece to get to ACLs, however ACLs have not | Dale Rahn |
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 |