summaryrefslogtreecommitdiffstats
path: root/sys/alpha/osf1/osf1_misc.c
Commit message (Expand)AuthorAgeFilesLines
* First pass at removing Alpha kernel support.jhb2006-05-111-1614/+0
* - Always call exec_free_args() in kern_execve() instead of doing it in alljhb2006-02-061-1/+0
* Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57,rwatson2005-09-281-4/+0
* Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(),rwatson2005-09-191-0/+4
* - Remove spl's from osf1_usleep_thread().jhb2005-07-071-8/+4
* - Change the vm_mmap() function to accept an objtype_t parameter specifyingjhb2005-04-011-1/+2
* Use a custom version of copyinuio() to implement osf1_{read,write}v() viajhb2005-03-311-79/+56
* - Implement osf1_emul_find() using kern_alternate_path(). This changesjhb2005-02-181-260/+95
* Begin all license/copyright comments with /*- or #-imp2005-01-051-1/+1
* Don't include sys/user.h merely for its side-effect of recursivelydas2004-11-271-1/+1
* Add missing flag to userland_sysctl()phk2004-10-141-1/+1
* Rework how we store process times in the kernel such that we always storejhb2004-10-051-23/+14
* Fix the ABI wrappers to use kern_fcntl() rather than calling fcntl()jhb2004-08-241-20/+13
* Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This iscperciva2004-07-261-2/+2
* - Replace wait1() with a kern_wait() function that accepts the pid,jhb2004-03-171-15/+12
* Locking for the per-process resource limits structure.jhb2004-02-041-16/+19
* GC old unused dev_t mangling stuff.phk2004-02-021-21/+0
* Cleanup <machine/cpu.h> by moving MD prototypes to <machine/md_var.h>marcel2003-08-171-7/+8
* Use __FBSDID().obrien2003-06-101-3/+2
* Lock Giant around userland_sysctl() to get the hostname in osf1_sysinfo()jhb2003-04-251-0/+5
* Back out M_* changes, per decision of the TRB.imp2003-02-191-5/+5
* Remove #include <sys/dkstat.h>phk2003-02-161-1/+0
* Convert an instance of "struct timezone tz" use I missed yesterday.phk2003-02-041-1/+5
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-5/+5
* SCARGS removal take II.alfred2002-12-141-156/+156
* Backout removal SCARGS, the code freeze is only "selectively" over.alfred2002-12-131-156/+156
* Remove SCARGS.alfred2002-12-131-156/+156
* Change hw.physmem and hw.usermem to unsigned long like they used to bepeter2002-08-301-1/+1
* Make similar changes to fo_stat() and fo_poll() as made earlier torwatson2002-08-161-3/+3
* Squish the "could sleep with process lock" messages caused by callingalfred2002-06-191-2/+6
* Rework logic of syscalls that modify process credentials as described injhb2002-04-131-4/+16
* Spell "privileges" correctly.eric2002-04-051-2/+2
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-2/+2
* Remove __P(). This was tested on the GENERIC kernel.obrien2002-03-201-2/+2
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-1/+1
* You cannot take the address of a variable with the 'register' qualifier.mjacob2002-02-071-1/+1
* Replace ffind_* with fget calls.alfred2002-01-141-4/+2
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-131-4/+3
* Whitespace fix.jhb2001-12-181-1/+1
* Rather than just change the arguments to suser() change the function tomike2001-11-021-1/+1
* o Permit osf1-emulated programs to modify uid/gid under jail byrwatson2001-11-011-2/+2
* Pass 1: update for KSE and NFS changes. Somehow this got missed.peter2001-09-201-161/+171
* Remove a reference to MAP_INHERIT.peter2001-08-251-1/+1
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-041-4/+4
* hold the vm_mtx around vm_map_lookup_entry() and vm_map_findspace()gallatin2001-06-061-1/+4
* make this compile.gallatin2001-05-251-1/+1
* o Merge contents of struct pcred into struct ucred. Specifically, add therwatson2001-05-251-17/+30
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-37/+28
* Change and clean the mutex lock interface.bmilekic2001-02-091-2/+2
* Fix typo: seperate -> separate.asmodai2001-02-061-1/+1
OpenPOWER on IntegriCloud