summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Minor style(9) tweaks.imp2005-02-201-7/+4
* Correct typo in comment.imp2005-02-201-1/+1
* This commit was generated by cvs2svn to compensate for changes in r142129,mikeh2005-02-2013-518/+669
|\
| * Import the latest CVS version of lukemftp.mikeh2005-02-2013-518/+669
* | 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
* | When creating a new FFS file system, the block size will indirectlydelphij2005-02-200-0/+0
* | The recomputation of file system summary at mount time can be adelphij2005-02-205-5/+146
* | New release notes: ULE fixes, mpsafevfs, NDISulator for x86-64bmah2005-02-202-2/+124
* | When creating a new FFS file system, the block size will indirectlydelphij2005-02-201-0/+10
* | 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
* | Remove the note about em(4) not working with bridge(4) when hardwarebrueffer2005-02-201-5/+1
* | Fixate the hash bucket size to 4K. We were using the default,ru2005-02-191-3/+12
* | Fix the same problem that was fixed in rev. 1.6 and got reintroducedru2005-02-191-0/+5
* | Use a common multi-inclusion protection, and add such aru2005-02-196-18/+28
* | New release notes: OLDCARD removed, ath(4) transmit rate controlbmah2005-02-192-2/+74
* | sendmail 8.13.3 has been mergedgshapiro2005-02-192-2/+2
* | simply ignore unknown address family.ume2005-02-191-3/+1
* | teach IPv6 to `systat -netstat'.ume2005-02-191-29/+122
* | 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
* | The Intel C/C++ compiler doesn't require a typedef for _Bool when compilingmarius2005-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
* | Add lorder(1) to the list of bootstrap-tools.ru2005-02-191-0/+1
* | Allow to cross-build amd64 on non-i386.ru2005-02-191-1/+2
* | Fix a small bug in firmcvt: outfile must be strdup()ed.wpaul2005-02-191-1/+11
* | 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
* | Support correct programming environment name for amd64.wollman2005-02-181-1/+1
* | Remove now unused 'int s' from spl().rwatson2005-02-181-1/+1
* | De-spl kern_connect().rwatson2005-02-181-2/+0
* | Document the --null, --one-file-system, and -I options.kientzle2005-02-181-5/+34
* | 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
OpenPOWER on IntegriCloud