aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Reduce gratuitous redundancy and length in function names:Robert Watson2003-11-164-18/+14
* When rebooting the machine jump to 0xf000:0xfff0 instead of 0xffff:0x0.Poul-Henning Kamp2003-11-162-2/+2
* Pull latest changes from OpenBSD:Maxim Sobolev2003-11-166-4/+194
* Restored the call to schedsofttty() (now spelled swi_sched(...)) again.Bruce Evans2003-11-163-42/+57
* Fix comment typo.Shunsuke Akiyama2003-11-161-1/+1
* Make two casts correct for all types of 64bit platforms.Andre Oppermann2003-11-161-2/+2
* Make interrupt pipe interval time configurable.Shunsuke Akiyama2003-11-165-4/+66
* Apply some fixups in the driver_t's.Shunsuke Akiyama2003-11-162-2/+2
* Regen.Shunsuke Akiyama2003-11-162-2/+41
* Add vendor IDs, and device IDs supported by uplcom(4).Shunsuke Akiyama2003-11-162-0/+15
* Add missing ioctl functions.Shunsuke Akiyama2003-11-161-4/+19
* As mentioned by warner, previous revision (opt_ddb.h) was just a fluke --Brian Feldman2003-11-161-3/+1
* It appears opt_global.h may cause opt_ddb.h to be needed. Adding itBrian Feldman2003-11-161-1/+3
* Write the UFS2 superblock with a 'BAD' magic number at the beginningWes Peters2003-11-161-0/+1
* - Modify alpha's sf_buf implementation to use the direct virtual-to-Alan Cox2003-11-1617-31/+396
* Bump version to indicate dynamically linked /bin and /sbin is the default.Gordon Tetlow2003-11-161-1/+1
* When implementing getsockopt() for SO_LABEL and SO_PEERLABEL, makeRobert Watson2003-11-161-0/+8
* Whitespace fix.Robert Watson2003-11-161-2/+2
* Fix the building of null module. In the DIAGNOSTICS case, we includeWarner Losh2003-11-161-0/+12
* Use "fip->fi_readers == 0 && fip->fi_writers == 0" as the condition forDon Lewis2003-11-161-6/+3
* Localized the cy driver's locking.Bruce Evans2003-11-167-102/+62
* Quick hack to make the nfsclient.ko loadable again. This brings inWarner Losh2003-11-161-1/+12
* Remove the WITNESS debug code from _STOPEVENT. It has pointed out aWarner Losh2003-11-151-2/+0
* - Only allow pinning and unpinning of curthread.Jeff Roberson2003-11-151-6/+6
* Implement Cx CPU idle states and updated throttling support.Nate Lawson2003-11-153-159/+783
* Add acpi_package.c with routines for validating packages and pullingNate Lawson2003-11-152-0/+156
* Add acpi_bus_alloc_gas() for allocating a memory or IO resource from itsNate Lawson2003-11-151-1/+28
* Add the pc_acpi_id PCPU member. The new acpi_cpu driver uses this toNate Lawson2003-11-154-2/+7
* This is a crude bandaid for 5.2 to protect against providers which disappearPoul-Henning Kamp2003-11-151-0/+38
* Rename the debugging mutex "callout_no_sleep" to "dont_sleep_in_callout".Poul-Henning Kamp2003-11-151-4/+4
* Correct a cast to make it compile on 64bit platforms (noticed by tinderbox)Andre Oppermann2003-11-151-6/+6
* opt_apic.h is not needed.Yoshihiro Takahashi2003-11-152-2/+0
* MFi386: revisions from 1.1102 to 1.1105.Yoshihiro Takahashi2003-11-151-16/+13
* MFi386: revision 1.201.Yoshihiro Takahashi2003-11-151-6/+8
* MFi386: revision 1.13.Yoshihiro Takahashi2003-11-152-2/+2
* Initialize sequence numbers to 0 in seminit() instead of using whateverTim J. Robbins2003-11-151-0/+1
* Changed the RB_PAUSE flag from 0x40000 to 0x100000 and marked the oldBruce Evans2003-11-153-6/+30
* In vnode_pager_input_smlfs(), call VOP_STRATEGY instead of VOP_SPECSTRATEGYTim J. Robbins2003-11-151-1/+4
* Send B_PHYS out to pasture, it no longer serves any function.Poul-Henning Kamp2003-11-155-13/+3
* - Remove the remaining now unnecessary checks for the buf's b_object beingAlan Cox2003-11-151-10/+4
* - Introduce kseq_runq_{add,rem}() which are used to insert and removeJeff Roberson2003-11-151-61/+83
* - m_cat() may free the mbuf on 2nd arg, so m_pkthdr manipulation hasHajimu UMEMOTO2003-11-154-20/+14
* oops, correct wrong change in previous commit.Hajimu UMEMOTO2003-11-151-1/+0
* increase AH_MAXSUMSIZE for hmac-sha2-512Hajimu UMEMOTO2003-11-151-1/+2
* preparation for 64bit sequence number.Hajimu UMEMOTO2003-11-151-1/+1
* fixed a bug comparing sav->key_auth and SADB_AALG_NONE.Hajimu UMEMOTO2003-11-151-1/+1
* Move the declaration for "struct nfs4_fctx" out from under #ifdef KERNELAlfred Perlstein2003-11-151-14/+14
* Fixed some bugs in macros:Bruce Evans2003-11-151-18/+14
* Use %zu to printf a size_t instead of an int cast.Alfred Perlstein2003-11-151-3/+3
* Make ipstealth global as we need it in ip_fastforward too.Andre Oppermann2003-11-152-1/+4