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
Commit message (
Expand
)
Author
Age
Files
Lines
*
GEOMification of CCD.
phk
2003-06-09
5
-1608
/
+79
*
- Add vm object locking to vm_pgmoveco().
alc
2003-06-09
1
-2
/
+5
*
Revert previous commit, from Bruce:
charnier
2003-06-09
1
-1
/
+0
*
Merge NetBSD bktr_core.c rev. 1.26:
fjoe
2003-06-09
1
-2
/
+2
*
Fix error handling for ENOMEM style issues.
phk
2003-06-09
1
-21
/
+9
*
Add two more Vendor ID's for Leadtek Winfast TV 2000
fjoe
2003-06-09
1
-1
/
+5
*
Attempt to fix Alpha build by renaming ident[] to kern_ident[].
jmallett
2003-06-09
3
-3
/
+3
*
When we re-route a PCI interrupt, write the new IRQ value into the intline
jhb
2003-06-09
1
-2
/
+3
*
_thread_printf() is only used for debugging or in cases where something's
mtm
2003-06-09
1
-2
/
+2
*
o Have rc.d/apm report on the status of apm.
mtm
2003-06-09
2
-3
/
+29
*
- Add a td_pflags field to struct thread for private flags accessed only by
jhb
2003-06-09
5
-29
/
+27
*
o Fix a typo
mtm
2003-06-09
1
-3
/
+23
*
Hook up pci(9) manual page to the build.
hmp
2003-06-09
1
-1
/
+6
*
Bring in a manual page documenting some important functions of the
hmp
2003-06-09
1
-0
/
+240
*
Previously, a "forced" command always exited successfully (with the
mtm
2003-06-09
1
-37
/
+65
*
Add a comment to de-obfuscate the meaning of the PQ_CACHESIZE
hmp
2003-06-09
1
-0
/
+1
*
Sanity check fd before using it as an array index.
netchild
2003-06-09
1
-1
/
+2
*
Remove stale reference to the deprecated USER_LDT option. The associated
jhb
2003-06-09
1
-4
/
+0
*
Expose kern.ident by way of OID_AUTO.
jmallett
2003-06-09
2
-3
/
+4
*
Teach mdoc(7) about the upcoming 5.2-RELEASE.
ru
2003-06-09
1
-0
/
+1
*
Add sysctlbyname(3) support, and use that for uname -i, in preparation for
jmallett
2003-06-09
1
-1
/
+13
*
Commit rudimentary libufs manual pages, except for that for
jmallett
2003-06-09
7
-0
/
+560
*
Remove ufs_disk_ctor and ufs_disk_dtor, they never came to fruition. I do
jmallett
2003-06-09
2
-43
/
+0
*
Make kernel identification (`ident' in the config(8) driver) available to
jmallett
2003-06-09
4
-7
/
+24
*
Reduce diffs with code in Perforce:
jmallett
2003-06-09
5
-34
/
+34
*
Marshal newfs -L (filesystem volume names), the names are not marshalled
jmallett
2003-06-09
1
-0
/
+2
*
Remove duplicate 'of the'.
roam
2003-06-09
1
-1
/
+1
*
Update the number and size of ports in the Ports Collection.
murray
2003-06-09
1
-2
/
+2
*
Hold the vm object's lock when performing vm_page_lookup().
alc
2003-06-09
1
-0
/
+2
*
Don't use vm_object_set_flag() to initialize the vm object's flags.
alc
2003-06-09
1
-1
/
+1
*
Change incorrect strings.h to more correct string.h to pick up
imp
2003-06-09
2
-2
/
+2
*
Include sys/param.h for both modfind and kldload
imp
2003-06-09
1
-2
/
+5
*
Include stdlib.h for atoi declaration.
imp
2003-06-09
1
-0
/
+3
*
Include stdlib.h for atoi declaration
imp
2003-06-09
1
-0
/
+3
*
include string.h for memcmp declearation
imp
2003-06-09
1
-0
/
+1
*
Include string.h for strlen declaration
imp
2003-06-09
1
-0
/
+1
*
Include stdlib.h for exit declaration
imp
2003-06-09
1
-0
/
+1
*
Include string.h for strcmp declaration
imp
2003-06-09
1
-0
/
+1
*
On a socket creation error, don't close the socket.
hsu
2003-06-09
1
-1
/
+2
*
- Add a simple CPU load balancing algorithm. This works by executing once a
jeff
2003-06-09
1
-7
/
+95
*
Document the NOLIBPTHREAD and NOLIBTHR knobs.
ru
2003-06-08
1
-0
/
+12
*
- Properly handle the paging_in_progress case on two vm objects in
alc
2003-06-08
1
-26
/
+16
*
REST IN PEACE
will
2003-06-08
1
-0
/
+1
*
Apply a couple of grammatical improvements.
ceri
2003-06-08
1
-2
/
+2
*
Correct a typo.
ceri
2003-06-08
1
-1
/
+1
*
Forced commit to note that the previous committed related to:
des
2003-06-08
0
-0
/
+0
*
Revert part of rev 1.43. We want to fail gracefully if there is no packet
des
2003-06-08
1
-0
/
+3
*
After selecting a thread to handle a signal and taking
deischen
2003-06-08
2
-6
/
+16
*
Insert threads at the end of the free thread list so that
deischen
2003-06-08
2
-2
/
+2
*
Provide a reference to __sys_write. The implementation uses this when
deischen
2003-06-08
2
-0
/
+6
[next]