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
*
Add defines for low power and second codec ready.
orion
2003-03-26
1
-0
/
+3
*
Clean up dynamically allocated sysctl variables when we run dacleanup() and
ken
2003-03-26
2
-0
/
+14
*
req can not be NULL or we'd die.
alfred
2003-03-26
1
-6
/
+3
*
Try to make the MBUF_FRAG_TEST code work better.
mux
2003-03-25
1
-12
/
+10
*
Add an options entry for HTT in SMP and GENERIC similar to the SMP and
jhb
2003-03-25
3
-0
/
+9
*
Put a newline in between APIC_IO and HTT to try and show that HTT is not
jhb
2003-03-25
1
-0
/
+1
*
aic79xx.reg:
scottl
2003-03-25
1
-4
/
+4
*
Remove extraneous check. We are not going to return from copyin/out on
jhb
2003-03-25
1
-2
/
+0
*
Print the return value from mmap() in the DEBUG case.
mdodd
2003-03-25
1
-3
/
+11
*
Add code to implement two new USB quirk types: NO_INQUIRY and NO_INQUIRY_EVPD
njl
2003-03-25
1
-11
/
+60
*
g_class_by_name() was unused too.
phk
2003-03-25
1
-13
/
+0
*
Remove unuse g_insert_geom().
phk
2003-03-25
2
-39
/
+0
*
Forward compatibility: NULL check the passed in meta argument.
phk
2003-03-25
1
-1
/
+1
*
Add an explanatory comment about what operational modes in xfwopt are.
mjacob
2003-03-25
1
-1
/
+5
*
Add the MBUF_FRAG_TEST option. When compiled in, this option
silby
2003-03-25
2
-0
/
+31
*
Merge PC98 support.
mdodd
2003-03-25
6
-1599
/
+123
*
Correct an argument to bus_alloc_resource().
mdodd
2003-03-25
1
-2
/
+2
*
Give print_child a default method.
mdodd
2003-03-25
1
-1
/
+1
*
Fix 2 vm_offset_t -> vm_paddr_t missed in previous commit.
jake
2003-03-25
2
-3
/
+3
*
Update the MAC regression test policy to include stubs and testing
rwatson
2003-03-25
1
-0
/
+155
*
Update MAC "none" stub policy to include stubs for the following
rwatson
2003-03-25
2
-0
/
+196
*
Expand scope of the MLS policy to include a new entry point available
rwatson
2003-03-25
1
-0
/
+20
*
Expand scope of the BSD extended "file system firewall" policy to
rwatson
2003-03-25
1
-0
/
+17
*
Expand scope of the Biba policy to include some of the new entry
rwatson
2003-03-25
1
-0
/
+40
*
Bump __FreeBSD_version for addition of vm_paddr_t and kvtop prototype
jake
2003-03-25
1
-1
/
+1
*
- Add vm_paddr_t, a physical address type. This is required for systems
jake
2003-03-25
81
-275
/
+307
*
I seem to have forgotten this. Sorry.
mdodd
2003-03-24
1
-2
/
+2
*
Oops, SHUTDOWN_PRI_LAST should be EVENTHANDLER_PRI_LAST, not
jhb
2003-03-24
1
-1
/
+1
*
Replace the at_fork, at_exec, and at_exit functions with the slightly more
jhb
2003-03-24
10
-256
/
+62
*
Define some generic eventhandler priorities for use with eventhandlers and
jhb
2003-03-24
1
-6
/
+11
*
- Remove witness_dead and just use witness_watch instead. If witness_watch
jhb
2003-03-24
1
-21
/
+51
*
Retire sys/pc98/pc98/spkr.c
mdodd
2003-03-24
4
-688
/
+9
*
Use __packed;
mdodd
2003-03-24
1
-2
/
+2
*
Correct a mis-merge.
mdodd
2003-03-24
1
-2
/
+2
*
Change g_class initialization to sparse format.
phk
2003-03-24
1
-3
/
+1
*
- Consolidate smapi driver.
mdodd
2003-03-24
4
-364
/
+220
*
Add the 'vpd' and 'smbios' drivers. The 'smbios' driver is just a
mdodd
2003-03-24
3
-0
/
+561
*
Premptively change initializations of struct g_class to use C99
phk
2003-03-24
13
-37
/
+28
*
Use repo-copied files in sys/i386/bios.
mdodd
2003-03-24
22
-2023
/
+20
*
PC98 systems don't need to worry about the MCA bus.
mdodd
2003-03-24
3
-27
/
+0
*
Don't call sysbeep() in sc_bell() if either duration or pitch is zero.
jhb
2003-03-24
1
-1
/
+1
*
Remove a trailing semicolon in SCHED_QUANTUM definition.
mux
2003-03-24
1
-1
/
+1
*
Turn /dev/geom.ctl from a GEOM class into a plain character device driver
phk
2003-03-24
3
-94
/
+19
*
Save a lock: Grab the stall_events SX lock exclusively so it also serialize
phk
2003-03-24
1
-2
/
+2
*
Better fix for the problem addressed by rev.1.79: don't loop in
bde
2003-03-24
1
-8
/
+13
*
Disable interrupts while in kdb_trap() to handle cases where the caller
bde
2003-03-24
2
-0
/
+14
*
- The payload of Write Request Quad must be network byte order.
simokawa
2003-03-24
1
-1
/
+1
*
- The payload of Write Request Quad and Read Response Quad must be
simokawa
2003-03-24
2
-2
/
+9
*
Safe PCI configuration.
simokawa
2003-03-24
1
-2
/
+6
*
Introduce g_cancel_events() and use it a couple of places where it makes
phk
2003-03-23
3
-0
/
+26
[next]