summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix a race condition where interrupts set up after boot could be enabled innwhitehorn2009-01-251-3/+6
* Revert my previous two changes.ed2009-01-251-0/+16
* Remove pfopen() and pfclose() entirely.ed2009-01-251-12/+0
* Remove unneeded checking for invalid minor numbers from pf(4).ed2009-01-251-4/+0
* When a statically linked binary is executed (or at least, one withoutrwatson2009-01-251-1/+2
* For consistency with prison_{local,remote,check}_ipN renamebz2009-01-256-12/+12
* Remove unneeded checks of device unit number from speaker(4).ed2009-01-251-18/+9
* - Correct a typo in a comment.jeff2009-01-251-1/+1
* - Make the keg abstraction more complete. Permit a zone to have multiplejeff2009-01-255-335/+686
* Remove unneeded use of device unit numbers from pty(4).ed2009-01-251-8/+5
* - Use __XSTRING where I want the define to be expanded. This resulted injeff2009-01-253-4/+4
* If the parent up/down task was queued then sync with it before returning fromthompsa2009-01-251-0/+3
* Fix errors introduced when I rewrote select.jeff2009-01-251-44/+96
* Remove unused unrhdr from GEOM character device module.ed2009-01-241-17/+1
* Mark kern.ttys as MPSAFE.ed2009-01-241-1/+1
* Use __FBSDID() for $FreeBSD$ version strings in .c files.rwatson2009-01-242-4/+6
* Begin to add SDT tracing of the MAC Framework: add policy modevent,rwatson2009-01-241-1/+24
* Add explicit static DTrace tracing to the callout mechanism, capturingrwatson2009-01-241-0/+15
* - Mark all standalone INT/LONG/QUAD sysctl's MPSAFE. This is donejhb2009-01-233-77/+79
* - Add conditional Giant locking around the vrele() injhb2009-01-231-33/+38
* Add a flag to tag individual sysctl leaf nodes as MPSAFE and thus notjhb2009-01-232-4/+5
* Use shared vnode locks for fchdir().jhb2009-01-231-2/+2
* Tweak the wording for vfs_mark_atime() since the I/O it is avoiding by notjhb2009-01-231-3/+3
* Push down Giant in the vlnru kproc main loop so that it is only acquiredjhb2009-01-231-11/+3
* Protect against NULL pointer dereference.trasz2009-01-231-0/+5
* Don't leak memory when alloc fails.trasz2009-01-231-3/+3
* Guard against NULL pointer dereference.trasz2009-01-231-1/+4
* Guard against NULL pointer dereference.trasz2009-01-231-0/+4
* Only start the if_slowtimo timer (which drives the if_watchdog methods ofjhb2009-01-231-2/+25
* fix regulatory state check for all vaps' being down; it must be donesam2009-01-231-7/+7
* add defines for driver-private bits to eliminate use of constantssam2009-01-231-1/+4
* - Add few VIA bridges to agp_via.c and connect it to amd64 buildjkim2009-01-235-18/+28
* Use the correct type for the timeout parameter to the 32-bitjhb2009-01-231-1/+1
* urtw(4) works also on amd64.weongyo2009-01-231-0/+1
* Add an entry for the urtw(4) module.weongyo2009-01-231-0/+1
* Connect urtw(4) to the i386 build only because it's not tested on amd64weongyo2009-01-231-0/+2
* fix return status handling by ar5XXXReset; this is the reason thesam2009-01-235-10/+10
* Add a new USB wireless driver, urtw(4) for supporting Realtek's 8187Lweongyo2009-01-235-0/+3742
* don't run the calibration code if scanning, we won't be on the home channelsam2009-01-231-0/+4
* Move to having a caps flag. Newer versions of the AT91 family don'timp2009-01-231-13/+21
* Don't over-commit the DMA. Use the passed in size of the transferimp2009-01-221-2/+1
* Migrate towards using at91_master_clock. Initialize the clocks forimp2009-01-223-5/+12
* Use at91_master_clock instead of AT91C_MASTER_CLOCK.imp2009-01-222-2/+3
* Remove now-redundant declaration.imp2009-01-221-1/+0
* Store at91_master_clock in a global variable as opposed to a compileimp2009-01-222-0/+4
* VIA Nano processor has a special MSR (CENT_HARDWARECTRL3) bit 32 to determinejkim2009-01-222-2/+4
* Include a missing header file.jkim2009-01-221-0/+1
* Replace couple of strcmp(cpu_vendor, "foo") with cpu_vendor_id for i386jkim2009-01-222-4/+10
* Add a comment explaining what ARM_KERN_DIRECTMAP is all about.cognet2009-01-221-0/+7
* Fix a compile bogon. 'ppbus' is used by two different sets of debug codejhb2009-01-221-0/+2
OpenPOWER on IntegriCloud