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
*
Add intrack field to each slot. This can be used to acknowledge
imp
2001-05-25
2
-0
/
+4
*
Minor name space issues.
imp
2001-05-25
1
-19
/
+20
*
RFC 1323 (TCP extensions) is now on by default.
obrien
2001-05-25
1
-3
/
+3
*
Add support for
imp
2001-05-25
1
-0
/
+6
*
I didn't fix the comment in rev 1.107.
obrien
2001-05-25
1
-1
/
+1
*
Turn on TCP_EXTENSIONS (rfc1323) by defualt.
obrien
2001-05-25
1
-1
/
+1
*
Don't rely on cdevsw_add() when we hack about with dev_t's.
phk
2001-05-24
1
-0
/
+2
*
Don't take the detour around devsw() to find out if the proto-cdevsw
phk
2001-05-24
1
-3
/
+1
*
Back out rev 1.4 (wint_t and mbstate_t) as I am tired of the complaints.
obrien
2001-05-24
1
-10
/
+0
*
NetBSD's inetd uses different syntex from FreeBSD's in faith support.
ume
2001-05-24
1
-3
/
+3
*
Add the "auth_as_self" option to the pam_unix module (there is no
markm
2001-05-24
4
-3
/
+11
*
Oops. Unremove vestiges of the old, broken sound drivers. They are now
bde
2001-05-24
3
-0
/
+1580
*
whitespace/style
alfred
2001-05-24
1
-1
/
+2
*
Stick VM syscalls back under Giant if the BLEED option is not defined.
jhb
2001-05-24
2
-0
/
+57
*
Add a new kernel option 'BLEED' to be used for code that is still under
jhb
2001-05-24
1
-0
/
+1
*
Remove vestiges of the old, broken sound drivers.
bde
2001-05-24
3
-1580
/
+0
*
Actually rename FDESC, PORTAL, UMAP and UNION file systems.
ru
2001-05-24
8
-24
/
+24
*
mount_fdesc -> mount_fdescfs
ru
2001-05-24
1
-2
/
+2
*
mount_umap(8) -> mount_umapfs(8).
ru
2001-05-24
1
-1
/
+1
*
mount_null(8) -> mount_nullfs(8).
ru
2001-05-24
1
-4
/
+4
*
mount_portal -> mount_portalfs.
ru
2001-05-24
1
-2
/
+3
*
Missed one mount_null(8) -> mount_nullfs(8) in previous commit.
ru
2001-05-24
1
-1
/
+1
*
(Re-)enabled boot2.
nyan
2001-05-24
1
-1
/
+1
*
Update boot[12] program to compile ELF binary.
nyan
2001-05-24
6
-117
/
+92
*
Restrict even further what parts of <sys/conf.h> can be seen from
phk
2001-05-24
2
-4
/
+12
*
Remove the "undocumented" comment in re lflag.
nik
2001-05-24
1
-1
/
+1
*
Document the -l option.
nik
2001-05-24
1
-4
/
+15
*
If the user exists abruptly, tip's "tipout" child can hang around
phk
2001-05-24
2
-1
/
+14
*
Add a -A option to ping which beeps when packets are lost.
phk
2001-05-24
2
-3
/
+17
*
Backout rev. 1.22 as the change that caused problems was also backed out.
ru
2001-05-24
1
-1
/
+1
*
Make the rcsid and FreeBSD IDs more sane in the wcs* and wmem* files.
obrien
2001-05-24
56
-95
/
+237
*
This patch implements O_DIRECT about 80% of the way. It takes a patchset
dillon
2001-05-24
12
-15
/
+100
*
Fix $FreeBSD$ style committer messed up in rev 1.7 for some reason.
obrien
2001-05-24
1
-1
/
+1
*
Use bus_space functions rather than inb/outb.
imp
2001-05-24
5
-20
/
+28
*
Produce a config-time warning about EXT2FS and GPL_MATH_EMULATE
peter
2001-05-24
2
-2
/
+4
*
Remove DEV_SNP -> opt_snp.h
peter
2001-05-24
1
-1
/
+0
*
Do what we should have done a long time ago:
imp
2001-05-24
1
-0
/
+10
*
Move getb1 and putb1 from pcic_isa.c to pcic.c. Rename them to
imp
2001-05-24
3
-22
/
+24
*
Spelling police: insure -> ensure
dd
2001-05-24
1
-1
/
+1
*
Use pw(8) instead of grep'ing through /etc/passwd. This fixes
dd
2001-05-24
1
-3
/
+3
*
Add snp_olddisc member to struct snoop; the linedisc'ized snp(4) uses this.
dd
2001-05-24
1
-0
/
+1
*
Oops, forgot the 'u' in the getopt for the previous commit.
dillon
2001-05-24
2
-2
/
+2
*
Correct style bugs with regards to long lines and comments.
dd
2001-05-23
1
-15
/
+22
*
Build snp(4) as a module.
dd
2001-05-23
1
-2
/
+2
*
*sigh* We can't remove VINUMDEBUG entirely, since we include kernel
grog
2001-05-23
1
-3
/
+2
*
Remove cruft.
grog
2001-05-23
1
-3
/
+0
*
Change #if VINUMDEBUG to #ifdef VINUMDEBUG. This is a flag, not a variable.
grog
2001-05-23
8
-31
/
+27
*
define _KERNEL before including <sys/conf.h>
phk
2001-05-23
1
-1
/
+1
*
We don't need to include <sys/conf.h>
phk
2001-05-23
1
-1
/
+0
*
Don't acquire Giant just to call trap_fatal(), we are about to panic
jhb
2001-05-23
3
-12
/
+0
[next]