aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add myself. Include wollman in addition to billf, because Garrett spent aGarance A Drosehn2007-04-041-0/+3
* Add INP_INFO_UNLOCK_ASSERT() and use it in tcp_input(). Also add someAndre Oppermann2007-04-043-0/+9
* Move last tcpcb initialization for the inbound connection case fromAndre Oppermann2007-04-043-20/+7
* A dash as an argument to the -f option will now cause lastcomm toDiomidis Spinellis2007-04-042-18/+54
* Some local and style(9) cleanups.Andre Oppermann2007-04-042-36/+41
* Retire unused TCP_SACK_DEBUG.Andre Oppermann2007-04-048-8/+0
* In tcp_dooptions() skip over SACK options if it is a SYN segment.Andre Oppermann2007-04-042-0/+4
* cipher(3) is gone.Ceri Davies2007-04-041-1/+0
* Add rpc_statd_flags and rpc_lockd_flags options to allow options to beMatteo Riondato2007-04-045-1/+45
* Add myself and my mentor -> mentee relationship.Martin Matuska2007-04-041-0/+2
* Fix typo FILESYSTEM -> FILESYSTEMSAndrey A. Chernov2007-04-041-1/+1
* The names of the unknown soldiers still are kept in the dustyYaroslav Tykhiy2007-04-041-2/+2
* Admit my infertility in public: I had the honour of being mentored by jkh,Yaroslav Tykhiy2007-04-041-0/+2
* Replace custom file descriptor array sleep lock constructed using a mutexRobert Watson2007-04-0424-344/+324
* Add myself.Alexey Dokuchaev2007-04-041-0/+2
* Use *_EMPTY macros when appropriate.Xin LI2007-04-044-47/+47
* Sort as requested.Ruslan Ermilov2007-04-041-10/+10
* Make DMA tags per-queue to facilate parallel mappingsKip Macy2007-04-042-61/+110
* m_extadd does not appear to do the right thing for the case of clustersKip Macy2007-04-041-0/+39
* Cast away const qualifier to squash GCC warning.Alexander Kabaev2007-04-041-1/+1
* First argument of MD5Final is an array of unsigned characters.Alexander Kabaev2007-04-041-1/+2
* Include string.h for non-kernel builds to get proper memcpy prototype.Alexander Kabaev2007-04-041-0/+1
* Include string.h for non-kernel builds to get proper strcpy, strlenAlexander Kabaev2007-04-041-0/+1
* Add test to confirm that piping a tar archive created by bsdtar throughColin Percival2007-04-041-0/+5
* Do not assign result of (char *) cast to u_char * variable.Alexander Kabaev2007-04-041-1/+1
* Use correct u_int and socklen_t types for parameters if function isAlexander Kabaev2007-04-041-2/+3
* Add include directives for string.h and stdlib.h to get proper functionAlexander Kabaev2007-04-0411-0/+12
* Add myself.Li-Wen Hsu2007-04-041-0/+1
* Include string.h to get proper memcpy prototype.Alexander Kabaev2007-04-041-0/+1
* Add myself, my mentor/mentee relationship.Li-Wen Hsu2007-04-041-0/+3
* Import amd64 assembly implementations of div(3) family from NetBSD.Jung-uk Kim2007-04-044-0/+51
* add helper functions for mapping size to zonez and typesKip Macy2007-04-041-37/+63
* - Remove the leading zero from the day of month.Chin-San Huang2007-04-041-1/+1
* fix typoKip Macy2007-04-041-1/+1
* 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