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
*
Usage style sweep: spell "usage" with a small 'u'.
des
2002-04-22
1
-1
/
+1
*
Implement shared secret mode for hostap mode.
imp
2002-04-22
2
-24
/
+87
*
Comment out Kirks io-request priority hack until we can do this in a
phk
2002-04-22
1
-0
/
+5
*
Add ia64_sal_init_state(). This function will initialize the machine
marcel
2002-04-22
1
-7
/
+51
*
Add state information types.
marcel
2002-04-22
1
-1
/
+9
*
- Change the atm_attributes_pool and atm_stackq_pool to be uma_zone's
arr
2002-04-22
3
-17
/
+19
*
Avoid using pmap_kenter "early", since it may need to dink with vm_page
jake
2002-04-21
1
-24
/
+32
*
Fix WAW dependency violation on r17 (line 198) that only exists for
marcel
2002-04-21
1
-2
/
+3
*
Implement elf_reloc(). The RT specification says that we can expect
marcel
2002-04-21
1
-11
/
+99
*
Add function link_elf_get_gp(), specific to ia64 for now, to get
marcel
2002-04-21
2
-0
/
+38
*
Limit to the maximum allowed reply size the amount of data that
iedowse
2002-04-21
1
-0
/
+4
*
Don't attempt to decvlare M_DEVFS whern MALLOC_DECLARE is not defined.
bde
2002-04-21
1
-3
/
+6
*
Include <sys/systm.h> for (at least) the definition of atomic functions
bde
2002-04-21
1
-0
/
+1
*
Setup the child's return values correctly when forking an IA-32 process.
dfr
2002-04-21
1
-3
/
+11
*
Use protected names (_foo) to cutdown on boatloads of lint warnings.
markm
2002-04-21
1
-68
/
+68
*
Wrap GCC-specific stuff and provide alternative for lint.
markm
2002-04-21
1
-0
/
+7
*
Parenthesise macro arguments to reduce lint warnings.
markm
2002-04-21
1
-1
/
+1
*
Fix really dumb braino of mine; cast a sizeof() to an int, which it is
markm
2002-04-21
1
-1
/
+1
*
Used protected names (_foo) for parameter names. This helps clean up
markm
2002-04-21
2
-36
/
+38
*
Stylify (mainly line up macro EOL-continuation \'s), and add a dummy
markm
2002-04-21
2
-42
/
+56
*
Parenthesise macro arguments to reduce lint warnings.
markm
2002-04-21
2
-6
/
+6
*
Stylify, fix tabs.
markm
2002-04-21
1
-70
/
+70
*
Remove macros that are defined elsewhere.
markm
2002-04-21
1
-2
/
+0
*
Improve self-relocation and fix ABI misinterpretation. The changes
marcel
2002-04-21
2
-76
/
+78
*
Improve self-relocation:
marcel
2002-04-21
2
-210
/
+270
*
o Use our own elf2aout now.
obrien
2002-04-21
1
-2
/
+2
*
- Nuke some more not needed #ifdef cruft.
arr
2002-04-21
14
-319
/
+0
*
GCC 3.x WARNS: Add a break to the default case.
marcel
2002-04-20
1
-0
/
+1
*
Reenable the newly unbroken hfa device.
mike
2002-04-20
1
-1
/
+1
*
Change two KM_COPY()s to bcopy(). This should have been done when the
mike
2002-04-20
2
-2
/
+2
*
MFi386 1.222. Remove vm_map_growstack and acquisition and release of Giant
jake
2002-04-20
1
-16
/
+2
*
Check the alignment of the stack pointer before copying in windows from the
jake
2002-04-20
1
-0
/
+4
*
Fix off by one errors in cache flush calls (mostly harmless).
jake
2002-04-20
1
-3
/
+3
*
Add needed include of tick.h.
jake
2002-04-20
1
-0
/
+1
*
Add an XXX: linux_uselib() should be using vn_open() rather than invoking
rwatson
2002-04-20
1
-0
/
+4
*
Update the email appearing in copyright string.
semenu
2002-04-20
1
-1
/
+1
*
Merge ``&& must be ||'' bug noticed and fixed in OpenBSD. The only ill effect
semenu
2002-04-20
1
-1
/
+1
*
Push down Giant for setpgid(), setsid() and aio_daemon(). Giant protects only
tanimura
2002-04-20
4
-12
/
+25
*
Replace inline asm with it's inline function wrapper.
benno
2002-04-20
2
-2
/
+2
*
- Create a ``zero fill'' constructor for uma_zcreate's ctor argument.
arr
2002-04-20
2
-0
/
+11
*
Reintroduce locking on accesses to vm_object_list.
alc
2002-04-20
3
-1
/
+10
*
Add character translation table between Unix and NetWare according
bp
2002-04-20
1
-0
/
+2
*
Add typedef of sa_family_t to <sys/un.h>, per POSIX and X/Open. Hide
mike
2002-04-20
1
-1
/
+14
*
Add sa_family_t type to <sys/_types.h> and typedefs to <netinet/in.h>
mike
2002-04-20
3
-2
/
+12
*
Don't put a line break in string literals. GCC 3.1 complains and GCC
marcel
2002-04-20
2
-26
/
+20
*
Improve style consistency of vfs_syscalls.c by converting the style used
rwatson
2002-04-20
2
-106
/
+164
*
Don't put a line break in string literals. GCC 3.1 complains and GCC
marcel
2002-04-20
1
-2
/
+2
*
Spelling fix for comment.
rwatson
2002-04-20
1
-1
/
+1
*
Comment out and mark broken the hea and hfa devices until someone has
mike
2002-04-20
1
-2
/
+3
*
- Nuke small sgi ifdef bits.
arr
2002-04-20
2
-9
/
+0
[next]