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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add /rescue bits. This basically encompasses all of bin and sbin along
gordon
2003-06-29
1
-0
/
+35
*
Move path definitions to include/paths.h. This makes it easier to override
gordon
2003-06-29
1
-0
/
+3
*
Convert fsck and mount to using execvP to find fsck_foo and mount_foo.
gordon
2003-06-29
1
-0
/
+3
*
Add a libc function execvP that takes the search path as an arguement.
gordon
2003-06-29
1
-0
/
+1
*
enable installation of sys/net80211
sam
2003-06-28
1
-2
/
+2
*
Move _PATH_LOCALE to place where it really belongs to (rune.h -> paths.h)
phantom
2003-06-25
2
-2
/
+1
*
back out install of net80211 include files until I can remove the old code
sam
2003-06-25
1
-2
/
+2
*
Push the alloca #error warning farther down to play nicer with some out of
obrien
2003-06-25
1
-2
/
+0
*
Fix a mismerge.
obrien
2003-06-25
1
-1
/
+1
*
Don't blindly provide alloca() for all compilers -- it is too implementation
obrien
2003-06-25
1
-4
/
+5
*
install new 802.11 headers
sam
2003-06-25
1
-2
/
+2
*
Install the include file for the netgraph ATM node.
harti
2003-06-25
1
-2
/
+3
*
Bring back IPFilter headers to /usr/include, now that SHARED=symlinks
ru
2003-06-23
1
-2
/
+10
*
Remove argument names from a function declaration.
dwmalone
2003-06-22
1
-1
/
+1
*
Remove _PATH_DEVDB
phk
2003-06-20
1
-1
/
+0
*
Add devname_r(3) which takes a buffer as argument.
phk
2003-06-20
1
-0
/
+1
*
Use __builtin_alloca() on compilers that have it. Keep the prototype for
des
2003-06-15
1
-1
/
+17
*
Replace the old SCM_CREDS cred procedures. They can now be
mbr
2003-06-15
1
-5
/
+0
*
Finish the repocopy of bitstring.h to sys so it can be used
phk
2003-06-13
1
-122
/
+7
*
This is a driver for the physical layer chips used in ATM interfaces.
harti
2003-06-12
1
-1
/
+1
*
Centralize _PATH_* definitions.
obrien
2003-05-05
1
-0
/
+4
*
Install symlinks to individual headers instead of symlinks to directories
bde
2003-05-05
1
-39
/
+67
*
Use __FBSDID vs. rcsid[].
obrien
2003-05-04
21
-57
/
+41
*
Deprecate machine/limits.h in favor of new sys/limits.h.
kan
2003-04-29
1
-1
/
+1
*
Add definitions for WCHAR_MIN and WCHAR_MAX.
kan
2003-04-28
1
-0
/
+6
*
Add stub implementations of pthread_[gs]etconcurrency to libc_r and
jdp
2003-04-20
1
-0
/
+2
*
Revert the definitions of _PW_KEY* to their previous values. There is
nectar
2003-04-18
1
-8
/
+27
*
= Implement thread-safe versions of the getpwent(3) and getgrent(3)
nectar
2003-04-17
2
-12
/
+35
*
= Implement name service switch modules (NSS modules). NSS modules
nectar
2003-04-17
3
-14
/
+133
*
Dynamic object dependency mapping: libmap.
mdodd
2003-04-07
1
-0
/
+1
*
- Add setfstab() and getfstab().
mdodd
2003-04-07
1
-0
/
+2
*
- Define sigwait, sigtimedwait, and sigwaitinfo in terms of
jeff
2003-03-31
1
-1
/
+1
*
MFp4: Implementations of the wcstof() and wcstold() functions.
tjr
2003-03-13
1
-0
/
+3
*
Replace our ancient dtoa/strtod implementation with the gdtoa
das
2003-03-12
1
-3
/
+3
*
Clean up some signed/unsigned issues in the XDR code.
nectar
2003-03-07
1
-1
/
+1
*
Drop netns from include file installation
peter
2003-03-05
1
-1
/
+1
*
Eliminate 19 warnings in libc (at level WARNS=2) of the
nectar
2003-02-27
1
-0
/
+5
*
Implement dlinfo() function.
kan
2003-02-13
1
-3
/
+34
*
Add pthread_attr_getstack() and pthread_attr_setstack().
alfred
2003-02-10
1
-0
/
+4
*
Install geom include files.
phk
2003-02-08
1
-1
/
+1
*
unifdef -D_THREAD_SAFE
fjoe
2003-01-24
1
-4
/
+0
*
In the absence of consensus as to implement stubs for these TSH-shaded
wollman
2003-01-23
1
-12
/
+0
*
o Move the contents of <machine/floatingpoint.h> over to
marcel
2003-01-19
1
-4
/
+2
*
Sync with NetBSD -- sl_add() now returns an int.
obrien
2003-01-19
1
-1
/
+1
*
MFCrypto: update RFC assigned telnet options (r1.9)
billf
2003-01-18
1
-3
/
+8
*
Implement non-blocking tcp-connections.
mbr
2003-01-16
2
-1
/
+8
*
Add prototypes for the non-standard _unlocked functions.
tjr
2003-01-13
1
-0
/
+6
*
No need to support UL_GETSIZE and UL_SETSIZE anymore; they are about to be
tjr
2003-01-08
1
-9
/
+0
*
pthread_attr_get_np() now takes 'pthread_t' (not 'pthread_t *')
fjoe
2003-01-07
1
-1
/
+1
*
Rename UL_GETSIZE to UL_GETFSIZE and UL_SETSIZE to UL_SETFSIZE; these are
tjr
2003-01-04
1
-2
/
+11
[next]