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
*
Kill more unneeded casts found.
yar
2004-11-17
2
-4
/
+4
*
Eliminate the define for POSIX and build with Posix behaviour.
harti
2004-11-17
3
-62
/
+12
*
Don't set the BUS_DMA_ALLOCNOW flag for the parent tag or the tags that are
scottl
2004-11-17
1
-3
/
+3
*
Initialize lcap and pwd to NULL. This allows a WARNS=6 clean build,
delphij
2004-11-17
2
-3
/
+3
*
The code path in main() dealing with lflag assumes that p was
delphij
2004-11-17
1
-1
/
+1
*
Push Giant down through ioctl.
phk
2004-11-17
4
-71
/
+27
*
Push Giant down through select and poll.
phk
2004-11-17
3
-13
/
+5
*
Split the FILEDESC_LOCK in two variants.
phk
2004-11-17
1
-8
/
+57
*
Make vnode bypass for fifos (read, write, poll) mandatory.
phk
2004-11-17
1
-133
/
+6
*
Make vnode bypass for devices mandatory.
phk
2004-11-17
1
-200
/
+1
*
Make interrupt coalescing work on big endian systems.
yongari
2004-11-17
1
-2
/
+4
*
Only write the rc.conf header when a new rc.conf is written. This was
simon
2004-11-16
2
-2
/
+2
*
Remove no longer needed I386_CPU option (it was commented out anyways).
jhb
2004-11-16
1
-1
/
+0
*
Remove some references to I386_CPU and 80386 CPUs.
jhb
2004-11-16
2
-3
/
+1
*
Add a note about 80386 support being removed from HEAD.
jhb
2004-11-16
1
-0
/
+4
*
No need to add I386_CPU to CFLAGS here for 80386 systems as they are no
jhb
2004-11-16
1
-3
/
+0
*
Remove 80386 support from libc.
jhb
2004-11-16
2
-12
/
+0
*
Remove 80386 support from the ELF run time linker.
jhb
2004-11-16
2
-163
/
+0
*
Initiate deorbit burn sequence for 80386 support in FreeBSD: Remove
jhb
2004-11-16
17
-279
/
+12
*
Various updates to the anonymous ftp support:
jhb
2004-11-16
1
-11
/
+12
*
Enable throttling/C3 quirks for PIIX4 parts. Defer checking quirks until
njl
2004-11-16
1
-9
/
+21
*
Improvements and fixes in the 1.241 commit:
dds
2004-11-16
1
-6
/
+9
*
mdoc police: use .Xr read 2 instead of .Fn read
emax
2004-11-16
1
-1
/
+1
*
Add vkdb(4) man page and connect vkbd(4) to the build.
emax
2004-11-16
4
-0
/
+157
*
Add virtual AT keyboard driver vkbd(4).
emax
2004-11-16
3
-0
/
+1384
*
Adjust the interrupt storm handling code to better handle a storm. When
jhb
2004-11-16
1
-5
/
+23
*
Use comma instead of a single quote as the decimal point separator for
tobez
2004-11-16
1
-1
/
+1
*
Polish code to correctly reflect structure.
phk
2004-11-16
1
-19
/
+10
*
Move a FILEDESC_UNLOCK upwards to silence witness.
phk
2004-11-16
1
-1
/
+1
*
Move a FILEDESC_UNLOCK up to maintain correct nesting of FILEDESC/FILE
phk
2004-11-16
1
-11
/
+9
*
Eliminate pointless goto.
phk
2004-11-16
2
-6
/
+10
*
Add missing break.
phk
2004-11-16
1
-0
/
+1
*
Minor style(9) before possible larger commits.
imp
2004-11-16
1
-4
/
+2
*
Convince mergemaster to maintain/merge ramdisk scripts too.
wes
2004-11-16
1
-1
/
+1
*
Shutup debugging output.
wes
2004-11-16
1
-1
/
+0
*
Simplify a bit bus_dmamap_load_buffer by removing the "first" parameter, use
cognet
2004-11-16
1
-38
/
+21
*
Fix just the worst of the timeout race conditions that the previous
iedowse
2004-11-16
3
-3
/
+13
*
MFi386:
cognet
2004-11-15
1
-17
/
+14
*
move the lock after the NULL check so we don't have a hard(er) to diagnose
jmg
2004-11-15
2
-4
/
+4
*
Make vnode bypass the default for devices.
phk
2004-11-15
1
-1
/
+1
*
Give vn_poll single exit point (to make it easier to insert
phk
2004-11-15
1
-5
/
+3
*
Straighten the ioctl function out to have only one exit point.
phk
2004-11-15
1
-17
/
+13
*
Forgot to remove now unused variable in last commit.
phk
2004-11-15
2
-2
/
+0
*
It is not necessary to hold vn_start_write/vn_finished_write around VOP_REVOKE.
phk
2004-11-15
2
-6
/
+0
*
Next FILEDESC_LOCK properly around FILE_LOCK
phk
2004-11-15
2
-4
/
+4
*
Fix an off by one error. MAXPATHLEN already has +1.
imp
2004-11-15
1
-1
/
+1
*
Remove more debugging
imp
2004-11-15
1
-1
/
+1
*
Add acpi_sony to the list of drivers that are built.
imp
2004-11-15
1
-0
/
+3
*
fix the missing lock in sk_jfree (verified w/ an assert)
jmg
2004-11-15
4
-20
/
+46
*
BUGS should stay below SEE ALSO.
yar
2004-11-15
1
-4
/
+4
[next]