aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix white space botch: use carriage returns rather than tabs.Robert Watson2008-12-311-1/+2
* mark discovered neighbors QoS capable if they advertise wmeSam Leffler2008-12-311-0/+4
* follow prevailing styleSam Leffler2008-12-313-3/+3
* add some USB scanner IDs for recent Epson multifunction devices.Luigi Rizzo2008-12-312-6/+27
* Commit two files missed in previous commit: hook up audit_bsm_errno.cRobert Watson2008-12-312-2/+5
* Call au_errno_to_bsm() on the errno value passed into au_to_return32()Robert Watson2008-12-311-1/+1
* Merge OpenBSM alpha 4 from OpenBSM vendor branch to head, bothRobert Watson2008-12-317-99/+1100
|\
| * Vendor import of OpenBSM 1.1 alpha4, which incorporates the followingvendor/openbsm/1.1-ALPHA-4Robert Watson2008-12-288-33/+357
* | When no driver attaches to a card, don't power down the card. We canWarner Losh2008-12-311-1/+2
* | First pass at 64-bit elf supportWarner Losh2008-12-311-0/+117
* | Update or eliminate some stale comments.Alan Cox2008-12-312-12/+5
* | Document the relationship between enum VM_GUEST and the vm_guest_sysctl_namesIvan Voras2008-12-301-1/+3
* | Avoid an unnecessary memory dereference in vm_map_entry_splay().Alan Cox2008-12-301-3/+4
* | Add a VOP_VPTOCNP implementation for pseudofs which covers file systemsJoe Marcus Clarke2008-12-301-0/+79
* | Style change to vm_map_lookup(): Eliminate a macro of dubious value.Alan Cox2008-12-301-11/+8
* | Added missing second part of cleaning j->ip[46] as requested by bzPeter Holm2008-12-301-0/+2
* | Disable USB bluetooth (needs netgraph built in) and USB audio (doesn'tRui Paulo2008-12-301-3/+3
* | Disable USB bluetooth (needs netgraph built in) and USB audio (doesn'tRui Paulo2008-12-301-3/+3
* | Move the implementation of the vm map's fast path on address lookup fromAlan Cox2008-12-301-34/+23
* | Add a kernel config file so that users have less difficulty testingRui Paulo2008-12-302-0/+220
* | Make sure that unused j->ip[46] are clearedPeter Holm2008-12-301-2/+4
* | Rename mbcnt to mbcnt_delta in uipc_send() -- unlike other localRobert Watson2008-12-301-3/+3
* | Clear the pointers to the file in the struct filedesc before file is closedKonstantin Belousov2008-12-301-6/+8
* | In r185557, the check for existing negative entry for the given nameKonstantin Belousov2008-12-301-22/+11
* | A number of small changes to make the 'save choice to disk' safer,Luigi Rizzo2008-12-302-28/+27
* | Bump the odometer of the years, this time a bit early for 7.1R.Warner Losh2008-12-301-2/+2
* | Fix compilation. Also move ogetkerninfo() to kern_xxx.c.Ed Schouten2008-12-292-212/+208
* | When the insmntque() in the pfs_vncache_alloc() fails, vop_reclaim callsKonstantin Belousov2008-12-291-1/+2
* | Push down Giant inside sysctl. Also add some more assertions to the code.Ed Schouten2008-12-295-76/+47
* | vm_map_lock_read() does not increment map->timestamp, so we shouldKonstantin Belousov2008-12-293-4/+4
* | Use curproc->p_sysent->sv_flags bit SV_ILP32 for detection of the 32 bitKonstantin Belousov2008-12-291-11/+5
* | Drop the pseudofs vnode lock around call to pfs_read handler. The handlerKonstantin Belousov2008-12-291-15/+18
* | After the pfs_vncache_mutex is dropped, another thread may attempt toKonstantin Belousov2008-12-291-13/+26
* | merge 186535, 186537, and 186538 from releng_7_xenKip Macy2008-12-2932-1417/+1328
* | For consistency use LLE_IS_VALID() in this 4th place that is actuallyBjoern A. Zeeb2008-12-281-1/+1
* | drop rnh lock before destroying itKip Macy2008-12-281-0/+1
* | Remove unused variable.Ganbold Tsagaankhuu2008-12-281-3/+0
* | Include std.ixp425 for "cpu" and comment out duplicate memory mapBjoern A. Zeeb2008-12-281-7/+10
* | Like in the rest of the file and the network stack use inp asBjoern A. Zeeb2008-12-271-30/+30
* | Non-functional (style) changes:Bjoern A. Zeeb2008-12-271-206/+208
* | Convert function definitions to constantly use ANSI-styleBjoern A. Zeeb2008-12-271-98/+34
* | - Fix incorrect array declaration that was causing the stack overflowStanislav Sedov2008-12-271-1/+1
* | Rewrite ipsec6_setspidx_inpcb() to match the logic in theBjoern A. Zeeb2008-12-271-21/+11
* | For consistency with ipsec4_setspidx_inpcb() rename file local functionBjoern A. Zeeb2008-12-271-3/+3
* | Change the in6p variable names to inp to be able to diffBjoern A. Zeeb2008-12-271-16/+16
* | In additions to the configs from r185478, which also enabled theBjoern A. Zeeb2008-12-273-0/+3
* | arm is in DEFAULTS; remove dupSam Leffler2008-12-271-1/+0
* | Removed duplicateBjoern A. Zeeb2008-12-271-1/+0
* | Hide detect_virtual() along with the accompanying stringBjoern A. Zeeb2008-12-271-7/+9
* | Minor style(9) compliance change.Alexander Kabaev2008-12-271-1/+2