summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Sharpen the saw:marcel2009-03-301-0/+4
* Replace v_dd vnode pointer with v_cache_dd pointer to struct namecachekan2009-03-293-34/+92
* o add ic_rt to track the rate table for the current channel; this enablessam2009-03-2915-59/+45
* Fix typo.brueffer2009-03-291-1/+1
* toggling fast-frames requires clocking the state machinesam2009-03-291-1/+1
* Emulate the FIODGNAME ioctl in our 32-bit emulator.ed2009-03-292-0/+26
* remove bogus nwid use; that's a compat shim for netbsdsam2009-03-291-1/+1
* fix wired-wireless failover example and remove incorrectsam2009-03-291-6/+7
* Eliminate ic_myaddr so changing the mac address of a device works correctly:sam2009-03-2917-125/+84
* Query DNS only once per an address family.ume2009-03-291-86/+170
* Get rid of VSTAT and replace it with VSTAT_PERMS, which is somewhattrasz2009-03-294-8/+7
* Unbreak OF_interpret() and its standard implementation after r186347.marius2009-03-292-2/+4
* Extend comment in copyright notice as requested by author.mr2009-03-291-1/+1
* Fixup relative pointers after channel realloc. It fixes crash on systemsmav2009-03-291-8/+11
* Add SDT DTrace probes for VFS vnode operations in the vfs:voprwatson2009-03-291-0/+12
* Mark the declaration of bus_space_map 'static' as the implementation is.bz2009-03-281-2/+3
* For kernel builds reduce the impact of svnversion, just scanningbz2009-03-281-1/+7
* - Add files that should have been added in r190507.lulf2009-03-282-0/+831
* Update to include Toshiba LANCT00A card being supported, as well as aimp2009-03-281-1/+16
* enable setting the mac address of 802.11 devicessam2009-03-281-0/+1
* Import the gvinum work that have been done during and after Summer of Code 2007.lulf2009-03-2820-3472/+4009
* Do not dereference NULL pointer. refobj is NULL for the objects that arekib2009-03-281-1/+1
* Add support for Phenom (Family 10h) to cpufreq.mr2009-03-284-1/+518
* Add some casts to silence compiler warning about signedness.delphij2009-03-282-3/+3
* o Don't access VPD even if hardware advertised the capability.yongari2009-03-282-134/+101
* Minor changes from Berkeley DB 1.86 and further improvements from OpenBSD.delphij2009-03-2811-130/+237
* Allow O_SYNC and O_NOFOLLOW flags in dbopen().delphij2009-03-281-2/+2
* Plug memory leaks and a potential NULL dereference.delphij2009-03-281-4/+12
* Simplify the logic when determining whether to zero out a db file to afterdelphij2009-03-281-15/+5
* - If (keysize+datasize)%(bsize=14)==0, insertion of a `big key' would causedelphij2009-03-281-6/+18
* Avoid NULL deference which causes DEBUG1 to crash, not to print usefuldelphij2009-03-281-1/+1
* - Avoid overwriting the cursor page when the cursor page becomes thedelphij2009-03-281-1/+21
* Fix a crash when iterating over a hash and removing its elements.delphij2009-03-282-11/+21
* Only squeeze a short key/value pair onto a page with other complete key/valuedelphij2009-03-281-3/+9
* Diff reduce against OpenBSD, no functional change.delphij2009-03-282-12/+6
* When reading via memory, read in (amount + 1) / 2 (to properly roundimp2009-03-281-1/+1
* Return meaningful errno in overflow case; print error message to stderrdelphij2009-03-281-1/+7
* Use pread(2) and pwrite(2) instead of lseek(2) + read(2) / write(2).delphij2009-03-282-6/+3
* db/btree/bt_open.c: check return value of snprintf() and return valuedelphij2009-03-282-6/+21
* Several signed/unsigned warning fixes.delphij2009-03-288-16/+18
* It turns out that the Toshiba LANCT00A PC Card is really like theimp2009-03-283-8/+27
* When allocating memory, zero out them if we don't intend to overwrite themdelphij2009-03-285-28/+11
* Add new V* constants, neccessary for granular permission checkstrasz2009-03-271-9/+43
* Add explicit test so that non-existence of /usr/games/fortuneru2009-03-272-2/+2
* Sort NECINFORTIA correctly.imp2009-03-271-1/+1
* Add bromax axnet based cards to the mix. This was harvested from the linuximp2009-03-271-0/+3
* Don't strip TTY device name to the last '/'.ed2009-03-271-2/+2
* Harvest a previously unknown Bromax design based on the AX88x90 fromimp2009-03-271-0/+1
* Revert 190445 change to this file restoring:ambrisko2009-03-271-3/+3
* The buffer start and end phys addresses should be 0x0 for an OHCI zero lengththompsa2009-03-271-2/+5
OpenPOWER on IntegriCloud