summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add externs to fix build with VIMAGE_GLOBALS after r187289.bz2009-01-221-0/+2
* Rename sc_is_pseudo to sc_nobulk member in ufoma_softc.takawata2009-01-221-13/+13
* Add locking to ppc and ppbus and mark the whole lot MPSAFE:jhb2009-01-2121-497/+830
* Add the dresden elektronik SensorTerminalBoard which uses an FT245.joerg2009-01-212-0/+19
* Change __FreeBSD_version to prepare for merging r184102.jkim2009-01-211-1/+1
* Fix a few style bogons.jhb2009-01-212-4/+3
* Add Unicode rendering to the teken demo application.ed2009-01-212-11/+32
* Default to normal bus timing mode on SD cards. In practice, mostimp2009-01-211-0/+1
* o The f_max is really at91_master_clock / 2, not 30MHz, so compute it as such.imp2009-01-211-3/+6
* Fix minor style nit for file consistency.imp2009-01-211-5/+4
* Make the command reporting be under boot verbose.imp2009-01-211-6/+10
* Move the code from ufs_lookup.c used to do dotdot lookup, intokib2009-01-213-22/+36
* Now that vfs_markatime() no longer requires an exclusive lock due tojhb2009-01-211-2/+2
* Move the VA_MARKATIME flag for VOP_SETATTR() out into its own VOP:jhb2009-01-214-18/+31
* Fix copy/paste mistake in variable name. This could lead to using incorrectmav2009-01-211-1/+1
* Add functions WITNESS so it can be asserted that the lock is not released for athompsa2009-01-212-0/+59
* correct typo that left programmed sifs time in the slot timesam2009-01-212-3/+3
* Fix typo in commentemax2009-01-201-1/+1
* Check for infinite recursion possible on some broken PPTP/L2TP/... VPN setups.mav2009-01-202-0/+21
* Update (well, actually rewrite mostly) ng_ubt2 driver for USB2.emax2009-01-202-1147/+1362
* The r187467 should remove all pages for V_NORMAL case too, becausekib2009-01-201-8/+17
* Dont assume $MACHINE is set, this breaks for regular builds.thompsa2009-01-201-1/+3
OpenPOWER on IntegriCloud