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
*
The .Nm utility
charnier
2002-07-14
1
-7
/
+10
*
A bunch of minor fixes:
luigi
2002-07-13
1
-8
/
+11
*
Remove unused variables due to libufs(3) commit. Clean up extraneous use of
jmallett
2002-07-11
1
-4
/
+3
*
Convert dumpfs(8) to libufs(3), rather than rolling local functions for a
jmallett
2002-07-11
2
-39
/
+14
*
Add a bit of information on FFS snapshots to the mount(8) manual page.
trhodes
2002-07-11
1
-0
/
+67
*
Convert old style (type foo *)0 casts to NULLs
dillon
2002-07-11
1
-3
/
+3
*
Fixed 4 printf format errors that were fatal on alphas. %qd is not even
bde
2002-07-11
1
-7
/
+9
*
Uncommented WARNS=0. ipfw2.c is full of printf format errors that are
bde
2002-07-11
1
-1
/
+1
*
Replace the 'at least the amount of physical memory + 64K' with a better
dillon
2002-07-09
1
-2
/
+5
*
Oops, the previous revision (1.22) introduced a potential alignment
iedowse
2002-07-08
1
-15
/
+20
*
Fixed some world breakage caused by not updating clients when <timeconv.h>
bde
2002-07-08
1
-0
/
+1
*
- Do not include <utmp.h> for no reason.
robert
2002-07-08
2
-4
/
+0
*
Use a fixed MAXBSIZE-size auto array instead of a static pointer
iedowse
2002-07-08
1
-6
/
+2
*
Replace the use of %qd with intmax_t/%jd and fix a number of -Wall
iedowse
2002-07-08
4
-20
/
+23
*
Remove nfsd and mountd from src/sbin, look for it in src/usr.sbin
gordon
2002-07-07
9
-4202
/
+0
*
Unhook sbin/nfsd and sbin/mountd from the build. They will be moving to
gordon
2002-07-07
1
-2
/
+0
*
Don't explicit kill of the process' own pid.
ume
2002-07-07
1
-5
/
+4
*
Fix some printf format errors.
iedowse
2002-07-07
2
-6
/
+6
*
The .Nm utility.
charnier
2002-07-06
13
-67
/
+103
*
The .Nm utility. Add FreeBSD Id.
charnier
2002-07-06
1
-3
/
+6
*
The .Nm utility
charnier
2002-07-06
58
-231
/
+344
*
Implement the last 2-3 missing instructions for ipfw,
luigi
2002-07-05
1
-124
/
+108
*
o Change almost all magic numbers to the appropriate constants.
maxim
2002-07-05
1
-28
/
+32
*
More strict ip options parsing.
maxim
2002-07-05
1
-53
/
+44
*
Update my email address.
archie
2002-07-03
1
-1
/
+1
*
Apply __FBSDID(); fix local variable(names) that stomp on global
markm
2002-07-03
2
-46
/
+56
*
Apply __FBSDID(), ISOfy, fix easy warning.
markm
2002-07-03
1
-6
/
+5
*
Minor spelling and grammar fixes in the atacontrol(8) manual page.
trhodes
2002-07-02
1
-11
/
+11
*
The new ipfw code.
luigi
2002-06-27
2
-1
/
+3180
*
Remove the kernel file-size limit for UFS2, so that only the limit
iedowse
2002-06-26
1
-1
/
+4
*
Fix an integer overflow that causes fsck_ffs to crash when it
iedowse
2002-06-26
1
-1
/
+1
*
Remove old pre-TIRPC code for getting transport handles. The code that
alfred
2002-06-25
1
-5
/
+0
*
Correct default location of history file.
grog
2002-06-23
1
-1
/
+1
*
Get rid of paranoia that zeros the boot block area as this has
mckusick
2002-06-22
1
-7
/
+0
*
This commit was generated by cvs2svn to compensate for changes in r98567,
obrien
2002-06-21
2
-3
/
+5
|
\
|
*
Sync with NetBSD.
obrien
2002-06-21
2
-3
/
+5
*
|
Reduce the -I's as we don't need them all.
obrien
2002-06-21
1
-1
/
+1
*
|
Don't say that an umounted filesystem is required for -n. An unmounted
bde
2002-06-21
1
-1
/
+0
*
|
This commit adds basic support for the UFS2 filesystem. The UFS2
mckusick
2002-06-21
38
-1966
/
+2160
*
|
nmount'ify unionfs further by using separate options instead
mux
2002-06-15
1
-17
/
+17
*
|
Convert UDF to nmount.
mux
2002-06-15
1
-12
/
+15
*
|
Add eui64 option which fills interface index (lowermost 64bit of
ume
2002-06-15
2
-0
/
+42
*
|
Hook rcorder and rc.d into the build.
gordon
2002-06-13
1
-0
/
+1
*
|
FreeBSDize the NetBSD Makefile so that this compiles.
obrien
2002-06-13
1
-1
/
+9
*
|
ANSIfy a few prototypes, thus fixing a few warnings.
keramida
2002-06-09
1
-5
/
+5
*
|
Don't have -prefixlen 128 on host routes.
ume
2002-06-08
1
-8
/
+5
*
|
Use a larger data type to prevent counters wrapping so quickly.
mdodd
2002-06-07
1
-2
/
+2
*
|
Sync this up with changes made in v1.8 of sys/netatm/atm_if.h
mdodd
2002-06-07
1
-0
/
+4
*
|
Remove the old nextboot from Whistler. AFAIK this hasn't been useable in
gordon
2002-06-06
3
-326
/
+0
*
|
s/daddr_t/ufs_daddr_t/g
phk
2002-06-06
3
-19
/
+19
[next]