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
*
style nit: indent continuation lines correctly, use style(9) style
imp
2008-09-03
1
-15
/
+16
*
minor style(9) police: sort getopt options alphabetically. The
imp
2008-09-03
1
-9
/
+9
*
Add support for t3c to cxgbtool
kmacy
2008-09-02
1
-0
/
+3119
*
Allow again compilation w/o GNU readline. There are conditionals in
roberto
2008-09-02
1
-3
/
+3
*
Remove extraneous NULL pointer check - the pointer is guaranteed to be non-NULL.
obrien
2008-09-01
1
-2
/
+1
*
use bigger local variable to calculate free space
ticso
2008-09-01
1
-1
/
+1
*
Bring cxgbtool up to date with version 1.5
kmacy
2008-09-01
4
-670
/
+280
*
Use the correct systime.c file instead of the "simulation mode" one.
roberto
2008-08-24
1
-1
/
+1
*
Hook back ntp to the build now that I fixed it.
roberto
2008-08-22
1
-1
/
+1
*
Add forgotten libopts subdir.
roberto
2008-08-22
1
-0
/
+13
*
Temporary unhook ntp from the build until the missing net/libopts/Makefile
bz
2008-08-22
1
-1
/
+1
*
Update the various files to sync with vendor import of 4.2.4p5.
roberto
2008-08-22
13
-106
/
+326
*
Fix a small typo in the pstat(8) manual page.
ed
2008-08-20
1
-1
/
+1
*
Remove sysinstall's ability to adjust the tape block size. Installs from
kensmith
2008-08-20
5
-21
/
+6
*
Integrate the new MPSAFE TTY layer to the FreeBSD operating system.
ed
2008-08-20
2
-163
/
+92
*
Use kvm_getcptime(3) to fetch the global CPU time stats from a crashdump
jhb
2008-08-19
1
-8
/
+14
*
Pass the right pointer to bzero() when clearing cp_time.
jhb
2008-08-19
1
-1
/
+1
*
Use arc4random_uniform() to avoid "modulo bias"
ache
2008-08-16
1
-55
/
+2
*
Convert the snp(4) driver to use cdevpriv.
ed
2008-08-15
1
-16
/
+7
*
Catch up with the removal of /usr/src/compat.
kensmith
2008-08-14
3
-4
/
+0
*
- Fix error reporting.
stas
2008-08-12
1
-5
/
+5
*
Add upgt(4) to the list of supported network interface.
weongyo
2008-08-11
1
-0
/
+1
*
- Add cpuctl(4) pseudo-device driver to provide access to some low-level
stas
2008-08-08
9
-0
/
+1133
*
In `freebsd-update IDS`, strip out file flags before we look for
cperciva
2008-08-08
1
-18
/
+18
*
Use humanize_number to report pen-sizes so people don't have to count
phk
2008-08-07
2
-4
/
+18
*
Add a script to perform simple analysis of a crash dump (either a full
jhb
2008-08-05
4
-0
/
+422
*
Remove a useless cast.
cognet
2008-08-02
1
-1
/
+1
*
Add "IDS" command to freebsd-update. This was present in the original
cperciva
2008-08-02
2
-2
/
+264
*
Char is unsigned on arm, so is not suitable to store the return value of
cognet
2008-08-01
1
-2
/
+2
*
Fix empty mailto (-m "") handling: somehow I missed all checks but the first,
marck
2008-08-01
1
-1
/
+3
*
The original adduser/rmuser scripts in Perl used to modify the PATH
jhb
2008-07-30
1
-2
/
+3
*
Allow kernel config files to include files other than those in the CWD,
obrien
2008-07-28
2
-0
/
+12
*
Change arc4random to arc4random_uniform since modulo is not power of 2,
ache
2008-07-26
1
-1
/
+1
*
Change 2 arc4random modulo operations to arc4random_uniform() as
ache
2008-07-26
1
-2
/
+2
*
Switch to using the setfib syscall instead of a syscall(175,...)
julian
2008-07-24
1
-1
/
+1
*
remove reference for unexisting ndisapi(9)
weongyo
2008-07-23
1
-2
/
+1
*
Remove sade(8) on the following platforms:
marcel
2008-07-19
1
-1
/
+4
*
Don't set PACKAGE_BUILDING while installing packages.
flz
2008-07-17
1
-1
/
+0
*
Before updating the password database, the pw(8) utility first performs a
jhb
2008-07-17
1
-1
/
+2
*
Remove OTTYDISC, NETLDISC and NTTYDISC definitions.
ed
2008-07-16
1
-4
/
+0
*
Invoke err() with a format string rather than directly with a passed
rwatson
2008-07-15
1
-1
/
+1
*
- Enhance volume handling
gahr
2008-07-14
2
-10
/
+38
*
Allow comment to be placed at the end of a configuration line.
sobomax
2008-07-09
2
-0
/
+25
*
Enable the -n option of pkg_create(1).
keramida
2008-07-08
2
-1
/
+5
*
Remove the arl(4) driver. It is reported to not work on 6.x or later
jhb
2008-07-04
4
-608
/
+0
*
Drag this code kicking and screaming into the twenty-first century.
des
2008-07-02
4
-174
/
+101
*
- install the example wpa_supplicant.conf file to the share/examples/etc
danger
2008-07-01
2
-1
/
+6
*
- more mark-up fixes
danger
2008-07-01
1
-8
/
+6
*
Fix a regression: attach process PMCs to the process created when
jkoshy
2008-07-01
1
-2
/
+2
*
- add some missing words
danger
2008-06-30
1
-25
/
+44
[next]