summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Back out last change and go back to using KSE locks instead of threaddeischen2003-11-162-32/+34
* Add the following devices to the list of supported devices, to syncsimon2003-11-161-0/+6
* Restored the call to schedsofttty() (now spelled swi_sched(...)) again.bde2003-11-163-42/+57
* Fix comment typo.akiyama2003-11-161-1/+1
* Make two casts correct for all types of 64bit platforms.andre2003-11-161-2/+2
* Make interrupt pipe interval time configurable.akiyama2003-11-165-4/+66
* Apply some fixups in the driver_t's.akiyama2003-11-162-2/+2
* Regen.akiyama2003-11-162-2/+41
* Add vendor IDs, and device IDs supported by uplcom(4).akiyama2003-11-162-0/+15
* Add missing ioctl functions.akiyama2003-11-161-4/+19
* Add rue(4) into list of miibus-using drivers and reference.akiyama2003-11-161-0/+3
* Remove an annoying printf that somehow leaked into rev 1.21.njl2003-11-161-1/+0
* As mentioned by warner, previous revision (opt_ddb.h) was just a fluke --green2003-11-161-3/+1
* Convert the live dump command (`dump -L') to use mksnap_ffs insteadmckusick2003-11-161-12/+8
* It appears opt_global.h may cause opt_ddb.h to be needed. Adding itgreen2003-11-161-1/+3
* Add the -E command line option to force error conditions for testing.wes2003-11-163-2/+18
* Catch and report on filesystems that were interrupted during newfs,wes2003-11-161-0/+12
* Write the UFS2 superblock with a 'BAD' magic number at the beginningwes2003-11-162-1/+5
* - Add GPT header/table recovery commandkensmith2003-11-162-4/+92
* - Provide default values for LABELOFFSET and LABELSECTOR sokensmith2003-11-161-0/+11
* - Modify alpha's sf_buf implementation to use the direct virtual-to-alc2003-11-1617-31/+396
* Bump version to indicate dynamically linked /bin and /sbin is the default.gordon2003-11-161-1/+1
* Change the default for binaries in /bin and /sbin from statically togordon2003-11-162-2/+2
* Memory allocated by mac_to_text() must be freed using free(3) notrwatson2003-11-161-2/+15
* Resync. struct statfs and flag definitions with sys/mount.h.tjr2003-11-161-22/+57
* When implementing getsockopt() for SO_LABEL and SO_PEERLABEL, makerwatson2003-11-161-0/+8
* Whitespace fix.rwatson2003-11-161-2/+2
* Fix the building of null module. In the DIAGNOSTICS case, we includeimp2003-11-161-0/+12
* Use "fip->fi_readers == 0 && fip->fi_writers == 0" as the condition fortruckman2003-11-161-6/+3
* Localized the cy driver's locking.bde2003-11-167-102/+62
* Quick hack to make the nfsclient.ko loadable again. This brings inimp2003-11-161-1/+12
* Remove the WITNESS debug code from _STOPEVENT. It has pointed out aimp2003-11-151-2/+0
* - Only allow pinning and unpinning of curthread.jeff2003-11-151-6/+6
* Minor word tweaks.trhodes2003-11-151-7/+16
* Implement Cx CPU idle states and updated throttling support.njl2003-11-154-169/+811
* Add acpi_package.c with routines for validating packages and pullingnjl2003-11-152-0/+156
* Add acpi_bus_alloc_gas() for allocating a memory or IO resource from itsnjl2003-11-151-1/+28
* Add the pc_acpi_id PCPU member. The new acpi_cpu driver uses this tonjl2003-11-154-2/+7
* This is a crude bandaid for 5.2 to protect against providers which disappearphk2003-11-151-0/+38
* Rename the debugging mutex "callout_no_sleep" to "dont_sleep_in_callout".phk2003-11-151-4/+4
* Make this WARNS 2 clean, and fix up the manual page:trhodes2003-11-1512-32/+59
* Correct a cast to make it compile on 64bit platforms (noticed by tinderbox)andre2003-11-151-6/+6
* Replace all uses of the old netgraph constants NG_*LEN by the newharti2003-11-1516-135/+135
* Remove an extra 'for' in the HISTORY section.trhodes2003-11-151-1/+1
* opt_apic.h is not needed.nyan2003-11-152-2/+0
* MFi386: revisions from 1.1102 to 1.1105.nyan2003-11-151-16/+13
* MFi386: revision 1.201.nyan2003-11-151-6/+8
* MFi386: revision 1.13.nyan2003-11-152-2/+2
* Initialize sequence numbers to 0 in seminit() instead of using whatevertjr2003-11-151-0/+1
* If a file to send in ASCII mode already has CRLF as end-of-line,yar2003-11-151-2/+4
OpenPOWER on IntegriCloud