summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix unionfs problems when a directory is mounted on other directorytakawata2004-10-053-1/+11
* Remove SWI_CAMNET since it's no longer used. Re-sort SWI priorities in itsscottl2004-10-051-5/+4
* Add PCI ID for VIA K8T800Pro chipset. Tested with agptest and X with DRIanholt2004-10-052-0/+4
* Remove the camnet swi and CAM_PERIPH_NET. It has never been used, and givenscottl2004-10-052-14/+4
* Add taskqueue_drain. This waits for the specified task to finish, ifimp2004-10-053-0/+19
* Use a taskqueue rather than an swi to handle deferred notifications.scottl2004-10-051-10/+9
* Add a more verbose description for `device vlan'yar2004-10-041-0/+2
* Hint a kernel builder that vlan needs miibus, which isn't obvious.yar2004-10-041-1/+1
* Change the perfectly precise messagephk2004-10-041-1/+1
* Use tty layer generic code instead of local copy.phk2004-10-042-538/+110
* Another case where we need to guard against a partiallyjulian2004-10-041-0/+2
* Undo revision 1.251. This change was a performance pessimizing work-aroundalc2004-10-032-2/+2
* Always strt out with an initilalised ksegrp structure.julian2004-10-031-3/+3
* Use the correct printf specifier.stefanf2004-10-031-1/+3
* The macro for the function specifier inline is spelled '__inline'.stefanf2004-10-031-3/+3
* Use the correct type for iop_attach().stefanf2004-10-032-4/+6
* Don't bother to turn off other P_STOPPED bits for SIGKILL, doingdavidxu2004-10-031-1/+1
* Add device ID for atuwi USB wlan driver,sanpei2004-10-031-0/+5
* Prevent reentrancy of the IPv6 routing code (leading to crash withgreen2004-10-031-5/+26
* Add support to IPFW for matching by TCP data length.green2004-10-032-0/+24
* Add support to IPFW for classification based on "diverted" statusgreen2004-10-033-16/+42
* Add to IPFW the ability to do ALTQ classification/tagging.green2004-10-032-0/+54
* The physical address stored in the vm_page is page aligned. There is noalc2004-10-034-4/+4
* Disable MTU feedback in IPv6 if the sender writes data that must be fragmented.dwhite2004-10-021-0/+14
* * Use two cdevsw's for ugen(4): one for control endpoints, and one forgreen2004-10-021-20/+91
* * When toggling short transfers on a bulk transfer endpoint, cancel andgreen2004-10-021-20/+22
* Don't allow to create a drive that already exists.le2004-10-021-0/+8
* Correctly skip the '/dev/' part when creating new drives and prefixle2004-10-022-5/+8
* Add #ifdef _KERNEL which allows sicontrol(8) to include this filephk2004-10-021-0/+3
* Fix a problem when you try to mount a directory on another directorytakawata2004-10-021-0/+2
* Use generic device/tty adaptation code.phk2004-10-023-648/+83
* Unlock g_gate_list_mtx mutex when we cannot allocate unit number.pjd2004-10-021-0/+1
* Add support for CTS modemsignal as well.phk2004-10-021-0/+9
* Eliminate unnecessary uses of PHYS_TO_VM_PAGE() from pmap_enter(). Thesealc2004-10-024-20/+8
* Remove an unused declaration. (I should have included this change inalc2004-10-021-1/+0
* Add a SOCKBUF_LOCK() to a rarely executed path in do_sendfile().alc2004-10-021-0/+1
* Remove extraneous SECPOLICY_LOCK_DESTROY calls that cause the mutex to besam2004-10-021-2/+0
* Document MD commands.ru2004-10-011-0/+25
* Add optimized version of the bswap macroes for constants if __OPTIMIZED__ iscognet2004-10-011-2/+30
* There's no need to turn on MALLOC_PROFILE by default.cognet2004-10-011-1/+0
* Don't attempt to profile __udivsi3() and friends, as mcount() uses them.cognet2004-10-011-4/+4
* Add more PnP serial cards support.nyan2004-10-012-22/+38
* Fix BIOS default geometry on pc98.nyan2004-10-011-0/+4
* Read the MAC address in the EEPROM in the correct byte order. Thismux2004-10-012-8/+8
* Clear a process's procfs trace points upon delivery of SIGKILL.alfred2004-10-011-0/+10
* Always set half'n'half mode on ICH* chips.sos2004-10-011-0/+1
* Fix the serverworks modesetting code, of mask offset was wrong.sos2004-10-011-14/+16
* Add ALTQ support for dc(4), based upon a mostly-working patch from mlaier.green2004-10-012-30/+42
* Conditionalize IFF_NEEDSGIANT, like everything else here, on IS_MPSAFE.green2004-10-012-4/+6
* Fix a LOR relating to freeing cdevs.phk2004-10-013-11/+19
OpenPOWER on IntegriCloud