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
/
usr.sbin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve compatibility with recent flex from flex.sourceforge.net.
jkim
2013-05-03
6
-16
/
+19
*
Implement the NOTIFY_ON_EMPTY capability in the virtio-net device.
neel
2013-05-03
2
-34
/
+37
*
Fix the getpwuid_r() call in the gssd daemon so that it handles
rmacklem
2013-05-02
1
-2
/
+25
*
Document the fact that an NFSv4 mount against a volume on the same host
rmacklem
2013-05-01
1
-1
/
+8
*
Make the internal assertion correct--only fail when '\0' is found in
wkoszek
2013-05-01
1
-10
/
+4
*
Reset some more softc state when the guest resets the virtio network device.
neel
2013-04-30
1
-0
/
+7
*
Use a separate mutex for the receive path instead of overloading the softc
neel
2013-04-30
1
-20
/
+58
*
Get rid of the 'vsc_rxpend' state - it doesn't serve any purpose because we
neel
2013-04-28
1
-20
/
+0
*
syslogd: Use closefrom() instead of getdtablesize()/close() loop.
jilles
2013-04-27
1
-3
/
+2
*
Properly sanitize --menu results (guards against Gtk library warnings from
dteske
2013-04-26
2
-1
/
+8
*
Comments.
dteske
2013-04-26
2
-1
/
+3
*
Use a thread for the processing of virtio tx descriptors rather
grehan
2013-04-26
1
-21
/
+111
*
Gripe if some <slot,function> tuple is specified more than once instead of
neel
2013-04-26
3
-20
/
+47
*
Use the system MAKEOBJDIRPREFIX when running make targets in
brooks
2013-04-25
1
-4
/
+3
*
Fix copy/paste error.
dteske
2013-04-24
1
-1
/
+1
*
Add missing include.
dteske
2013-04-23
1
-0
/
+1
*
Fix declarations to slightly increase WARNS level.
jkim
2013-04-23
2
-6
/
+9
*
Clean up generated files added in r233250.
jkim
2013-04-23
1
-1
/
+2
*
Teach the virtio block device to deal with direct as well as indirect
neel
2013-04-23
1
-63
/
+61
*
Prevent device.subr from auto-loading in the nameservers module.
dteske
2013-04-23
1
-0
/
+3
*
Preserve debugFile preference across the exec boundary.
dteske
2013-04-22
1
-0
/
+1
*
Partially uncommit r249779. The changes to share/common.subr were good
dteske
2013-04-22
3
-54
/
+12
*
Fix "-D file" to automagically enable debugging if not explicitly disabled.
dteske
2013-04-22
4
-29
/
+69
*
Minor update about rc.conf.
joel
2013-04-22
1
-1
/
+1
*
Clarify to the user the amount of time required to load the menus for
dteske
2013-04-22
1
-4
/
+4
*
New helper functions for common widgets.
dteske
2013-04-22
1
-0
/
+136
*
Proper fix for copy/paste error (first attempt r249756).
dteske
2013-04-22
1
-2
/
+2
*
Fix a copy/paste error.
dteske
2013-04-22
1
-2
/
+2
*
Update comment for accuracy.
dteske
2013-04-22
1
-3
/
+3
*
Style nit (to be consistent across project).
dteske
2013-04-22
1
-2
/
+2
*
Fix two bugs when setting up a plip interface. First, dhcp status was not
dteske
2013-04-22
1
-1
/
+2
*
UI improvements. First, implement --default-item whenever and wherever
dteske
2013-04-22
42
-343
/
+845
*
Use new f_getvar for clarity and general code follow-up to r249746.
dteske
2013-04-22
1
-2
/
+5
*
Add new flags `-d' (sets debug=1) and `-D file' (sets debugFile) and
dteske
2013-04-22
56
-129
/
+228
*
Add missing static keyword, to make the code build with WARNS=6.
ed
2013-04-21
1
-1
/
+1
*
Merge ACPICA 20130418.
jkim
2013-04-19
1
-4
/
+5
*
Add the Clang specific -Wmissing-variable-declarations to WARNS=6.
ed
2013-04-19
6
-0
/
+11
*
- Correct mispellings of the word necessary
gabor
2013-04-17
1
-1
/
+1
*
- Correct mispellings of the word occurrence
gabor
2013-04-17
1
-1
/
+1
*
Setup accesses to the memory hole below 4GB to return all 1's on read and
neel
2013-04-17
1
-9
/
+15
*
Minor spelling and grammar fixes.
joel
2013-04-11
2
-7
/
+7
*
Remove contractions.
joel
2013-04-11
5
-6
/
+6
*
Need to call init_mem() to really initialize the MMIO range lookups.
neel
2013-04-10
1
-0
/
+1
*
Remove obsolete comment about lack of locking for MMIO range lookup.
neel
2013-04-10
1
-6
/
+0
*
Make ctladm(8) try to load ctl.ko kernel module if needed.
trasz
2013-04-10
1
-0
/
+10
*
Unsynchronized TSCs on the host require special handling in bhyve:
neel
2013-04-10
1
-14
/
+87
*
Change name of variable from 'rwlock' to more descriptive 'mmio_rwlock'
neel
2013-04-10
1
-11
/
+11
*
Improve PCI BAR emulation:
neel
2013-04-10
7
-60
/
+320
*
Import a new version of NetBSD's mtree.
ed
2013-04-09
1
-1
/
+1
*
Switch to a 2-clause license.
markj
2013-04-08
1
-3
/
+0
[next]