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
/
svr4
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix handling of svr4_sigsets, which are implemented in SysVR4 as a sequence
newton
2000-01-15
2
-15
/
+51
*
Remove some all-too-wordy debugging prints
newton
2000-01-15
1
-5
/
+0
*
Removed bogus include of opt_global.h. opt_global.h is automatically
bde
2000-01-09
1
-1
/
+0
*
Need to #include vm_zone.h to pick up inline definition of zfree() so that
newton
2000-01-03
1
-0
/
+1
*
Introduce NDFREE (and remove VOP_ABORTOP)
eivind
1999-12-15
2
-1
/
+4
*
Replace the svr4_sys_getdents64() routine with a port of linux_getdents() --
newton
1999-12-12
1
-85
/
+124
*
Avoid excessive redundancy in svr4_sys_getmsg() and svr4_sys_putmsg():
newton
1999-12-12
1
-8
/
+8
*
fd_revoke() shouldn't panic if the descriptor provided is not a file or
newton
1999-12-12
1
-9
/
+2
*
Remove unnecessary includes
newton
1999-12-08
11
-68
/
+19
*
SVR4 emulator source files now take their compilation options from
newton
1999-12-08
8
-2
/
+11
*
General clean-up of socket.h and associated sources to synchronise up
phk
1999-11-24
1
-1
/
+1
*
s/p_cred->pc_ucred/p_ucred/g
phk
1999-11-21
1
-1
/
+1
*
useracc() the prequel:
phk
1999-10-29
2
-2
/
+0
*
Remove unnecessary includes.
newton
1999-10-17
2
-20
/
+0
*
Remove unnecessary includes.
newton
1999-10-17
15
-55
/
+4
*
Add a per-signal flag to mark handlers registered with osigaction, so we
luoqi
1999-10-11
1
-1
/
+1
*
Removal of sys/device.h
n_hibma
1999-10-05
1
-1
/
+0
*
Oops. That'll teach me to commit without testing. I either replaced
peter
1999-10-01
1
-1
/
+1
*
Zap a trigraph (???)
peter
1999-10-01
1
-1
/
+1
*
sigset_t change (part 4 of 5)
marcel
1999-09-29
4
-67
/
+81
*
This is what was "fdfix2.patch," a fix for fd sharing. It's pretty
green
1999-09-19
6
-33
/
+21
*
Add MAINTAINER line
newton
1999-09-01
1
-0
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
52
-52
/
+52
*
Simplify the handling of VCHR and VBLK vnodes using the new dev_t:
phk
1999-08-26
1
-2
/
+2
*
Avoid possible panic by checking for EFAULT from copyinstr() during
newton
1999-08-14
1
-5
/
+12
*
Previous commit also removed some 'const' qualifiers on args for
newton
1999-07-30
1
-1
/
+1
*
Previous commit also finished cleaning up some dev_t -> udev_t transformations
newton
1999-07-30
5
-5
/
+5
*
Fix svr4_sys_poll(); SysV STREAMS produce return values from poll() which
newton
1999-07-30
1
-6
/
+2
*
Add $Id$ tags
newton
1999-07-30
48
-23
/
+140
*
Hmm - How did *that* get in there?
newton
1999-07-30
1
-0
/
+0
*
Fix panic caused when *stat64() family of syscalls try to fill-in
newton
1999-07-30
3
-46
/
+28
*
Rename struct members sa_siginfo. POSIX reserves identifiers starting
cracauer
1999-07-06
2
-22
/
+22
*
sys/buf.h needs to have included sys/systm.h for spl prototypes.
green
1999-07-03
1
-1
/
+1
*
Ack! I deleted "struct", not "const".. Oh boy...
peter
1999-05-10
1
-1
/
+1
*
Fix a couple of warnings and some bitrot in comments.
peter
1999-05-09
1
-3
/
+1
*
Suser() simplification:
phk
1999-04-27
3
-4
/
+4
*
Well folks, this is it - The second stage of the removal for build support
peter
1999-04-17
1
-1
/
+1
*
Image activators use EXEC_SET(), not TEXT_SET(). (The first is a macro
peter
1999-04-17
1
-1
/
+1
*
svr4 emulator will refuse to unload itself if it is currently in use.
newton
1999-02-04
1
-8
/
+8
*
Acquiesce to proc.h for declarations of M_ZOMBIE, M_SUBPROC (and reorder
newton
1999-02-01
1
-4
/
+1
*
Oops - Ripped out a bit of debugging code which will stop certain bits
newton
1999-01-30
1
-1
/
+1
*
Emulator KLD for SysVR4 executables grabbed from NetBSD.
newton
1999-01-30
57
-0
/
+14053