summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MFP4: Support for profiling dynamically loaded objects.jkoshy2006-03-2616-508/+1399
* Define two new inpcb flags in the inp_vflag field, which for whateverrwatson2006-03-261-0/+2
* Minor style tweak: tab after #define, not space.rwatson2006-03-261-4/+4
* Correct bad format args. Interesting- the lines that generatedmjacob2006-03-261-2/+2
* Restore original formulation of SPX segment queue draining during SPXrwatson2006-03-261-1/+3
* Add simple ipxsocket regression test: open, and close, various IPX socketrwatson2006-03-262-0/+80
* Check cancellation state carefully to see we really need to calldavidxu2006-03-261-2/+5
* Take contrib/openbsm/etc configuration files off the vendor branch inrwatson2006-03-265-0/+5
* Explicitly assert socket pointer is non-NULL in tcp_input() so as torwatson2006-03-263-14/+16
* Increase debug level for "Thread exiting." message. It's not that importantpjd2006-03-251-1/+1
* The removal of CIRCLEQ left four queue macros. One sentence was missedemaste2006-03-251-1/+1
* Get the MK_FOO column rightphk2006-03-251-2/+2
* Loopback pf_norm.c rev. 1.106 from OpenBSD:mlaier2006-03-251-4/+22
* In at_setsockaddr(), assert that ddp != NULL, rather than returning anrwatson2006-03-251-3/+2
* Move the check for non-ATIO_CMD ahead of the cache chech so thatmjacob2006-03-251-9/+10
* Rework IPX/SPX socket and pcb reference model:rwatson2006-03-254-92/+146
* Restructure spx_attach() to properly free memory in the event that onerwatson2006-03-251-21/+32
* Don't bother restoring host byte order of mbuf fields when we're justrwatson2006-03-251-3/+0
* In spx_ctloutput(), acquire the ipxp lock around read operations,rwatson2006-03-251-15/+25
* Slight style reformatting of spx_timers() comments; panic if anrwatson2006-03-251-10/+12
* First steps towards IPSec cleanup.gnn2006-03-257-105/+257
* - Use ANSI C prototype.ume2006-03-253-152/+59
* Update build survey scriptsphk2006-03-255-197/+287
* Some fairly major changes to this driver.mjacob2006-03-257-530/+3102
* Don't cancel thread if it is in critical region.davidxu2006-03-251-1/+1
* Revert last delta, it breaks cross-compiles.ru2006-03-251-6/+2
* Add a driver for the new LSI MegaRAID SAS controller family. The 'MFI' namescottl2006-03-257-0/+2687
* Only wake up writer if the lock is free.davidxu2006-03-251-2/+2
* Compile thr_rtld.cdavidxu2006-03-251-0/+1
* Add locking support for rtld.davidxu2006-03-254-4/+229
* Make gcore(1) 64 bit safe. It was trying to parse the /proc/*/map filepeter2006-03-251-3/+3
* fixed a potential memory leaksuz2006-03-241-1/+3
* Only set the size of /usr to whatever-is-left is whatever-is-left iscperciva2006-03-242-0/+2
* Convert TINY_MIN_2POW from a cpp macro to tiny_min_2pow (a variable), andjasone2006-03-241-21/+37
* Include kernel.h to get NET_NEEDS_GIANT() definition, which for somerwatson2006-03-241-0/+1
* stop device so we don't panic on card removal when activesam2006-03-241-0/+1
* Change the -S and -t options to override each other so that the last onejhb2006-03-242-0/+10
* Fix a bug such that if you enabled sorting by size (-S) and enabled ajhb2006-03-241-4/+4
* Add a few more references to -U.jhb2006-03-241-4/+4
* Add a new -U flag to instruct ls to use the birthtime for printing orjhb2006-03-247-4/+49
* fixed a memory leak when net.inet6.icmp6.nd6_maxqueuelen is greater than 1suz2006-03-241-4/+26
* Clean up and style(9) SPX code prior to significant functional changesrwatson2006-03-242-216/+258
* When res_nquerydomain() returns SERVFAIL, we should try next domain.ume2006-03-242-5/+26
* For each of the voltages that a card might support, make sure that theimp2006-03-241-4/+4
* Skeleton support for the SSC device, which implements I2S interfaces,imp2006-03-242-0/+297
* Typesetting fix for -r1.137.mckusick2006-03-241-2/+4
* Skeleton PIO support.imp2006-03-242-0/+336
* Add the sekelton of support for the Power Management Controller.imp2006-03-243-0/+588
* Add rtc to files.at91imp2006-03-241-0/+1
* Add RTC support. This may be of dubious value since the RTC is resetimp2006-03-242-0/+333
OpenPOWER on IntegriCloud