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
/
dev
/
usb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Grab the process lock while calling psignal and before calling psignal.
jhb
2001-03-07
2
-2
/
+7
*
Add an AUE device ID: USB_PRODUCT_MELCO_LUATX5
peter
2001-03-05
1
-0
/
+1
*
Disable the mutex locking calls. These do not work in their present form
peter
2001-02-27
3
-0
/
+15
*
Change default devfs permissions to the ones in MAKEDEV.
n_hibma
2001-02-19
1
-2
/
+2
*
Extend kqueue down to the device layer.
jlemon
2001-02-15
1
-2
/
+3
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
3
-6
/
+6
*
Regen.
n_hibma
2001-02-06
2
-2
/
+17
*
Add a comment about the fact that adding an ID doesn't actually do anything.
n_hibma
2001-02-06
1
-0
/
+15
*
Convert if_multiaddrs from LIST to TAILQ so that it can be traversed
phk
2001-02-06
3
-3
/
+3
*
Regen.
n_hibma
2001-02-05
2
-5
/
+67
*
Add some ids from NetBSD.
n_hibma
2001-02-05
1
-2
/
+16
*
Regen.
n_hibma
2001-02-05
2
-2
/
+41
*
* Correct a broken entry
n_hibma
2001-02-05
1
-1
/
+2
*
Another round of the <sys/queue.h> FOREACH transmogriffer.
phk
2001-02-04
1
-2
/
+1
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
1
-1
/
+1
*
Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead of
phk
2001-02-03
3
-6
/
+3
*
Use suser(9) instead of checking p->p_ucred->cr_uid directly.
jhb
2001-01-23
1
-1
/
+1
*
Make intr_nesting_level per-process, rather than per-cpu. Setup
jake
2001-01-21
3
-3
/
+3
*
Implement MTX_RECURSE flag for mtx_init().
bmilekic
2001-01-19
3
-3
/
+6
*
Nikon E990 and Nomad MP3 player Ids.
n_hibma
2001-01-18
1
-0
/
+8
*
Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variables
jake
2001-01-10
3
-3
/
+3
*
select() DKI is now in <sys/selinfo.h>.
wollman
2001-01-09
9
-0
/
+36
*
Part 2 of the netgraph rewrite.
julian
2001-01-08
1
-21
/
+28
*
Add a quirk for drives that do not handle long inquiry data.
n_hibma
2001-01-08
1
-22
/
+41
*
Add the Synchronize command to umass_atapi_transform. It seems to work
n_hibma
2001-01-07
1
-0
/
+1
*
Print the correct value in a debugging printf.
n_hibma
2001-01-07
1
-1
/
+1
*
1) Return the requestad length - the transferred length as the residue,
n_hibma
2001-01-07
1
-4
/
+6
*
Rewrite of netgraph to start getting ready for SMP.
julian
2001-01-06
1
-30
/
+41
*
Bugfix: device_resume should be connected to bus_generic_resume not
n_hibma
2001-01-05
1
-1
/
+1
*
Readd the id removed by sheldon in the previous commit to uscanner.c.
n_hibma
2001-01-04
2
-1
/
+2
*
UMASS_DEBUG implemented panic(9).
n_hibma
2001-01-04
2
-0
/
+9
*
Regen.
n_hibma
2001-01-04
2
-17
/
+137
*
Revert rev 1.8, which broke the installkernel target.
sheldonh
2001-01-04
1
-1
/
+0
*
Add the Id of the Epson 1640 scanner.
n_hibma
2001-01-03
1
-0
/
+1
*
Add a few Ids. From NetBSD.
n_hibma
2001-01-03
1
-4
/
+28
*
Initialise rcmdlen.
n_hibma
2000-12-20
1
-0
/
+1
*
Divorce the kernel binary ABI version number from the message
julian
2000-12-18
1
-1
/
+1
*
Remove a couple of leftover unused variables.
msmith
2000-12-13
2
-2
/
+0
*
remove unused variable
julian
2000-12-12
1
-1
/
+0
*
Reviewed by: Archie@freebsd.org
julian
2000-12-12
1
-4
/
+4
*
make sure we tear down the devnodes for the endpoints 1 and above
n_hibma
2000-12-12
1
-46
/
+74
*
Remove a warning.
n_hibma
2000-12-08
1
-1
/
+2
*
Add Isochronus transfer mode support required by
roger
2000-12-07
1
-13
/
+180
*
Non functional change.
roger
2000-12-07
1
-70
/
+21
*
We now have the ability to assign the correct IRQ when PNP-OS is turned
nsayer
2000-12-03
2
-20
/
+0
*
Lock down the network interface queues. The queue mutex must be obtained
jlemon
2000-11-25
2
-25
/
+12
*
Add a forgotten mutex_exit()/KUE_UNLOCK() to kue_init().
wpaul
2000-11-23
1
-1
/
+3
*
Set OPEN Flag on open.
n_hibma
2000-11-15
1
-3
/
+11
*
Fix for powering off a HP DJ950C during printing. As stated by Ian:
n_hibma
2000-11-07
1
-0
/
+5
*
Regen.
n_hibma
2000-11-03
2
-4
/
+4
[next]