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
...
*
|
Merge in Lite2: LIST replacement for f_filef, f_fileb, and filehead.
hsu
1996-03-11
1
-21
/
+13
*
|
Merge in Lite2: LIST replacement for f_filef, f_fileb, and filehead.
hsu
1996-03-11
1
-5
/
+6
*
|
Tweak the data/bss segment page count. The last version worked
peter
1996-03-10
1
-4
/
+3
*
|
Fix some rounding problems.. In some (fairly rare) situtaions it mapped
peter
1996-03-10
1
-12
/
+22
*
|
First attempt at FreeBSD & Linux ELF support.
sos
1996-03-10
2
-4
/
+724
*
|
Correct handling of dirty pages in I/O buffers. The case where pages
dyson
1996-03-09
1
-3
/
+9
*
|
Put the "free vnode isn't" check back in the right place.
dyson
1996-03-09
2
-6
/
+6
*
|
Remove a now unnecessary function prototype.
dyson
1996-03-09
1
-3
/
+1
*
|
In order to fix some concurrency problems with the swap pager early
dyson
1996-03-03
1
-29
/
+31
*
|
Deal with NetBSD byte-swapped a.out magic when checking the MID to exclude
peter
1996-03-03
1
-2
/
+4
*
|
Keep fork from over extending the number of processes. Since u_map is
dyson
1996-03-03
1
-2
/
+11
*
|
Fix the buffer queue problem differently. The previous fix could panic
dyson
1996-03-03
1
-6
/
+2
*
|
Fix a problem with the rlist code that it can have virtual pages that
dyson
1996-03-02
1
-3
/
+4
*
|
Mega-commit for Linux emulator update.. This has been stress tested under
peter
1996-03-02
7
-160
/
+85
*
|
Add more options into the conf/options and i386/conf/options.i386 files
peter
1996-03-02
3
-3
/
+7
*
|
reran makesyscalls.sh after "int len" -> "size_t len" changes.
peter
1996-03-02
2
-2
/
+2
*
|
Change the 'int len' args in the mmap/msync/mincore/etc class syscalls
peter
1996-03-02
1
-20
/
+6
*
|
1) Fix a bug that a buffer is removed from a queue, but the
dyson
1996-03-02
2
-28
/
+124
*
|
Enable VMIO for non-VDIR metadata and block device.
dyson
1996-03-02
2
-6
/
+6
*
|
More b_flags fixes.
dyson
1996-03-02
2
-7
/
+7
*
|
Fix a bug that b_flags was getting unnecessarily modified by
dyson
1996-03-01
3
-8
/
+8
*
|
Add a new option: DDB_UNATTENDED. Stops machine dropping into DDB
gpalmer
1996-02-28
1
-1
/
+3
*
|
Fix a problem with tracking the modified bit. Eliminate the
dyson
1996-02-25
1
-6
/
+7
*
|
Add two sysctl variables that can be read by libutil and libkvm so that
peter
1996-02-24
1
-1
/
+12
*
|
Make getsockopt() capable of handling more than one mbuf worth of data.
phk
1996-02-24
1
-6
/
+13
*
|
Garrett pointed out that the correct place for unix system call args
peter
1996-02-23
1
-2
/
+2
*
|
kern_descrip.c: add fdshare()/fdcopy()
peter
1996-02-23
4
-19
/
+110
*
|
Run makesyscalls to regen the tables.
peter
1996-02-23
2
-16
/
+56
*
|
Add hooks for rfork/minherit pair, and reset args of vfork in preperation
peter
1996-02-23
1
-2
/
+24
*
|
Note the syscall numbers used in BSD/OS 2.x. We dont want to
peter
1996-02-23
1
-10
/
+9
*
|
Fix a problem that select did not work with direct writes. Make
dyson
1996-02-22
1
-8
/
+15
*
|
Add missing prototype for pipeselwakeup (a recently added function) - gcc
peter
1996-02-17
1
-1
/
+2
*
|
Kill XNS.
wollman
1996-02-13
2
-8
/
+8
*
|
rewrap some long lines.
phk
1996-02-13
1
-6
/
+8
*
|
Add ifdefs for non-freebsd system usage. Add missing select wakeups,
dyson
1996-02-11
1
-27
/
+63
*
|
Add some missing requests for the read-side to wakeup the write-side. Also
dyson
1996-02-09
1
-2
/
+11
*
|
Define a new socket option, SO_PRIVSTATE. Getting it returns the state
wollman
1996-02-07
1
-1
/
+10
*
|
Apparent fix for a pipe hang problem.
dyson
1996-02-07
1
-3
/
+16
*
|
More fixes from bde.
dyson
1996-02-05
1
-14
/
+24
*
|
Kva space allocated for direct buffer wasn't quite big enough. The
dyson
1996-02-05
1
-7
/
+11
*
|
Changed vm_fault_quick in vm_machdep.c to be global. Needed for
dyson
1996-02-04
1
-1
/
+8
*
|
Improve the performance for pipe(2) again. Also include some
dyson
1996-02-04
2
-47
/
+449
*
|
Properly calculate the amount of the devconf to output in SYSCTL_OUT.
gibbs
1996-01-31
1
-2
/
+10
*
|
Improved killproc() log message and made it and the other similar message
dg
1996-01-31
2
-10
/
+9
*
|
Fix another problem with the new pipe code, pointed out by Bruce Evans.
dyson
1996-01-31
1
-7
/
+6
*
|
Fix some problems with return codes on the new pipe stuff. Bruce Evans
dyson
1996-01-31
1
-4
/
+8
*
|
Implement what I mentioned in rev 1.18: limit per-bucket allocations to
dg
1996-01-29
1
-3
/
+7
*
|
Fixed two bugs in the calculation of the malloc area (kmem_map) size:
dg
1996-01-29
1
-7
/
+9
*
|
Kernel printf now returns int.
gibbs
1996-01-29
1
-3
/
+5
*
|
Fixed an uninitialized variable (argument to vm_map_find) -- problem
dyson
1996-01-29
1
-5
/
+8
[prev]
[next]