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
/
kern
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.
bde
1996-09-03
4
-6
/
+8
*
Added #include of <unistd.h> so that there is some chance that
bde
1996-09-03
1
-1
/
+2
*
Second phase of merge, get rid of more machine-independent-dependencies.
asami
1996-09-03
1
-2
/
+1
*
Implemented kernel side of MNT_NOATIME mount option. This option disables
dg
1996-09-03
2
-6
/
+6
*
Conditionalize POSIX saved ids code on _POSIX_SAVED_IDS define
ache
1996-09-01
1
-4
/
+22
*
Change an splstatclock that should be an splhigh into an splhigh.
dg
1996-09-01
1
-2
/
+2
*
Change an splclock that needs to be an splhigh into an splhigh.
dg
1996-09-01
1
-2
/
+2
*
Fixed the easy cases of const poisoning in the kernel. Cosmetic.
bde
1996-08-31
6
-19
/
+19
*
s/pc98/isa/g in struct *_device and *_driver. Resync along the way.
asami
1996-08-31
1
-1
/
+2
*
Don't depend in the kernel on the gcc feature of doing arithmetic on
bde
1996-08-31
3
-12
/
+13
*
Fixed a wrong comment. Did tsleep() ever return the networking errno
bde
1996-08-28
1
-2
/
+2
*
Fixed a stale comment.
bde
1996-08-28
1
-2
/
+2
*
Removed a ton of unused #includes. The introduction of SYSINIT() and
bde
1996-08-28
1
-17
/
+1
*
Remove the old cleanup code as it is no longer used..
julian
1996-08-26
1
-28
/
+3
*
The socketpair(0 syscall is bogusly returning the fd numbers through
peter
1996-08-24
1
-1
/
+3
*
add FreeBSD Inc. to copyright string
wosch
1996-08-22
1
-1
/
+2
*
Some cleanups to the callout lists recently added.
julian
1996-08-22
3
-77
/
+126
*
Even though this looks like it, this is not a complex code change.
dyson
1996-08-21
4
-78
/
+228
*
Fix a minor style error in my code.
smpatel
1996-08-20
1
-2
/
+2
*
Reran makesyscalls.sh after changing select()'s first argument to 'int'.
smpatel
1996-08-20
2
-2
/
+2
*
Remove the kernel FD_SETSIZE limit for select().
smpatel
1996-08-20
3
-18
/
+52
*
Collect all the functioons concerned with rebooting into one place
julian
1996-08-19
3
-112
/
+4
*
for kern_conf.c, start allocating dynamic major numbers
julian
1996-08-19
3
-13
/
+17
*
fix handling of external objects referenced by mbufs
julian
1996-08-19
1
-3
/
+11
*
add callout lists for exit() and fork()
julian
1996-08-19
2
-2
/
+143
*
move all functions related to shutting down to one file
julian
1996-08-19
1
-0
/
+429
*
Fix fdavail() so that correctly pays attention to the rlimit.
smpatel
1996-08-15
1
-3
/
+5
*
Certain vnode buffer list operations were not being spl protected,
dyson
1996-08-15
2
-2
/
+10
*
Add support for i686 machine check trap.
dg
1996-08-11
1
-2
/
+3
*
Add separate kmalloc classes for BIO buffers and Ktrace info.
phk
1996-08-04
2
-16
/
+16
*
The check for multiple freed items were bogus. fixed.
phk
1996-08-04
1
-7
/
+12
*
Eliminated i586_ctr_rate. Use i586_ctr_freq instead.
bde
1996-08-02
1
-2
/
+2
*
dscheck() was returning without setting bp->b_error when given a negative
peter
1996-08-02
1
-1
/
+2
*
Write protect the text segment of gzip'ed programs.
phk
1996-08-01
1
-27
/
+21
*
Changed wakeup_one() to continue looping, possibly waking up additional
dg
1996-07-31
1
-8
/
+5
*
Converted timer/run queues to 4.4BSD queue style. Removed old and unused
dg
1996-07-31
3
-107
/
+79
*
Only use the special bdevvp() for DEVFS if DEVFS_ROOT is defined. This
bde
1996-07-30
2
-6
/
+6
*
Fixed resource usage integrals. They were too large by a factor of
bde
1996-07-30
3
-60
/
+63
*
Backed out the recent changes/enhancements to the VM code. The
dyson
1996-07-30
2
-4
/
+5
*
Modification to vfs_cluster to allow clustering of NFS delayed writes.
dyson
1996-07-27
1
-3
/
+14
*
This commit is meant to solve a couple of VM system problems or
dyson
1996-07-27
2
-5
/
+4
*
Rename KERN_DOMAINNAME to KERN_NISDOMAINNAME so that it can't be confused
wollman
1996-07-25
1
-2
/
+2
*
DEVFS needs a special bdevvp().
phk
1996-07-24
2
-2
/
+6
*
Make a "DWIM" function for adding [bc]devsw entries for bdev drivers.
phk
1996-07-23
1
-1
/
+35
*
A few minor mods (improvements) to support more efficient pipe
dyson
1996-07-13
1
-32
/
+73
*
Staticized some variables.
bde
1996-07-12
1
-5
/
+12
*
Use a big delta in adjtime() for big negative adjustments as well as
bde
1996-07-12
1
-2
/
+2
*
Staticized a few variables.
bde
1996-07-12
2
-4
/
+4
*
Fixed cloned comments about npx traps to match context.
bde
1996-07-12
1
-5
/
+8
*
Don't use NULL in non-pointer contexts.
bde
1996-07-12
1
-3
/
+3
[next]