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
/
sys
/
ufs
/
lfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert select -> poll.
peter
1997-09-14
1
-5
/
+19
*
Removed yet more vestiges of config-time swap configuration and/or
bde
1997-09-07
1
-8
/
+4
*
Removed unused #includes.
bde
1997-09-02
2
-13
/
+2
*
Change the 0xdeadb hack to a flag called VDOOMED.
phk
1997-08-31
1
-2
/
+2
*
Fix all areas of the system (or at least all those in LINT) to avoid storing
wollman
1997-08-16
1
-4
/
+4
*
Removed unused #includes.
bde
1997-08-02
7
-30
/
+7
*
Fix a problem with the VN device. Specifically, the VN device can
dyson
1997-06-15
2
-2
/
+13
*
Fix warnings (from LINT). Missing static prototype, missing vm includes
peter
1997-05-25
1
-1
/
+9
*
Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include
bde
1997-03-24
1
-2
/
+1
*
Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.
bde
1997-03-23
1
-2
/
+2
*
Merged the rest of lfs from Lite2. It compiles (uncleanly) but is as
bde
1997-03-23
9
-185
/
+460
*
Merged enough of lfs from Lite2 for mkdep of LINT to work again.
bde
1997-03-22
2
-179
/
+218
*
Removed `volatile' from declaration of `time', and removed the resulting
bde
1997-03-22
1
-2
/
+2
*
Fixed some invalid (non-atomic) accesses to `time', mostly ones of the
bde
1997-03-22
2
-4
/
+4
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
13
-13
/
+13
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
2
-9
/
+10
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
13
-13
/
+13
*
Whoops, I should've used the LINT config file. More ts -> tv changes
nate
1996-09-20
1
-4
/
+4
*
Don't depend in the kernel on the gcc feature of doing arithmetic on
bde
1996-08-31
1
-2
/
+2
*
Don't use NULL in non-pointer contexts.
bde
1996-07-12
1
-2
/
+2
*
Clean up -Wunused warnings.
gpalmer
1996-06-12
1
-1
/
+5
*
Moved the fsnode MALLOC to before the call to getnewvnode() so that the
dg
1996-06-12
1
-2
/
+9
*
Removed bogus _BEGIN_DECLS/_END_DECLS.
bde
1996-05-01
1
-9
/
+4
*
Make type compatible with Lite2.
hsu
1996-03-27
1
-2
/
+2
*
Convert QUOTA to new-style option.
wollman
1996-01-05
3
-3
/
+9
*
Fixed prototyping and staticizing for -DDEBUG case.
bde
1995-12-22
2
-8
/
+8
*
Staticize.
phk
1995-12-17
6
-233
/
+82
*
Untangled the vm.h include file spaghetti.
dg
1995-12-07
3
-3
/
+10
*
Fixed compilation of lfs utilities which I broke the other day by
bde
1995-12-06
2
-7
/
+15
*
Completed function declarations and/or added prototypes and/or #includes
bde
1995-12-03
3
-5
/
+14
*
Included <sys/sysproto.h> to get central declarations for syscall args
bde
1995-11-12
1
-1
/
+10
*
Introduced a type `vop_t' for vnode operation functions and used
bde
1995-11-09
2
-134
/
+134
*
Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block count
dyson
1995-09-04
4
-9
/
+9
*
Reviewed by: julian with quick glances by bruce and others
julian
1995-08-28
1
-27
/
+91
*
Make everything except the unsupported network sources compile cleanly
bde
1995-08-16
2
-3
/
+3
*
Converted mountlist to a CIRCLEQ.
dg
1995-08-11
1
-2
/
+2
*
Removed redundant call to vm_object_page_clean: this is already handled
dg
1995-08-06
1
-7
/
+1
*
Removed my special-case hack for VOP_LINK and fixed the problem with the
dg
1995-08-01
1
-2
/
+2
*
Eliminate sloppy common-style declarations. There should be none left for
bde
1995-07-29
3
-6
/
+5
*
NOTE: libkvm, w, ps, 'top', and any other utility which depends on struct
dg
1995-07-13
1
-2
/
+2
*
1) Converted v_vmdata to v_object.
dg
1995-06-28
1
-3
/
+3
*
Fixed VOP_LINK argument order botch.
dg
1995-06-28
1
-4
/
+4
*
Remove trailing whitespace.
rgrimes
1995-05-30
9
-40
/
+40
*
Fix -Wformat warnings from LINT kernel.
rgrimes
1995-05-11
2
-5
/
+5
*
Changes to get rid of ufslk2 hangs when doing read/write to/from
dyson
1995-04-24
1
-1
/
+3
*
Make vegetarian and animal rights people happy and use 0xdeadc0de instead
dg
1995-04-16
1
-3
/
+3
*
Changes from John Dyson and myself:
dg
1995-04-09
2
-4
/
+13
*
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
bde
1995-03-28
6
-11
/
+18
*
Removed third arg (vmio) to allocbuf() that was added with the original
dg
1995-03-26
1
-2
/
+2
*
Removed redundant newlines that were in some panic strings.
dg
1995-03-19
4
-9
/
+9
[next]