summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Prefer NULL to returning 0 cast to a pointer type.rwatson2005-02-202-6/+6
* In soreceive(), when considering delivery to a socket in SS_ISCONFIRMING,rwatson2005-02-201-1/+2
* The recomputation of file system summary at mount time can be adelphij2005-02-203-5/+86
* Move assignment of UNIX domain socket pcb during unp_attach() outsiderwatson2005-02-201-1/+1
* Add a note that all four HME chips on a SUNW,qfe card share the same PROM,marius2005-02-201-1/+2
* Removing the #endif as well sounds like a good idea.cognet2005-02-201-1/+0
* In cpufunc_control, uncomment the code responsible for returning the oldcognet2005-02-201-1/+0
* Add the "freq_settings" sysctl to each device that registers with cpufreqnjl2005-02-201-0/+41
* Use a common multi-inclusion protection, and add such aru2005-02-196-18/+28
* Reimplement recursion protection, checking whether current thread holdsglebius2005-02-191-0/+6
* Bump __FreeBSD_version for the Intel C/C++ compiler GCC-compatibilitymarius2005-02-191-1/+1
* Together with the changes to compile kernels with the Intel C/C++ compilermarius2005-02-191-1/+1
* Try to unbreak the vnode locking around vop_reclaim() (based mostly onphk2005-02-197-39/+40
* When clearing a fragment, it's possible that the length is zero.delphij2005-02-191-1/+1
* Add a new field to struct cf_setting for special values. These are driver-njl2005-02-192-1/+8
* Don't restart a timeout wait in kern_sigtimedwait, also allow itdavidxu2005-02-191-11/+27
* Fix for a potential NFS client race where shared data is updated fromps2005-02-181-0/+4
* Allocate the M_VLANTAG m_pkthdr flag, and use it to indicate thatru2005-02-184-8/+12
* Swap the arguments for CP so we copy the correct source andps2005-02-181-4/+4
* Remove now unused 'int s' from spl().rwatson2005-02-181-1/+1
* De-spl kern_connect().rwatson2005-02-181-2/+0
* Correct a typo in the comment describing soreceive_rcvoob().rwatson2005-02-181-1/+1
* In soconnect(), when resetting so->so_error, the socket lock is notrwatson2005-02-181-2/+0
* Re-style do_setopt_accept_filter() to match uipc_accf.c style, and fixrwatson2005-02-181-8/+6
* - Add a custom version of exec_copyin_args() to deal with the 32-bitjhb2005-02-181-219/+160
* Move do_setopt_accept_filter() from uipc_socket.c to uipc_accf.c, whererwatson2005-02-183-126/+121
* - Add a custom version of exec_copyin_args() to deal with the 32-bitjhb2005-02-182-84/+118
* Minor style tweaks: line wrap comments and lines more consistently.rwatson2005-02-181-9/+9
* Re-order checks in socheckuid() so that we check all deny cases beforerwatson2005-02-181-3/+3
* - Implement osf1_emul_find() using kern_alternate_path(). This changesjhb2005-02-183-309/+113
* Use LCONVPATHEXIST() rather than CHECKALTEXIST() and usejhb2005-02-181-9/+14
* For the I/O port case, we need to set ok to 1 if we have what looksimp2005-02-181-8/+15
* Support high vectors for arm9.cognet2005-02-181-0/+2
* Silence witness warnings about duplicate pmap lock emitted sincemarius2005-02-181-1/+1
* Remove basically unused root_vp pointer in udfmount.rwatson2005-02-182-2/+0
* Make sure to drop the VI_LOCK in vgonel();phk2005-02-181-1/+3
* Run the netatalk netisrs without Giant.rwatson2005-02-181-4/+4
* Conditionalize cd9660 chattiness regarding the nature of the file systemrwatson2005-02-182-6/+14
* For non-embedded platforms, increase the size of the argument list.obrien2005-02-181-0/+4
* Fix a couple of u_int_foos that should have been uint_foos.wpaul2005-02-183-4/+4
* Make the Win64 -> ELF64 template a little smaller by using a stringwpaul2005-02-181-34/+21
* In solisten(), unconditionally set the SO_ACCEPTCONN option inrwatson2005-02-181-6/+4
* Introduce a new method, cpufreq_drv_type(), that returns the type of thenjl2005-02-185-23/+67
* Remove 2 (SACK) fields from the tcpcb. These are only used by aps2005-02-174-20/+13
* memspace is set to some value by masking off bits. When these bitsimp2005-02-171-4/+3
* Undoing recent changes to make 3ware's i386 tools work on amd64, since there arevkashyap2005-02-172-59/+0
* Check for the address space type first before validating it. In particular,njl2005-02-171-2/+6
* Fix the support for the ax88[17]90 to print the right type, ratherimp2005-02-171-27/+31
* In case of drive errors, don't close the associated consumer andle2005-02-171-10/+2
* Mark netatm and netnatm explicitly as requiring Giant, as they still do.rwatson2005-02-172-0/+4
OpenPOWER on IntegriCloud