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
*
remove WARNS=2: we're not ready for it yet.
matteo
2007-03-23
1
-1
/
+0
*
Make sysinstall's code WARNS=2 clean .
matteo
2007-03-23
3
-2
/
+5
*
Catch up with ACPI-CA 20070320 import.
jkim
2007-03-22
4
-40
/
+39
*
Use -M and -N for core and kernel image respectively.
bms
2007-03-20
2
-10
/
+20
*
Make clean for !INET6.
bms
2007-03-19
2
-182
/
+41
*
Merge latest ifmcstat (with changes for FreeBSD).
bms
2007-03-19
2
-34
/
+477
*
One more s/ethernet/Ethernet/ I missed in the previous revision.
brueffer
2007-03-19
1
-1
/
+1
*
Improve previous commit by using setusercontext(3) and removing the group
trhodes
2007-03-19
2
-45
/
+24
*
Update postfix MTA selection code to point at postfix 2.3 which is the
simon
2007-03-17
1
-1
/
+1
*
- Add cxgb(4) entry, remove stale wx(4) entry
brueffer
2007-03-16
1
-39
/
+39
*
Imagine a situation where:
pjd
2007-03-16
1
-4
/
+11
*
Pass special device to the ufs_disk_fillout() function, instead of mount
pjd
2007-03-16
1
-12
/
+9
*
In auth_script(), change the size of an array to match the number of
kevlo
2007-03-15
1
-1
/
+1
*
fix include names
kmacy
2007-03-15
1
-2
/
+2
*
Document exact command preferred for sending ASL as part of bug reports.
njl
2007-03-14
2
-0
/
+8
*
Add administration and debugging tool for Chelsio T3 10 Gigabit Ethernet driver
kmacy
2007-03-14
6
-0
/
+8186
*
Add dynamic acceleration to moused(8). This introduces a '-A' flag to control
philip
2007-03-11
3
-8
/
+116
*
Don't try to apply connection-per-ip rate limiting to unix domain
dwmalone
2007-03-11
1
-0
/
+1
*
! is a generic info message
xride
2007-03-09
1
-0
/
+1
*
Initialize *pfh to NULL to quiet a gcc warning, not part of my original
trhodes
2007-03-09
1
-1
/
+1
*
Add support for dropping privileges to a specified user and/or group.
trhodes
2007-03-09
2
-5
/
+56
*
Reduce WARNS count due to alignment warning on ia64.
bms
2007-03-09
1
-1
/
+0
*
Merge a slightly cleaner and SSM capable mtest(8).
bms
2007-03-08
3
-202
/
+445
*
Fix a bug where HOME was not allowed to be overridden by an user's crontab
will
2007-03-08
1
-8
/
+10
*
Use setresuid for simple privilege dropping.
kevlo
2007-03-08
1
-2
/
+6
*
Invoke tar(1) with the -p option when installing a package
ru
2007-03-06
1
-2
/
+2
*
Use sizeof() for calculating the buffer size instead of hard-coded values.
kevlo
2007-03-06
8
-9
/
+9
*
The use of predefined strings such as \*[Ge] can be harmful here,
ru
2007-03-04
1
-3
/
+3
*
Fix markup and clean up some of the wording.
ru
2007-03-04
1
-23
/
+32
*
Fix problems resulting from SMP kernels (mis-)identifying themselves as
cperciva
2007-03-04
1
-3
/
+20
*
Clarify the meaning information printed by the -o option.
grog
2007-03-03
1
-4
/
+3
*
Check the return value from rad_cvt_ipv6prefix().
ume
2007-03-01
1
-1
/
+7
*
Increase helpfulness in diagnostic message - ypbind running without -ypset or
jmallett
2007-02-28
1
-1
/
+1
*
Fix a nit noticed during translation.
ru
2007-02-28
1
-0
/
+2
*
Use the RB_AUTOBOOT define over 0.
ceri
2007-02-23
1
-1
/
+1
*
Check that the length of the received message is at least as big as a PDU
emax
2007-02-23
1
-1
/
+2
*
If floppies are used to boot the machine, the user lets the machine
kensmith
2007-02-22
1
-1
/
+6
*
Bring these files up-to-date.
ceri
2007-02-18
2
-27
/
+29
*
Clarify the description of the shutdown command.
ceri
2007-02-18
1
-2
/
+3
*
Kill blank line at EOF.
trhodes
2007-02-15
1
-1
/
+0
*
Another crashdump fix: nfiles was renamed to openfiles in 5.x.
jhb
2007-02-14
1
-1
/
+1
*
Eliminate duplicate header files.
kevlo
2007-02-09
1
-2
/
+0
*
Fix a bug in 1.40 - it missed three occurences in pkg_info which leads to
pav
2007-02-07
1
-5
/
+23
*
Make iostat(8) fully work on crash dumps again (broken since 5.0):
jhb
2007-02-06
1
-5
/
+6
*
getopt(3) returns -1, not EOF.
kevlo
2007-02-06
4
-4
/
+4
*
- Bump document date.
ru
2007-02-06
1
-3
/
+3
*
getopt(3) returns -1, not EOF when out of args.
kevlo
2007-02-05
2
-2
/
+2
*
Document that quotas must be turned off on a file system and
mpp
2007-02-04
1
-0
/
+2
*
Remove all #if __FreeBSD_version checks now that RSTP support has been
syrinx
2007-02-04
1
-32
/
+2
*
If two files systems, /a and /b are marked as having quotas enabled
mpp
2007-02-04
3
-24
/
+66
[next]