aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bring the well known ports of /etc/services into sync with the IANAGreg Lehey2007-05-201-24/+284
* - packets on the input interface were counted twiceAndrew Thompson2007-05-201-13/+1
* Add new x11-drivers category.Florent Thoumie2007-05-192-0/+2
* Add new x11-drivers category.Florent Thoumie2007-05-191-0/+1
* Rename the macros for assertion flags passed to sx_assert() from SX_* toJohn Baldwin2007-05-193-35/+40
* In kern_sendfile() adjust byte accounting of the file sending loop toAndre Oppermann2007-05-191-13/+37
* Revision 1.576 removed too much. I didn't notice because my /usr is onDag-Erling Smørgrav2007-05-191-0/+2
* Document sx_xholder().John Baldwin2007-05-192-0/+13
* Expose sx_xholder() as a public macro. It returns a pointer to the threadJohn Baldwin2007-05-192-8/+8
* Add a few sentences of caution for Microsoft Vista users who mightBruce A. Mah2007-05-191-0/+6
* 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
* Use LDADD to add -lgcc to the end of linker command line. Using LDFLAGSAlexander Kabaev2007-05-191-1/+2
* Document SX_RECURSE flag.John Baldwin2007-05-191-0/+3
* 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-193-5/+5
* Fix the fallout from over-zealous obsolete files removal. Use correctAlexander Kabaev2007-05-191-1/+1
* This commit was generated by cvs2svn to compensate for changes in r169765,Maxime Henrion2007-05-191-1/+1
|\
| * Fix a typo that caused the #undef directive to not actually undefinevendor/csupMaxime Henrion2007-05-191-1/+1
* | 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-193-45/+77
* | Mention gcc 4.2.0 import.Xin LI2007-05-191-1/+1
* | 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
* | New release notes:Christian Brueffer2007-05-191-6/+22
* | 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
* | Work-around for upgrading from a pre-symbol-versioned world.Scott Long2007-05-191-0/+1
* | Implement the Marker Protocol. A marker frame is placed on the interface queueAndrew Thompson2007-05-192-32/+131
* | o Fix typo: firwalling -> firewalling.Maxim Konovalov2007-05-191-1/+1
* | Cosmetics: remove extra space from GCC version string.Alexander Kabaev2007-05-191-1/+1
* | Do not compile hash_compat.c.Alexander Kabaev2007-05-191-1/+1
* | Check return value of m_pullup() in firewire_input().Robert Watson2007-05-191-0/+2
* | Don't forget to free a string allocated by strdup where necessary.Colin Percival2007-05-191-2/+9
* | 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
* | Make sure libc is installed before all other shared libraries. OtherAlexander Kabaev2007-05-191-3/+4
* | 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
* | Introduce WITHOUT_SSP option that allows users to exclude LGPLedAlexander Kabaev2007-05-192-0/+3
* | Universally disable -Werror until src/ is in better shape for GCC 4.2.Alexander Kabaev2007-05-191-0/+4