summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Include gettytab.h before extern.h so that the declarations of structstefanf2005-04-064-5/+3
* - we are no longer shareing any resources to be locked betweenume2005-04-062-27/+12
* MUTEX_INITIALIZER should be used instead ofume2005-04-061-1/+1
* When a packet has been reinjected into ipfw(4) after dummynet(4) processingglebius2005-04-061-2/+6
* Remove unique id field which is no longer used by debugger.davidxu2005-04-063-15/+2
* Remove debug symbol from installed library, one can alwaysdavidxu2005-04-061-1/+1
* separate gai_strerror(3) from getaddrinfo.c.ume2005-04-063-28/+62
* Add support for controllers that doesn't have the usual taskfilesos2005-04-068-117/+142
* Constify hexdump() harder.phk2005-04-062-3/+3
* - Remove dead code.jeff2005-04-061-26/+2
* - Assert that the bufobj matches in flushbuflists. I still haven't gottenjeff2005-04-061-0/+3
* A number of improvements to ZIP support.kientzle2005-04-066-67/+338
* Merge from RELENG_5: invert WITH_LIB32 into NO_LIB32 so that we build thepeter2005-04-061-2/+2
* Fix the lib32 build for amd64 after v1.238 of src/include/Makefile (imp).peter2005-04-061-0/+1
* Fully initialize the required TSS fields so that the io permissioncperciva2005-04-063-1/+4
* Use ACTION_PTR(r) instead of (r->cmd + r->act_ofs).brooks2005-04-061-2/+2
* New release note: SA-05:02.sendfile (+MFC).bmah2005-04-062-0/+14
* Make dummynet_flush() match its prototype.brooks2005-04-051-1/+1
* Fix a long-standing bug in k_rem_pio2(), which led to large errors whendas2005-04-051-1/+1
* Fix 32 bit signals on amd64. It turns out that I was sign extendingpeter2005-04-051-72/+72
* Document the configuration files used.jcamou2005-04-051-0/+3
* Be more specific when complaining about bit masks.brooks2005-04-051-2/+2
* Add support for FTDI's FT2232C twin channel chip.ticso2005-04-052-14/+27
* remove usbd_errstr(err) from printf.ticso2005-04-051-2/+2
* Don't free the _PSS buffer until after we check to see if we have no validjhb2005-04-051-2/+2
* 'dumpon' can run before 'initrandom' so make it.obrien2005-04-051-2/+2
* Correct type mismatch introduced in last commit.nectar2005-04-051-1/+1
* make yp stuff re-entrant.ume2005-04-051-26/+15
* protect _yp_domain with mutex lock.ume2005-04-051-3/+24
* Oops, revert a commit that snuck in with the earlier critical sectionjhb2005-04-051-1/+0
* Release the IRQ resource on detach. This fixes repeatedly loading andmarius2005-04-051-0/+1
* - Update and expand description of node operation.glebius2005-04-051-130/+60
* Major overhaul and cleanup of ng_source node.glebius2005-04-052-164/+134
* add missing mutex unlock.ume2005-04-051-0/+1
* Fix a change in a debug printf I missed in an earlier commit.jhb2005-04-051-1/+1
* Fix a use-after-free problem in atapi_cb(). Add some necessary synchronizationscottl2005-04-051-4/+13
* DES pointed out that the PAM layer may change the target user namenectar2005-04-051-15/+32
* Add firstshot support for Acer Labs Inc SATA partssos2005-04-053-36/+111
* natd core dumps when -reverse switch is used because of a bug inphk2005-04-052-4/+4
* There is not much sense in having an else after Punt() and _exit() whichharti2005-04-051-48/+56
* Print thread address.davidxu2005-04-051-4/+4
* Export thread address.davidxu2005-04-053-0/+9
* Push some faulty debugging aside so LINT compiles.phk2005-04-051-1/+1
* - Move NDFREE() from vfs_subr to vfs_lookup where namei() is.jeff2005-04-052-38/+38
* - Use taskqueue_thread rather than taskqueue_swi since our task is goingjeff2005-04-051-1/+1
* - Consistently call 'vp' vp rather than ovp sometimes in ffs_truncate().jeff2005-04-051-105/+104
* Put parantheses into 'if (foo && bar & flag)'. While they are not strictlyharti2005-04-051-2/+2
* Remove lots if irritating parantheses and fix two comments.harti2005-04-051-28/+28
* Remove the definition for STATIC and just use static.harti2005-04-051-10/+8
* Remove unneccessary local prototypes.harti2005-04-051-7/+0
OpenPOWER on IntegriCloud