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
*
After changing hostres from libdisk to libgeom, it now compiles
erwin
2006-01-26
1
-5
/
+1
*
Replace ki_ocomm by ki_comm. The former will go away.
harti
2006-01-26
2
-5
/
+5
*
Fix a bug in the processor load code: the wrong process was used to
harti
2006-01-26
1
-3
/
+3
*
Fix false positives when searching for disks. Things like adv(4) are not
harti
2006-01-26
1
-0
/
+9
*
Fix the MIB to use libgeom instead of libdisk.
harti
2006-01-26
3
-48
/
+170
*
An old patch from Dan Lukes <dan at obluda.cz>:
delphij
2006-01-23
2
-2
/
+6
*
Replace "fetch" with "fetch -r" when downloading the initial ~38MB
cperciva
2006-01-22
1
-2
/
+1
*
Honour the "uuid" directive in adduser.conf
matteo
2006-01-22
1
-1
/
+4
*
Improve error-handling related to the fork() done to compress files after
gad
2006-01-20
1
-15
/
+38
*
Revert previous commit for now, which seems to have (re)introduced some
delphij
2006-01-18
3
-150
/
+227
*
Improves and cleanups over inetd(8):
delphij
2006-01-18
3
-227
/
+150
*
Mention that the random time slept by "portsnap cron" is between 1 and
cperciva
2006-01-17
1
-1
/
+2
*
Add ntp.cgi.cz.
ceri
2006-01-15
2
-0
/
+6
*
Preserve any additional arguments to ifconfig that were specified in the
ceri
2006-01-15
1
-1
/
+1
*
If sysinstall was used to configure an anonymous FTP area, it was
ceri
2006-01-15
1
-1
/
+1
*
Correct obsolete chown syntax.
ceri
2006-01-15
1
-2
/
+2
*
- Change the exit message from "make cleandepend; make depend" to
flz
2006-01-14
1
-1
/
+1
*
Unbreak the AMD64 build by forgoing the 'snmp_hostres' functionality.
obrien
2006-01-13
1
-1
/
+5
*
Use posix_memalign() rather than assuming that malloc() provides adequate
jasone
2006-01-12
1
-5
/
+7
*
Fix build without -DNDEBUG.
harti
2006-01-12
3
-7
/
+7
*
assert(3) is not used here.
obrien
2006-01-12
1
-1
/
+0
*
Update usage to reflect the fact that the -d -a now accepts -i <interface>.
brooks
2006-01-10
1
-1
/
+1
*
- Fix: documentation for -m option was inserted halfway thru the text of -l
pav
2006-01-10
1
-3
/
+3
*
/etc/crontab is similar enough to parse as correct if you run
brooks
2006-01-10
1
-0
/
+4
*
Allow the -i <interface> option with -d -a to allow all arp entries for
brooks
2006-01-10
2
-1
/
+2
*
Fix -r causing SIGSEGV due to parse_args() being called before font_current i...
flz
2006-01-09
1
-3
/
+3
*
Add -K option to pkg_add and pkg_info.
flz
2006-01-09
10
-18
/
+71
*
Connect the HOSTRES MIB to the build.
harti
2006-01-09
1
-0
/
+1
*
msg
harti
2006-01-09
18
-0
/
+7005
*
When using @cwd %%FOO%%, we must ensure to return in the original
krion
2006-01-07
6
-9
/
+42
*
Make "portsnap extract" automatically create ${PORTSDIR} if necessary
cperciva
2006-01-06
1
-2
/
+6
*
Don't use threads when there's no real reason to.
des
2006-01-03
2
-158
/
+142
*
- Fix possible memory leak due to repetetive strdup(3) without matching
ariff
2006-01-01
1
-14
/
+21
*
On i386, 7.0 requires 106MB on /usr. 6.0 requires 101MB.
ceri
2005-12-30
2
-2
/
+2
*
- Avoid adding devices multiple times to the device list.
ru
2005-12-30
2
-33
/
+66
*
Clean up most of the "XXX"-tagged items:
ru
2005-12-30
4
-17
/
+39
*
inetd(8) requires that /etc/netconfig be present, and contain entries
ceri
2005-12-30
1
-0
/
+29
*
Reveal sacred spells necessary for putting kbdmux(4) to real use.
sobomax
2005-12-29
1
-0
/
+15
*
An i386 machine with 32MB of RAM requires a 700MB disk for auto-layout to
ceri
2005-12-29
2
-4
/
+4
*
Add an example for WEP.
wilko
2005-12-25
1
-0
/
+14
*
When generating profiles (-g) warn about shared objects that were
jkoshy
2005-12-25
1
-4
/
+12
*
- Don't print an errno string when reporting dropped samples.
jkoshy
2005-12-24
1
-3
/
+4
*
Bump .Dd before I get told off.
ceri
2005-12-23
1
-1
/
+1
*
Commands like gmirror, graid3, ... and others which use dlopen() to load
ceri
2005-12-23
2
-4
/
+95
*
Copy the description for the -r option from the traceroute(8) man
dd
2005-12-22
1
-0
/
+10
*
Previous revision was broken on SPARC, fix it by using more appropriate type.
delphij
2005-12-21
1
-1
/
+1
*
Change the default for deleting stale files from yes (which violates
dougb
2005-12-21
1
-5
/
+5
*
Use size_t for length.
delphij
2005-12-21
1
-1
/
+2
*
Add a knob to suppress logging of attempts to modify
glebius
2005-12-18
1
-1
/
+8
*
Make our ELF64 type definitions match standards. In particular this
marcel
2005-12-18
8
-13
/
+13
[next]