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
*
Add splimp protection to wb_tick().
wpaul
1999-08-31
1
-0
/
+5
*
Make sure to free resources on failure correctly in a couple of places
wpaul
1999-08-31
1
-2
/
+8
*
Fix a couple of things that weren't quite right for not using
peter
1999-08-31
1
-2
/
+6
*
Add a SYSCTL_PROC so that TCP timer values are now expressed to
jlemon
1999-08-31
1
-10
/
+35
*
Make the error return from mem_range_attr_get actually do something useful
msmith
1999-08-31
3
-7
/
+11
*
Convert the Adaptec and Winbond drivers to miibus.
wpaul
1999-08-30
8
-1854
/
+411
*
Check that there is memory range support before attempting to perform such
msmith
1999-08-30
2
-4
/
+28
*
Restructure TCP timeout handling:
jlemon
1999-08-30
13
-423
/
+704
*
Null commit to get last commit message recorded:
phk
1999-08-30
2
-0
/
+2
*
*** empty log message ***
phk
1999-08-30
2
-4
/
+4
*
ktrace should not follow symlinks either.
dima
1999-08-30
1
-2
/
+2
*
Wrong sleep addr passed to wakeup.
luoqi
1999-08-30
1
-1
/
+1
*
pps_shiftmax only exists #ifdef PPS_SYNC
phk
1999-08-30
1
-0
/
+2
*
aic7xxx.c:
gibbs
1999-08-30
2
-11
/
+11
*
Add support for the aic7859 which is found on the 2930CU.
gibbs
1999-08-30
2
-22
/
+108
*
MFS: Change path to perl.
nsayer
1999-08-30
1
-1
/
+1
*
Update to the latest nanokernel from Dave Mills.
phk
1999-08-30
2
-109
/
+96
*
For every "promiscuous mode enabled" message printed for an interface,
sheldonh
1999-08-30
1
-0
/
+2
*
s/si_tty_tty/si_tty/g
phk
1999-08-30
6
-30
/
+30
*
Add #include <sys/select.h> ready for select() support in bt848 driver
roger
1999-08-30
2
-0
/
+2
*
Make bdev userland access work like cdev userland access unless
phk
1999-08-30
17
-254
/
+78
*
Make bdev userland access work like cdev userland access unless
phk
1999-08-30
1
-4
/
+1
*
Converted the silly SAFTEY option into a new-style option by renaming it to
bde
1999-08-30
7
-28
/
+8
*
If using GNUC and ELF, make __IDSTRING() expand into an inline asm
peter
1999-08-30
1
-0
/
+4
*
"Fixed" my recent world breakage (umap_subr.c now includes opt_ddb.h).
bde
1999-08-30
1
-3
/
+6
*
Add STAILQ_FOREACH.
jdp
1999-08-30
1
-1
/
+4
*
Add $FreeBSD$ and spell Eklund properly.
billf
1999-08-29
7
-1
/
+14
*
Remove extra indenting of `break' statements introducted in rev 1.89,
obrien
1999-08-29
2
-18
/
+26
*
- Removed COMPAT_ATDISK from option because it is pseudo-device now.
kato
1999-08-29
5
-15
/
+5
*
ident GENERIC -> ident PCCARD
iwasaki
1999-08-29
1
-1
/
+1
*
Convert the 3Com XL driver to miibus. This one is a little tricky
wpaul
1999-08-29
3
-746
/
+178
*
Regenerate miidevs.h.
wpaul
1999-08-29
1
-2
/
+7
*
The ASIC on the 3c905C appears to be manufactured by Broadcom (previous
wpaul
1999-08-29
3
-7
/
+19
*
Add Voodoo 3 identification.
roger
1999-08-29
1
-0
/
+2
*
Remove unneeded "maj" variable.
phk
1999-08-29
1
-6
/
+8
*
Remove unneeded slice element.
phk
1999-08-29
1
-1
/
+0
*
Convert to use the new "disk" layer.
phk
1999-08-29
1
-107
/
+79
*
Add micro "disk" layer which should enable us to pull all the slice/label
phk
1999-08-29
5
-0
/
+225
*
Include the correct header for the IPSTEALTH option.
des
1999-08-29
1
-0
/
+1
*
Only NetBSD needs sys/device.h.
n_hibma
1999-08-29
1
-1
/
+2
*
Only NetBSD uses sys/device.h
n_hibma
1999-08-29
1
-1
/
+0
*
Fix a braino: Linux minor device numbers are 8 bits wide and not 10.
marcel
1999-08-29
2
-2
/
+2
*
Fixed printf format errors (don't assume that ntohl() returns u_long;
bde
1999-08-29
3
-3
/
+3
*
Oops, I missed a cast in rev.1.119.
bde
1999-08-29
1
-1
/
+1
*
Removed dysfunctional/defunct options KERNFS_DIAGNOSTIC,
bde
1999-08-29
3
-12
/
+3
*
Changed old-style option UNION_DIAGNOSTIC to DEBUG and fixed printf
bde
1999-08-29
4
-24
/
+22
*
Changed old-style options UMAPFS_DIAGNOSTIC and UMAP_DIAGNOSTIC to DEBUG
bde
1999-08-29
6
-82
/
+86
*
Changed old-style option KERNFS_DIAGNOSTIC to DEBUG and fixed printf
bde
1999-08-29
2
-30
/
+31
*
Merge alpha and pc98 changes into i386 MBR handling code and replace all
phk
1999-08-29
15
-1394
/
+70
*
initialize si_bsize_phys from what the drive told us.
phk
1999-08-29
1
-1
/
+1
[next]