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
*
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
*
Correct usage string. Man page don't reflect reality for now.
charnier
1997-06-06
1
-7
/
+8
*
Cosmetic change in usage string.
charnier
1997-06-06
4
-18
/
+19
*
Do not use __progname.
charnier
1997-06-06
1
-16
/
+12
*
Revert part of previous patch: Don't use __progname.
charnier
1997-06-04
1
-4
/
+2
*
Revert part of previous patch: Don't use __progname.
charnier
1997-06-04
1
-4
/
+2
*
Add xref to lchown(2) and symlink(2).
charnier
1997-06-03
1
-3
/
+10
*
Signal # NSIG (32) is invalid.
charnier
1997-06-03
1
-2
/
+2
*
/etc/netstart -> /etc/rc.network
charnier
1997-06-03
2
-4
/
+6
*
/etc/netstart -> /etc/rc.network
charnier
1997-06-03
2
-4
/
+25
*
Add X-reference to ch(4).
max
1997-06-02
1
-0
/
+1
*
Typo fix.
charnier
1997-06-02
1
-2
/
+3
*
Typo (the the -> the).
charnier
1997-06-02
1
-2
/
+2
*
Off by 1 adjustment. Properly NUL terminate after strncpy.
charnier
1997-06-02
3
-7
/
+11
*
Off by 1 adjustment.
charnier
1997-06-02
1
-2
/
+2
*
Remove unused variables. Suppress -Wall warnings. Check for potential buffer
charnier
1997-06-02
1
-5
/
+13
*
Submitted by: Whistle Communications (archie Cobbs)
julian
1997-06-02
2
-2
/
+13
*
Make sh(1) less aware of the bit fields returned by wait by
steve
1997-05-24
1
-33
/
+42
*
Remove y.tab.h from the beforedepend target. Also add a
steve
1997-05-21
1
-2
/
+3
*
Add explicit y.tab.h rule so that 'make depend clean all' does
steve
1997-05-19
1
-2
/
+4
*
Use the __unused attribute where warranted.
steve
1997-05-19
11
-47
/
+47
*
Miscellaneous sorting and addition of rules for object files that
steve
1997-05-19
1
-11
/
+25
*
Ensure string termination after strncpy().
joerg
1997-05-09
1
-2
/
+3
*
Revise the section that explains how to protect parts of an $ENV script
steve
1997-05-07
1
-20
/
+12
*
Don't source $ENV unless this is an interactive shell.
steve
1997-05-05
1
-2
/
+2
*
Fixed overflow for attempts to seek to offsets > ULONG_MAX. See the
bde
1997-04-30
1
-2
/
+2
*
Enable whiteout code since we now have the lite2 support for them.
dfr
1997-04-29
4
-8
/
+8
*
Dynamically adjust size of displayed username to the longest username which
jkh
1997-04-29
5
-145
/
+254
*
Change spelling of ECBDIC to EBCDIC. Closes PR #3402
steve
1997-04-28
1
-2
/
+2
*
Turn on the new type builtin.
steve
1997-04-28
1
-1
/
+2
*
Sync with NetBSD's revision 1.29 of this file.
steve
1997-04-28
1
-27
/
+55
*
Remove an extra semicolon and nuke register keyword usage.
steve
1997-04-28
1
-7
/
+7
*
Fix redirection of unopened file descriptors and nuke register
steve
1997-04-28
1
-9
/
+27
*
Revert changes from rev 1.16 to 1.17 for now. Closes PR 2879.
steve
1997-04-28
1
-49
/
+29
*
mdoc-ify and cleanup UNIMPLEMENTED messages. Closes PR 2880.
steve
1997-04-28
1
-735
/
+587
*
Reorder declarations slightly.
steve
1997-04-28
1
-3
/
+3
*
Avoid a possible NULL pointer dereference, nuke register usage,
steve
1997-04-28
1
-6
/
+5
*
Nuke register keyword usage, #if -> #ifdef, and avoid void *
steve
1997-04-28
2
-13
/
+13
*
Nuke register keyword usage, rename pread to preadfd, and open
steve
1997-04-28
1
-7
/
+9
*
When NO_HISTORY is defined and the history command is used
steve
1997-04-28
1
-3
/
+16
*
Add a type builtin and nuke register keyword usage.
steve
1997-04-28
2
-5
/
+81
*
Nuke register keyword usage and #if -> #ifdef.
steve
1997-04-28
14
-65
/
+65
[next]