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
...
*
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
*
Backed out previous commit since it just causes panics unless a special
bde
2004-02-17
1
-1
/
+1
*
Mechanical whistespace cleanup.
des
2004-02-17
1
-19
/
+19
*
If the "next free cluster" field of the FSInfo block is 0xFFFFFFFF,
tjr
2004-02-17
1
-2
/
+4
*
Re-add sio.S, and properly deal with assembler files.
ru
2004-02-17
4
-383
/
+8
*
Fix the AMD64 build: this file shouldn't exist.
obrien
2004-02-16
1
-80
/
+0
*
Remove some more 'makedev' related macros.
le
2004-02-16
1
-10
/
+0
*
Shorten the name of the socket option used to enable TCP-MD5 packet
bms
2004-02-16
2
-3
/
+3
*
Back out previous commit due to objections.
des
2004-02-16
1
-2
/
+0
*
Back out previous commit; it doesn't seem to do what I thought it does.
des
2004-02-16
1
-8
/
+0
*
Increase the size of MSGBUF_SIZE if booted with -v.
obrien
2004-02-16
1
-1
/
+1
*
Don't panic if we fail to satisfy an M_WAITOK request; return 0 instead.
des
2004-02-16
1
-0
/
+2
*
Don't bother storing a result when all you need are the side effects.
des
2004-02-16
1
-5
/
+5
*
Avoid code duplication on platforms where int and long are the same size.
des
2004-02-16
1
-0
/
+8
*
Random style fixes and a comment update. No functional changes.
des
2004-02-16
1
-4
/
+4
*
correct function name in comment.
ume
2004-02-16
1
-18
/
+18
*
We aren't D_TAPE. We aren't anything. The reasons why this was ever set
mjacob
2004-02-16
1
-1
/
+0
*
Fix type in a sysctl. It used to be: net.key.prefered_oldsa
guido
2004-02-16
1
-5
/
+5
*
don't update outgoing ifp, if ipsec tunnel mode encapsulation
ume
2004-02-16
1
-3
/
+5
*
nuke unused functions.
ume
2004-02-16
3
-53
/
+0
*
we don't need to include ipsec.h.
ume
2004-02-16
1
-8
/
+0
*
Spell types consistently throughout this file. Do not use the __packed ...
bms
2004-02-16
1
-4
/
+4
*
- Clean up global data.
simokawa
2004-02-16
3
-38
/
+58
*
Correct a long-standing race condition in vm_contig_launder() that could
alc
2004-02-16
1
-0
/
+2
*
More cleanups/fixes for the AMD Am1771 driver:
wpaul
2004-02-16
3
-22
/
+80
*
White-space align a struct definition.
phk
2004-02-15
3
-37
/
+27
*
Abstract dirhash's locking using macros. This should make it easier to
dwmalone
2004-02-15
1
-69
/
+75
[prev]
[next]