index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
alpha
/
osf1
/
osf1_misc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Replace wait1() with a kern_wait() function that accepts the pid,
jhb
2004-03-17
1
-15
/
+12
*
Locking for the per-process resource limits structure.
jhb
2004-02-04
1
-16
/
+19
*
GC old unused dev_t mangling stuff.
phk
2004-02-02
1
-21
/
+0
*
Cleanup <machine/cpu.h> by moving MD prototypes to <machine/md_var.h>
marcel
2003-08-17
1
-7
/
+8
*
Use __FBSDID().
obrien
2003-06-10
1
-3
/
+2
*
Lock Giant around userland_sysctl() to get the hostname in osf1_sysinfo()
jhb
2003-04-25
1
-0
/
+5
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-5
/
+5
*
Remove #include <sys/dkstat.h>
phk
2003-02-16
1
-1
/
+0
*
Convert an instance of "struct timezone tz" use I missed yesterday.
phk
2003-02-04
1
-1
/
+5
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-5
/
+5
*
SCARGS removal take II.
alfred
2002-12-14
1
-156
/
+156
*
Backout removal SCARGS, the code freeze is only "selectively" over.
alfred
2002-12-13
1
-156
/
+156
*
Remove SCARGS.
alfred
2002-12-13
1
-156
/
+156
*
Change hw.physmem and hw.usermem to unsigned long like they used to be
peter
2002-08-30
1
-1
/
+1
*
Make similar changes to fo_stat() and fo_poll() as made earlier to
rwatson
2002-08-16
1
-3
/
+3
*
Squish the "could sleep with process lock" messages caused by calling
alfred
2002-06-19
1
-2
/
+6
*
Rework logic of syscalls that modify process credentials as described in
jhb
2002-04-13
1
-4
/
+16
*
Spell "privileges" correctly.
eric
2002-04-05
1
-2
/
+2
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
1
-2
/
+2
*
Remove __P(). This was tested on the GENERIC kernel.
obrien
2002-03-20
1
-2
/
+2
*
Simple p_ucred -> td_ucred changes to start using the per-thread ucred
jhb
2002-02-27
1
-1
/
+1
*
You cannot take the address of a variable with the 'register' qualifier.
mjacob
2002-02-07
1
-1
/
+1
*
Replace ffind_* with fget calls.
alfred
2002-01-14
1
-4
/
+2
*
SMP Lock struct file, filedesc and the global file list.
alfred
2002-01-13
1
-4
/
+3
*
Whitespace fix.
jhb
2001-12-18
1
-1
/
+1
*
Rather than just change the arguments to suser() change the function to
mike
2001-11-02
1
-1
/
+1
*
o Permit osf1-emulated programs to modify uid/gid under jail by
rwatson
2001-11-01
1
-2
/
+2
*
Pass 1: update for KSE and NFS changes. Somehow this got missed.
peter
2001-09-20
1
-161
/
+171
*
Remove a reference to MAP_INHERIT.
peter
2001-08-25
1
-1
/
+1
*
With Alfred's permission, remove vm_mtx in favor of a fine-grained approach
dillon
2001-07-04
1
-4
/
+4
*
hold the vm_mtx around vm_map_lookup_entry() and vm_map_findspace()
gallatin
2001-06-06
1
-1
/
+4
*
make this compile.
gallatin
2001-05-25
1
-1
/
+1
*
o Merge contents of struct pcred into struct ucred. Specifically, add the
rwatson
2001-05-25
1
-17
/
+30
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-37
/
+28
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-2
/
+2
*
Fix typo: seperate -> separate.
asmodai
2001-02-06
1
-1
/
+1
*
Back out over-aggressive locking of p->p_cred.
jhb
2001-01-25
1
-16
/
+3
*
Proc locking.
jhb
2001-01-24
1
-3
/
+19
*
Next phase in the PCI subsystem cleanup.
msmith
2000-12-08
1
-0
/
+1
*
Update osf1_setuid() and osf1_setgid() to use the new change_euid() and
gallatin
2000-10-26
1
-8
/
+13
*
fix bogus cast in osf1_getrlimit/osf1_setrlimit
gallatin
2000-10-25
1
-4
/
+4
*
teach the osf1_getsysinfo() function about a few more fields
gallatin
2000-10-25
1
-5
/
+47
*
Fix the breakage that occurred when somebody didn't do a complete
mjacob
2000-06-23
1
-2
/
+2
*
changes to osf1_wait4()
gallatin
2000-01-29
1
-5
/
+7
*
implement OSF_GET_MAX_UPROCS portion of osf1_getsysinfo() for AT&T ksh
gallatin
2000-01-06
1
-0
/
+5
*
Finally add the Alpha OSF/1 compat code. I will add it to the
gallatin
1999-12-14
1
-0
/
+1747