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
...
*
Fix several bugs found in the first bit of testing.
archie
1999-11-06
2
-35
/
+53
*
Fix the style of some options.
obrien
1999-11-05
1
-3
/
+3
*
Style lint LINT.
obrien
1999-11-05
3
-588
/
+591
*
Change some wdX entries from "disk" to "device". These got missed in the
obrien
1999-11-05
3
-12
/
+12
*
Style sync with GENERIC.
obrien
1999-11-05
1
-12
/
+14
*
Re-add this till I can fix netstat to not need it.
julian
1999-11-05
1
-0
/
+63
*
Guard against freeing NULL if vfs_mountroot_try is called with NULL
msmith
1999-11-05
2
-4
/
+8
*
KAME related header files additions and merges.
shin
1999-11-05
26
-46
/
+1515
*
Remove calls to alpha_register_pci_scsi(). After Mike's recent boot
gallatin
1999-11-05
3
-16
/
+0
*
Add a forgotten source file.
roberto
1999-11-05
1
-1
/
+1
*
Expand the sscanf buffer to 32 bytes to make room for the expanded
msmith
1999-11-05
2
-2
/
+2
*
Add the option for a socket node to shut down when the last hook
julian
1999-11-05
3
-65
/
+63
*
Remove an unnecessary alignment check from osigreturn and sigreturn. (The
alc
1999-11-04
1
-7
/
+2
*
Allow vfs names to include the digits 0-9 as well as the letters a-z.
msmith
1999-11-04
2
-2
/
+2
*
Sync with sys/i386/isa/spkr.c revision 1.44.
nyan
1999-11-04
1
-0
/
+1
*
Fix the atomic arithmetic primitives for address where (p&7) >= 4.
dfr
1999-11-04
1
-24
/
+24
*
Eliminate two useracc(..., VM_PROT_READ) calls that immediately precede
alc
1999-11-04
1
-8
/
+4
*
Re-implement the handing of RB_CDROM in a machine-independant fashion.
msmith
1999-11-04
2
-0
/
+48
*
now that a map's base addr is 64-bits, the alpha multi-hose hack needs
gallatin
1999-11-03
2
-8
/
+8
*
Fix bug in BIOCGETIF ioctl() where it would return a bogus interface
archie
1999-11-03
1
-24
/
+8
*
Add back netboot since it compiles just fine. Note that you need a full
dfr
1999-11-03
1
-1
/
+1
*
* Don't wait forever for the boot2 filename if the PCC wraps.
dfr
1999-11-03
1
-3
/
+6
*
Emergency fix to stop world breakage.
grog
1999-11-03
1
-4
/
+0
*
Move strto{u}[ql]() into their own libkern files.
phk
1999-11-03
6
-314
/
+491
*
Move isfoo() and friends to the newly created sys/ctype.h.
phk
1999-11-03
8
-13
/
+66
*
Fix bus_setup_intr(); I changed exintr() to take a pointer to ex_softc
mdodd
1999-11-03
2
-2
/
+2
*
Remove compat cruft.
phk
1999-11-03
1
-4
/
+0
*
Quick fix for breakage of ext2fs link counts as reported by stat(2) by
bde
1999-11-03
5
-1
/
+6
*
Make MFS work with the new root filesystem search process.
msmith
1999-11-03
3
-30
/
+50
*
Cosmetic changes.
nyan
1999-11-03
2
-6
/
+6
*
Support RSA-98III PnP mode.
nyan
1999-11-03
2
-0
/
+22
*
Sync with sys/isa/sio.c revision from 1.269 to 1.273.
nyan
1999-11-03
2
-218
/
+202
*
Remove unnecessary file.
nyan
1999-11-03
1
-190
/
+0
*
Sync with sys/i386/conf/GENERIC revision 1.199.
nyan
1999-11-03
2
-16
/
+16
*
Sync with sys/i386/isa/clock.c revision 1.146.
nyan
1999-11-03
3
-0
/
+66
*
Sync with sys/boot/i386/btx/btx/btx.s revision 1.13.
nyan
1999-11-03
2
-0
/
+10
*
Sync with sys/i386/i386/machdep.c revision 1.371.
nyan
1999-11-03
2
-2
/
+2
*
Sync with sys/boot/i386/libi386/Makefile revision 1.15.
nyan
1999-11-03
1
-0
/
+4
*
Sync with sys/dev/syscons/syscons.c revision 1.326.
nyan
1999-11-03
1
-7
/
+0
*
Fix for multiple pcm devices.
tanimura
1999-11-03
2
-20
/
+20
*
Add a second direct map window to increase the maximum RAM this platform
gallatin
1999-11-03
1
-28
/
+43
*
Add statistics counters to "tee" netgraph node type.
archie
1999-11-02
2
-53
/
+141
*
Simplify checking/parsing of strings using strtoul(), isdigit(), etc.
archie
1999-11-02
4
-66
/
+38
*
Consolidate some of the various ctype(3) macros in one location.
archie
1999-11-02
5
-14
/
+13
*
Change structure field named 'toupper' to 'to_upper' to avoid conflict
archie
1999-11-02
4
-18
/
+18
*
Change isspace() macro name to avoid conflict.
archie
1999-11-02
2
-14
/
+14
*
Remove unused macro definition.
archie
1999-11-02
1
-1
/
+0
*
Add new options NETGRAPH_PPP and NETGRAPH_PPPOE, plus NETGRAPH_SOCKET which
archie
1999-11-02
3
-0
/
+9
*
Add options NETGRAPH_PPP and NETGRAPH_PPPOE.
archie
1999-11-02
2
-0
/
+4
*
Fix typo in previous commit.
archie
1999-11-02
3
-3
/
+3
[prev]
[next]