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
/
kern
Commit message (
Expand
)
Author
Age
Files
Lines
*
Lite2 bugfixes merge:
ache
1999-04-24
1
-3
/
+3
*
Fix a braino in the v_id wraparound code. Give more (current) details
phk
1999-04-24
1
-9
/
+17
*
Use pointer arithmetic to do pointer arithmetic.
dt
1999-04-24
1
-3
/
+3
*
The function msgrcv() could copy larger data than it should do
sada
1999-04-21
1
-3
/
+3
*
Stage 1 of a cleanup of the i386 interrupt registration mechanism.
peter
1999-04-21
2
-406
/
+3
*
Address several problems in vn_read and vn_write:
alc
1999-04-21
1
-35
/
+21
*
Make the location of init(8) tunable at boot time.
des
1999-04-20
1
-16
/
+29
*
GC some stray debugging printf()s...
peter
1999-04-19
1
-4
/
+1
*
Zap LKM option and support. Farewell old friend.
peter
1999-04-19
1
-838
/
+0
*
unifdef -DVM_STACK - it's been on for a while for x86 and was checked
peter
1999-04-19
2
-49
/
+2
*
GC some unused code.
peter
1999-04-17
1
-294
/
+1
*
Well folks, this is it - The second stage of the removal for build support
peter
1999-04-17
4
-7
/
+7
*
Bring the 'new-bus' to the i386. This extensively changes the way the
peter
1999-04-16
4
-53
/
+386
*
getnewbuf(): check return value from tsleep(). Interruptible NFS may pass
dt
1999-04-14
1
-7
/
+4
*
Backout early start of APs since it caused some machines to hang.
tegge
1999-04-13
1
-4
/
+1
*
More consistent with surrounding style. (Hey - it looked great in the
eivind
1999-04-12
1
-2
/
+2
*
Typo in comment.
des
1999-04-12
1
-2
/
+2
*
Staticize.
eivind
1999-04-11
2
-4
/
+4
*
Staticize.
eivind
1999-04-11
1
-2
/
+2
*
Add prototype for wait_ap().
tegge
1999-04-11
1
-1
/
+4
*
Let BSP wait until all APs are initialized.
tegge
1999-04-10
1
-1
/
+4
*
Allow setting MAXFILES in the kernel config.
des
1999-04-09
1
-1
/
+3
*
More secure clock management. Allow positive steps only once per second
nsayer
1999-04-07
1
-11
/
+16
*
Fix last delta so file would compile again- I think I got it
mjacob
1999-04-07
1
-10
/
+13
*
Disable the mtrr copy calls, it doesn't work with the i686_mem.c stuff.
peter
1999-04-07
1
-1
/
+7
*
If securelevel>1, allow the clock to be adjusted negatively only up to
nsayer
1999-04-07
1
-8
/
+27
*
Fix a performance problem with the new getnewbuf() code: in an outofspace
alc
1999-04-07
1
-26
/
+30
*
Use the reference counted PHOLD()/PRELE() rather than P_PHYSIO.
peter
1999-04-06
1
-9
/
+9
*
Use the reference-counted PHOLD()/PRELE() rather than P_NOSWAP.
peter
1999-04-06
1
-3
/
+3
*
LK_RETRY is a vn_lock() flag, not one for lockmgr().
peter
1999-04-06
1
-3
/
+3
*
Catch a case spotted by Tor where files mmapped could leave garbage in the
julian
1999-04-05
1
-1
/
+17
*
Regenerate (padding for pread and pwrite).
dt
1999-04-04
2
-4
/
+4
*
Add standard padding argument to pread and pwrite syscall. That should make them
dt
1999-04-04
6
-152
/
+120
*
Fix a division which I had made a multiplication.
phk
1999-04-04
1
-3
/
+5
*
Dang, lost some LL's there.
phk
1999-04-04
1
-3
/
+3
*
Update to latest version from Dave Mills. Mostly textual.
phk
1999-04-04
1
-27
/
+49
*
Restore support for executing BSD/OS binaries on the i386 by passing
jdp
1999-04-03
2
-4
/
+9
*
Don't open window for race condition.
phk
1999-04-02
2
-8
/
+2
*
Purging lint from the Bruce filter.
phk
1999-03-30
1
-12
/
+10
*
Add some useful functions to the device framework:
dfr
1999-03-29
3
-43
/
+314
*
Fix a bug which prevented more than two clients from sharing a resource.
dfr
1999-03-29
1
-2
/
+2
*
Call ptrace_u_check with the right size.
dfr
1999-03-29
1
-2
/
+2
*
Fixed line counting error.
n_hibma
1999-03-27
1
-1
/
+3
*
Added pread and pwrite. These functions are defined by the X/Open
alc
1999-03-27
4
-8
/
+139
*
Remove incorrect lock specs for vop_whiteout (introduced by Lite/2).
eivind
1999-03-27
1
-5
/
+9
*
Changed vn_read/write such that fp->f_offset isn't touched
alc
1999-03-26
1
-4
/
+15
*
Call the module's unload handler before removing the device from the
dfr
1999-03-23
1
-19
/
+26
*
Add a sysctl variable which can help stop chroot(2) escapes.
phk
1999-03-23
2
-2
/
+90
*
Fix some nasty hangs if garbage were passed.
phk
1999-03-23
1
-4
/
+6
*
Make the same size rounding error both ways.
phk
1999-03-22
1
-1
/
+1
[next]