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
*
Catch up with diskless split "diskless" is no longer provided.
brooks
2004-04-12
2
-2
/
+2
*
Style fixes
kientzle
2004-04-12
1
-3
/
+2
*
Document the new .warning directive.
ru
2004-04-12
1
-2
/
+8
*
Added the new .warning directive.
ru
2004-04-12
1
-3
/
+33
*
stop() no longer needs sched_lock held; in fact, holding sched_lock causes
cperciva
2004-04-12
1
-3
/
+2
*
Show link-level multicast packet counters with the -a option.
ru
2004-04-12
1
-2
/
+14
*
Count outgoing link-level broadcast packets in if_omcasts.
ru
2004-04-12
1
-1
/
+1
*
Sync list of FTP sites with current reality.
kensmith
2004-04-12
2
-24
/
+20
*
Perform some basic validation of multibyte conversion state objects.
tjr
2004-04-12
8
-16
/
+116
*
Don't send the available space as is in the FSSTAT call. Under
mux
2004-04-12
1
-2
/
+14
*
Remove a nonsensical remark about byte order markers in UTF-8 streams.
tjr
2004-04-12
1
-6
/
+1
*
Fixed alignment of multicast addresses when printing that got
ru
2004-04-12
1
-2
/
+4
*
Fix "sleeping without a mutex" panic.
markm
2004-04-12
1
-3
/
+6
*
Remove a check for the return value added in rev 1.41. It's not an error
njl
2004-04-12
1
-8
/
+1
*
Move sx to i386/NOTES for the moment. I missed the
imp
2004-04-12
2
-2
/
+4
*
More work on ACLs: fix error in archive_entry's ACL parsing code,
kientzle
2004-04-12
36
-933
/
+396
*
Add DPADD to Makefile (thanks to Andrey for pointing this out).
kientzle
2004-04-12
5
-24
/
+2
*
Fix some minor grammar nits. Translators can probably ignore this.
bmah
2004-04-11
2
-20
/
+20
*
Bump __FreeBSD_version for getgrent(3) removal. I doubt anything
mux
2004-04-11
1
-1
/
+1
*
Belatedly remove the getvfsent(3) API. All the consumers have been
mux
2004-04-11
4
-348
/
+2
*
Put struct ovfsconf inside BURN_BRIDGES as well.
mux
2004-04-11
1
-0
/
+2
*
Put deprecated sysctl code inside BURN_BRIDGES.
mux
2004-04-11
1
-3
/
+5
*
Sync with other mount_*fs(8) utilities; we don't need to try to
mux
2004-04-11
1
-13
/
+3
*
Implemented per-interface polling(4) control.
ru
2004-04-11
1
-5
/
+13
*
Implemented per-interface polling(4) control.
ru
2004-04-11
2
-2
/
+23
*
Add sx driver, since it looks like it should work on all
imp
2004-04-11
1
-0
/
+2
*
Update to recent driver api changes.
imp
2004-04-11
2
-25
/
+11
*
Add glue for new sx driver.
imp
2004-04-11
2
-0
/
+5
*
Use vm_page_hold() rather than vm_page_wire() for short-duration page
alc
2004-04-11
1
-2
/
+2
*
Frank Mayhar's <frank@exit.com> sx driver for older Specialix
imp
2004-04-11
7
-0
/
+3230
*
Implemented per-interface polling(4) control.
ru
2004-04-11
1
-1
/
+12
*
Add note about why we're ignoring the below 1MB bit.
imp
2004-04-11
1
-0
/
+19
*
Fixed resetting of the watchdog timer and queue full flag.
ru
2004-04-11
1
-7
/
+4
*
Commit import of OpenBSD-stable fix:
mlaier
2004-04-11
1
-6
/
+11
*
Unbreak build: s/TAILQ_ISEMPTY/TAILQ_EMPTY/g
marcel
2004-04-11
1
-1
/
+1
*
In 4.x, if_ipending is used to track network interrupt state. In 5.x,
rwatson
2004-04-11
1
-7
/
+0
*
Stop xe claiming ownership of every card passed to xe_pccard_match.
rsm
2004-04-11
1
-1
/
+1
*
Compare IFF_POLLING flag with ifp->if_flags rather than ifp->if_ipending,
rwatson
2004-04-11
1
-3
/
+3
*
Implemented per-interface polling(4) control.
ru
2004-04-11
1
-1
/
+12
*
Include nehemiah.c only on i386, as is done for the non-modules
marcel
2004-04-11
1
-0
/
+2
*
Implemented per-interface polling(4) control.
ru
2004-04-11
1
-1
/
+16
*
Implemented per-interface polling(4) control.
ru
2004-04-11
2
-2
/
+26
*
Implemented per-interface polling(4) control.
ru
2004-04-11
1
-1
/
+13
*
New release note:
hrs
2004-04-11
2
-0
/
+20
*
First driver with user-configurable polling(4).
ru
2004-04-11
2
-2
/
+26
*
Document that -m also causes the capability list to be displayed.
ru
2004-04-11
1
-1
/
+1
*
Added the new interface capability option for drivers that implement
ru
2004-04-11
3
-2
/
+13
*
Don't let the NFS server module be unloaded as long as there are
peadar
2004-04-11
3
-3
/
+6
*
Clean up properly when unloading NFS client module.
peadar
2004-04-11
4
-2
/
+35
*
Fix pc98 build.
nyan
2004-04-11
1
-3
/
+3
[next]