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
/
sbin
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Update maintainer line. mbr has been maintainer for at least the last
murray
2003-11-30
1
-1
/
+1
*
Clarify that the encrypted device is called foo.bde and mention that
phk
2003-11-27
1
-0
/
+9
*
Fix whitespace error in previous commit.
wes
2003-11-27
1
-1
/
+1
*
Correct iov_len values passed to nmount(2) syscall. More accurate
kan
2003-11-24
1
-2
/
+2
*
Don't use UFS2_BAD_MAGIC on UFS (v1) filesystems; it is Not Ready
wes
2003-11-23
1
-1
/
+1
*
Cleanup manpage for mount_nfs4 (make it actually refer to nfs4 options).
alfred
2003-11-22
2
-259
/
+26
*
Bring in manpage for idmapd and change domain to @FreeBSD.org.
alfred
2003-11-22
2
-2
/
+64
*
Make init statically linked by default. It's not worth the pain of having
gordon
2003-11-19
1
-0
/
+2
*
Force a staticly linked /bin and /sbin for ia64. The necessary changes
marcel
2003-11-19
1
-1
/
+1
*
Document that the live dump command (`dump -L') creates its snapshot
mckusick
2003-11-18
1
-1
/
+12
*
Add an entry to the BUGS section indicating that Vinum cannot currently
rwatson
2003-11-17
1
-0
/
+7
*
Don't attempt to make devices if we're using devfs. This
rwatson
2003-11-17
1
-5
/
+10
*
Remove the BUGS section introduced in rev 1.11 now that the problem
das
2003-11-17
1
-15
/
+0
*
Reimplement nologin(8) as a C program. This allows us to statically
das
2003-11-17
3
-40
/
+29
*
Print the dirpref avgfilesize and avgfpdir parameters.
truckman
2003-11-17
1
-0
/
+2
*
Document nologin(8) as being insecure in conjunction with a dynamic
das
2003-11-17
1
-0
/
+15
*
If the unmount by file system ID fails, don't warn before retrying
iedowse
2003-11-16
1
-1
/
+4
*
Convert the live dump command (`dump -L') to use mksnap_ffs instead
mckusick
2003-11-16
1
-12
/
+8
*
Add the -E command line option to force error conditions for testing.
wes
2003-11-16
3
-2
/
+18
*
Catch and report on filesystems that were interrupted during newfs,
wes
2003-11-16
1
-0
/
+12
*
Write the UFS2 superblock with a 'BAD' magic number at the beginning
wes
2003-11-16
1
-1
/
+4
*
- Add GPT header/table recovery command
kensmith
2003-11-16
2
-4
/
+92
*
- Provide default values for LABELOFFSET and LABELSECTOR so
kensmith
2003-11-16
1
-0
/
+11
*
Change the default for binaries in /bin and /sbin from statically to
gordon
2003-11-16
1
-1
/
+1
*
University of Michigan's Citi NFSv4 userland client code.
alfred
2003-11-14
6
-0
/
+1687
*
Make this WARNS=2 clean by
johan
2003-11-14
2
-20
/
+22
*
Make this WARNS=2 clean by
johan
2003-11-14
3
-5
/
+5
*
Warn about partitions that would overlap with the master boot record, and
des
2003-11-13
1
-0
/
+5
*
Make this WARNS=2 clean by
johan
2003-11-13
2
-2
/
+1
*
Make this WARNS=2 clean by
johan
2003-11-13
3
-8
/
+10
*
- Add some information about how init, securelevel, and jails
kensmith
2003-11-11
1
-1
/
+17
*
Add a describtion for the '-d' flag
brueffer
2003-11-10
1
-1
/
+3
*
enable aes-xcbc-mac and aes-ctr, again.
ume
2003-11-10
1
-3
/
+3
*
Alphabetization braino.
des
2003-11-07
1
-1
/
+1
*
Whitespace cleanup.
des
2003-11-07
1
-9
/
+9
*
Add a command-line option to format output for human readability.
des
2003-11-07
2
-13
/
+25
*
- add explanation of what an active file system is
kensmith
2003-11-05
1
-2
/
+14
*
Make sure argv[x] exists before using it.
johan
2003-11-05
1
-9
/
+15
*
Make this WARNS=6 clean by:
johan
2003-11-05
2
-4
/
+14
*
- do hexdump on send. set length field properly
ume
2003-11-05
6
-920
/
+1220
*
Add support for multibyte character conversions.
scottl
2003-11-05
3
-18
/
+86
*
Use 'const' in the copyright stamp, this is done in other utilities.
trhodes
2003-11-04
1
-1
/
+2
*
In mapdirs(), do not use the `dp' inode pointer after searchdir()
iedowse
2003-11-04
1
-3
/
+3
*
Add missing prototype for cread().
iedowse
2003-11-04
1
-0
/
+1
*
Create a .snap directory mode 770 group operator in the root of
mckusick
2003-11-04
1
-6
/
+45
*
Check that the user running mksnap_ffs has permission to create and
mckusick
2003-11-04
1
-1
/
+33
*
Set exit code to 1 in case at least one of the input files
se
2003-11-02
2
-2
/
+13
*
Style.
ru
2003-11-02
1
-1
/
+1
*
Revert the first part of my previous change.
trhodes
2003-11-01
1
-4
/
+6
*
The copywrite is not a 'static char', remove the #ifdefs and move the copywri...
trhodes
2003-11-01
1
-6
/
+4
[prev]
[next]