| Commit message (Expand) | Author | Age | Files | Lines |
* | This is a crude bandaid for 5.2 to protect against providers which disappear | phk | 2003-11-15 | 1 | -0/+38 |
* | Rename the debugging mutex "callout_no_sleep" to "dont_sleep_in_callout". | phk | 2003-11-15 | 1 | -4/+4 |
* | Make this WARNS 2 clean, and fix up the manual page: | trhodes | 2003-11-15 | 12 | -32/+59 |
* | Correct a cast to make it compile on 64bit platforms (noticed by tinderbox) | andre | 2003-11-15 | 1 | -6/+6 |
* | Replace all uses of the old netgraph constants NG_*LEN by the new | harti | 2003-11-15 | 16 | -135/+135 |
* | Remove an extra 'for' in the HISTORY section. | trhodes | 2003-11-15 | 1 | -1/+1 |
* | opt_apic.h is not needed. | nyan | 2003-11-15 | 2 | -2/+0 |
* | MFi386: revisions from 1.1102 to 1.1105. | nyan | 2003-11-15 | 1 | -16/+13 |
* | MFi386: revision 1.201. | nyan | 2003-11-15 | 1 | -6/+8 |
* | MFi386: revision 1.13. | nyan | 2003-11-15 | 2 | -2/+2 |
* | Initialize sequence numbers to 0 in seminit() instead of using whatever | tjr | 2003-11-15 | 1 | -0/+1 |
* | If a file to send in ASCII mode already has CRLF as end-of-line, | yar | 2003-11-15 | 1 | -2/+4 |
* | Changed the RB_PAUSE flag from 0x40000 to 0x100000 and marked the old | bde | 2003-11-15 | 3 | -6/+30 |
* | In vnode_pager_input_smlfs(), call VOP_STRATEGY instead of VOP_SPECSTRATEGY | tjr | 2003-11-15 | 1 | -1/+4 |
* | Send B_PHYS out to pasture, it no longer serves any function. | phk | 2003-11-15 | 5 | -13/+3 |
* | - Remove the remaining now unnecessary checks for the buf's b_object being | alc | 2003-11-15 | 1 | -10/+4 |
* | - Introduce kseq_runq_{add,rem}() which are used to insert and remove | jeff | 2003-11-15 | 1 | -61/+83 |
* | - m_cat() may free the mbuf on 2nd arg, so m_pkthdr manipulation has | ume | 2003-11-15 | 4 | -20/+14 |
* | oops, correct wrong change in previous commit. | ume | 2003-11-15 | 1 | -1/+0 |
* | Bring in a 90% rewrite of the pcm.4 manual page. This adds tunables, loader | trhodes | 2003-11-15 | 1 | -48/+208 |
* | increase AH_MAXSUMSIZE for hmac-sha2-512 | ume | 2003-11-15 | 1 | -1/+2 |
* | preparation for 64bit sequence number. | ume | 2003-11-15 | 1 | -1/+1 |
* | fixed a bug comparing sav->key_auth and SADB_AALG_NONE. | ume | 2003-11-15 | 1 | -1/+1 |
* | Use idt(4) manpage entity, trim devices. | bmah | 2003-11-15 | 2 | -8/+2 |
* | Move the declaration for "struct nfs4_fctx" out from under #ifdef KERNEL | alfred | 2003-11-15 | 1 | -14/+14 |
* | Remove debugging printf that crept into the last commit. | rwatson | 2003-11-15 | 1 | -1/+0 |
* | Generate minimal /etc/group file for mfsroot tree. | kuriyama | 2003-11-15 | 1 | -0/+3 |
* | Fixed some bugs in macros: | bde | 2003-11-15 | 1 | -18/+14 |
* | /etc/mac.conf is implicitly read and parsed when the MAC configuration | rwatson | 2003-11-15 | 1 | -20/+6 |
* | Update cross references after utf2/euc move. | tjr | 2003-11-15 | 1 | -2/+2 |
* | Update cross references after utf2/euc move. | tjr | 2003-11-15 | 10 | -18/+18 |
* | New release notes: statfs(2), KAME updates. | bmah | 2003-11-15 | 2 | -2/+68 |
* | Remove section 4 versions of these manual pages, they have been | tjr | 2003-11-15 | 2 | -232/+0 |
* | Install the section 5 versions of EUC and UTF2 manual pages instead of | tjr | 2003-11-15 | 1 | -2/+1 |
* | Add "socket" type to the list of default object types, and by | rwatson | 2003-11-15 | 1 | -0/+1 |
* | Use %zu to printf a size_t instead of an int cast. | alfred | 2003-11-15 | 1 | -3/+3 |
* | Update the EUC and UTF2 manual pages for their new home in section 5. | tjr | 2003-11-15 | 2 | -2/+2 |
* | Make ipstealth global as we need it in ip_fastforward too. | andre | 2003-11-15 | 2 | -1/+4 |
* | Fix compliation on sparc64. | alfred | 2003-11-15 | 1 | -1/+2 |
* | Fix compilation warnings on sparc. | alfred | 2003-11-15 | 1 | -2/+2 |
* | nfs4 client module. | alfred | 2003-11-15 | 1 | -0/+36 |
* | unbreak LINT. | alfred | 2003-11-15 | 2 | -11/+7 |
* | mac_relabel_cred() accepts two cred labels, not a cred label and a | rwatson | 2003-11-15 | 1 | -1/+1 |
* | Fixed some English errors in comments. | bde | 2003-11-14 | 1 | -10/+10 |
* | Moved $FreeBSD$ to the beginning of the file. | bde | 2003-11-14 | 1 | -6/+5 |
* | Preemptively burn a bridges. The isa timer code is likely to be | peter | 2003-11-14 | 2 | -145/+0 |
* | Minor source sync with amd64. Use int as the type for the width | peter | 2003-11-14 | 2 | -4/+4 |
* | Minor source sync with amd64. For %.*s printf formats, pass in an | peter | 2003-11-14 | 2 | -6/+10 |
* | Convert a couple of pointers to integers for source compatability with | peter | 2003-11-14 | 2 | -8/+8 |
* | Whitespace nit (sorry, couldn't help it) | peter | 2003-11-14 | 2 | -2/+2 |