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
*
Update copyright.
mtm
2003-02-16
2
-6
/
+2
*
Condense the output to one line per removed user. For user's who
mtm
2003-02-16
2
-21
/
+56
*
Add #include <sys/resource.h>
phk
2003-02-16
1
-0
/
+1
*
Remove #include <sys/dkstat.h>
phk
2003-02-16
1
-1
/
+0
*
Implemented a simple "nodevice" config(8) command that cancels
ru
2003-02-15
2
-1
/
+49
*
Convert to using <sys/queue.h> macros.
ru
2003-02-15
6
-85
/
+76
*
The tcp_wrappers function `fromhost()' can fail. In such
ume
2003-02-13
1
-2
/
+16
*
Allow multiple hosts or programs to be named in program
thomas
2003-02-13
2
-6
/
+39
*
Use DIOCGPC98 ioctl to write boot block.
nyan
2003-02-11
1
-22
/
+62
*
Add -DHAVE_ARC4RANDOM to CFLAGS
ache
2003-02-11
1
-1
/
+1
*
Use srandomdev() for FreeBSD
ache
2003-02-11
1
-0
/
+4
*
There is no sense to use random random() and arc4random() in the same program.
ache
2003-02-11
1
-2
/
+1
*
Add missing srand() (sranddev() for FreeBSD)
ache
2003-02-11
1
-0
/
+5
*
Use sranddev()/srandomdev() for FreeBSD
ache
2003-02-11
1
-2
/
+10
*
Allow inner whitespace in the right-hand side of an environment variable
thomas
2003-02-10
1
-10
/
+17
*
Try to fix two problems with the -I example. One is the fact that we
dougb
2003-02-10
1
-1
/
+1
*
Explicitly release a existing lease before we start dhclient (again).
mbr
2003-02-09
1
-0
/
+1
*
Revisit the shell special characters issue and settle it once-and-forall.
mtm
2003-02-09
1
-13
/
+19
*
Improve device listing.
simokawa
2003-02-09
2
-4
/
+6
*
Give more information to users replacing sendmail regarding periodic's
gshapiro
2003-02-08
1
-0
/
+11
*
Change the behaviour of adduser to match the previous incarnation a little more.
adrian
2003-02-08
1
-2
/
+26
*
Relocate a call to enable inetd so that it is set regardless of
rwatson
2003-02-06
2
-4
/
+2
*
MFS: 1.2.2.2
trhodes
2003-02-05
1
-1
/
+1
*
* Update copyright year.
dougb
2003-02-05
1
-5
/
+6
*
* Update copyright year.
dougb
2003-02-05
1
-2
/
+5
*
Added MI version of <sys/imgact_aout.h>, "a.out.h", which is
ru
2003-02-04
2
-2
/
+87
*
Always build kgzip(8); needed to cross-release i386.
ru
2003-02-04
1
-1
/
+1
*
Make this work on non-i386 as well. (Needed for cross-releases.)
ru
2003-02-04
2
-2
/
+3
*
Better gender-neutral language.
fanf
2003-02-04
1
-2
/
+2
*
even the default case in a switch requires some action (add break;)
billf
2003-02-03
1
-1
/
+2
*
Fixup capitalization in some of the Startup menu entries.
jhb
2003-02-03
2
-12
/
+12
*
Remove this Makefile, these docs are built by the Makefiles in src/share/doc/...
trhodes
2003-02-01
1
-11
/
+0
*
No need for the OPENSSL_NO_KRB5 switch anymore.
markm
2003-01-31
2
-2
/
+0
*
- Modernize the format of the open file showing mode output:
robert
2003-01-31
1
-10
/
+23
*
Eliminate hard sentence breaks.
trhodes
2003-01-30
1
-4
/
+4
*
Grammar cleanup.
trhodes
2003-01-30
2
-5
/
+5
*
Improve alignment in printf().
simokawa
2003-01-30
1
-1
/
+1
*
Part 1/3 of unbreaking cross releases:
ru
2003-01-29
2
-1
/
+58
*
iAdjust for OpenSSL 0.9.7.
markm
2003-01-28
2
-0
/
+2
*
Backout last commit by request.
dillon
2003-01-28
1
-44
/
+11
*
- Search free device node to open. (fwcontrol.c)
simokawa
2003-01-28
3
-94
/
+135
*
Changes so the 'pw' command will allow '$' as the last character in a userid
gad
2003-01-28
1
-14
/
+51
*
Teach sysinstall about the em(4) device.
trhodes
2003-01-27
2
-0
/
+2
*
Note that -c is no longer supported. This was requested by a few users and
trhodes
2003-01-27
1
-0
/
+4
*
Correct typo.
murray
2003-01-26
2
-2
/
+2
*
Reword the description of -R a bit and add a note about being careful
keramida
2003-01-26
1
-2
/
+6
*
Change the nominal swap calculation from 1/2 physical memory to 1/8
dillon
2003-01-25
2
-2
/
+2
*
Commit simple mergemaster changes to make the UI more deterministic
dillon
2003-01-25
1
-11
/
+44
*
Change API of FW_GDEVLST ioctl.
simokawa
2003-01-25
1
-28
/
+42
*
Use stderr for message output.
simokawa
2003-01-24
2
-31
/
+37
[next]