summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* This commit was generated by cvs2svn to compensate for changes in r130610,mlaier2004-06-161-0/+840
|\
| * Import pf from OpenBSD 3.5 (OPENBSD_3_5_BASE)mlaier2004-06-1611-1417/+4695
| * Import OpenBSD 3.4-stable fixesdhartmei2004-05-023-19/+16
| * Import another fix from the OpenBSD-Stable branch:mlaier2004-04-111-6/+11
| * Import two fixes from OpenBSD's stable branch:mlaier2004-03-282-4/+41
* | Prepare for pf 3.5 import:mlaier2004-06-165-62/+3
* | o Return ai_batteries as 0xffffffff instead of -1. This is a nop change, butimp2004-06-162-2/+3
* | Unspam sys/boot, the dev_t commit should not have touched these.phk2004-06-166-8/+8
* | My new keyboard can't spell.phk2004-06-161-1/+1
* | Handle dead disks in a somewhat sane way.le2004-06-164-3/+21
* | MFi386: revision 1.1161nyan2004-06-161-1/+1
* | I am not quite sure what broke compiling LINT:mcount.c, but a nestedphk2004-06-161-0/+2
* | o connect(2): if there is no a route to the destinationmaxim2004-06-161-3/+1
* | Do the dreaded s/dev_t/struct cdev */phk2004-06-16331-1279/+1290
* | Fix build for IPSEC && !INET6bms2004-06-162-6/+12
* | Reverse a patch which has no effect on -CURRENT and should probably bebms2004-06-161-7/+1
* | In ip_forward(), when calculating the MTU in effect for an IPSEC transportbms2004-06-161-0/+2
* | In ip_forward(), set m->m_pkthdr.len correctly such that the mbuf chainbms2004-06-161-0/+1
* | Premptively fix GCC3.4 issue: add break; after empty default: clauses.phk2004-06-162-0/+3
* | Add some lock assertions. Lock a small part of pmap_enter().alc2004-06-161-0/+4
* | MFamd64alc2004-06-162-4/+54
* | MFamd64alc2004-06-161-32/+1
* | Disconnect a temporarily-connected UDP socket in out-of-mbufs case. Thisbms2004-06-161-1/+7
* | Convert GIANT_REQUIRED to NET_ASSERT_GIANT for socket access.rwatson2004-06-161-1/+1
* | Convert GIANT_REQUIRED to NET_ASSERT_GIANT where Giant is used torwatson2004-06-163-6/+6
* | Correct an error in the implementation of pmap_is_prefaultable(). When Ialc2004-06-161-1/+1
* | Nice, is a property of a process as a whole..julian2004-06-1613-81/+63
* | Disable "bulk dequeue" when enabling ALTQ so it does not irritate themlaier2004-06-151-0/+1
* | Replace IF_HANDOFF with new IFQ_HANDOFF to enqueue with ALTQ once enabled onmlaier2004-06-1511-29/+45
* | Change strategy based on a suggestion from Ian Dowse. Instead of tryingpeter2004-06-151-37/+30
* | Fix several bugs related to subdisk drive_offset calculation.le2004-06-151-4/+5
* | If a device is not ONLINE, do not attempt to submit any commandsps2004-06-151-23/+4
* | Remove a stale comment.alc2004-06-153-18/+0
* | s/device_get_handle/acpi_get_handlenjl2004-06-152-2/+2
* | Fix spelling.dfr2004-06-151-2/+2
* | Fill in locking annotation for additional socket fields:rwatson2004-06-151-14/+14
* | Oops, backout debug code..sos2004-06-151-4/+0
* | Dont set prefetch etc on VIA chips, causes problems on newer chips andsos2004-06-152-4/+4
* | Increase robustness of SATA handling.sos2004-06-153-88/+191
* | Add pmap locking to pmap_extract(), pmap_mincore(), and pmap_remove().alc2004-06-151-4/+15
* | Lock down rawcb_list, a global list of control blocks for raw sockets,rwatson2004-06-153-0/+10
* | Grab the socket buffer send or receive mutex when performing arwatson2004-06-156-3/+36
* | Fix a typeo in IFQ_HANDOFF.mlaier2004-06-151-1/+1
* | Catch one more use of acpi_MatchHid and update for new API.njl2004-06-152-2/+2
* | We only need the devclass_find() result, not the softc.njl2004-06-152-2/+2
* | Transform tbr_dequeue into a function pointer in order to build drivers withmlaier2004-06-154-8/+12
* | Fix symbol lookups between modules. This caused modules that depend onpeter2004-06-151-1/+5
* | Insurance: cause a proper symbol lookup failure for symbol entries thatpeter2004-06-151-0/+2
* | Make contigmalloc() more reliable:green2004-06-151-6/+25
* | Remove unneeded '-' from comment header; this comment contains onlyrwatson2004-06-141-1/+1
OpenPOWER on IntegriCloud