| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement mac_get_peer(3) using getsockopt() with SOL_SOCKET and | rwatson | 2003-11-16 | 2 | -0/+2 |
* | Abstract the label checking and setting logic from | rwatson | 2003-11-16 | 2 | -13/+24 |
* | Implement mpo_copy_{mbuf,pipe,vnode}_label() entry points for | rwatson | 2003-11-16 | 2 | -0/+36 |
* | Reduce gratuitous redundancy and length in function names: | rwatson | 2003-11-16 | 4 | -18/+14 |
* | When rebooting the machine jump to 0xf000:0xfff0 instead of 0xffff:0x0. | phk | 2003-11-16 | 2 | -2/+2 |
* | Pull latest changes from OpenBSD: | sobomax | 2003-11-16 | 6 | -4/+194 |
* | Restored the call to schedsofttty() (now spelled swi_sched(...)) again. | bde | 2003-11-16 | 3 | -42/+57 |
* | Fix comment typo. | akiyama | 2003-11-16 | 1 | -1/+1 |
* | Make two casts correct for all types of 64bit platforms. | andre | 2003-11-16 | 1 | -2/+2 |
* | Make interrupt pipe interval time configurable. | akiyama | 2003-11-16 | 5 | -4/+66 |
* | Apply some fixups in the driver_t's. | akiyama | 2003-11-16 | 2 | -2/+2 |
* | Regen. | akiyama | 2003-11-16 | 2 | -2/+41 |
* | Add vendor IDs, and device IDs supported by uplcom(4). | akiyama | 2003-11-16 | 2 | -0/+15 |
* | Add missing ioctl functions. | akiyama | 2003-11-16 | 1 | -4/+19 |
* | As mentioned by warner, previous revision (opt_ddb.h) was just a fluke -- | green | 2003-11-16 | 1 | -3/+1 |
* | It appears opt_global.h may cause opt_ddb.h to be needed. Adding it | green | 2003-11-16 | 1 | -1/+3 |
* | Write the UFS2 superblock with a 'BAD' magic number at the beginning | wes | 2003-11-16 | 1 | -0/+1 |
* | - Modify alpha's sf_buf implementation to use the direct virtual-to- | alc | 2003-11-16 | 17 | -31/+396 |
* | Bump version to indicate dynamically linked /bin and /sbin is the default. | gordon | 2003-11-16 | 1 | -1/+1 |
* | When implementing getsockopt() for SO_LABEL and SO_PEERLABEL, make | rwatson | 2003-11-16 | 1 | -0/+8 |
* | Whitespace fix. | rwatson | 2003-11-16 | 1 | -2/+2 |
* | Fix the building of null module. In the DIAGNOSTICS case, we include | imp | 2003-11-16 | 1 | -0/+12 |
* | Use "fip->fi_readers == 0 && fip->fi_writers == 0" as the condition for | truckman | 2003-11-16 | 1 | -6/+3 |
* | Localized the cy driver's locking. | bde | 2003-11-16 | 7 | -102/+62 |
* | Quick hack to make the nfsclient.ko loadable again. This brings in | imp | 2003-11-16 | 1 | -1/+12 |
* | Remove the WITNESS debug code from _STOPEVENT. It has pointed out a | imp | 2003-11-15 | 1 | -2/+0 |
* | - Only allow pinning and unpinning of curthread. | jeff | 2003-11-15 | 1 | -6/+6 |
* | Implement Cx CPU idle states and updated throttling support. | njl | 2003-11-15 | 3 | -162/+786 |
* | Add acpi_package.c with routines for validating packages and pulling | njl | 2003-11-15 | 2 | -0/+156 |
* | Add acpi_bus_alloc_gas() for allocating a memory or IO resource from its | njl | 2003-11-15 | 1 | -1/+28 |
* | Add the pc_acpi_id PCPU member. The new acpi_cpu driver uses this to | njl | 2003-11-15 | 4 | -2/+7 |
* | 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 |
* | Correct a cast to make it compile on 64bit platforms (noticed by tinderbox) | andre | 2003-11-15 | 1 | -6/+6 |
* | 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 |
* | 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 |
* | 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 |
* | Move the declaration for "struct nfs4_fctx" out from under #ifdef KERNEL | alfred | 2003-11-15 | 1 | -14/+14 |