summaryrefslogtreecommitdiff
path: root/sys/compat/irix
AgeCommit message (Expand)Author
2010-03-03When implementing "read directory", when there are too many empty entrieshe
2010-02-15typo in commentdholland
2010-01-08The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to livepooka
2009-12-14Regen (new makesyscalls.sh)matt
2009-12-14Merge from matt-nb5-mips64matt
2009-12-10Change u_long to vaddr_t/vsize_t in exec code where appropriate (mostlymatt
2009-11-28Set irm->bufmem = uvmexp.filepages;dsl
2009-11-23Use lwp_getpcb() in compat code, clean from struct user.rmind
2009-11-04do_sys_wait(): fix previous by checking for ru != NULL. Noticed byrmind
2009-08-31Use uintptr_t instead of uint32_t as an intermediate stage whendholland
2009-08-31Use uintptr_t instead of int when munging fcntl flags, which aredholland
2009-06-28pad -> PAD, to follow src/sys/kern/makesyscalls.sh rev 1.87.tsutsui
2009-03-29- add new RLIMIT_AS (aka RLIMIT_VMEM) resource that limits the totalmrg
2009-03-18bzero -> memsetcegger
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-01-13Regen to prove I didn't screw up the conversion: purely RCSID changes.pooka
2009-01-13Convert the syscalls.master to a format from which it is easierpooka
2009-01-11regen.rumble
2009-01-11Fix time_t change fallout.rumble
2008-11-21make this compilecegger
2008-11-19Make the emulations, exec formats, coredump, NFS, and the NFS serverad
2008-07-02Remove proc_representative_lwp(), use a simple LIST_FIRST() instead.rmind
2008-05-10Try to adapt the usema driver to new select/poll world order.tnn
2008-05-09Make it build, struct vfsops gained a member.tnn
2008-04-29Ignore processes with PK_MARKER set.ad
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-24Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, sincead
2008-04-24Network protocol interrupts can now block on locks, so merge the globalsad
2008-04-23Regen.ad
2008-04-23-SYCALL_MPSAFEad
2008-03-21Catch up with descriptor handling changes. See kern_descrip.c revisionad
2008-03-07v_interlock is a kmutex_t now, simple_lock() -> mutex_enter().tnn
2008-01-29Adapt to renamelock_{enter, exit} addition to struct vfsops.rafal
2008-01-26VOP_LEASE is gone.tsutsui
2008-01-26Fix fallout from v_specinfo removal.tsutsui
2008-01-25Remove VOP_LEASE. Discussed on tech-kern.ad
2008-01-23Tons of process scope changes.elad
2008-01-06include sys/simplock.hdsl
2008-01-05Use FILE_LOCK() and FILE_UNLOCK().dsl
2007-12-20regendsl
2007-12-20Convert all the system call entry points from:dsl
2007-12-09more NDINIT fallout. not completely compile-tested.dogcow
2007-12-08ANSIfy most of the function definitions in sys/compat (but not ndis).dsl
2007-12-06lockmgr -> rwlockad
2007-12-04Remove all the __Pdsl
2007-11-28more l removalpooka
2007-11-28Follow up the removal of the lwp argument to VOP_ functions.he
2007-11-27more lwp cacking falloutdogcow
2007-09-30Remove a now-unused local variable.he
2007-09-29Change the way p->p_limit (and hence p->p_rlimit) is locked.dsl