summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Allow the LACP state to be queried from userland which at the moment is thethompsa2007-07-054-0/+88
* Remove netkey directory from cscope/TAGs generation and replacebz2007-07-052-3/+7
* Fix a build breakage as result of disabling parts of I4B.bz2007-07-052-17/+17
* Quiet framelen uninitialized warning. I think it was a false alarm.peter2007-07-051-1/+3
* Quiet warnings. I believe gcc is incorrect about these.peter2007-07-051-1/+1
* __packed has no effect on u_int8_t's except to cause a warning (andpeter2007-07-051-1/+1
* Turn -Werror back on for amd64 for kernel builds.peter2007-07-051-0/+2
* Compile pf/pf_subr.c and netnatm/cc_conn.c without -Werror for the timepeter2007-07-052-3/+3
* Quiet warnings. These do not appear to be actually used uninitialized,peter2007-07-051-1/+1
* Fix a stray splx() that caused a new warning.peter2007-07-051-2/+2
* Initialize DWBuf[3].peter2007-07-051-0/+1
* Fix a bunch of warnings due to a missing forward declaration of a struct.peter2007-07-051-0/+1
* Prefer device_printf to printf("%s: ...", device_get_nameunit()). Onimp2007-07-051-30/+23
* Prefer device_printf to printf("%s:...", device_get_nameunit(),...);imp2007-07-052-61/+51
* Fix 'assignment used as truth value' warningpeter2007-07-051-1/+2
* Temporarily turn nowerror on for i386 and amd64 pmap.c. I'd like to studypeter2007-07-052-2/+2
* Fix a second warning, introduced by my last "fix". I committed the wrongpeter2007-07-051-2/+2
* Fix cast-qualifiers warning when INET6 is not presentpeter2007-07-053-4/+3
* Fix bad function type passed to destroy_dev_sched_cb().peter2007-07-051-1/+2
* Remove pad argument from ftruncate wrapper. Oops.peter2007-07-051-1/+0
* 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
* 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
* 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
* 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-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
OpenPOWER on IntegriCloud