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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use __inline instead of inline to prevent pedantic compiler warnings.
bde
1997-12-19
3
-12
/
+12
*
Removed some bogus casts.
bde
1997-12-19
1
-3
/
+3
*
Made N_TXTADDR() work for kernels (assume that a ZMAGIC file with an
bde
1997-12-19
1
-2
/
+6
*
MALLOC->malloc
ache
1997-12-19
1
-3
/
+3
*
Set the sender's low watermark to match the maximum size for atomic
bde
1997-12-19
2
-2
/
+4
*
Change bogus usage of btoc to atop. The incorrect usage of btoc was
dyson
1997-12-19
1
-13
/
+12
*
Fixed namespace pollution in previous commit.
bde
1997-12-19
1
-5
/
+3
*
SUNIT: use MALLOC/FREE and M_NOWAIT
ache
1997-12-19
1
-4
/
+8
*
Some performance improvements, and code cleanups (including changing our
dyson
1997-12-19
11
-31
/
+479
*
Fix an incredibly horrible bug in the ipfw code
julian
1997-12-19
3
-11
/
+16
*
Correct the check for multiword dma. It was incorrectly checking
dyson
1997-12-19
1
-2
/
+2
*
Augment $PATH to ensure searching of /sbin and /usr/sbin for sysctl
bde
1997-12-18
3
-9
/
+12
*
Fixed a missing splx(s) bug in tcp_usr_send().
dg
1997-12-18
1
-2
/
+3
*
Call in_pcballoc() at splnet(). As near as I can tell, this won't fix
dg
1997-12-18
2
-8
/
+18
*
Add missing references to Xcpuast, get_isrlock and checkstate_probed_cpus
peter
1997-12-18
1
-1
/
+4
*
Revert poll() for UFS files to traditional behavior where polling for read-
wollman
1997-12-17
1
-0
/
+2
*
Regenerate (fix argument of linux_nice).
kato
1997-12-17
3
-4
/
+4
*
I should not edit linux_prot.h directly. Fix the argument of linux_nice.
kato
1997-12-17
2
-4
/
+4
*
EXT2FS and MSDOSFS to the opt_dontuse bin.
eivind
1997-12-16
1
-1
/
+3
*
Fix my typo.
eivind
1997-12-16
1
-2
/
+2
*
Make LINT compile again after wollman introduced poll() here.
eivind
1997-12-16
1
-2
/
+2
*
Regenerate after changing makesyscalls.sh.
eivind
1997-12-16
2
-2
/
+2
*
Move around opt_compat include to accomodate Linulator brokenness (for
eivind
1997-12-16
1
-3
/
+4
*
Make hidden COMPAT_43 dependencies explict. Options in headers is a
eivind
1997-12-16
3
-2
/
+8
*
Handle COMPAT_43 define -> option change.
eivind
1997-12-16
1
-4
/
+7
*
Whoops - fix this after yesterday's IPX option changes. Also fix
eivind
1997-12-16
1
-3
/
+12
*
Make COMPAT_43 and COMPAT_SUNOS new-style options.
eivind
1997-12-16
43
-43
/
+122
*
Fix bug where a struct buf was free()'d back to the system malloc pool.
dg
1997-12-16
1
-4
/
+3
*
Don't use PG_N if EPSON PC-486HX/HG/HA (PC-9801 compatible) are
kato
1997-12-16
2
-2
/
+42
*
Convert SUIDDIR fully to a new-style option.
eivind
1997-12-15
4
-3
/
+6
*
Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.
eivind
1997-12-15
25
-27
/
+66
*
Sync with sys/i386/i386/microtime.s revision 1.35.
kato
1997-12-15
1
-1
/
+3
*
As described by the submitter:
msmith
1997-12-15
4
-2
/
+140
*
Fix a recursive kernel_map lock problem in vm_zone allocator.
dyson
1997-12-15
1
-19
/
+23
*
Add support for poll(2) on files. vop_nopoll() now returns POLLNVAL
wollman
1997-12-15
9
-19
/
+291
*
Consult sa_len before trampling it with MSG_COMPAT set.
msmith
1997-12-15
1
-3
/
+4
*
Add support for low resolution SMP kernel profiling.
tegge
1997-12-15
17
-28
/
+115
*
Don't forward hardclock or statclock to stopped cpus. Disable forwarding
tegge
1997-12-15
7
-70
/
+119
*
Explicitly use the _IOC macro directly. This changes the ioctl command
sef
1997-12-15
1
-5
/
+5
*
Make gzipped dynamically linked executables work again. There was
jdp
1997-12-14
1
-4
/
+4
*
Sync with sys/i386/i386/machdep.c revision 1.279.
kato
1997-12-14
2
-2
/
+18
*
Sync with sys/i386/conf/files.i386 revision 1.182.
kato
1997-12-14
2
-2
/
+14
*
Slight improvement to the vm_zone stats output. Also, some other superficial
dyson
1997-12-14
2
-5
/
+11
*
As described by the submitter:
msmith
1997-12-14
2
-4
/
+294
*
As described by the submitter:
msmith
1997-12-14
1
-5
/
+6
*
After one of my analysis passes to evaluate methods for SMP TLB mgmt, I
dyson
1997-12-14
14
-42
/
+241
*
Allow slow SCSI CDROMs more time to start up.
jraynard
1997-12-14
1
-1
/
+13
*
Bring in NetBSD compatible & augmented RCSID/COPYRIGHT macros
pst
1997-12-13
1
-1
/
+16
*
Fixed EOF handing.
bde
1997-12-13
2
-16
/
+4
*
Restored fifo_pathconf() from rev.1.32. vop_stdpathconf() is too
bde
1997-12-13
2
-4
/
+64
[next]