summaryrefslogtreecommitdiff
path: root/sys/compat/osf1
AgeCommit message (Expand)Author
2009-03-05Make ELF platforms generate ELF core dumps. Somewhat based on code fromMark Kettenis
2008-09-23Fix uninitialized value.Miod Vallat
2008-05-01spl0() is not your friend, use splx() instead.Miod Vallat
2008-03-09use the right capitalization for platform namesIgor Sobrado
2008-01-05regenMiod Vallat
2008-01-05Mark vadvise(2) as obsolete and remove its implementation, so instead ofMiod Vallat
2007-11-27regenArtur Grabowski
2007-10-27Make sure the compat errno mapping arrays go up to ELAST, and correctlyMiod Vallat
2007-09-15replace ctob and btoc with ptoa and atop respectivelyMartin Reindl
2007-03-15Since p_flag is often manipulated in interrupts and without biglockArtur Grabowski
2006-03-05Use more queue macros rather than doing it by hand; ok otto@ krw@Miod Vallat
2006-03-04Typos grab bag of the month, eyeballed by jmc@Miod Vallat
2006-02-16Fix a few wrong memset() sizes; ok otto@ krw@ aaron@Miod Vallat
2005-07-03Extended Attributes was a piece to get to ACLs, however ACLs have notDale Rahn
2004-06-25typoTheo de Raadt
2004-06-24This moves access to wall and uptime variables in MI code,Thorsten Lockert
2004-06-22Replace a whole bunch of scary uses of strncpy() with strlcpy() andJean-Francois Brousseau
2004-05-28regenTed Unangst
2004-05-28ACCOUNTING is optional. found by mpech. ok deraadtTed Unangst
2003-08-16missed suser. thanks naddy@Ted Unangst
2003-01-30regen now that setreuid/setregid have moved out of compat and into kernTodd C. Miller
2003-01-30Bring back setreuid(2) and setregid(2) as first class syscallsTodd C. Miller
2002-08-23Cleanup change. Since almost all callers (except one) of getvnode did a FREFArtur Grabowski
2002-03-14remove ambiguity in version,ostype,osversion,osrelease and their constanity, ...Michael Shalayeff
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-22Extended Attribute support from FreeBSD/TrustedBSD ok art@, deraadt@Dale Rahn
2002-02-13More FREF/FRELE on relevant places. Now, only sys_mmap and a bunch of ioctl f...Artur Grabowski
2002-02-12More FREF/FRELE protection. This time all users of getvnode.Artur Grabowski
2002-01-22call osf1_exec_ecoff_hook for osf1 bin'sEric Jackson
2001-11-07Add an alignment argument to uvm_map that specifies an alignment hintArtur Grabowski
2001-11-06Replace 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 usedArtur Grabowski
2001-08-26syncTheo de Raadt
2001-08-26there is no need for .bak filesTheo de Raadt
2001-07-09OpenBSD tags.Federico G. Schwindt
2001-06-27Remove old vm.Artur Grabowski
2001-05-14use fo_stat in fileops instead of huge switch statements.Artur Grabowski
2001-05-14Implement a wrapper round vn_stat that takes the same argumentsArtur Grabowski
2001-05-14More generic arguments to soo_stat.Artur Grabowski
2001-05-14Fix panic messageArtur Grabowski
2001-05-14Ehmm. add support for new pipes to stat.Artur Grabowski
2000-11-08UVMArtur Grabowski
2000-09-06add mag tape ioctl emulation; from freebsd. Other cleanup.Eric Jackson
2000-08-12emulate uname correctlyEric Jackson
2000-08-12use osf1_sigcodeEric Jackson
2000-08-04regenEric Jackson
2000-08-04Merge in NetBSD changes. This now works for most statically compiled osf1Eric Jackson
2000-07-21regenEric Jackson
2000-07-21added listen and accept syscalls. from NetBSDEric Jackson
1999-11-10include syscallnames only if compiling w/ SYSCALL_DEBUG.Michael Shalayeff