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
*
No need to try loading ng_socket.ko, as NgMkSockNode() does that
archie
2000-01-28
2
-11
/
+1
*
Have NgMkSockNode() load the socket node type KLD if it's not
archie
2000-01-28
3
-2
/
+24
*
Add another netgraph example. This one shows how to set up a simple
archie
2000-01-28
1
-0
/
+53
*
The values for OHCI_HALTED and OHCI_TOGGLECARRY were reversed.
n_hibma
2000-01-28
1
-2
/
+2
*
Add some practical filter examples.
brian
2000-01-27
1
-38
/
+40
*
Redo the intrq.c idea as
brian
2000-01-27
3
-131
/
+68
*
Move the defines to the right location.
n_hibma
2000-01-27
3
-10
/
+18
*
Add umass.c
n_hibma
2000-01-27
1
-1
/
+2
*
Bump __FreeBSD_version and __FreeBSD_cc_version due to the C++ ABI change
obrien
2000-01-27
2
-2
/
+2
*
Add 'config auto' confirmed entries.
iwasaki
2000-01-27
2
-0
/
+46
*
Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),
jasone
2000-01-27
196
-571
/
+2044
*
Revert to rev 1.3 since the sed'ing is wrong. Revisit this after 4.0-RELEASE.
obrien
2000-01-27
1
-3
/
+3
*
Welcome the ata(4) manpage. This will be highly used for 4.x.
asmodai
2000-01-27
2
-1
/
+181
*
Include ddb/db_sysctl.c when compiling with 'options DDB'.
archie
2000-01-27
1
-0
/
+1
*
Add a new sysctl "debug.enter_debugger" (when the kernel is compiled
archie
2000-01-27
1
-0
/
+77
*
Add the new cdldr CD bootstrap loader. This patch includes the following:
jhb
2000-01-27
9
-8
/
+589
*
Historically file flags (schg, uschg, etc) have been converted from
joe
2000-01-27
26
-197
/
+261
*
Fix brokenness introduced with the PAGING conditional variable. The value
jhb
2000-01-27
2
-2
/
+6
*
cleanup using suggestions from bde
mharo
2000-01-27
1
-4
/
+4
*
Fix some typos. Mention DM9102A support. Mention support for built-in
wpaul
2000-01-27
1
-4
/
+9
*
Completely remove ATA_16BIT_ONLY, since this is done automatically
asmodai
2000-01-27
3
-9
/
+0
*
Remove 'USE_INET6' define. Now we check IPv6 ability by 'OSVERSION'
sumikawa
2000-01-27
2
-10
/
+0
*
Add sysctl oid hw.atamodes to set the transfermodes online.
sos
2000-01-27
7
-43
/
+101
*
remove the ATA_16BIT_ONLY options, its now automatic.
sos
2000-01-27
1
-1
/
+0
*
Fix a problem that caused the generation of an (almost) empty first
joerg
2000-01-27
2
-28
/
+30
*
Removed ATA_STATIC_ID and ATA_16BIT_ONLY from the undocumented
asmodai
2000-01-27
3
-6
/
+0
*
Avoid core dump when ai_canonname is NULL.
shin
2000-01-27
1
-4
/
+8
*
Style change and comment difference per bde.
mjacob
2000-01-27
1
-4
/
+7
*
o Back out rev 1.4 - reallocf() failure clobbers existing `environ'.
ru
2000-01-27
1
-3
/
+8
*
Avoid verbose error messages when ipsec initialization for sockets failed
shin
2000-01-27
1
-2
/
+4
*
Supported non-512 bytes/sector format.
nyan
2000-01-27
8
-140
/
+122
*
Move if_tun back to the common section now that it works on the Alpha.
peter
2000-01-27
1
-2
/
+2
*
Allow reverse lookup for loopback addr.
shin
2000-01-27
1
-1
/
+1
*
Add more PCI VGA graphics card descriptions.
yokota
2000-01-27
1
-15
/
+162
*
Added ip6_forwarding check when prefix related ioctl is called.
shin
2000-01-27
1
-0
/
+2
*
another tcp apps IPv6 updates.(should be make world safe)
shin
2000-01-27
48
-860
/
+5707
*
Fixes for my mandoc braindamage.
obrien
2000-01-27
1
-7
/
+19
*
A cleaner fix to previous.
mjacob
2000-01-27
1
-7
/
+10
*
Forced commit; should be no changes except the $FreeBSD$ line. I'm
peter
2000-01-27
0
-0
/
+0
*
Re-worded the NetWare support following some notes from Boris.
wes
2000-01-27
1
-3
/
+3
*
Fix ctags from core dumping on alpha. Let the diffs out to review,
mjacob
2000-01-27
1
-5
/
+9
*
Quick fix for stack overflow when there are more than about 25 slices.
bde
2000-01-27
1
-10
/
+27
*
Use a long line instead splitting a line with backslash-newline in synopsis.
bde
2000-01-27
1
-2
/
+1
*
Fixed wrong includes in synopsis.
bde
2000-01-27
1
-8
/
+11
*
Add control message ASCII conversion for this node type.
archie
2000-01-27
2
-4
/
+62
*
Add soft updates to the set of things being tagged. Syntax cleanup.
mckusick
2000-01-27
3
-3
/
+6
*
If we're in callback mode, don't forget this fact when we
brian
2000-01-27
1
-0
/
+2
*
Actually ignore comments at the end of lines - broken with the commit
brian
2000-01-27
1
-1
/
+1
*
Document the memory leak that is inherent in FreeBSD's semantics
archie
2000-01-26
1
-0
/
+15
*
Fix catastrophic bug in NQNFS related to UDP mounts. The 'nqhost'
dillon
2000-01-26
2
-26
/
+20
[next]