summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix kernel build (caused by recent ng_{un}timeout API change)emax2004-11-035-23/+23
* Improved interface handling. This should fix the use of renamed interfacesmlaier2004-11-031-17/+12
* The ehci_dump() function shouldn't be declared static, as it isiedowse2004-11-031-1/+1
* Put the "Link is up/down" printfs behind bootverbose. gigE is not so uncommonphk2004-11-031-6/+8
* (1) Move from O(n) list copies to O(1) list concatenation, which isrwatson2004-11-031-14/+11
* Make the bootverbose output from qualitydetermination of the ACPI timerphk2004-11-031-5/+6
* Stop dumping the MBR entries under bootverbosephk2004-11-031-2/+2
* Stop wasting a bootverbose line on all geom slices.phk2004-11-031-1/+1
* Stop printing the VGA registers during verbose boot, in order to notphk2004-11-031-1/+1
* Don't print the singularly unhelpful message:phk2004-11-031-1/+1
* Make the KASSERTS in bstrategy() stop claiming to be bwrite().phk2004-11-031-3/+4
* Merge recent USB2/EHCI related changes from NetBSD:iedowse2004-11-035-94/+194
* Streamline busdma a bit. Inline _bus_dmamap_load_buffer, optimize somescottl2004-11-021-18/+19
* Remove RFC1644 T/TCP support from the TCP side of the network stack.andre2004-11-0213-841/+34
* - Make ng_timeout() to use callout() interface instead of timeout().glebius2004-11-023-30/+28
* Reduce annoying SCSI probing delay from 15 to 5 seconds in all GENRIC kernels.andre2004-11-028-8/+8
* Fix a harmless error in order of ng_timeout() arguments.glebius2004-11-021-2/+2
* Fix broken ng_h4(4). Basically, do not abuse t_sc field and use new t_lscemax2004-11-021-7/+9
* Acquire the accept mutex in soabort() before calling sotryfree(), asrwatson2004-11-021-0/+1
* Add support for Asus M6N laptopsphilip2004-11-022-0/+22
* Implement TLS relocations for powerpc.ssouhlal2004-11-021-0/+28
* Stay up to date with the latest ATA developments, wheressouhlal2004-11-022-2/+4
* Uncomment options _KPOSIX_PRIORITY_SCHEDULING as it is enabled in thessouhlal2004-11-021-1/+1
* - Change the ddb paging "support" to use a variable (db_lines_per_page) tojhb2004-11-0120-27/+43
* Allow individual application processors to be disabled from the loaderjhb2004-11-011-1/+16
* Removed bogus comment.glebius2004-11-011-2/+0
* o style changes:glebius2004-11-011-13/+11
* * Correct an off-by-one reading vpd ro data.obrien2004-11-014-6/+66
* Introduce a Boolean variable wakeup_needed to avoid repeated, unnecessaryalc2004-10-311-2/+9
* Utilize m_uiotombuf() in device write method, instead of home-grownglebius2004-10-312-70/+18
* Since last change moved ';' from macro to code, we need to embraceglebius2004-10-312-4/+4
* Add TUNABLE_LONG and TUNABLE_ULONG, and use the latter for thedes2004-10-316-10/+110
* Whitespace cleanupdes2004-10-315-23/+23
* Don't treat # as a comment in interpreter specification line.pjd2004-10-311-1/+1
* During traversal of the active queue by vm_pageout_page_stats(), tryalc2004-10-301-1/+10
* With ALTQ, it is possible that although the queue was not empty when wedes2004-10-301-0/+7
* Add altq(4) support.des2004-10-301-8/+10
* Eliminate an unused but initialized variable.alc2004-10-301-2/+0
* Save and restore state across suspend/resume events.iedowse2004-10-302-37/+92
* Whitespace cleanup.des2004-10-302-55/+55
* Disable use of synchronization early in the boot by the MAC Framework;rwatson2004-10-303-0/+63
* Add a loader menu option to set hint.atkbd.0.flags=0x1 which allows USBbrooks2004-10-301-0/+10
* MFi386: revision 1.599 (Preserve dcons(4) buffer passed by loader(8).)nyan2004-10-302-2/+34
* Remove a duplicate code.nyan2004-10-301-1/+0
* - When choosing a thread on the run queue, check to see if its nice isjeff2004-10-301-2/+4
* Correct a bug in TCP SACK that could result in wedging of the TCP stackrwatson2004-10-301-2/+2
* Move if_handoff() from an inline in if_var.h to a function to if.crwatson2004-10-302-24/+27
* Add support for the B&B Electronics USB->RS422/485 adapter.le2004-10-302-0/+19
* Add additional "spare" fields to 'struct ifnet' in order to improverwatson2004-10-301-0/+5
* - In sched_prio() check to see if the kse is assigned to a runq as thejeff2004-10-301-1/+1
OpenPOWER on IntegriCloud