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
*
A series of changes tested together as a whole:
dteske
2013-11-08
11
-446
/
+1105
*
Catch up with sb_timeo type change in r255138. This fixes
glebius
2013-11-08
1
-2
/
+2
*
Build kernel tools along with other tools during world build, as well as
ian
2013-11-08
1
-0
/
+1
*
Corrected definition for old_rate to match d_rotation_rate
smh
2013-11-07
1
-1
/
+1
*
Document SYSRC_VERBOSE enviroment variable in the manual.
dteske
2013-11-07
1
-1
/
+4
*
Fix a bug with `-e' that broke sometime around when I added `-F'. Also,
dteske
2013-11-07
2
-13
/
+25
*
Comments and whitespace.
dteske
2013-11-07
1
-4
/
+9
*
Add a `-c' option for `check only' to determine if a value is set
dteske
2013-11-07
2
-8
/
+49
*
Add new `--version' long option for getting the version (good for
dteske
2013-11-07
2
-4
/
+16
*
Instead of modeling the kernel-tools build after the bootstrap tools, build
ian
2013-11-07
1
-14
/
+4
*
Fix a bug that prevented `-d' from working as-documented in sysrc(8).
dteske
2013-11-07
1
-0
/
+4
*
Yet, another attempt to fix the libm breakage due to the
kargl
2013-11-07
1
-0
/
+2
*
Extend loader_delay as-documented in beastie.4th(8) and delay.4th(8), making ...
dteske
2013-11-07
3
-4
/
+14
*
Add support for controlling mfi(4) controller properties:
sbruno
2013-11-07
4
-1
/
+191
*
Use `pkg -vv' to obtain ABI for validating a chosen media server (done
dteske
2013-11-07
2
-9
/
+6
*
Fix bulding libm on platforms with LDBL_MANT_DIG == 53.
kargl
2013-11-07
2
-2
/
+6
*
Fix cosmetic typos (since the typo's in the variable names were copied
dteske
2013-11-07
3
-6
/
+6
*
Clamp the dump block size to the dump device max I/O size.
jhibbits
2013-11-07
1
-2
/
+3
*
Include rtld itself when iterating over loaded ELF objects in
markj
2013-11-07
1
-0
/
+5
*
Build the iwn2000 firmware too.
adrian
2013-11-07
1
-1
/
+1
*
Add new AMT serial port PCI ID on Intel Lynx Point chipset
sbruno
2013-11-07
1
-0
/
+1
*
Update release(7) to include 'mini-memstick' after r257805.
gjb
2013-11-07
1
-1
/
+6
*
Remove extra target from 'memstick' that I forgot to remove before
gjb
2013-11-07
1
-1
/
+1
*
Add a 'mini-memstick.img' release target, which will use the
gjb
2013-11-07
1
-1
/
+8
*
Get rid of the artification limitation enforced by
tuexen
2013-11-07
2
-31
/
+12
*
Make sure that we don't try to build an ASCONF-ACK chunk
tuexen
2013-11-07
1
-1
/
+2
*
Save some space by noting we don't have any alternative instruction formats.
imp
2013-11-07
1
-13
/
+1
*
- Update release noted to DocBook 5.0 so that they work with the new tree
gabor
2013-11-07
150
-1903
/
+1410
*
Use htons()/ntohs() appropriately.
tuexen
2013-11-07
2
-3
/
+3
*
devd: lower priority of action execution logging to info
avg
2013-11-07
1
-1
/
+1
*
devd: fix a typo in a comment
avg
2013-11-07
1
-1
/
+1
*
Finish r257779.
glebius
2013-11-07
2
-2
/
+5
*
Replace pkg-tools with pkgng.
dteske
2013-11-07
5
-77
/
+266
*
Fix an off-by-one error that was causing menus to look funny.
dteske
2013-11-07
1
-1
/
+1
*
Comments.
dteske
2013-11-07
1
-2
/
+2
*
Add f_sprintf() and f_vsprintf() to go along with previously added
dteske
2013-11-07
1
-0
/
+22
*
Fix a bug where a format with leading `-' could be mistaken for printf
dteske
2013-11-07
1
-1
/
+2
*
Comments.
dteske
2013-11-07
1
-5
/
+5
*
Add some helpful debugging (showing the resolved host address).
dteske
2013-11-07
1
-0
/
+1
*
Fix a silly bug that would result in attempting to fetch (literally) the
dteske
2013-11-07
1
-1
/
+1
*
Use dialog(1) to obtain maximum-size; stty fails when running in a pipe-
dteske
2013-11-07
1
-1
/
+10
*
Add an f_eval_catch() function for debugging individual commands in a
dteske
2013-11-07
1
-0
/
+82
*
Add an f_show_err() function -- acts pretty much the same as f_show_msg()
dteske
2013-11-07
2
-0
/
+25
*
Add global DEBUG_INITIALIZE_FILE environment variable for controlling
dteske
2013-11-07
1
-5
/
+13
*
Comments. Replace a funny syntax with f_isset() while here.
dteske
2013-11-07
1
-11
/
+10
*
Whitespace.
dteske
2013-11-07
1
-1
/
+1
*
- Use libusb20_strerror() function instead of custom usb_error() one.
hselasky
2013-11-07
6
-141
/
+72
*
Do not build aicasm with the cross-tools/kernel-toolchain, instead add a
ian
2013-11-07
1
-3
/
+29
*
Switch to the new common bus_space-v6.c, remove the local one.
ian
2013-11-07
2
-114
/
+1
*
Switch to the new common bus_space-v6.c, remove the local one.
ian
2013-11-07
2
-114
/
+1
[next]