aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* style fixes and make sure that the lock is treated as released in the sharers...Kip Macy2007-04-041-4/+5
* Parse SCHILY.dev and SCHILY.ino fields. These are ignored when extractingColin Percival2007-04-031-0/+4
* Fixes to sx for newsx - fix recursed case and move out of inlineKip Macy2007-04-032-22/+37
* move lock_profile calls out of the macros and into kern_mutex.cKip Macy2007-04-032-25/+27
* Since we switched to using monatomically increasing timestamps,Julian Elischer2007-04-031-0/+9
* Add the "-p" option, which allows to specify a port which the daemonMatteo Riondato2007-04-032-9/+119
* Add the "-p" option, which allows to specify a port which the daemonMatteo Riondato2007-04-032-8/+92
* Add entry for bsd.symver.mk.Alexander Kabaev2007-04-031-1/+1
* Add myself.Pawel Jakub Dawidek2007-04-031-0/+1
* Fix a typoBrian Somers2007-04-031-1/+1
* Prepare rtld for symbol versioning. Disable it by default for now.Alexander Kabaev2007-04-034-22/+50
* Kill whitespace at EOL.Ruslan Ermilov2007-04-031-1/+1
* Break out Version.map generation code from bsd.lib.mk into aAlexander Kabaev2007-04-032-33/+44
* Add entry for dl_iterate_phdr.Alexander Kabaev2007-04-031-0/+1
* skip call to _lock_profile_obtain_lock_success entirely if acquisition time i...Kip Macy2007-04-032-16/+15
* Add stub for dl_iterate_phdr.Alexander Kabaev2007-04-031-0/+10
* Add dl_iterate_phdr function prototype and corresponding dl_phdr_infoAlexander Kabaev2007-04-031-1/+21
* Implement dl_iterate_phdr function.Alexander Kabaev2007-04-033-21/+80
* Use u_int for variable manipulated by atomic ops to match atomicAlexander Kabaev2007-04-031-1/+1
* Remove unneccessary LO_CONTESTED flagKip Macy2007-04-032-10/+6
* Add entries for myselfBrian Somers2007-04-031-0/+4
* SortBrian Somers2007-04-031-2/+2
* This commit was generated by cvs2svn to compensate for changes in r168305,Mark Peek2007-04-031-1/+2
|\
| * Import vendor patch to fix postcmd regression in tcsh-6.15.00.Mark Peek2007-04-031-1/+2
* | - Protect against specifing journal less than 100MB and against journalPawel Jakub Dawidek2007-04-031-3/+12
* | - Remove the deprecated ``/stand'' hierarchy.Chin-San Huang2007-04-031-3/+1
* | s/if_vlan/vlan/Roman Kurakin2007-04-031-2/+2
* | Fix use after free bug: use temporary variable to hold next entry in linkedRobert Watson2007-04-031-2/+3
* | Add root_mount_wait() function which can be used to wait until the rootPawel Jakub Dawidek2007-04-032-10/+59
* | - fixed several places where we did not release INP locks.Randall Stewart2007-04-0317-221/+387
* | - Fix a bug in the TSO transmit routine where frames which hadAndrew Gallatin2007-04-031-1/+3
* | Make the tunable names for Intel license agreement more obvious.Christian Brueffer2007-04-031-1/+1
* | - add entries for me (leeym)Yen-Ming Lee2007-04-031-1/+6
* | - Update for new tcl categoriesPav Lucistnik2007-04-031-1/+2
* | - Recognize -g and -m in pstat(8) too.Ruslan Ermilov2007-04-032-6/+6
* | Fix a type in a second nameSergey Matveychuk2007-04-031-1/+1
* | - Add myself.Chin-San Huang2007-04-031-0/+1
* | Since the driver uses mutexes, remove splusb() and splx().Kevin Lo2007-04-031-5/+0
* | 'ar' format support for libarchive, contributed by Kai Wang.Tim Kientzle2007-04-036-0/+1376
* | Correct PT_GNU_EH_FRAME definition.Alexander Kabaev2007-04-031-1/+1
* | Don't use a time-limiting loop that's defined in terms of the baudrateMarcel Moolenaar2007-04-031-13/+7
* | Add a dummy script, FILESYSTEMS, which depends on root and mountcritlocalDag-Erling Smørgrav2007-04-0223-22/+34
* | Add description how the filter works in case of multiple interfacesRoman Kurakin2007-04-021-3/+92
* | Don't expose the uart_ops structure directly, but instead haveMarcel Moolenaar2007-04-0221-76/+184
* | Introduce a variable TARGETS that can be set on the make command lineMarcel Moolenaar2007-04-021-1/+3
* | Loop on sdcard init. This helps if one hasn't plugged in the cardWarner Losh2007-04-021-1/+2
* | Fix a fd leak in socketpair():John Baldwin2007-04-022-2/+40
* | Enable MSI support on RELENG_6.Jung-uk Kim2007-04-021-3/+3
* | Make rpc.statd INET* indipendent by converting sockaddr_in structuresMatteo Riondato2007-04-021-6/+18
* | MFP4: Turn emul_lock into a mutex.Jung-uk Kim2007-04-024-18/+18