summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Move a FILEDESC_UNLOCK upwards to silence witness.phk2004-11-161-1/+1
* Move a FILEDESC_UNLOCK up to maintain correct nesting of FILEDESC/FILEphk2004-11-161-11/+9
* Eliminate pointless goto.phk2004-11-162-6/+10
* Add missing break.phk2004-11-161-0/+1
* Simplify a bit bus_dmamap_load_buffer by removing the "first" parameter, usecognet2004-11-161-38/+21
* Fix just the worst of the timeout race conditions that the previousiedowse2004-11-163-3/+13
* MFi386:cognet2004-11-151-17/+14
* move the lock after the NULL check so we don't have a hard(er) to diagnosejmg2004-11-152-4/+4
* Make vnode bypass the default for devices.phk2004-11-151-1/+1
* Give vn_poll single exit point (to make it easier to insertphk2004-11-151-5/+3
* Straighten the ioctl function out to have only one exit point.phk2004-11-151-17/+13
* Forgot to remove now unused variable in last commit.phk2004-11-152-2/+0
* It is not necessary to hold vn_start_write/vn_finished_write around VOP_REVOKE.phk2004-11-152-6/+0
* Next FILEDESC_LOCK properly around FILE_LOCKphk2004-11-152-4/+4
* Fix an off by one error. MAXPATHLEN already has +1.imp2004-11-151-1/+1
* Remove more debuggingimp2004-11-151-1/+1
* Add acpi_sony to the list of drivers that are built.imp2004-11-151-0/+3
* fix the missing lock in sk_jfree (verified w/ an assert)jmg2004-11-154-20/+46
* Put _ray back, as appropriate.imp2004-11-151-0/+2
* Make FILE_LOCK and FILEDESC_LOCK nest properly by postponing the thephk2004-11-151-2/+2
* Add file ops to fifofs so that we can bypass vnodes (and Giant) for thephk2004-11-151-1/+164
* PC98 does not have ACPI.nyan2004-11-151-1/+1
* Move RAID5 offset calculation into a separate function to avoidle2004-11-151-50/+56
* Share gv_roughlength() between kernel and userland, as we will need itle2004-11-154-36/+36
* Make VOP_BMAP return a struct bufobj for the underlying storage devicephk2004-11-1515-51/+53
* Add pbgetbo()/pbrelbo() lighter weight versions of pbgetvp()/pbrelvp().phk2004-11-152-0/+44
* Don't manually set b_bufobj, pbgetvp() does this for us.phk2004-11-151-1/+0
* More kasserts.phk2004-11-151-1/+6
* style polishing.phk2004-11-151-7/+3
* Move pbgetvp() and pbrelvp() to vm_pager.c with the rest of the pbuf stuff.phk2004-11-152-46/+44
* expect the caller to have called pbrelvp() if necessary.phk2004-11-151-3/+0
* Explicitly call pbrelvp()phk2004-11-152-0/+3
* Order of arguments after "optional" is not without significance:phk2004-11-151-4/+4
* After discussions with Nate, repo copy the acpi assist drivers fromimp2004-11-1511-1886/+17
* Merge 1.3 from acpi_snc.c: don't use return_VALUE() macroimp2004-11-151-24/+22
* Add comment about why amd64 and ia64 don't build acpi modules.imp2004-11-151-2/+2
* Apply a bandaid to avoid hangs on Ultra 2 machines. The second Z8530marcel2004-11-151-1/+1
* Be slightly more paranoid about using the divisor in a division andmarcel2004-11-151-2/+6
* Remove the BR tag. When the machine doesn't have the DIG64 HCDPmarcel2004-11-141-1/+1
* Implement UART_IOCTL_BAUD. Consequently, when the baudrate was unsetmarcel2004-11-141-1/+11
* Add UART_IOCTL_BAUD to allow us to query the hardware about themarcel2004-11-142-0/+6
* Make sure the baudrate specified with the BR tag is somewhat sane.marcel2004-11-141-0/+20
* Make it clear that the acpi modules can only be compiled on i386.scottl2004-11-141-0/+8
* s/return_VALUE/return / to fix build breakage when ACPI_DEBUG istruckman2004-11-141-3/+3
* Further refine the if_em vlan fix in if_em.c:1.53:rwatson2004-11-141-4/+19
* Commit more debugging output. This is a little bit of using a large hammer,obrien2004-11-142-0/+20
* Move the bit of the syncer which deals with vnodes into a separatephk2004-11-141-36/+46
* Rearrange memory management for ioctl arguments to use stronger checksphk2004-11-141-25/+16
* style polish.phk2004-11-141-8/+6
* Move #define up.phk2004-11-141-5/+5
OpenPOWER on IntegriCloud