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
*
Fix various mandoc bugs
brian
2000-01-12
1
-23
/
+48
*
Add `.Nm red' to NAME section.
phantom
2000-01-10
1
-1
/
+2
*
. mdoc(7)'fy
phantom
2000-01-07
1
-4
/
+9
*
Print negative minor numbers in hex. Negative minor numbers are
bde
2000-01-06
1
-2
/
+3
*
Actually remove unrequired SRCS.
bde
2000-01-05
1
-1
/
+0
*
Added missing DPADD's. Removed unrequired SRCS's.
joe
2000-01-01
3
-1
/
+3
*
Removed bogus dependancy on libutil.
joe
2000-01-01
1
-3
/
+0
*
Retire stat_flags.c; it's now in libutil.
joe
1999-12-30
1
-149
/
+0
*
Moved flags_to_string and string_to_flags into libutil. It's used in
joe
1999-12-30
3
-6
/
+8
*
Back out previous commit and replace with a cleaner solution adapted
sheldonh
1999-12-29
1
-11
/
+21
*
Take into account the fact that "[" may be called with a path,
sheldonh
1999-12-28
1
-1
/
+6
*
Mention the hostname variable in /etc/rc.conf since that is the most
jhb
1999-12-22
1
-1
/
+6
*
Fix a bug where a pointer would be one character too far after putting
roberto
1999-12-21
1
-1
/
+1
*
Fix cut'n'paste niggles in previous commit.
sheldonh
1999-12-21
2
-7
/
+8
*
Add link(1) and unlink(1) as special cases of ln(1) and rm(1)
sheldonh
1999-12-20
6
-6
/
+83
*
Fix command hash handling on
cracauer
1999-12-20
3
-3
/
+29
*
Rewriting of flags_to_string() and string_to_flags() to use an array.
roberto
1999-12-19
1
-86
/
+61
*
Second part of 8-bit fixes.
cracauer
1999-12-16
1
-1
/
+9
*
Document ulimit -b for RLIMIT_SBSIZE.
cracauer
1999-12-15
1
-1
/
+3
*
First round of 8-bit fixes.
cracauer
1999-12-15
3
-9
/
+10
*
add human readable output (-h and -H)
mharo
1999-12-15
3
-12
/
+158
*
I've been Brucified! I did evil things with typedefs, but I'll do it
green
1999-12-08
1
-4
/
+4
*
Do proper constification in args.c. This shuts up -Wcast-qual (thanks,
green
1999-12-07
2
-4
/
+8
*
make '|' character visible.
cracauer
1999-12-05
1
-1
/
+1
*
Fix "subscript has type `char'" warnings by casting to int, as
cracauer
1999-12-04
2
-5
/
+6
*
Include strerror(errno) in error messages after failed system calls.
cracauer
1999-11-29
10
-15
/
+21
*
Default to not -v.
obrien
1999-11-28
1
-2
/
+2
*
brucify
mharo
1999-11-28
3
-29
/
+33
*
Add "-v".
obrien
1999-11-27
2
-2
/
+18
*
Correct use of .Nm. Add DIAGNOSTICS section. Add rcsid
charnier
1999-11-21
2
-8
/
+12
*
Follow-up on mdoc fixes in rev 1.35; this includes things that I missed
sheldonh
1999-11-18
1
-29
/
+58
*
The pipleline problem introduced in version 1.22 wasn't fully fixed in
cracauer
1999-11-17
1
-1
/
+1
*
I'm probably jumping the gun, but what the heck, this is -current.
peter
1999-11-17
1
-2
/
+2
*
Use eproc.e_stats, not a series of crude hacks to fetch it from the u-area.
peter
1999-11-17
1
-60
/
+19
*
Introduce commandline caching in the kernel.
phk
1999-11-16
1
-1
/
+1
*
Typo (appropiate -> appropriate)
kris
1999-11-15
1
-1
/
+1
*
Allow the year to be specified with an optional century.
sheldonh
1999-11-10
2
-4
/
+14
*
Don't call bash(1) a Korn shell clone. Instead, use pdksh(1) as an
sheldonh
1999-11-10
1
-2
/
+2
*
Correct logic from previous commit - middle processes in long pipes
steve
1999-11-07
1
-1
/
+1
*
When a backquote command inside a here-document had a pipe with more
cracauer
1999-11-05
1
-1
/
+2
*
Most modern OSs have the ability to flag certain mounts as ones to
julian
1999-11-01
2
-6
/
+14
*
Restore reference to sleep(3).
ru
1999-10-28
1
-1
/
+2
*
Fix ';' command when used with -e flag.
cracauer
1999-10-26
1
-1
/
+8
*
Add `n' to the synopsis.
obrien
1999-10-16
1
-1
/
+1
*
Implement ulimit -b for RLIMIT_SBSIZE.
green
1999-10-09
1
-1
/
+4
*
This implements the RLIMIT_SBSIZE ("sbsize") administrative limits for
green
1999-10-09
1
-0
/
+1
*
Mdoc cleanup, with a few grammar cleanups on the side.
sheldonh
1999-10-07
1
-498
/
+922
*
Nuke the FIODTYPE compatibility bits. It's time.
green
1999-10-03
1
-3
/
+1
*
Let sleep(1) handle fractions of a second (up to nanosecond).
ru
1999-10-01
2
-12
/
+72
*
Fix for new Kerberos4.
markm
1999-09-19
2
-3
/
+6
[next]