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
*
Commit an old change that has been sitting around for a long while.
peter
1998-05-14
1
-2
/
+16
*
Allow `w' to treat a corrupted "utmp" as a non fatal error.
jkoshy
1998-05-14
1
-4
/
+7
*
Remove a bogus prototype for time() and let time.h do that.
jb
1998-05-14
1
-6
/
+5
*
Add an example showing how to build a UFS floppy
pst
1998-05-14
1
-2
/
+32
*
Make a bit of FreeBSD-specific code a bit more specific => i386 only.
jb
1998-05-13
1
-1
/
+1
*
libtcl now builds (with lots of pointer to int cast warnings) on alpha.
jb
1998-05-13
1
-2
/
+2
*
libtcl expects to see ieeefp.h definitions through this header.
jb
1998-05-13
1
-0
/
+2
*
Fix bogus "cleanup" in bufq_remove. The "switch point" for tqdisksort was
gibbs
1998-05-13
2
-14
/
+10
*
Name cronyx devices correctly.
jkh
1998-05-13
2
-6
/
+6
*
Sync with sys/i386/isa/sio.c revision 1.201.
kato
1998-05-13
2
-2
/
+4
*
Sync with sys/i386/conf/majors.i386 revision 1.41.
kato
1998-05-13
1
-1
/
+3
*
FreeBSD -> %s/%m
phk
1998-05-13
1
-1
/
+1
*
The SYNOPSYS of mount_umap(8) says
phk
1998-05-13
2
-4
/
+4
*
The description of the format of the id mapfile is wrong. You have
phk
1998-05-13
2
-4
/
+4
*
.Sh ENVIRONMENT VARIABLES -> .Sh ENVIRONMENT
phk
1998-05-13
10
-16
/
+16
*
Add missing arg to vget().. Serves me right for committing a 2.2 patch to
peter
1998-05-13
2
-4
/
+4
*
Correct use of .Nm. Add rcsid.
charnier
1998-05-13
4
-15
/
+19
*
Correct use of .Nm.
charnier
1998-05-13
1
-11
/
+11
*
Convert to mdoc.
charnier
1998-05-13
1
-544
/
+441
*
Correct use of .Nm. Add rcsid.
charnier
1998-05-13
4
-11
/
+15
*
Correct use of .Nm.
charnier
1998-05-13
1
-5
/
+5
*
Restore Lite-2 sccsid. Restore include of sys/types.h.
charnier
1998-05-13
6
-12
/
+14
*
Restore Lite-2 sccsid. Restore include of sys/param.h.
charnier
1998-05-13
2
-4
/
+5
*
Restore include of sys/types.h and sys/param.h.
charnier
1998-05-13
9
-9
/
+18
*
The PnP code in 2.2.6 detects the Motorola ModemSurfer 56K,
phk
1998-05-13
3
-3
/
+6
*
Restore Lite-2 sccsid.
charnier
1998-05-13
2
-4
/
+4
*
Restore original Lite-2 sccsid. Restore include of sys/types.h.
charnier
1998-05-13
1
-2
/
+3
*
Do not remove include of <sys/param.h> and <sys/types.h>. They should
charnier
1998-05-13
1
-1
/
+2
*
Restore Lite2 sccsids by removing `const'. Improve documentation a little.
charnier
1998-05-13
2
-15
/
+11
*
The printf type checking in gcc wants %qd to be a long long, so add
jb
1998-05-13
1
-2
/
+2
*
Make -Werror i386 specific because -nostinc on alpha spits warnings
jb
1998-05-13
3
-6
/
+17
*
Delete the #if 0 (nearly) duplicate definitions of nfsproto.h. Having
peter
1998-05-13
1
-281
/
+1
*
Hold a reference to the vnode during the sillyrename cleanup. If we block
peter
1998-05-13
2
-2
/
+18
*
Fix broken (at least on alpha, but probably on i386 too) code which
jb
1998-05-13
1
-4
/
+4
*
Move the *vpp initialization earlier so that it's set in all error cases.
peter
1998-05-13
2
-4
/
+4
*
Add perl to the list of build tools because it is needed to build the
jb
1998-05-12
1
-3
/
+3
*
perl now works on alpha.
jb
1998-05-12
1
-2
/
+2
*
This code casts double -> int -> char *. Ugh. Take a punt and change the
jb
1998-05-12
1
-7
/
+12
*
Change a cast of long * to time_t * in a call to time();
jb
1998-05-12
1
-2
/
+8
*
Allow the makefile to choose the perl executable to run h2ph rather
jb
1998-05-12
1
-2
/
+11
*
If perl exists in OBJDIR it has just been built; if it exists in
jb
1998-05-12
1
-1
/
+1
*
Change .if to .elif to prevent the current directory path search for a
jb
1998-05-12
1
-2
/
+1
*
awk and groff (et al) now work on alpha as the result of library
jb
1998-05-12
1
-4
/
+4
*
Build awk and groff with build tools now.
jb
1998-05-12
1
-26
/
+6
*
Some temporary fixes to SMP to make it more scheduling and signal friendly.
dyson
1998-05-12
3
-9
/
+39
*
Fix alot of silly LINT that I left in the code.
dyson
1998-05-12
2
-4
/
+4
*
Backed out previous commit. It is invalid to call d_ioctl() on
bde
1998-05-12
3
-18
/
+7
*
Reserve major number 99 for vak's cronyx/tau serial driver.
jkh
1998-05-12
2
-2
/
+6
*
Don't attempt to read process context from the kernel when (the
bde
1998-05-12
3
-6
/
+6
*
Add upcoming NetBSD 1.3.2
wosch
1998-05-12
1
-4
/
+4
[next]