summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Delete a remnant of the old sparc64 nexus(4) which was never used for sun4v.Marius Strobl2007-05-201-54/+0
* Remove superfluous inclusion of machine/ver.h.Marius Strobl2007-05-204-4/+0
* Make previous revision compile.Marius Strobl2007-05-201-1/+1
* - packets on the input interface were counted twiceAndrew Thompson2007-05-201-13/+1
* Rename the macros for assertion flags passed to sx_assert() from SX_* toJohn Baldwin2007-05-192-22/+27
* In kern_sendfile() adjust byte accounting of the file sending loop toAndre Oppermann2007-05-191-13/+37
* Expose sx_xholder() as a public macro. It returns a pointer to the threadJohn Baldwin2007-05-192-8/+8
* Oops, didn't include SX_ADAPTIVESPIN in the list of valid flags for theJohn Baldwin2007-05-191-1/+1
* Fix GCC warning: va = va += PAGE_SIZE contains pointless operationMarcel Moolenaar2007-05-191-2/+2
* Add a new SX_RECURSE flag to make support for recursive exclusive locksJohn Baldwin2007-05-192-2/+9
* Use __mcount() instead of _mcount() to reduce diffs with NetBSD.Olivier Houchard2007-05-192-4/+4
* Constify to please gcc 4.2.Olivier Houchard2007-05-191-1/+1
* Do not try to inline pmap_kremove(), as it's exported.Olivier Houchard2007-05-191-1/+1
* Fix randomly broken playback with Fortemedia FM801 XWave PCI soundcard.Joel Dahl2007-05-191-8/+9
* Do not try to inline bus_dmamap_sync_buf(), gcc 4.2 doesn't want to do soOlivier Houchard2007-05-191-2/+2
* Add a level of indirection to the kernel PTE table. The oldMarcel Moolenaar2007-05-192-37/+61
* Bump __FreeBSDversion to 700042 to indicate that gcc 4.2 wasXin LI2007-05-191-1/+1
* Account for the fact that contigmalloc(9) can return a NULL pointer.Marcel Moolenaar2007-05-191-3/+6
* Switch the kernel's pmap domain from 15 to 0.Olivier Houchard2007-05-192-4/+4
* Turn off the AK452X De-emphasis filter for 44.1KHz. This should fix someJoel Dahl2007-05-192-2/+2
* Fix detection of PC-9821 V166 internal sound card.Joel Dahl2007-05-191-1/+1
* Minor update to version 3.70.03.007Scott Long2007-05-192-2/+2
* Compare the partner system priority when choosing the aggregator.Andrew Thompson2007-05-192-1/+11
* Implement the Marker Protocol. A marker frame is placed on the interface queueAndrew Thompson2007-05-192-32/+131
* Check return value of m_pullup() in firewire_input().Robert Watson2007-05-191-0/+2
* Tweak inlining parameters a little. Add warning to tell us if functionAlexander Kabaev2007-05-192-2/+4
* Remove extern struct pcpu __pcpu[]; from the header file andAlexander Kabaev2007-05-192-2/+2
* Include machine/pcb.hto turn extern struct pcb stoppcbs[]; constructAlexander Kabaev2007-05-193-0/+3
* Remove local static redefinition of ucom_devclass.Alexander Kabaev2007-05-191-2/+0
* Add kern.arnd sysctl. SSP code uses it to initialize the stack guardAlexander Kabaev2007-05-192-1/+14
* Disable -Werror for now.Alexander Kabaev2007-05-192-4/+4
* Add -Wno-pointer-sign to CWARNFLAGS.Alexander Kabaev2007-05-191-2/+2
* Fix a mbuf leak where sc_start fails or the protocol is none.Andrew Thompson2007-05-191-2/+4
* Fix locking assert where we should hold the reader lock.Andrew Thompson2007-05-182-2/+2
* Zero scsi_readcapacity allocations so we can reallyMatt Jacob2007-05-181-4/+3
* Be more restrictive with segment validity checks in syncache_expand()Andre Oppermann2007-05-181-3/+42
* o Add syslog logging under LOG_DEBUG to various failures caused byAndre Oppermann2007-05-181-5/+38
* Remove unnecessary assignment.Robert Watson2007-05-181-2/+0
* Add tcp_log_addrs() function to generate and standardized TCP log lineAndre Oppermann2007-05-184-22/+101
* Fix statistical accounting for bytes and packets during sack retransmits.John Baldwin2007-05-181-1/+1
* In nfs_down(), if rep can be NULL, which we test for, then we shouldRobert Watson2007-05-181-3/+4
* Fix build with NETGRAPH_MPPC_COMPRESSION but without NETGRAPH_MPPC_ENCRYPTION.Alexander Motin2007-05-181-0/+4
* Help ng_fec deal with multicast addresses.David Malone2007-05-181-2/+77
* Fix a comment.John Baldwin2007-05-181-2/+2
* Move lock_profile_object_{init,destroy}() into lock_{init,destroy}().John Baldwin2007-05-185-8/+3
* Since renaming of vop_lock to _vop_lock, pre- and post-conditionKonstantin Belousov2007-05-1813-31/+31
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingJeff Roberson2007-05-1846-262/+287
* - Convert turnstiles and sleepqueus to use UMA. This provides a modestJeff Roberson2007-05-182-38/+106
* - Disabled responding to NI queries from a global address by default asJINMEI Tatuya2007-05-173-7/+35
* Correct typo in commentChristian S.J. Peron2007-05-171-1/+1