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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed `make -j9' by putting generated headers in ${SRCS}. Removed bogus
bde
1998-04-26
3
-22
/
+22
*
Backed out most of rev.1.19 (explicit dependencies of object files
bde
1998-04-26
1
-19
/
+1
*
When all transformation rules to or from a suffix disappeared, make tries
phk
1998-04-26
1
-21
/
+7
*
Use more reasonable defaults for SUP variables (and print them
jkh
1998-04-26
1
-4
/
+4
*
Add the whatis database to catpages too
jkh
1998-04-26
1
-1
/
+1
*
telnetd does not recognize the if (display file before login) gettytab flag.
phk
1998-04-26
1
-1
/
+19
*
Jean-Simon Pendry's paper on amd refers to the use of "ypcat -k"
phk
1998-04-26
8
-8
/
+30
*
fix ncal.1 grammar
phk
1998-04-26
1
-5
/
+6
*
`sigprocmask()' man page references `sigmask()' in synopsis.
phk
1998-04-26
1
-1
/
+0
*
Add the PAT cpuid feature.
dyson
1998-04-26
2
-4
/
+4
*
Don't clobber errno when reaping child processes.
tegge
1998-04-26
1
-1
/
+6
*
Keywords "iosize" and "memsize" are unused since 1.5. Removed.
hosokawa
1998-04-25
1
-5
/
+1
*
#define'd KWD_XXX for keywords.
hosokawa
1998-04-25
1
-11
/
+25
*
make includes has to execute "make beforeinstall" in src/lib/libcalendar
andreas
1998-04-25
1
-1
/
+2
*
Quieten gcc-2.8.1
brian
1998-04-25
3
-8
/
+13
*
Sync with sys/i386/isa/wd.c revision up to 1.163.
kato
1998-04-25
1
-4
/
+6
*
Correct copyright.
dyson
1998-04-25
2
-12
/
+5
*
Sync with sys/i386/isa/wd.c revision 1.161.
kato
1998-04-25
1
-3
/
+9
*
Sync with sys/i386/conf/GENERIC revision 1.108.
kato
1998-04-25
2
-2
/
+4
*
Strengthen the rules governing the 127.0.0.0/8 subnet. The previous rules
alex
1998-04-25
1
-3
/
+3
*
Fix diagnostic typo.
brian
1998-04-25
1
-2
/
+2
*
Fix nasty error in len_octal, result not initialized
ache
1998-04-25
1
-2
/
+2
*
Fix ctype error #1 - chars must be unsigned
ache
1998-04-25
1
-2
/
+2
*
Make asctime_r static if !_THREAD_SAFE to prevent namespace pollution and
ache
1998-04-25
1
-0
/
+7
*
Remove the bogus -? option after reading the getopt() manual :)
des
1998-04-24
3
-8
/
+6
*
Oops- osreldate.h is not around like I thought it would be... hmmm.. quick fi...
mjacob
1998-04-24
1
-2
/
+8
*
Augment the last change after some deliberation with rgrimes & peter.
phk
1998-04-24
2
-25
/
+35
*
Don't build shared libraries twice for `make world'. This reduces
bde
1998-04-24
1
-45
/
+73
*
o Removed two unused variables (f_dirname and f_newline) in ls.c
des
1998-04-24
3
-27
/
+58
*
Updated references to the behaviour of ls(1).
des
1998-04-24
1
-20
/
+15
*
Discussed with: bde
obrien
1998-04-24
1
-1
/
+1
*
Create virgin disklabels with 8 (MAXPARTITIONS) partitions rather than
obrien
1998-04-24
1
-4
/
+2
*
At the request of Garrett, changed sysctl:
dg
1998-04-24
2
-4
/
+4
*
Ensure that TCP_REXMTVAL doesn't return a value less than t_rttmin. This
dg
1998-04-24
2
-14
/
+9
*
slice_device.c: permissions changes for SLICE devices
julian
1998-04-24
3
-8
/
+9
*
o Renamed '-b' (show unprintables in octal) to '-B'
des
1998-04-24
5
-25
/
+97
*
Output mbuf clusters as current/peak/max. Requires new kern.ipc.nmbclusters
dg
1998-04-24
1
-5
/
+11
*
Added kern.ipc.nmbclusters
dg
1998-04-24
3
-3
/
+6
*
When calling the open function, specify either FREAD and/or FWRITE
julian
1998-04-23
1
-3
/
+3
*
Oops forgot to include opt_bootp.h
julian
1998-04-23
1
-2
/
+4
*
There is no "rwho" service, it's "who"
des
1998-04-23
1
-1
/
+1
*
Don't generate code with syntax errors (hard newlines in string constants
bde
1998-04-23
1
-5
/
+5
*
Fixed missing dependencies. The critical missing one was of bi-lexer.o
bde
1998-04-23
1
-46
/
+67
*
Convert timespecclear() back to an expression (this time without
eivind
1998-04-23
2
-12
/
+6
*
Back out last change
pst
1998-04-23
1
-2
/
+2
*
Wrap timerclear in do { ... } while(0)
eivind
1998-04-23
2
-4
/
+10
*
Add devfs support.
eivind
1998-04-23
1
-2
/
+32
*
Mask the interrupt before setting the corresponding bit in ipending if
tegge
1998-04-22
4
-20
/
+22
*
Improve description.
rnordier
1998-04-22
1
-5
/
+6
*
Bad144 support for the slice system (!)
julian
1998-04-22
5
-27
/
+154
[next]