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
*
s/clear/cleared/ for consistency (sigh)
rwatson
2002-10-16
1
-2
/
+2
*
Spell 'set' as 'cleared' where appropriate.
rwatson
2002-10-15
1
-2
/
+2
*
Teach tunefs to print the ACL and multilabel flag information when
rwatson
2002-10-15
1
-0
/
+4
*
Correct some of the style problems in this file:
rwatson
2002-10-15
2
-10
/
+10
*
Introduce -a [enable|disable] and -l [enable|disable] flags to the tunefs
rwatson
2002-10-14
2
-7
/
+73
*
Teach mount(8) about MNT_ACLS for the purposes of mount options and
rwatson
2002-10-14
2
-1
/
+5
*
Increase the max dummynet hash size from 1024 to 65536. Default is still
seanc
2002-10-12
1
-1
/
+1
*
Document that write(2) et al can return EROFS for attempts to write the
schweikh
2002-10-10
2
-2
/
+8
*
Make sure strsep() gets a nul-terminated string.
keramida
2002-10-10
1
-1
/
+2
*
When verifying a superblock, the lower bound on block size is MINBSIZE
mckusick
2002-10-10
1
-1
/
+1
*
de-__P()
alfred
2002-10-10
3
-73
/
+73
*
Update documentation for kldload(8)'s ability to load multiple modules.
jmallett
2002-10-09
2
-4
/
+6
*
Fix to support pc98.
nyan
2002-10-08
2
-0
/
+8
*
Make it possible to kldload(8) many modules.
jmallett
2002-10-08
1
-9
/
+17
*
Treat the pathptrn field as a real pattern with the aid of fnmatch().
dd
2002-10-08
1
-3
/
+0
*
Document behaviour change in reboot(8) introduced in reboot.c rev. 1.17:
thomas
2002-10-07
1
-7
/
+8
*
Don't use DPCYL and DPSECT macros. These are not needed.
nyan
2002-10-07
1
-8
/
+8
*
Set only the RB_POWEROFF flag (not the RB_HALT flag) when
thomas
2002-10-06
1
-1
/
+1
*
Don't be noisy if DIOCWLABEL fails, it's probably because we're writing
phk
2002-10-05
2
-4
/
+2
*
Include <sys/diskpc98.h>
nyan
2002-10-04
1
-0
/
+1
*
EFI GPT partitions use 'p' as a slice seperator. eg: da0p1 or da0p217.
peter
2002-10-04
1
-1
/
+1
*
Cast malloc() assignments.
mdodd
2002-10-02
1
-6
/
+6
*
Add an -o option to exit after receiving one reply. This can be used
dd
2002-10-02
2
-5
/
+12
*
Don't crash when the user feeds us nonesense in the form:
dd
2002-10-02
1
-3
/
+4
*
Remove a comma trailing an if clause.
phk
2002-10-01
1
-1
/
+1
*
Changed "file system" back to "filesystem" in the usage message. English
bde
2002-10-01
1
-3
/
+3
*
Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1:
phk
2002-10-01
3
-0
/
+3
*
- bzero() allocations.
mdodd
2002-09-30
1
-1
/
+38
*
Turn warnings back on.
mdodd
2002-09-30
1
-1
/
+0
*
Add the "Monitor" interface flag.
phk
2002-09-27
2
-0
/
+13
*
Give up on a tty if opening it's special file returns ENOENT like we do for
jhb
2002-09-27
1
-1
/
+1
*
Don't show disklabel in the examples, it is not necessary.
phk
2002-09-26
1
-3
/
+2
*
Do not dump core on 'ipfw add unreach': handling null strings in
maxim
2002-09-25
1
-0
/
+2
*
Use the standardized CHAR_BIT constant instead of NBBY in userland.
mike
2002-09-25
21
-30
/
+54
*
Add support to fsck_ffs to account for storage for extended
mckusick
2002-09-24
1
-1
/
+19
*
o Fix a typo.
maxim
2002-09-22
1
-3
/
+3
*
Don't disklabel(8) the md(4) device, it is not needed, and we don't want
phk
2002-09-22
3
-22
/
+3
*
Failure to rewrite the disklabel should not be fatal.
phk
2002-09-22
1
-4
/
+2
*
Construct new disklabels based on the medias stated parameters in
phk
2002-09-20
2
-40
/
+94
*
Straighten out get_params().
phk
2002-09-20
1
-33
/
+34
*
Initiate deorbit burn for the i386-only a.out related support. Moves are
peter
2002-09-17
1
-9
/
+10
*
Don't depend on <sys/types.h> pollution in <fcntl.h>. Sort includes.
mike
2002-09-16
1
-8
/
+11
*
I forgot fsdb was still sharing files with fsck.
phk
2002-09-16
1
-1
/
+1
*
Add a source file where EXTATTR checks will happen and hook it in even
phk
2002-09-16
4
-2
/
+93
*
Don't depend on <sys/types.h> pollution in <fcntl.h>. Sort includes.
mike
2002-09-16
1
-4
/
+6
*
Try to pick up disk geometry with specific DIOC* ioctls, rather than
phk
2002-09-15
1
-1
/
+21
*
Removed a debugging printf() left here in peter's
mux
2002-09-14
1
-1
/
+0
*
Use the proper fields for security.
sos
2002-09-12
1
-2
/
+2
*
Store the port number in "fwd" rules in host format, same as ipfw1
luigi
2002-09-12
1
-2
/
+2
*
Commit "unrelated style fixes" part of Bruce's patch (regarding
peter
2002-09-11
1
-5
/
+5
[next]