summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Significantly reduce the memory leak as noted in BUGS section forscf2007-07-041-1/+1
* - Use explicit locking in the various fcntl case statements so that wejeff2007-07-031-64/+99
* - Remove explicit Giant protection from lockf. Use the vnode interlockjeff2007-07-031-54/+56
* Tweak the low-level MI SMP code some:jhb2007-07-031-11/+23
* Fix for a race where out of order loading of NFS attrs into thejhb2007-07-031-1/+17
* Fix up NFS client write error handling. Errors are split intojhb2007-07-031-0/+15
* Rev. 1.204 and 1.205 got an erronous version of destroy_dev() thatkib2007-07-031-6/+18
* Lock Giant and proctree lock around dereferencing p_session->s_ttyvp->v_rdev.kib2007-07-031-1/+13
* Use make_dev_credf(MAKEDEV_REF) instead of make_dev() from pty clone handler.kib2007-07-031-2/+1
* Use make_dev_credf(MAKEDEV_REF) instead of make_dev() from the clone handler.kib2007-07-031-10/+16
* Use make_dev_credf(MAKEDEV_REF) instead of make_dev() from snp clone handler.kib2007-07-031-3/+4
* Automatically detect deadlock condition in destroy_dev(), that is, ifkib2007-07-031-2/+8
* Since rev. 1.199 of sys/kern/kern_conf.c, the thread that callskib2007-07-034-18/+176
* Relock the sema_mtxp unconditionally after copyin() for SETALL case inkib2007-07-031-1/+1
* Add a note about the pf update, mark libexec/ftp-proxy as obsolete and bumpmlaier2007-07-031-1/+1
* Add two place holders in struct pf_rule for future netgraph integration.mlaier2007-07-031-0/+2
* Link pf 4.1 to the build:mlaier2007-07-0312-36/+126
* Commit resolved import of OpenBSD 4.1 pf from perforce.mlaier2007-07-0313-2488/+3410
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECgnn2007-07-0343-219/+209
* This commit was generated by cvs2svn to compensate for changes in r171164,mlaier2007-07-031-0/+415
|\
| * Import pf from OpenBSD 4.1mlaier2007-07-0312-1690/+2973
| * Loopback four fixes from OpenBSD for problems reported to the freebsd-pfmlaier2005-09-082-21/+67
| * Import pf from OpenBSD 3.7 (OPENBSD_3_7 as of today)mlaier2005-05-0311-1093/+2403
| * Import a fix from the OpenBSD-stable branch, that slipped by my previousmlaier2004-08-121-2/+3
| * Import a couple of fixes from OpenBSD-current, which did not make -stable inmlaier2004-08-124-7/+17
| * Import from OpenBSD stable branchmlaier2004-07-171-42/+53
| * Import OpenBSD stable branch.mlaier2004-06-173-19/+16
* | Fix hardware checksum verification on fragments.mlaier2007-07-031-0/+9
* | Fixing !INET6 + FAST_IPSEC builds.avatar2007-07-031-1/+1
* | Recover from some major omissions/problems with the 24XX port.mjacob2007-07-024-21/+57
* | - Consolidate the code that free's chunks to actually alsorrs2007-07-027-43/+97
* | Continue pre-7.0 privilege cleanup: update suser(9) comments to be priv(9)rwatson2007-07-022-3/+3
* | Continue kernel privilege cleanup for 7.0: unstaticize suser_enabled andrwatson2007-07-022-2/+1
* | - Add some needed error checking on bad fd passing in the sctprrs2007-07-021-6/+10
* | In the previous revision, when I replaced the unconditional acquisitionalc2007-07-021-11/+10
* | WD Firewire/USB Combo hangs under load on USB interface. Fix withimp2007-07-022-0/+5
* | Removing old, dead, KAME IPsec files as part of the move to thegnn2007-07-0217-20184/+0
* | Fix an annoying pointer/int cast warning that shows up on 64 bit systems.peter2007-07-021-1/+1
* | Revert previous commit, retaining cpufreq.njl2007-07-012-0/+6
* | Add cpufreq(4) to GENERIC. It does not change the frequency by default,njl2007-07-014-6/+6
* | Remove two boot printfs generated by Audit to announce it's presence,rwatson2007-07-012-2/+4
* | After talking with njl@, change this wildcard entry to be a bit less wild.imp2007-07-011-1/+1
* | - Fix input/microphone support for ASUS A8N-VMCSM series.ariff2007-07-012-39/+109
* | Fix no-sound issues with ASUS A9T notebook.ariff2007-07-011-1/+7
* | Fix a dangling netinet6 to netipsec transition for SCTP include files.gnn2007-07-011-1/+1
* | Remove a dangling file reference that is no longer needed with the removalgnn2007-07-011-1/+0
* | Follow on cleanup and removal of two unnecessary include files.gnn2007-07-012-81/+0
* | Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-0159-2373/+771
* | Pages that do belong to an object and page queue can now be freed withoutalc2007-07-012-20/+16
* | Move the XCHANNEL radiotap definition to a free slot. NetBSD defined somethompsa2007-07-011-1/+2
OpenPOWER on IntegriCloud