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
/
compat
/
svr4
Commit message (
Expand
)
Author
Age
Files
Lines
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-1
/
+2
*
Add missing dependencies on the SYSVIPC modules.
jhb
2005-07-29
1
-0
/
+6
*
Regen.
jhb
2005-07-13
4
-90
/
+90
*
Make a pass through all the compat ABIs sychronizing the MP safe flags
jhb
2005-07-13
1
-86
/
+86
*
Regen.
jhb
2005-07-13
4
-28
/
+26
*
- Stop hardcoding #define's for options and use the appropriate
jhb
2005-07-13
3
-22
/
+7
*
Lock Giant in svr4_add_socket() so that the various svr4_*stat() calls
jhb
2005-07-07
1
-0
/
+6
*
Remove an unused syscallarg() macro leftover from this code's origins in
jhb
2005-07-07
1
-2
/
+0
*
Rototill this file so that it actually compiles. It doesn't do anything
jhb
2005-07-07
1
-144
/
+135
*
Rebuild generated system call definition files following the addition of
rwatson
2005-05-30
4
-255
/
+256
*
Introduce a new field in the syscalls.master file format to hold the
rwatson
2005-05-30
1
-288
/
+360
*
- Change the vm_mmap() function to accept an objtype_t parameter specifying
jhb
2005-04-01
1
-2
/
+2
*
Bounds check the user-supplied length used in a copyout() in
das
2005-03-23
1
-0
/
+2
*
fixup signal mapping:
sam
2005-02-25
3
-18
/
+15
*
Backout previous change (disabling of security checks for signals delivered
sobomax
2005-02-13
1
-1
/
+1
*
Split out kill(2) syscall service routine into user-level and kernel part, the
sobomax
2005-02-13
1
-1
/
+1
*
- Implement svr4_emul_find() using kern_alternate_path(). This changes
jhb
2005-02-07
7
-524
/
+230
*
o Split out kernel part of execve(2) syscall into two parts: one that
sobomax
2005-01-29
2
-7
/
+2
*
Start each of the license/copyright comments with /*-
imp
2005-01-05
48
-48
/
+48
*
- Move the function prototypes for kern_setrlimit() and kern_wait() to
jhb
2005-01-05
2
-0
/
+2
*
Don't include sys/user.h merely for its side-effect of recursively
das
2004-11-27
1
-1
/
+1
*
Introduce an alias for FILEDESC_{UN}LOCK() with the suffix _FAST.
phk
2004-11-13
2
-6
/
+6
*
More sensible FILEDESC_ locking.
phk
2004-11-07
1
-3
/
+2
*
Rework how we store process times in the kernel such that we always store
jhb
2004-10-05
1
-43
/
+26
*
Add a proc *p pointer for td->td_proc to make this code easier to read.
jhb
2004-09-24
1
-8
/
+8
*
Various small style fixes.
jhb
2004-09-22
1
-1
/
+1
*
Regenerate after fcntl() wrappers were marked MP safe.
jhb
2004-08-24
4
-5
/
+5
*
Fix the ABI wrappers to use kern_fcntl() rather than calling fcntl()
jhb
2004-08-24
3
-77
/
+52
*
Do a pass over all modules in the kernel and make them return EOPNOTSUPP
phk
2004-07-15
1
-0
/
+1
*
Clean up and wash struct iovec and struct uio handling.
phk
2004-07-10
1
-32
/
+12
*
Cast variable-sized (based on platform) quantities before printing out.
obrien
2004-06-24
1
-2
/
+2
*
Put the pre FreeBSD-2.x tty compat code under BURN_BRIDGES.
phk
2004-06-21
2
-0
/
+6
*
Second half of the dev_t cleanup.
phk
2004-06-17
4
-6
/
+6
*
Socket MAC labels so_label and so_peerlabel are now protected by
rwatson
2004-06-13
1
-0
/
+4
*
- Replace wait1() with a kern_wait() function that accepts the pid,
jhb
2004-03-17
1
-25
/
+7
*
I guess nobody has needed to use the SVR4olator to create device
phk
2004-02-07
1
-2
/
+2
*
Regen.
jhb
2004-02-06
4
-33
/
+33
*
Sync up MP safe flags with global syscalls.master. This includes read(),
jhb
2004-02-06
1
-29
/
+29
*
Regen.
jhb
2004-02-04
4
-9
/
+9
*
The following compat syscalls are now mpsafe: linux_getrlimit(),
jhb
2004-02-04
1
-5
/
+5
*
Locking for the per-process resource limits structure.
jhb
2004-02-04
4
-65
/
+69
*
Reduce gratuitous includes: don't include jail.h if it's not needed.
rwatson
2004-01-21
1
-1
/
+0
*
GC unused 'syshide' override to /dev/null. This was here to disable
peter
2003-12-24
1
-1
/
+0
*
Regen. This should have been a NOP, but its not been regenerated for
peter
2003-12-24
4
-349
/
+372
*
GC OBE namespc column and un-wrap longer lines that now fit
peter
2003-12-24
1
-327
/
+289
*
Add an additional field to the elf brandinfo structure to support
peter
2003-12-23
1
-1
/
+2
*
Do not call VOP_GETATTR in getdents function. It does not serve any
kan
2003-11-19
1
-6
/
+0
*
Fix some security bugs in the SVR4 emulator:
tjr
2003-10-20
6
-20
/
+78
*
Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bit
peter
2003-09-25
1
-1
/
+2
*
Remove dangling extern reference to swap_pager_full
phk
2003-08-06
1
-2
/
+0
[next]