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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minor beautifications related to style(9) and code consistency.
yar
2004-02-21
1
-5
/
+5
*
Don't remove the first mbuf in the chain if it got empty.
harti
2004-02-21
1
-7
/
+6
*
Improve the SIOCSIFCAP handler a bit:
yar
2004-02-21
1
-1
/
+5
*
Fix a major brain-o. If the command needs to be put on the deferred queue,
scottl
2004-02-21
1
-0
/
+1
*
Do not test if pDCB is not NULL, we dereference it before anyway, and it
cognet
2004-02-20
1
-3
/
+2
*
whitespace changes only (prepare for merge from citi tree)
rees
2004-02-20
1
-52
/
+51
*
Backout previous change, it breaks build and it is not needed
pjd
2004-02-20
4
-107
/
+13
*
Make sure to wake up any select waiters when closing a kqueue (also, not
green
2004-02-20
1
-0
/
+4
*
Fix a glitch in my last commit and revert to using selwakeuppri
matk
2004-02-20
1
-1
/
+1
*
Make uscanner recognise EPSON Perfection 3200. Tested with xsane.
wilko
2004-02-19
1
-0
/
+1
*
Tidy up the thread taskqueue implementation and close a lost wakeup race.
jhb
2004-02-19
1
-14
/
+9
*
Add EPSON Perfection 3200 scanner.
wilko
2004-02-19
2
-2
/
+9
*
Add EPSON Perfection 3200 scanner
wilko
2004-02-19
1
-0
/
+1
*
Rework jail_attach(2) so that an already jailed process cannot hop
nectar
2004-02-19
1
-12
/
+12
*
Report the correct length for symlink entries.
phk
2004-02-19
1
-1
/
+1
*
Add back an include to fix the build for the CPU_ELAN case.
jhb
2004-02-19
1
-0
/
+3
*
Use ACPI_NEXT_RESOURCE instead of defining our own copy. The one provided
njl
2004-02-19
2
-5
/
+3
*
Do not remove the fixed handlers. Several systems (e.g., ASUS) only
njl
2004-02-19
1
-11
/
+5
*
Add new failure detection algorithm.
pjd
2004-02-19
2
-1
/
+94
*
Export private structure owned by ng_ether(4) module outside.
pjd
2004-02-19
2
-12
/
+13
*
Makefile needed for building geom_concat module.
pjd
2004-02-19
1
-0
/
+8
*
Introduce CONCAT GEOM class for disk concatenation.
pjd
2004-02-19
2
-0
/
+862
*
- call ip6_output() instead of nd6_output() when ipsec tunnel
ume
2004-02-19
1
-3
/
+21
*
Added sysctl security.jail.jailed.
pjd
2004-02-19
1
-0
/
+13
*
Simplify check. We are only able to check exclusive lock and if
pjd
2004-02-19
1
-1
/
+5
*
Fixed ucred structure leak.
pjd
2004-02-19
2
-0
/
+4
*
MFi386: revision 1.466
nyan
2004-02-19
1
-0
/
+1
*
Add BSD compatibility tty ioctls LINUX_TIOCSBRK and LINUX_TIOCCBRK. This
bms
2004-02-19
2
-0
/
+13
*
When reparenting a process in the PT_DETACH code, only set p_sigparent
truckman
2004-02-19
1
-1
/
+2
*
Use size_t or ssize_t wherever appropriate instead of casting from int *
tjr
2004-02-19
2
-26
/
+27
*
Enforce the file size limit in VOP_WRITE() as well as VOP_TRUNCATE();
tjr
2004-02-19
8
-32
/
+22
*
- Correct a long-standing race condition in vm_page_try_to_free() that
alc
2004-02-19
1
-4
/
+3
*
A Linux thread created using clone() should not send SIGCHLD to its
truckman
2004-02-19
1
-3
/
+3
*
Fix problem caused by previous commit where some users' buttons
njl
2004-02-19
2
-11
/
+2
*
Add support for 'h' and 'hh' modifiers for printf(9).
njl
2004-02-19
1
-2
/
+21
*
Checkpoint the NOTES I was working on.
obrien
2004-02-19
1
-152
/
+114
*
Fix a long-standing bug where select on vchans doesn't work
matk
2004-02-19
1
-3
/
+13
*
Switch to using the new $PIR interrupt routing code and remove the old
jhb
2004-02-18
4
-436
/
+22
*
Rework the $PIR (aka PCIBIOS) PCI interrupt routing code and split it off
jhb
2004-02-18
1
-609
/
+445
*
Change the disk(9) API in order to make device removal more robust.
phk
2004-02-18
28
-273
/
+335
*
Add partial support for large (>4GB) files on ext2 filesystems. This
tjr
2004-02-18
6
-2
/
+32
*
Don't ignore errors from vfs_allocate_syncvnode.
cperciva
2004-02-18
1
-1
/
+1
*
Fixed some style bugs (spaces instead of tabs in macro definitions ...).
bde
2004-02-18
1
-11
/
+11
*
Checkpoint a hack to enable running i386 libc_r binaries on a 64 bit
peter
2004-02-18
1
-4
/
+22
*
Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet is
mlaier
2004-02-18
17
-465
/
+442
*
Add vector for memmove() (currently aliased to memcpy()) a implement
wpaul
2004-02-17
1
-0
/
+20
*
Dont use the bio_taskqueue if we are in timeout.
sos
2004-02-17
1
-2
/
+2
*
Do not place dirmask in unnamed padding. Move it to the bottom of this
trhodes
2004-02-17
1
-1
/
+1
*
IPSEC and FAST_IPSEC have the same internal API now;
ume
2004-02-17
7
-105
/
+42
*
Correct a comment.
dwmalone
2004-02-17
2
-2
/
+2
[next]