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
...
*
|
Use err(3) instead of local copy.
charnier
1997-06-16
1
-7
/
+13
*
|
Use err(3) instead of local err() (a errx() like function).
charnier
1997-06-16
1
-21
/
+19
*
|
Use err(3).
charnier
1997-06-16
1
-26
/
+12
*
|
Remove srandomdev fallback
ache
1997-06-14
2
-4
/
+2
*
|
Typo fix.
max
1997-06-13
1
-2
/
+2
*
|
Remove __progname. Cosmetic in usage string.
charnier
1997-06-13
1
-11
/
+6
*
|
Use err(3).
charnier
1997-06-13
1
-8
/
+7
*
|
Add Id. Staticize usage function. Typo in usage string.
charnier
1997-06-11
2
-3
/
+4
*
|
Remove __progname. Make -f a no-op flag as stated in the man page. Remove
charnier
1997-06-11
1
-20
/
+17
*
|
Add Id. Cosmetic in usage string.
charnier
1997-06-10
1
-3
/
+6
*
|
Add Id. Use err(3). Costmetic in usage string.
charnier
1997-06-10
4
-112
/
+110
*
|
Remove __progname. Cosmetic in usage string.
charnier
1997-06-10
1
-12
/
+8
*
|
Add Id, add usage function.
charnier
1997-06-10
1
-8
/
+19
*
|
Use errx instead of fprintf/exit.
charnier
1997-06-04
1
-15
/
+6
*
|
Expected to be found in /sbin not /etc.
charnier
1997-06-04
1
-2
/
+2
*
|
Number partitions 1-4, not 0-3.
brian
1997-06-03
4
-60
/
+60
*
|
Allow the 'async' mount flag.
dfr
1997-06-03
1
-1
/
+2
*
|
Don't overflow when calculating the size in MB of a partition.
gibbs
1997-06-02
2
-6
/
+24
*
|
Submitted by: Whistle Communications (archie Cobbs)
julian
1997-06-02
3
-250
/
+557
*
|
Use realpath on the source as well as the destination.
dfr
1997-05-23
2
-6
/
+14
*
|
Typo in previous change.
dfr
1997-05-23
2
-2
/
+2
*
|
Generalise the previous change so that only NFS hostnames are looked up.
dfr
1997-05-16
1
-2
/
+2
*
|
Typo.
max
1997-05-15
1
-1
/
+1
*
|
Minor rewording of the examples section.
alex
1997-05-15
1
-2
/
+3
*
|
Clean up some more. Move parsing of sysctl iflist data into a single
peter
1997-05-10
3
-192
/
+169
*
|
Grumble.. My last patchup here didn't quite work either. I hate this
peter
1997-05-10
3
-30
/
+46
*
|
Add utilities for the kernel linker.
dfr
1997-05-07
9
-0
/
+555
*
|
Restore unintentially lost backwards compat behavior of defaulting to
peter
1997-05-07
1
-8
/
+6
*
|
Fix a long-standing bug with dump not treating errors correctly. They
joerg
1997-05-06
1
-2
/
+4
*
|
Fix typo.
eivind
1997-05-04
1
-1
/
+1
*
|
Commit hooks for ifmedia support. It's optional in the Makefile, and
peter
1997-05-04
3
-3
/
+77
*
|
Bring in the ifmedia components of NetBSD's ifconfig as a seperate file.
peter
1997-05-04
1
-0
/
+526
*
|
Second try at cleanups and fixes (without if_media stuff for the moment)
peter
1997-05-04
1
-106
/
+174
*
|
force null commit to skip over rev 1.25 so there's less cvs trouble
peter
1997-05-04
1
-1
/
+1
*
|
Grab some of the NetBSD text for describing the new options and the
peter
1997-05-03
1
-32
/
+66
*
|
OpenBSD uses ID 0xa6 for its partitions on i386, arc and others that need
imp
1997-05-02
2
-0
/
+2
*
|
Test both the NFS and MOUNT protocols for v3 support before allowing a v3
dfr
1997-05-01
1
-1
/
+61
*
|
Back out msmith's recent commit which breaks using symbolic names for netmasks.
pst
1997-04-30
1
-6
/
+5
*
|
Fix parsing of mount options with '=' in their name.
msmith
1997-04-30
2
-2
/
+2
*
|
Document -k flag here, too.
wollman
1997-04-29
1
-6
/
+12
*
|
Implement Kerberized rcmd for rdump/rrestore. This is lacking the
wollman
1997-04-29
6
-17
/
+74
*
|
Userland part of ISO9660 multi-session support. mount_cd9660(8) will
joerg
1997-04-29
2
-11
/
+103
*
|
Don't try to look up unionfs' <above>, <below> keywords as hostnames.
dfr
1997-04-29
1
-2
/
+2
*
|
Use realpath() on the source as well as the target otherwise it can be
dfr
1997-04-29
2
-8
/
+16
*
|
Change vfork to fork, too many memory-clobbering actions present in child
ache
1997-04-23
2
-4
/
+4
*
|
Don't call getnetbyname() on a netmask. On a system with a slow net
msmith
1997-04-23
1
-2
/
+2
*
|
Spelling police.
danny
1997-04-23
2
-4
/
+4
*
|
Add a -2 flag to mountd to allow an admin to disable NFSv3 services.
dfr
1997-04-22
2
-7
/
+20
*
|
Use v3 protocol by default if it is supported by the server. Allow the
dfr
1997-04-18
2
-11
/
+49
*
|
Fix typo: "oder" -> "order".
danny
1997-04-16
1
-2
/
+2
[prev]
[next]