aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MFp4: Reduce code size by 26 bytes by only aligning the jump targets thatTim J. Robbins2003-03-121-10/+1
* MFp4: Make `spanp' const.Tim J. Robbins2003-03-121-3/+4
* correct malloc flag argumentSam Leffler2003-03-121-1/+1
* MFp4: Pentium/Athlon-optimised implementation of wmemchr().Tim J. Robbins2003-03-122-1/+115
* Do not depend on namespace pollution, explicitly include sys/sx.hAlexander Kabaev2003-03-121-0/+1
* fix module building; drivers now require opt_{ubsec,hifn}.hSam Leffler2003-03-112-2/+8
* FIPS 140-2 rng data tester for h/w crypto devices. This driver periodicallySam Leffler2003-03-112-0/+455
* o add crypto driver glue for using the new rndtest driver/module; this isSam Leffler2003-03-116-11/+82
* Trim an extra blank line that snuck into the last commit.John Baldwin2003-03-111-1/+0
* gack; revert previous commit; not only did I read things backward butSam Leffler2003-03-111-1/+1
* sync with current: reduce default maxbatch setting from 5 to 1Sam Leffler2003-03-111-1/+1
* Rename vfs_stdsync function to vfs_stdnosync which matches moreAlexander Kabaev2003-03-1115-109/+70
* - Change witness_displaydescendants() to accept the indentation level asJohn Baldwin2003-03-111-21/+25
* - Split the itismychild() function into two functions: insertchild()John Baldwin2003-03-111-42/+144
* Trim useless "../" leading strings from filenames passed into witness.John Baldwin2003-03-111-0/+18
* Adjust style of #ifdef's and #endif's to be more consistent and in lineJohn Baldwin2003-03-111-7/+7
* Use floating point arithmetic to compute the ETA to avoid integer overflowDag-Erling Smørgrav2003-03-111-1/+1
* Do the lock order check skip for the LOP_TRYLOCK case after the check forJohn Baldwin2003-03-111-8/+8
* Rework the eventhandler locking for hopefully the last time. The schemeJohn Baldwin2003-03-112-84/+170
* Fix and sync SYNOPSIS and usage().Ruslan Ermilov2003-03-112-24/+44
* Retire the KTR_LOCKMGR bit and use it to log eventhandler messagesJohn Baldwin2003-03-111-1/+1
* Axe the useless MTX_SLEEPABLE flag. mutexes are not sleepable locks.John Baldwin2003-03-113-7/+2
* Use a shorter and less redundant name for the sysctl tree lock.John Baldwin2003-03-111-1/+1
* Use the KTR_LOCK mask for logging events via KTR in lockmgr() ratherJohn Baldwin2003-03-111-4/+4
* Trim leading "../" sequences from filenames.John Baldwin2003-03-111-0/+3
* Use bus_space_handle_t to represent host port and virtual addresses;Jake Burkholder2003-03-113-36/+36
* FIPS 140-2 rng data tester for h/w crypto devices. This driver periodicallySam Leffler2003-03-113-0/+10
* manual page for rndtest driver/moduleSam Leffler2003-03-112-0/+68
* use relative pathname to driver-private file (instead of absolute)Sam Leffler2003-03-111-1/+1
* correct output byte count statistic collectionSam Leffler2003-03-111-2/+3
* add simple program to dump ubsec driver statisticsSam Leffler2003-03-112-0/+70
* Back out rev 1.60, taking the pointy hat away from nectar as 'rm -f'David E. O'Brien2003-03-111-2/+2
* Remove bogus UNLOCK in if_wi.c. Since we no longer WILOCK() in theWarner Losh2003-03-111-3/+1
* Add _HID of IrDA module and Pen tablet onTakanori Watanabe2003-03-111-0/+2
* Make this work on different endianness machines.Ruslan Ermilov2003-03-114-173/+100
* FreeBSD 5.0 has stopped shipping /modules 2.5 years ago. CatchRuslan Ermilov2003-03-111-1/+1
* Convert kgzip(8) to be an i386 cross-tool. This is needed forRuslan Ermilov2003-03-115-63/+265
* Revert rev. 1.244 change -- only build kgzip(8) on i386.Ruslan Ermilov2003-03-111-1/+1
* Fix style bugs in the previous commit (which weren't in bde's patch)Dag-Erling Smørgrav2003-03-111-2/+0
* No tabs here.Ruslan Ermilov2003-03-111-1/+1
* Reset SIGTSTP handler to default both for parent and child process.David Xu2003-03-111-3/+4
* Make uhci_waitintr() robust to interrupts being enabled, even thoughIan Dowse2003-03-111-4/+3
* Clean up the ETA logic a bit and make sure it works for restarted transfers.Dag-Erling Smørgrav2003-03-111-7/+8
* Clarify that -r implies -R.Dag-Erling Smørgrav2003-03-111-0/+2
* Don't parse the proxy URL unless we're actually going to use it. No realDag-Erling Smørgrav2003-03-112-8/+16
* - Regularize variable usage in cluster_read().Jeff Roberson2003-03-111-92/+62
* This is a force-commit for:David Xu2003-03-110-0/+0
* Lock proc lock before changing p_flag.David Xu2003-03-112-0/+4
* Fix signal delivering bug for threaded process.David Xu2003-03-113-14/+16
* Quirk for SanDisk ImageMate II compact flash readerNate Lawson2003-03-111-0/+8