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
*
Add check for "hw.usb.no_pf" sysctl value.
hselasky
2014-01-21
1
-0
/
+20
*
Implicit include of sys/queue.h instead of relying on gelf.h/libelf.h to brin...
bapt
2014-01-20
1
-0
/
+1
*
Add support for displaying VPD for PCI devices via pciconf.
jhb
2014-01-20
2
-8
/
+95
*
- Allow PCI devices that are attached to a driver to be identified by their
jhb
2014-01-20
2
-29
/
+130
*
Dummy commit (whitespace changes and style nits) to show previous commit
dteske
2014-01-20
1
-4
/
+6
*
Dummy commit (s/__num/__number/) in f_expand_number() to describe that the
dteske
2014-01-20
1
-13
/
+11
*
Optimize f_expand_number(), improving performance.
dteske
2014-01-19
1
-24
/
+6
*
Fix a bad comparison operator (s/==/=/), and address a use-case issue where-
dteske
2014-01-18
1
-8
/
+6
*
Fix amd64 build breakage caused by r260532.
neel
2014-01-11
1
-4
/
+3
*
Fix issue with the virtio descriptor region being truncated
grehan
2014-01-09
1
-1
/
+1
*
virtio-block does not exist, the correct name is virtio-blk.
remko
2014-01-08
1
-1
/
+1
*
Split the last gcc-specific flags off into CFLAGS.gcc. This also
dim
2014-01-05
1
-1
/
+1
*
Allow bsdinstall to use WPA-Enterprise networks when installing. This
gavin
2014-01-04
1
-0
/
+23
*
Lower the priority of the "connect to any open wireless network" network
gavin
2014-01-04
1
-1
/
+1
*
Remove what appears to be a stray debugging printf.
gavin
2014-01-04
1
-1
/
+0
*
Make a copy instead using constant string directly when assigning to char *.
delphij
2014-01-04
1
-7
/
+3
*
Use prototype.
delphij
2014-01-04
2
-145
/
+48
*
Cosmetic change - switch over to vertical SRCS to make it
grehan
2014-01-03
1
-5
/
+31
*
Rework the DSDT generation code a bit to generate more accurate info about
jhb
2014-01-02
12
-115
/
+417
*
Restructure the VMX code to enter and exit the guest. In large part this change
neel
2014-01-01
2
-2
/
+6
*
Add mibs for hastd(1) queue stats.
trociny
2013-12-29
3
-1
/
+88
*
Record the IEEE P1282 Rock Ridge version 1.12 POSIX File Serial Number,
marius
2013-12-29
2
-3
/
+4
*
Extend the ACPI power management support to wire a virtual power button up
jhb
2013-12-28
7
-38
/
+212
*
Use pthread_once() to replace a static integer initted flag.
jhb
2013-12-28
1
-7
/
+3
*
Do not truncate the ``command'' column in ``ps'' output.
pluknet
2013-12-25
1
-2
/
+2
*
We have in base iconv.
glebius
2013-12-25
1
-1
/
+1
*
Support soft power-off via the ACPI S5 state for bhyve guests.
jhb
2013-12-24
5
-12
/
+174
*
Extend the support for local interrupts on the local APIC:
jhb
2013-12-23
3
-1
/
+54
*
Fix yet another typo
bapt
2013-12-23
1
-1
/
+1
*
Fix typos
bapt
2013-12-23
1
-4
/
+4
*
Do not print a question in non-interractive mode but explain why boostrapping
bapt
2013-12-23
1
-2
/
+9
*
mdoc: nuke whitespace.
joel
2013-12-23
1
-1
/
+1
*
Add a parameter to 'vcpu_set_state()' to enforce that the vcpu is in the IDLE
neel
2013-12-22
1
-13
/
+2
*
Move the installer's keymap solution introduced by SVN r259468. The new
dteske
2013-12-21
1
-4
/
+0
*
Add an option to ignore accesses by the guest to unimplemented MSRs.
neel
2013-12-19
4
-14
/
+58
*
When using a bootpool, set the cachefile property so that it gets
dteske
2013-12-19
1
-1
/
+7
*
Fix a regression that occurred with SVN revisions 259474 and 259476 where
dteske
2013-12-19
1
-2
/
+4
*
In bsdinstall_log, it's rather confusing to see the following sequence:
dteske
2013-12-18
1
-1
/
+1
*
Fix "[: -eq: argument expected" error introduced by SVN r256343. The code
dteske
2013-12-18
1
-2
/
+1
*
Rename the ambiguously named 'vm_setup_msi()' and 'vm_setup_msix()' to
neel
2013-12-18
1
-11
/
+9
*
Add an API to deliver message signalled interrupts to vcpus. This allows
neel
2013-12-16
3
-36
/
+31
*
Auto-enable 4k sector alignment when disk encryption is requested (it is
dteske
2013-12-16
1
-0
/
+1
*
Fix a long-standing edge-case that would result in a ghosted `zroot' pool
dteske
2013-12-16
1
-0
/
+6
*
Add kern.geom.label.disk_ident.enable="0" to loader.conf(5).
dteske
2013-12-16
1
-0
/
+3
*
De-uglify the geli(8)-setup infobox by adding a newline.
dteske
2013-12-16
1
-1
/
+1
*
fletcher4 is currently the default.
dteske
2013-12-16
1
-1
/
+1
*
Improve default ZFS disk layout (tested):
dteske
2013-12-16
1
-202
/
+197
*
Bug-fixes and debugging improvments:
dteske
2013-12-16
1
-145
/
+142
*
Accept NULL input as also meaning zero swap.
dteske
2013-12-16
1
-1
/
+1
*
As per discussions on -current, re-add /var/mail (removed in r257842) but
dteske
2013-12-16
1
-0
/
+1
[next]