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
*
Honor the ATMIO_FLAG_ASYNC for asynchronuous open/close of VCs.
harti
2003-08-06
4
-10
/
+11
*
Honor the new ATMIO_FLAG_ASYNC for asynchronuous open/close operations
harti
2003-08-06
1
-4
/
+6
*
Remove an unused variable.
phk
2003-08-06
1
-3
/
+0
*
Staticize swap_pager_putpages()
phk
2003-08-06
2
-36
/
+4
*
Access the swap_pagers' ->putpages() through swappagerops instead
phk
2003-08-06
1
-1
/
+1
*
Honor the new ATMIO_FLAG_ASYNC that requests asynchronuous open/close
harti
2003-08-06
1
-1
/
+1
*
When sending check that the channel is really open. Get the information
harti
2003-08-06
1
-7
/
+9
*
Print an array index that is computed as ptrdiff_t with %tu.
harti
2003-08-06
1
-2
/
+2
*
- Don't print "elf" before printing "make world" (aout support has been
ru
2003-08-06
1
-3
/
+5
*
Broke the warning that the cx driver (cronyx.c, cx,c and if_cx.c) uses
bde
2003-08-06
1
-0
/
+23
*
Broke the warning that this driver uses pessimal (u_short) types for
bde
2003-08-06
1
-2
/
+2
*
Add XXX: comment to vm_pager_unswapped().
phk
2003-08-06
1
-0
/
+5
*
Explicitly set B_PAGING
phk
2003-08-06
1
-4
/
+2
*
Localize 'ls' output
ache
2003-08-06
2
-4
/
+8
*
- Unbreak Alpha snapshots (we were still attempting to build a
ru
2003-08-06
1
-14
/
+8
*
Change the format type to unbreak LINT on 64-bit platforms.
obrien
2003-08-06
1
-2
/
+2
*
Retire the B_KEEPGIANT flag, we are nowhere near ready.
phk
2003-08-06
1
-1
/
+1
*
Rip out the totally bogos vnode swapdev_vp with extreeme prejudice.
phk
2003-08-06
1
-52
/
+11
*
Don't drop giant around ->d_strategy(), too much code explodes.
phk
2003-08-06
1
-3
/
+3
*
Fix a typo. s/Line/Like/
deischen
2003-08-06
2
-2
/
+2
*
Avoid a level of indirection to get from the thread pointer to the
marcel
2003-08-06
4
-78
/
+54
*
Add Jonathan Postel's year of birth.
grog
2003-08-06
1
-1
/
+1
*
Don't call kse_set_curthread() when scheduling a new bound
deischen
2003-08-06
2
-4
/
+6
*
Rename localdaemons to localpkg.
mtm
2003-08-06
4
-3
/
+93
*
Fix an off by one error in the number of arguments passed to
marcel
2003-08-06
2
-2
/
+2
*
Define the static TLS as an array of long double. This will guarantee
marcel
2003-08-06
2
-4
/
+12
*
Use auto LDT allocation for i386.
deischen
2003-08-05
2
-126
/
+12
*
Bump __FreeBSD_version for 3ware API
ps
2003-08-05
1
-1
/
+1
*
Rethink the MD interfaces for libpthread to account for
deischen
2003-08-05
37
-960
/
+2077
*
Don't use pessimal (u_short) types for i/o ports. This is mainly for
bde
2003-08-05
4
-5
/
+5
*
Properly support the 3ware generic API.
ps
2003-08-05
7
-96
/
+190
*
Define THR_GETCONTEXT and THR_SETCONTEXT in terms of the userland
marcel
2003-08-05
2
-8
/
+10
*
Add a comment about hcomp.
des
2003-08-05
1
-0
/
+1
*
send() and recv() are just wrappers, not actual syscalls.
des
2003-08-05
1
-4
/
+0
*
o In _ia64_save_context() clear the return registers except for r8.
marcel
2003-08-05
2
-26
/
+50
*
o Put the syscall return registers in the context. Not only do we
marcel
2003-08-05
1
-6
/
+50
*
* Use sysctlbyname(3) to print statistics about the MFC and
hsu
2003-08-05
1
-6
/
+24
*
* makes mfc[MFCTBLSIZ] and vif[MAXVIFS] tables accessible via
hsu
2003-08-05
1
-9
/
+24
*
Don't reinvent the wheel: Use setmode(3) to interpret
yar
2003-08-05
2
-3
/
+15
*
When adding a channel for INET failed at the device level (ioctl) the
harti
2003-08-05
1
-2
/
+4
*
introduced a flag bit "ND6_IFF_ACCEPT_RTADV" in the nd_ifinfo structure to
ume
2003-08-05
5
-4
/
+35
*
Make this file to conform more to style(9) before really touching it.
harti
2003-08-05
1
-39
/
+19
*
Define a flag for asynchronuous VC open/close operations as used
harti
2003-08-05
1
-1
/
+2
*
Implement per-VC statistics.
harti
2003-08-05
1
-1
/
+8
*
Implement the ATMIOCOPENVCC and ATMIOCCLOSEVCC ioctls(). This was the
harti
2003-08-05
3
-37
/
+86
*
Exit with a non-zero status upon a block allocation failure.
yar
2003-08-05
1
-3
/
+3
*
Use the generic getvccs function from net/if_atmsubr.c and remove
harti
2003-08-05
1
-54
/
+4
*
Arrghhh. Remove debugging printf's that slipped in in the pre-previous
harti
2003-08-05
1
-11
/
+1
*
Use __FBSDID() as per style(9).
harti
2003-08-05
1
-2
/
+2
*
kse.h is not needed for these files.
davidxu
2003-08-05
2
-2
/
+0
[next]