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
*
Add the #includes previously in individual .c files.
grog
2003-05-01
1
-4
/
+27
*
Move most #includes to vext.h.
grog
2003-05-01
1
-57
/
+38
*
Move most #includes to vext.h.
grog
2003-05-01
1
-50
/
+33
*
Move most #includes to vext.h.
grog
2003-05-01
1
-153
/
+206
*
Add media types and options for ATM. While on most ATM cards media cannot
harti
2003-04-29
1
-0
/
+34
*
document mode directive
sam
2003-04-28
1
-2
/
+14
*
add a "mode" directive to specify the operating mode for multi-mode devices;
sam
2003-04-28
3
-3
/
+120
*
This file does not seem to serve any purpose. It has never been hooked up
tjr
2003-04-28
1
-240
/
+0
*
Fix for dynamic linking.
jake
2003-04-27
1
-1
/
+1
*
Add .Xr's to mdmfs(8).
dougb
2003-04-27
1
-0
/
+1
*
Also MLINK the man page for mount_mfs.
dougb
2003-04-27
2
-2
/
+4
*
Install a mount_mfs symlink so that you can specify something like this
dougb
2003-04-27
1
-0
/
+1
*
Create a new C++ header file called devd.hh which has all the class
imp
2003-04-26
3
-101
/
+172
*
Update to use is_id_char() in the last patch. I should have done this
imp
2003-04-26
1
-2
/
+1
*
Make better use of the string type when parsing things. This switches
imp
2003-04-26
1
-28
/
+22
*
Fix typos in comments; some style(9) fixes; no code changes.
schweikh
2003-04-26
1
-121
/
+117
*
Change default to be 'process all events before calling daemon.'
imp
2003-04-25
1
-2
/
+4
*
Back out previous delta to fix fsck on filesystems without an fstab entry,
jmallett
2003-04-25
1
-1
/
+23
*
style(9): use NULL when assigning/comparing a char *,
johan
2003-04-23
3
-9
/
+9
*
Make this WARNS=5 clean by adding () in 'if (a || (b && c))'.
johan
2003-04-23
2
-2
/
+2
*
Make this WARNS=5 clean by using %j and (uintmax_t).
johan
2003-04-23
2
-3
/
+5
*
These are WARNS=5 clean, mark them as such to keep them that way.
johan
2003-04-23
2
-0
/
+2
*
Add testcases to ensure that overwriting bootcode does not trash label.
phk
2003-04-23
1
-0
/
+26
*
If we cannot open the parent device for writing, use GEOM::CONFIG_GEOM
phk
2003-04-23
2
-24
/
+61
*
Do not link sunlabel to disklabel.
phk
2003-04-23
1
-1
/
+0
*
Add "-r" when we initialize the label first time.
phk
2003-04-22
1
-1
/
+18
*
Make this WARNS=2 clean by using %j and (uintmax_t).
johan
2003-04-22
2
-2
/
+2
*
Use explicit encoding/decoding funtions for sunlabel data structures.
phk
2003-04-21
2
-34
/
+29
*
Add minimal regression test for hotspot handling of the sunlabel.
phk
2003-04-21
1
-0
/
+114
*
Kill debug printf that crept in my last commit
imp
2003-04-21
1
-1
/
+0
*
Implement a two new flags, and change the meaning of another one.
imp
2003-04-21
2
-14
/
+45
*
Put an anti-foot-shooting measure in place. Set hw.bus.devctl_disable
imp
2003-04-21
1
-0
/
+19
*
o Skip white space between variables better. This makes
imp
2003-04-21
1
-6
/
+17
*
devd.conf already has the examples in the todo list
imp
2003-04-21
1
-1
/
+0
*
Remove reference to diskpart(8)
brueffer
2003-04-20
1
-1
/
+0
*
Throw the switch--change to UFS2 as our default file system format for
rwatson
2003-04-20
2
-2
/
+2
*
Add the beginning of a regression test.
phk
2003-04-18
2
-0
/
+113
*
Solve printf/cast issues to make this compile in i386 as well.
phk
2003-04-18
1
-5
/
+5
*
First scrub of s/disklabel/bsdlabel/
phk
2003-04-18
3
-28
/
+29
*
Quick grammar fix.
trhodes
2003-04-17
2
-4
/
+4
*
There is an undocument feature that ``route -vnd flush'' prints
ru
2003-04-16
1
-1
/
+1
*
Normalize, fix ``make checkdpadd''.
ru
2003-04-16
1
-5
/
+6
*
Use NI_xxx macros.
sumikawa
2003-04-16
1
-1
/
+1
*
Hardlink sunlabel to disklabel so make release is happy. (This only affects
jake
2003-04-15
1
-0
/
+1
*
- Use read(2) to get the existing sunlabel on a disk, instead of parsing
jake
2003-04-15
1
-77
/
+81
*
Don't abuse module names to facilitate ifconfig module loading;
mdodd
2003-04-15
1
-1
/
+1
*
Avoid off_t -> integer overflow when sorting the locksector addresses.
phk
2003-04-14
1
-1
/
+1
*
o Skip timestamp part when checking payload.
maxim
2003-04-14
1
-2
/
+8
*
Use symbolic constants from <sys/diskmbr.h> instead of local constants.
phk
2003-04-13
2
-15
/
+23
*
Pull in the encoding/decoding functions for struct dos_partition.
phk
2003-04-13
2
-0
/
+30
[next]