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
*
Default to WARNS=2. Binary builds that cannot handle this must explicitly
obrien
2001-12-04
33
-37
/
+12
*
PROCFS requires PSEUDOFS now.
des
2001-12-04
2
-2
/
+2
*
Pseudofsize procfs(5).
des
2001-12-04
20
-2044
/
+483
*
Back out rev 1.48. The problem is with a bogus __attribute__ in stdio.h.
obrien
2001-12-04
1
-1
/
+0
*
Remove the GCC'ism "__attribute__" from the 'fmtcheck' prototype.
obrien
2001-12-04
1
-2
/
+1
*
Reduce namespace pollution by removing argument names from prototypes.
des
2001-12-04
1
-18
/
+18
*
Properly handle being redirected to an FTP URL.
des
2001-12-04
1
-1
/
+10
*
Add prototype for _ftp_request().
des
2001-12-04
1
-4
/
+8
*
Reorganize to reduce code duplication.
des
2001-12-04
1
-64
/
+32
*
Call the ATAPI tape devices "ast" and "nast", not "rast" and "nrast". Add
des
2001-12-04
1
-4
/
+6
*
Create {ad,da,...}s1[a-h].
des
2001-12-04
1
-1
/
+1
*
Add a missing open paren to a macro that's been broken (and apparently
jhb
2001-12-04
2
-2
/
+2
*
Use d_thread_t to reduce diffs between current and stable.
scottl
2001-12-03
2
-13
/
+17
*
Update version string since we applied a fix for the UseLogin issue.
nectar
2001-12-03
1
-1
/
+1
*
Unbreak "make lint" for programs and "make llib-l${LIB}.ln" for
bde
2001-12-03
2
-2
/
+2
*
Yes seems to be warns clean on alpha and i386.
dwmalone
2001-12-03
1
-0
/
+2
*
Some warns cleanups - I think this is still not warns clean on the alpha.
dwmalone
2001-12-03
2
-7
/
+9
*
Warns cleanup. Add FreeBSD ID to Makefile.
dwmalone
2001-12-03
2
-1
/
+3
*
Warns cleanups. Add FreeBSD ID to Makefile.
dwmalone
2001-12-03
8
-14
/
+24
*
Warns cleanup - don't declare ttyname(). Add FreeBSD ID to Makefile.
dwmalone
2001-12-03
2
-1
/
+3
*
Warns cleanups. Add missing prototype.
dwmalone
2001-12-03
2
-2
/
+5
*
Fix one warning - still not warns clean.
dwmalone
2001-12-03
1
-1
/
+1
*
Strip seems to be warns clean on i386 and alpha.
dwmalone
2001-12-03
1
-0
/
+1
*
Warns cleanups.
dwmalone
2001-12-03
12
-11
/
+21
*
Warns cleanups. This makes the showmount code warns clean, but some
dwmalone
2001-12-03
1
-3
/
+3
*
Warns cleanups. Add FreeBSD ID.
dwmalone
2001-12-03
2
-2
/
+4
*
Warns cleanups, add FreeBSD IDs.
dwmalone
2001-12-03
2
-3
/
+9
*
Warnc cleanups. Add FreeBSD IDs.
dwmalone
2001-12-03
2
-2
/
+8
*
Warns cleanups. Don't use gccism -Wall.
dwmalone
2001-12-03
2
-2
/
+2
*
Nohup seems to be warns clean on alpha and i386. Add FreeBSD id to Makefile.
dwmalone
2001-12-03
1
-0
/
+2
*
Warns cleanup. Add FreeBSD ID to Makefile and nice.c.
dwmalone
2001-12-03
2
-2
/
+8
*
Warns cleanups.
dwmalone
2001-12-03
6
-5
/
+8
*
Warns cleanup. Add FreeBSD ID to Makefile.
dwmalone
2001-12-03
2
-7
/
+9
*
Warns cleanup - not ready for WARNS=2 yet.
dwmalone
2001-12-03
1
-2
/
+3
*
Warns cleanups. Add FreeBSD ID to Makefile.
dwmalone
2001-12-03
2
-3
/
+5
*
Warns cleanups:
dwmalone
2001-12-03
2
-8
/
+8
*
Warns cleanups:
dwmalone
2001-12-03
2
-2
/
+9
*
Warns cleanup.
dwmalone
2001-12-03
2
-1
/
+2
*
Warns cleanup (just make main return an int).
dwmalone
2001-12-03
2
-0
/
+2
*
Cast off_t to long long before printing. Use %ll instead of %q incase
dwmalone
2001-12-03
3
-5
/
+8
*
o Update an instance of 'unprivileged_procdebug_permitted' missed
rwatson
2001-12-03
1
-6
/
+6
*
Merge from crypto/telnet/telnet/commands.c. Add the necessary paths to
jhay
2001-12-03
1
-1
/
+7
*
Add the necessary paths to the kerberos libraries and includes.
jhay
2001-12-03
4
-4
/
+6
*
Protect variables and function prototypes that are only used in the INET6
jhay
2001-12-03
2
-2
/
+14
*
Don't pass an interface pointer to VLAN_INPUT{,_TAG}. Get it from the
brooks
2001-12-03
8
-17
/
+17
*
o Introduce pr_mtx into struct prison, providing protection for the
rwatson
2001-12-03
10
-63
/
+194
*
MTU and metric are available with NET_RT_IFLIST.
ru
2001-12-03
1
-22
/
+4
*
Add missing declaration of ftime.
dwmalone
2001-12-03
1
-0
/
+8
*
Note fix for OpenSSH `UseLogin yes' environment issue.
nectar
2001-12-03
1
-0
/
+4
*
Merge from master (crypto) telnet. WARNS fixes for alpha.
markm
2001-12-03
3
-11
/
+11
[next]