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
*
__FBSDID() strategic insertion.
jmallett
2002-06-21
2
-5
/
+6
*
Kill __P, yuck.
jmallett
2002-06-21
3
-46
/
+46
*
Mark unused variables __unused.
jmallett
2002-06-21
2
-5
/
+5
*
Use __typeof__ instead of typeof.
jmallett
2002-06-21
1
-1
/
+1
*
Kill bad whitespace and do some style cleanups as a result of the protoize.
jmallett
2002-06-21
1
-30
/
+20
*
ANSI prototypes via protoize(1).
jmallett
2002-06-21
2
-100
/
+64
*
Clean up hex() and octal() to return and work with unsigned integers since
jmallett
2002-06-21
1
-8
/
+8
*
This commit adds basic support for the UFS2 filesystem. The UFS2
mckusick
2002-06-21
1
-53
/
+87
*
Update for tcpdump 3.7.1
fenner
2002-06-21
2
-47
/
+36
*
Compensate for dodgy Win98/WinME MSCHAPv2 responses later in the code
brian
2002-06-17
5
-29
/
+34
*
Just rename two generic-queue init routines from 'init_*' to '*_gi'
gad
2002-06-16
3
-7
/
+7
*
Add a nearly complete rewrite of the lpc command 'down'. The only user-
gad
2002-06-16
4
-3
/
+73
*
Make the description of the 'down' command a little more readable.
gad
2002-06-15
1
-2
/
+4
*
Reorganize the way that arguments are processed in lpc's generic-queue
gad
2002-06-15
1
-20
/
+24
*
Add a new command to 'lpc' called 'setstatus', which would be used to
gad
2002-06-15
6
-28
/
+140
*
Do not issue deprecated ioctl.
ume
2002-06-15
1
-0
/
+8
*
Don't install obsolete gifconfig(8). Please use ifconfig(8) instead.
ume
2002-06-15
1
-1
/
+0
*
Don't install obsolete prefix(8). We now have `ifconfig eui64'.
ume
2002-06-15
1
-1
/
+0
*
A better prinflike fix...
brian
2002-06-15
1
-2
/
+2
*
Remove whitespace at the end of lines.
brian
2002-06-15
31
-89
/
+89
*
Fix a printflike format error
brian
2002-06-15
1
-1
/
+1
*
Remove a forgotten diagnostic
brian
2002-06-15
1
-1
/
+0
*
Changed the behavior when an interface-direct prefix being advertised
ume
2002-06-13
8
-45
/
+166
*
Bah humbug. Fix another typo on the same comment line. It also had
gad
2002-06-13
1
-1
/
+1
*
Fix a typo in a comment from the previous commit. I had a bullet-character
gad
2002-06-13
1
-1
/
+1
*
Almost complete rewrite of the lpc commands 'abort', 'enable', 'disable',
gad
2002-06-13
5
-14
/
+457
*
If a RAD_FILTER_ID is supplied by the RADIUS server, treat it as an
brian
2002-06-12
2
-1
/
+20
*
Bump the version number to reflect the recent RADIUS commits
brian
2002-06-12
1
-1
/
+1
*
Don't forget to process the Ident field on the front of
brian
2002-06-12
2
-16
/
+26
*
Reorder libraries to fix static linking (libssl depends on libcrypto, so
des
2002-06-12
4
-8
/
+8
*
de __P
imp
2002-06-12
1
-39
/
+30
*
KNF.
imp
2002-06-12
1
-87
/
+89
*
Kill __P.
imp
2002-06-12
1
-2
/
+2
*
Understand the following Microsoft Vendor Specific RADIUS attributes:
brian
2002-06-12
8
-55
/
+329
*
Go back to taking the user's umask into account. Thanks to Alfred for
dougb
2002-06-10
1
-23
/
+31
*
Change our default XF86Config location from /etc/ to /etc/X11/,
obrien
2002-06-10
3
-3
/
+5
*
Don't depend on <pwd.h> to bogusly include <sys/types.h>.
mike
2002-06-09
1
-0
/
+1
*
Fix a bug where request_part_size() was hard-coded to check the rootSize
jhb
2002-06-07
2
-2
/
+2
*
* Use the new stat(1) to get mode information from the files we
dougb
2002-06-06
1
-34
/
+33
*
libfetch now depends on libcrypto and libssl.
ru
2002-06-06
4
-0
/
+20
*
Added missing DPADD detected by ``make checkdpadd''.
ru
2002-06-06
1
-1
/
+2
*
Cast pid_t to long for printf()ing
brian
2002-06-06
1
-2
/
+2
*
Fix spelling nit in error message.
gordon
2002-06-05
1
-1
/
+1
*
o Remove ftp.freebsd.org from the USA servers and add to the
jedgar
2002-06-05
2
-6
/
+10
*
Add information about setting up media to use the multi-volume support
murray
2002-06-05
2
-0
/
+120
*
Grammar nit.
obrien
2002-06-04
1
-1
/
+1
*
Change some "process id" variables from 'int' to 'pid_t', renaming some
gad
2002-06-04
1
-28
/
+31
*
Cosmetic improvements to some of the syslog() calls in here (in some cases
gad
2002-06-04
1
-35
/
+44
*
Fix all the 'return' statements in here to follow style(9).
gad
2002-06-04
1
-24
/
+24
*
Avoid checking WIFEXITED and WTERMSIG in some error situations where the
gad
2002-06-04
1
-3
/
+6
[next]