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
*
Quick fix for stack overflow when there are more than about 25 slices.
bde
2000-01-27
1
-10
/
+27
*
Add control message ASCII conversion for this node type.
archie
2000-01-27
2
-4
/
+62
*
Add soft updates to the set of things being tagged. Syntax cleanup.
mckusick
2000-01-27
3
-3
/
+6
*
Fix catastrophic bug in NQNFS related to UDP mounts. The 'nqhost'
dillon
2000-01-26
2
-26
/
+20
*
handle simplex devices right
cg
2000-01-26
1
-1
/
+1
*
A few more touchups:
rwatson
2000-01-26
1
-4
/
+9
*
Re-add vpo. I've just re-tested this in a 'make world' on a December
peter
2000-01-26
1
-1
/
+1
*
Synced with sys/i386/isa/isa_compat.h and pcaudio.c revisions 1.26 and
kato
2000-01-26
2
-33
/
+38
*
Synced with sys/i386/isa/npx.c rev 1.79.
kato
2000-01-26
1
-10
/
+9
*
Properly teardown the allocated and initialised stuff when an error
n_hibma
2000-01-26
4
-76
/
+86
*
Improved English in the messages printed by diskerr().
bde
2000-01-26
1
-16
/
+15
*
Don't set ivars until we checked the return value from device_add_child.
n_hibma
2000-01-26
4
-4
/
+4
*
Add comments
n_hibma
2000-01-26
1
-6
/
+27
*
Minor fixes to library interface to improve POSIX.1e compliance. This
rwatson
2000-01-26
1
-5
/
+9
*
Remove `vpo' with a vengeance -- "EXAMPLE" modules have *NO* business
obrien
2000-01-26
1
-1
/
+1
*
Correctly initialise the available IRQ numbers in the APIC_IO case.
msmith
2000-01-26
4
-36
/
+48
*
Don't use ATM on the alpha - it #errors out.
brian
2000-01-26
1
-1
/
+5
*
if_tun is out of here -- it can come back with it stops breaking the
obrien
2000-01-26
1
-2
/
+2
*
The ppc driver has moved to sys/isa.
dfr
2000-01-25
2
-2235
/
+0
*
Get the ppc driver from sys/isa instead of sys/i386/isa.
dfr
2000-01-25
1
-1
/
+1
*
Make this lot build on alpha.
dfr
2000-01-25
3
-4
/
+6
*
* Don't use ivars to access resources, bus_set/get_resource is much better.
dfr
2000-01-25
2
-20
/
+52
*
Convert pca driver to newbus and add PnP ids.
dfr
2000-01-25
2
-24
/
+35
*
Use device_printf() instead of device_print_prettyname().
dfr
2000-01-25
3
-30
/
+27
*
Because we added 4 bytes to the inquiry data size, we need to
mjacob
2000-01-25
1
-1
/
+1
*
Retry a bit more agressively on the atapi identify.
sos
2000-01-25
6
-31
/
+57
*
Fix left over references to things like 'ata0' in comments.
peter
2000-01-25
3
-9
/
+9
*
Add usbd_clear_endpoint_toggle(pipe) function.
n_hibma
2000-01-25
2
-0
/
+9
*
Correct subroutine names in DPRINTF
n_hibma
2000-01-25
1
-5
/
+5
*
Redo the SHORT INQUIRY length stuff to be a bit cleaner.
mjacob
2000-01-25
1
-32
/
+27
*
The swapdev_vp changes made to rip out the swap specfs interaction
dillon
2000-01-25
1
-8
/
+8
*
When autosense fails, make sure we retry the command.
ken
2000-01-25
1
-1
/
+1
*
Propagate sense data through from SIM (if there) and mark the CTIO
mjacob
2000-01-25
1
-51
/
+88
*
Propagate sense data through from SIM (if there) and mark the CTIO
mjacob
2000-01-25
1
-2
/
+28
*
Go for the gusto and do the full 256 bytes for inquiry data.
mjacob
2000-01-25
2
-6
/
+8
*
Always leave SP_DCEN on (monitor DCD). Otherwise the firmware *really*
peter
2000-01-25
2
-2234
/
+2249
*
Remove i8042.h. This file is an improvement on its successors, but it
bde
2000-01-25
1
-27
/
+0
*
Don't follow null pointers if we somehow have a null devswitch entry
bde
2000-01-25
1
-11
/
+17
*
Fixed the profiling version ALTENTRY(). Again. The previous version
bde
2000-01-25
2
-10
/
+18
*
Removed ssc and su.
bde
2000-01-25
1
-2
/
+2
*
put things in place for jumbograms
mjacob
2000-01-25
1
-17
/
+35
*
define jumbo packet size
mjacob
2000-01-25
1
-0
/
+1
*
Reserve a major number for /dev/skip, used by the "security/skip" port.
archie
2000-01-25
1
-0
/
+1
*
Avoid m_len and m_pkthdr.len inconsistency when changing m_len
shin
2000-01-25
2
-0
/
+4
*
Fix the bug that IPv4 ttl is not initialized when AF_INET6 socket is used
shin
2000-01-25
2
-16
/
+10
*
General cleanup.
sos
2000-01-24
9
-571
/
+613
*
Move the *intrq variables into net/intrq.c and unconditionally
brian
2000-01-24
12
-36
/
+203
*
Add support for DM9102A boards with Davicom DM9801 HomePNA PHYs.
wpaul
2000-01-24
2
-14
/
+154
*
Copy i386/isa/atapi-cd.[ch] to a new name so that it doesn't have the
peter
2000-01-24
10
-1868
/
+40
*
Merged from sys/i386/conf/GENERIC rev 1.236.
kato
2000-01-24
2
-6
/
+6
[next]