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
*
Unbreak LINT.
yokota
2000-04-03
2
-1
/
+5
*
regenerate with MPSAFE from syscalls.master
alfred
2000-04-03
1
-5
/
+5
*
Make makesyscalls.sh parse an optional field 'MPSAFE' that specifies
alfred
2000-04-03
2
-18
/
+33
*
Remove the !(I386 & SMP) tests; we don't run SMP on an i386 system, and
msmith
2000-04-03
3
-48
/
+0
*
fix missing defines and prototype for emu_vdump()
cg
2000-04-03
3
-6
/
+21
*
Sync with NetBSD: Add a few id's and correct numerous typo's
n_hibma
2000-04-03
1
-47
/
+101
*
Sync with NetBSD: Keep the bit position even when the report descriptor says ...
n_hibma
2000-04-02
1
-2
/
+5
*
Shoot. Did a compile in the wrong directory and missed this compiler
n_hibma
2000-04-02
1
-1
/
+1
*
Remove a static variable, a uniquifier for a SCSI command. It might have
n_hibma
2000-04-02
1
-5
/
+5
*
Correct Charles Mott's email address
brian
2000-04-02
1
-1
/
+1
*
Clone bio versions of certain bits of infrastructure:
phk
2000-04-02
9
-12
/
+345
*
Make the sigprocmask() and geteuid() system calls MP SAFE. Expand
dillon
2000-04-02
6
-48
/
+133
*
I got the CAM numbers (path id's, buses, unit numbers) and newbus
n_hibma
2000-04-02
1
-131
/
+231
*
Print out more hints at illegal cksum len value.
shin
2000-04-02
1
-2
/
+2
*
Move htons() ip_len to after the in_delayed_cksum() call.
shin
2000-04-02
1
-5
/
+5
*
Move B_ERROR flag to b_ioflags and call it BIO_ERROR.
phk
2000-04-02
86
-365
/
+413
*
Add support for the LinkSys USB10T network adapter that
jmb
2000-04-02
4
-2
/
+14
*
This new driver version uses the DMA mapping interface
groudier
2000-04-02
2
-322
/
+1023
*
Draw the outline of "struct bio".
phk
2000-04-02
4
-25
/
+75
*
- Add temporary workaround to fool some "clever" KVM switch products
yokota
2000-04-02
2
-10
/
+44
*
Fix two problems in the ch(4) driver.
ken
2000-04-02
1
-2
/
+13
*
unfinished sblive driver, playback/mixer only for now - not enabled in
cg
2000-04-02
3
-0
/
+2502
*
One in a while, something happens so uncannily that you get knocked off
green
2000-04-02
3
-3
/
+3
*
if USB support is not compiled into the kernel,
jmb
2000-04-02
1
-0
/
+4
*
Try and make the kernel build again without INET6.
ps
2000-04-02
1
-0
/
+2
*
Change the write-behind code to take more care when starting
dillon
2000-04-02
9
-43
/
+80
*
Unstaticize this driver. You can have as many snoop devices as you can
green
2000-04-02
2
-130
/
+122
*
Support per socket based IPv4 mapped IPv6 addr enable/disable control.
shin
2000-04-01
6
-13
/
+17
*
fail in attach if we seem to have no ac97 codec
cg
2000-04-01
6
-8
/
+14
*
bump the buffer size from 4k to 16k. should improve performance under load.
cg
2000-04-01
1
-1
/
+1
*
Calculate any delayed checksums before handing an mbuf off to a
jlemon
2000-04-01
1
-0
/
+10
*
Merged from sys/isa/sio.c revisions 1.293 and 1.294.
kato
2000-04-01
2
-28
/
+246
*
Merged from sys/conf/options.i386 rev 1.134.
kato
2000-04-01
1
-2
/
+1
*
Add support for pci modems. ONLY CONTROLLER BASED MODEMS. This
imp
2000-04-01
2
-28
/
+244
*
device_set_unit() DO NOT USE THIS. This was approved before 4.0
imp
2000-04-01
2
-0
/
+20
*
Update to latest working version.
msmith
2000-04-01
4
-96
/
+248
*
Allow PacketAliasSetTarget() to be passed the following:
brian
2000-03-31
2
-13
/
+22
*
Add signal strength cache structures.
dmlb
2000-03-31
1
-2
/
+14
*
Use the right value for IFQ_MAXLEN and fix brokeness with gatewaying http fro...
dmlb
2000-03-31
1
-438
/
+527
*
Don't use too-large stack buffers.
dfr
2000-03-31
1
-3
/
+16
*
- Fix SC_ALT_MOUSE_IMAGE; don't blink the mouse cursor.
yokota
2000-03-31
7
-138
/
+230
*
Synced with following files:
kato
2000-03-31
9
-183
/
+332
*
When an incoming packet is received that is not specifically
brian
2000-03-31
1
-1
/
+1
*
Oops, PCVT_FREEBSD is useless too. Add new PCVT_GREENSAVER option.
hm
2000-03-31
3
-3
/
+3
*
Remove useless PCVT_FREEBSD and PCVT_EMU_MOUSE. Add PCVT_GREENSAVER.
hm
2000-03-31
1
-2
/
+1
*
remove useless PCVT_EMU_MOUSE option.
hm
2000-03-31
3
-3
/
+0
*
Add support for "green" saver mode.
hm
2000-03-31
1
-1
/
+2
*
PR: kern/2327
hm
2000-03-31
2
-2
/
+52
*
Fixes to parse more complex ISA PnP configurations.
dfr
2000-03-31
1
-44
/
+74
*
Recognize USR3050 "U.S. Robotics 56K FAX INT" fax modem.
peter
2000-03-31
2
-0
/
+2
[next]