summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Add quirks, derived from the linux quirks table for:imp2007-07-052-5/+375
* | Add support for Western Digital MyBook external enclosures. They needimp2007-07-052-0/+10
* | Add missing \ characters in PSEUDO() macro on arm. Oops.peter2007-07-041-2/+2
* | kdump has knowledge of lseek() and mmap() arg decoding. Teach it aboutpeter2007-07-041-1/+25
* | Change the C wrappers for mmap/lseek/pread/pwrite/truncate/ftruncate topeter2007-07-049-9/+119
* | Classify mmap, lseek, pread, pwrite, truncate, ftruncate as pseudopeter2007-07-047-22/+35
* | Adjust the syscall stub macros to be consistent in their meaning. Inpeter2007-07-045-34/+20
* | Don't add the 'pad' argument to the mmap/truncate/etc syscalls.peter2007-07-043-5/+0
* | Add compat6 wrapper code for mmap/lseek/pread/pwrite/truncate/ftruncate.peter2007-07-041-0/+83
* | Regenerate after mmap/lseek/etc syscall changespeter2007-07-044-102/+177
* | Add i386 emulation wrappers for mmap/lseek/etc. These use COMPAT6, sopeter2007-07-041-6/+22
* | Add freebsd6_ wrappers for mmap/lseek/pread/pwrite/truncate/ftruncatepeter2007-07-043-3/+78
* | Bump version for new mmap/lseek/etc syscallspeter2007-07-041-1/+1
* | Regenerate after mmap/lseek/etc syscall changes.peter2007-07-046-112/+251
* | Create new syscalls for mmap(), lseek(), pread(), pwrite(), truncate() andpeter2007-07-041-9/+20
* | Add support for COMPAT6 syscalls.peter2007-07-041-9/+42
* | Document the move from FAST_IPSEC to IPSEC. Point out the need forgnn2007-07-041-0/+5
* | Add case-insensitive matching to sed, using the 'I' flag, similarly to GNU sed.ssouhlal2007-07-046-27/+62
* | Do not install man pages for the three I4B 'modules' that werebz2007-07-042-1/+10
* | Be much more forgiving towards applications that requesting ioctlsariff2007-07-041-4/+2
* | Since cdev mutex is after system map mutex in global lock order, free()kib2007-07-043-1/+38
* | Reintroducing !INET6 + IPSEC building fix which was accidentally revertedavatar2007-07-041-1/+1
* | Remove a last, dangling, file from the Kame IPsec code.gnn2007-07-041-718/+0
* | Fix missing prototype warnings. (Compile errors with -Werror on)peter2007-07-041-2/+2
* | Temporary disconnect i4bing, i4bisppp and i4bipr from the build forbz2007-07-0411-32/+36
* | Significantly reduce the memory leak as noted in BUGS section forscf2007-07-0428-290/+1389
* | - 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
* | Use the -n flag on ifconfig so that dhclient does not cause the kernel modulethompsa2007-07-031-8/+9
* | 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
* | New release notes: uark(4), nxge(4), KAME IPsec removal andbmah2007-07-031-4/+26
* | New release note: gjournal(8).bmah2007-07-031-0/+8
* | Lost these during the import. Hand me the pointy hat.mlaier2007-07-032-0/+125
* | Add a note about the pf update, mark libexec/ftp-proxy as obsolete and bumpmlaier2007-07-033-1/+10
* | 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-0322-76/+222
* | Commit resolved import of OpenBSD 4.1 pf userland from perforce.mlaier2007-07-0328-3423/+3641
* | This commit was generated by cvs2svn to compensate for changes in r171169,mlaier2007-07-0321-7/+5188
|\ \
| * | Import pf userland from OpenBSD 4.1 and (for ftp-proxy) libevent 1.3b asmlaier2007-07-0343-2655/+8750
* | | Commit resolved import of OpenBSD 4.1 pf from perforce.mlaier2007-07-0313-2488/+3410
OpenPOWER on IntegriCloud