aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* remove the ath_rate module dependency; it's all bundledSam Leffler2009-01-061-1/+0
* Add a new quirk type so that the MacIO driver will assign memory resourcesNathan Whitehorn2009-01-061-2/+8
* remove module glue, it's not used any moreSam Leffler2009-01-063-81/+0
* Import yet some more small fixes to libteken sources:Ed Schouten2009-01-053-0/+25
* Add Centaur/IDT/VIA vendor ID for Nano family, which has long mode support.Jung-uk Kim2009-01-054-4/+4
* First cut at fixing memory mapping botch. Nobody must use the ray(4)Warner Losh2009-01-051-16/+29
* Define bits for memory mapping house keeping by bridges.Warner Losh2009-01-051-0/+4
* Switch the last protosw* structs to C99 initializers.Bjoern A. Zeeb2009-01-052-17/+25
* This patch introduces a number of simplifications to the ForthLuigi Rizzo2009-01-053-509/+313
* Add commented out options KDTRACE_HOOKS and, for amd64, KDRACE_FRAME,Robert Watson2009-01-052-0/+3
* Add the missing PRU_FLUSH and 'FLUSH' defines noticedRandall Stewart2009-01-051-2/+3
* Fix rendering glitch in cons25 emulation.Ed Schouten2009-01-041-0/+12
* Fix non-C99 initialization for protosw initializing pr_ousrreq.Robert Watson2009-01-041-1/+0
* Unlike with struct protosw, several instances of struct ip6protoswRobert Watson2009-01-042-2/+0
* struct ip6protosw is a copy of struct protosw, so remove pr_usrreq thereRobert Watson2009-01-041-5/+0
* Remove Giant locking from domains list.Ed Schouten2009-01-041-9/+9
* Remove two further uses (debugging and NULLing) of pr_ousrreq, missed dueRobert Watson2009-01-042-3/+0
* Remove now-unused pr_ousrreq from struct protosw. It may not have beenRobert Watson2009-01-041-2/+0
* Do not incorrectly add the low 5 bits of the offset to the resultingKonstantin Belousov2009-01-041-1/+1
* Back out r186615; the sanitizing of the pointers in the error caseBjoern A. Zeeb2009-01-041-2/+0
* Improve probing.Marcel Moolenaar2009-01-041-5/+9
* Print control characters, even though they are normally not visible.Ed Schouten2009-01-042-1/+7
* Sync with usb4bsd:Alfred Perlstein2009-01-0447-840/+2426
* Resolve some regressions related to tabs and linewrap handling.Ed Schouten2009-01-034-2/+34
* Fix the OFW interrupt map parser to use its own idea of the number of interruptNathan Whitehorn2009-01-038-49/+35
* Reapply the intpin correction part of r146420 which somehowMarius Strobl2009-01-031-0/+7
* Added section type SHT_GNU_HASH. GNU-style .hash section is a newKai Wang2009-01-031-0/+1
* Extend the struct vm_page wire_count to u_int to avoid the overflowKonstantin Belousov2009-01-033-6/+14
* Allow the IP_MINTTL socket option to be set to 0 so that it can beRobert Watson2009-01-031-1/+1
* Call pcn_start_locked() instead of pcn_start() where the softc lock isChristian Brueffer2009-01-031-1/+1
* Some modules such as SCTP supplies a valid route entry as an input argumentQing Li2009-01-032-37/+17
* Fix a corner case in my previous commit.Ed Schouten2009-01-021-1/+2
* Don't let /dev/console be revoked if the TTY below is being closed.Ed Schouten2009-01-021-0/+7
* The log message should terminate with a newline insteadQing Li2009-01-021-1/+1
* Remove an unneeded assertion in libteken.Ed Schouten2009-01-011-1/+0
* White space and comment tweaks.Robert Watson2009-01-011-2/+2
* Temporary workaround for the limitations of the mbuf flowid field: zeroRobert Watson2009-01-011-0/+2
* - Currently the PMAP code is laid out to let the kernel TSB cover theMarius Strobl2009-01-013-2/+29
* Replace syscons terminal renderer by a new renderer that uses libteken.Ed Schouten2009-01-0124-989/+3117
* Back out a non-style(9) change from r186668 to unbreak the kernels.Bjoern A. Zeeb2009-01-011-1/+1
* style(9)David E. O'Brien2009-01-011-1/+1
* style(9)David E. O'Brien2009-01-012-12/+11
* style(9)David E. O'Brien2009-01-012-22/+22
* style(9)David E. O'Brien2009-01-011-314/+314
* Resurrect shared map locks allowing greater concurrency during some mapAlan Cox2009-01-012-11/+84
* Don't clobber sysctl_root()'s error number.Ed Schouten2009-01-011-2/+5
* Fix white space botch: use carriage returns rather than tabs.Robert Watson2008-12-311-1/+2
* mark discovered neighbors QoS capable if they advertise wmeSam Leffler2008-12-311-0/+4
* follow prevailing styleSam Leffler2008-12-313-3/+3
* add some USB scanner IDs for recent Epson multifunction devices.Luigi Rizzo2008-12-312-6/+27