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
...
*
Don't add host routes for interface addresses of 0.0.0.0/8 -> 0.255.255.255.
brian
2002-04-10
1
-6
/
+18
*
Display the recursion count in the lock_instance in the show locks
jhb
2002-04-10
1
-1
/
+2
*
Cosmetic fixup in output of lock types in show locks output.
jhb
2002-04-10
1
-1
/
+1
*
Use the PCI port for pci cards, not just for PCIXR cards.
brian
2002-04-10
1
-6
/
+6
*
In linker_load_module(), check that rootdev != NODEV before calling
brian
2002-04-10
1
-3
/
+5
*
Change linker_reference_module() so that it's passed a struct
brian
2002-04-10
3
-6
/
+26
*
Add some missing MODULE_VERSIONs
brian
2002-04-10
8
-0
/
+9
*
Upgrade FICL to 3.02. Forgot this one, sorry.
dcs
2002-04-09
1
-6
/
+7
*
- Change fill_kinfo_proc() to require that the process is locked when it
jhb
2002-04-09
5
-18
/
+31
*
Change the first argument of prison_xinpcb() to be a thread pointer instead
jhb
2002-04-09
3
-6
/
+5
*
Whitespace changes to wrap long lines.
jhb
2002-04-09
1
-4
/
+8
*
We don't need Giant to read the pgrp ID since the proc lock has protected
jhb
2002-04-09
1
-5
/
+3
*
- Remove an early KSE diagnostic panic. The thread pointer here is always
jhb
2002-04-09
1
-4
/
+2
*
Round 2 of munging the MI/MD split in NOTES. Put almost all the device
jhb
2002-04-09
2
-391
/
+365
*
Update comments to reflect the recent ephemeral port range
silby
2002-04-09
1
-3
/
+4
*
Upgrade to FICL version 3.02. Anything wrong is my fault, everything right is
dcs
2002-04-09
27
-1275
/
+3925
*
Don't lock the ithread lock in ithread_create(). The ithread isn't on any
jhb
2002-04-09
1
-2
/
+0
*
Implement DIOCGFRONTSTUFF ioctl which reports how many bytes from the start
phk
2002-04-09
10
-43
/
+99
*
Various stylistic nit picking.
phk
2002-04-09
3
-16
/
+16
*
Introduce the convenience function g_getattr() and make it DWIM.
phk
2002-04-09
2
-0
/
+15
*
Constifixation of attribute argument to g_io_[gs]etattr()
phk
2002-04-09
2
-4
/
+4
*
Describe the generic disk ioctls in some detail.
phk
2002-04-09
1
-2
/
+29
*
Constifixion of bio_attribute.
phk
2002-04-09
1
-1
/
+1
*
Slight tidy up to reduce the differences between our version and NetBSD's.
joe
2002-04-09
1
-9
/
+9
*
GC various bits and pieces of USERCONFIG from all over the place.
phk
2002-04-09
22
-104
/
+6
*
machine/uc_device.h was only here for USERCONFIG and kget(1).
phk
2002-04-09
1
-73
/
+0
*
Rename DIOCGKERNELDUMP to DIOCSKERNELDUMP as it strictly speaking
phk
2002-04-09
3
-3
/
+3
*
Define a complete set of accessors for application and control registers.
dfr
2002-04-09
1
-238
/
+106
*
Don't call make_dev from ssccnattach - its far too early to work properly.
dfr
2002-04-09
1
-0
/
+8
*
Back out rev 1.11. People want a FUBARed prototype that breaks many
obrien
2002-04-09
1
-1
/
+6
*
Turn #ifdef LOOKUP_SHARED into #ifndef LOOKUP_EXCLUSIVE to enable this
jeff
2002-04-09
5
-12
/
+13
*
Back out revision 1.11 which wrapped the ioctl prototype w/()'s.
obrien
2002-04-09
1
-6
/
+1
*
Forgot these files in previous commit to frame.h. Also add needed include
jake
2002-04-09
2
-7
/
+8
*
Oops. machine/emul.h didn't exist yet.
jake
2002-04-09
1
-0
/
+39
*
Rename some fields in struct frame to be compatible with NetBSD/OpenBSD,
jake
2002-04-09
5
-23
/
+33
*
Add device se (commented out, most people won't find this useful yet).
jake
2002-04-09
1
-0
/
+1
*
Use the right major number.
jake
2002-04-09
1
-1
/
+1
*
Grab a major number for the se driver.
jake
2002-04-09
1
-0
/
+1
*
Add the se driver.
jake
2002-04-09
1
-0
/
+1
*
Add a low level console driver for the Siemens SAB82532 chip found in many
jake
2002-04-09
2
-0
/
+525
*
Fix another unsigned long used to index the symbol table which should be
jake
2002-04-09
1
-1
/
+1
*
Enable device pass.
jake
2002-04-08
1
-1
/
+1
*
The fourth parameter to copystr() is a size_t, not an int.
mux
2002-04-08
2
-2
/
+4
*
Quiet witness warnings about acquiring several zone locks. In the case that
jeff
2002-04-08
1
-1
/
+2
*
Fix typo: conole -> console
asmodai
2002-04-08
2
-2
/
+2
*
Lock down Giant in the usb_task_thread() kthread.
joe
2002-04-08
1
-0
/
+4
*
Change ks_calls from int64_t to uint64_t, since it cannot be negative.
asmodai
2002-04-08
1
-1
/
+1
*
Removed ispc98 sysctl completely. Applications should understand that
bde
2002-04-08
2
-6
/
+0
*
Regenerate.
joe
2002-04-08
2
-2
/
+9
*
Add an entry for HP LaserJet 1200.
joe
2002-04-08
1
-0
/
+1
[prev]
[next]