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
/
bin
Commit message (
Expand
)
Author
Age
Files
Lines
*
PR: docs/4449
wosch
1997-09-13
1
-1
/
+6
*
spelling corrections.
wosch
1997-09-13
2
-3
/
+3
*
This command doesn't need to be setuid root, it's only asking
jkh
1997-09-12
1
-3
/
+1
*
fix misspelling
jmg
1997-08-30
1
-2
/
+2
*
fix misspelling
jmg
1997-08-30
1
-2
/
+2
*
Dont have an internal function named "warn" it clashes with libc..
sos
1997-08-29
15
-247
/
+247
*
Restored clobbered parts of rev.1.15 (build intermediate object files
bde
1997-08-25
1
-2
/
+14
*
Correct confusing error message when called as 'stty -sane'.
steve
1997-08-24
1
-5
/
+8
*
Disallow empty arguments (eg: '') as process ids.
jlemon
1997-08-21
1
-4
/
+4
*
Document correct option in manual page.
jlemon
1997-08-19
1
-2
/
+2
*
Pad the input buffer whenever sync is used, not just if the noerror flag
jlemon
1997-08-19
1
-10
/
+12
*
Hint at how to use TZ.
brian
1997-08-18
1
-1
/
+6
*
Make all status values an integral type and use
steve
1997-08-18
2
-7
/
+8
*
Use -I${.CURDIR}/../../sys so that the path is relative
steve
1997-08-13
1
-2
/
+2
*
Describe signals behaviour now
ache
1997-08-12
1
-1
/
+7
*
Oops, add #include's (forgotten in last commit) to make this
steve
1997-08-11
1
-1
/
+4
*
Use -I../../sys instead of -I/sys.
steve
1997-08-11
1
-2
/
+2
*
Remove #ifdef NEWVM code and remove extra "key.name = p" line.
steve
1997-08-11
1
-125
/
+6
*
Fix seg fault when invalid keywords are used.
steve
1997-08-11
1
-3
/
+2
*
Remove forgotten debug statement.
brian
1997-08-10
1
-2
/
+1
*
Add "-f fmt date" for specification of the
brian
1997-08-10
2
-63
/
+93
*
Change [-DMHW [+|-]val] to [-v [+|-]val[ymwdHM]]
brian
1997-08-09
5
-108
/
+166
*
More minor nits (mostly using memove instead of memcpy).
steve
1997-08-08
6
-16
/
+13
*
More $@ -> ${.TARGET} that I missed earlier.
steve
1997-08-08
2
-8
/
+8
*
Observe precedence set by Philippe Charnier when adding an
steve
1997-08-07
1
-3
/
+8
*
Observe precedence set by Phillippe Charnier in adding an
steve
1997-08-07
5
-15
/
+28
*
Changes include: sccsid -> rcsid, bcopy -> memcpy, don't use the
steve
1997-08-07
25
-540
/
+606
*
Remove remaining Lite1 stuff from the man page and uphold the
steve
1997-08-07
2
-10
/
+9
*
sccsid -> rcsid and fix some minor nits.
steve
1997-08-07
8
-21
/
+46
*
Add Bruce's _NEW_VFSCONF flag to make this compile cleanly and
steve
1997-08-07
2
-6
/
+9
*
#include <err.h> for err(3) call and replace extern reference to errno
steve
1997-08-07
1
-8
/
+6
*
Remove #if(n)def BSD_4_4_LITE cruft and change sccsid to rcsid.
steve
1997-08-07
1
-46
/
+5
*
Remove #if(n)def BSD_4_4_LITE cruft and sccsid -> rcsid.
steve
1997-08-07
7
-35
/
+21
*
Add [-DWMY] flags for date adjustment.
brian
1997-08-04
5
-8
/
+430
*
Fix "lstart". (Displays "19" rather than time)
peter
1997-08-03
1
-2
/
+2
*
Kill #ifndef NEWVM etc. It affected a lot of other things besides
peter
1997-08-03
4
-130
/
+7
*
devname.c moved to libc before Lite1 and isn't in ps in Lite2.
bde
1997-07-13
1
-82
/
+0
*
Bury this properly.
bde
1997-07-01
1
-13
/
+0
*
This commit was generated by cvs2svn to compensate for changes in r27159,
bde
1997-07-01
1
-0
/
+13
|
\
|
*
Import this unwanted file from Lite-original so that it doesn't
bde
1997-07-01
1
-0
/
+13
*
|
Remove lines inside #ifdef 0/#endif.
charnier
1997-06-30
1
-34
/
+1
*
|
NOSHARED takes a yes/YES no/NO value, not "true, false, hey mon!".
pst
1997-06-29
1
-1
/
+1
*
|
Document the use of `ls -lo' to see flags.
charnier
1997-06-24
1
-0
/
+4
*
|
Back out previous fix - this bug's got diplomatic immunity as a registered
jkh
1997-06-19
1
-3
/
+1
*
|
>Number: 3780
jkh
1997-06-19
1
-1
/
+3
*
|
Try again to explain the existence of lchown() and the absence of
jdp
1997-06-19
1
-12
/
+7
*
|
Update some text to reflect the fact that symbolic links now have
jdp
1997-06-14
1
-4
/
+4
*
|
Now [^abc] means the same as [!abc] like bash and *csh already does
ache
1997-06-06
1
-4
/
+4
*
|
Typo in usage string. Looks like the man page now.
charnier
1997-06-06
1
-2
/
+2
*
|
Err(3) was locally defined (for portability reasons). Use #ifdef 0/#endif
charnier
1997-06-06
1
-1
/
+5
[next]