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
*
- Add vm object locking to vm_object_deallocate(). (Still more
alc
2003-06-04
2
-17
/
+15
*
Set CSTD to gnu99. We can only use on of the gnu?9 C languages.
obrien
2003-06-04
1
-0
/
+1
*
Add instrumentation which tells us how much work softclock() does
phk
2003-06-04
1
-2
/
+26
*
Give ia64 the exact same semantics as i386 with respect to non-512
phk
2003-06-04
1
-1
/
+2
*
Have the port readmes follow the same logic as buildworld. We skip
marcel
2003-06-04
1
-5
/
+5
*
Add id for TI's 1394b link chip.
simokawa
2003-06-04
2
-0
/
+5
*
Userspace prototypes for the extattr_list_*() system calls.
rwatson
2003-06-04
1
-0
/
+6
*
Document the BUG (feature) that you can pass in an empty name to
rwatson
2003-06-04
1
-1
/
+6
*
The vnode operations for extended attributes no longer suffer from
rwatson
2003-06-04
1
-4
/
+1
*
Document the new explicit listing API for extended attributes; note
rwatson
2003-06-04
1
-6
/
+32
*
Implementations of extattr_list_fd(), extattr_list_file(), and
rwatson
2003-06-04
2
-0
/
+286
*
Regen from syscalls.master:1.149, addition of extended attribute
rwatson
2003-06-04
5
-7
/
+40
*
Add system calls to explicitly list extended attributes on a
rwatson
2003-06-04
1
-0
/
+6
*
KMF_DONE is now in /sys/sys/kse.h, no longer need to define it here.
davidxu
2003-06-04
4
-14
/
+0
*
Fix ALIGNED_POINTER(). sizeof((u_int32_t)) is not legal C.
peter
2003-06-04
1
-1
/
+1
*
Unbreak ia64. 'nuff said.
marcel
2003-06-04
1
-0
/
+4
*
Change handling to support strong alignment architectures such as alpha and
ticso
2003-06-04
4
-23
/
+74
*
Assert the vnode lock when returning successfully from vn_open_cred().
rwatson
2003-06-04
1
-0
/
+1
*
Remove un-needed code.
julian
2003-06-04
4
-100
/
+56
*
Don't call sbp_do_attach() recursively after agent reset
simokawa
2003-06-03
1
-1
/
+1
*
Allocate zeroed space for fwdev.
simokawa
2003-06-03
1
-1
/
+2
*
Open fwmem device exclusively.
simokawa
2003-06-03
1
-0
/
+5
*
Add a geom_vol_ffs module and hook up to the build.
gordon
2003-06-03
2
-1
/
+10
*
Add vm object locking to vm_object_coalesce().
alc
2003-06-03
1
-7
/
+12
*
Fix a potential bucket leak where when freeing to an empty bucket
bmilekic
2003-06-03
1
-57
/
+29
*
Bah, revert the previous commit for the time being due to inadequate testing
jhb
2003-06-03
1
-6
/
+8
*
Update MPILIB from code received from LSI. Make changes in the rest of
mjacob
2003-06-03
9
-159
/
+519
*
Make ed compile in the NOCRYPT case.
jhay
2003-06-03
1
-0
/
+4
*
Change fatal to warnx() for unknown encoding
ache
2003-06-03
1
-4
/
+2
*
Fix the asm constraints so that we use the correct constants when acquiring
jhb
2003-06-03
1
-8
/
+6
*
Mdoc: fix hard sentence breaks.
hmp
2003-06-03
1
-35
/
+57
*
Document that kldload(2) can also return EEXIST.
hmp
2003-06-03
1
-0
/
+4
*
Catch up with revs 1.49-1.50 of df.c: don't mention -t in the BUGS section
bde
2003-06-03
1
-3
/
+1
*
Fixed exit code in previous commit. "var++" to set a flag to nonzero
bde
2003-06-03
1
-5
/
+9
*
Teach recent changes in the umtx structure in the kernel to the libthr
mtm
2003-06-03
1
-1
/
+1
*
Remove SI_SUB_VINUM. SI_SUB_RAID makes more sense.
grog
2003-06-03
1
-3
/
+2
*
The midway driver has been busdmaified and is not i386-specific anymore.
harti
2003-06-03
4
-64
/
+18
*
- Remove the blocked pointer from the umtx structure.
jeff
2003-06-03
3
-174
/
+164
*
Don't deregister the kld on resetconfig, only when we're really ready
grog
2003-06-03
1
-3
/
+3
*
Free memory of internal low level lock when mutex and condition variable
davidxu
2003-06-03
4
-0
/
+18
*
When scanning for changed containers, don't assume that the controller
scottl
2003-06-03
1
-7
/
+10
*
Two enhancements for kdump.
peter
2003-06-03
2
-21
/
+101
*
Turn on btxld for amd64.
peter
2003-06-03
1
-0
/
+4
*
Add AMD64 support.
peter
2003-06-03
2
-1
/
+5
*
Add support for generic PMCICA ATA CARD
imp
2003-06-03
1
-0
/
+1
*
Sync to 1.51
imp
2003-06-03
1
-1
/
+4
*
Add another PCMCIA IDE CARD
imp
2003-06-03
1
-0
/
+1
*
Account for packets processed at layer-2 (i.e. net.link.ether.ipfw=1).
kbyanc
2003-06-02
1
-3
/
+6
*
Merge from private version:
sam
2003-06-02
1
-50
/
+127
*
Redo locking for better SMP suport:
sam
2003-06-02
1
-15
/
+18
[next]