summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Check crypto driver capabilities and if the driver operates synchronouslysam2003-06-273-0/+54
* Add support to eliminate a context switch per crypto op when using thesam2003-06-275-25/+35
* Simple read-modify-write operations on a vm object's flags, ref_count, andalc2003-06-271-4/+0
* Sort the list of PCI ID's in numerical order and fix a whitespace bogon.jhb2003-06-272-8/+8
* Fix a bug where a truncate operation involving truncate() or ftruncate() ontrhodes2003-06-271-17/+10
* Prevent probing the secondary channel on CMD646 controllers if thegrehan2003-06-271-0/+6
* Fix this to build on alpha. Build test successful.smkelly2003-06-271-1/+1
* Do the first and mostly mechanical step of adding mutex support to thescottl2003-06-274-0/+16
* revise copyright notices per discussion with Atsushi Onoe <onoe@sm.sony.co.jp>sam2003-06-2713-215/+221
* Remove check to see if the get resource for the second resourceimp2003-06-271-4/+0
* fix typosam2003-06-271-1/+1
* Return support needed by dstumbler:sam2003-06-272-12/+174
* - Use fwohci_poll() instead of fwohci_intr() to process the first bus reest.simokawa2003-06-273-3/+4
* add commentsam2003-06-261-0/+2
* Other minor style nits I missed in ep_if_start() in my previousmux2003-06-261-3/+4
* vm_page_select_cache() enforces a number of conditions on the returnedalc2003-06-261-1/+6
* Make if_ep_start() look a bit more like other if_start() functions,mux2003-06-261-18/+13
* Fix a race condition that was introduced since pccbb interrupts aremux2003-06-261-7/+5
* Set a lower bound on fragment size rather than returning a failuremdodd2003-06-261-4/+2
* - Add a software watchdog facility.smkelly2003-06-263-0/+90
* Attach the "null" module to the LINT build.ru2003-06-261-0/+1
* Oops, I only added a comment about why ips doesn't compile. Actuallypeter2003-06-261-1/+1
* Give the correct size for the command map to busdma.ps2003-06-261-1/+1
* Revert exclusion for amd64 that stopped boot/ being built.peter2003-06-261-4/+1
* Build on amd64. Yes, I know this isn't particularly nice.peter2003-06-269-8/+59
* Sync with i386 - add everything that compiles. There are a few driverspeter2003-06-261-20/+159
* Modify vm_pageq_requeue() to handle a PQ_NONE page without dereferencingalc2003-06-261-14/+5
* Add amd64 support.peter2003-06-261-1/+1
* Add back in the ability for pmap_mapdev() to use KVM if the regionpeter2003-06-261-4/+39
* - Zero the buffers used to hold configuration data from the card. Not doingscottl2003-06-264-15/+38
* Regen.joe2003-06-252-11/+69
* Added some new devices and made slight changes to some existing ones.joe2003-06-251-3/+13
* Fix leap second processing by the kernel time keeping routines.imp2003-06-251-6/+27
* Fix a commentjulian2003-06-251-1/+1
* During a positive leap second, the tai_time offset should beimp2003-06-251-1/+1
* Move the pcpu lock out of the uma_cache and instead have a single setbmilekic2003-06-252-50/+25
* Set pointers to NULL after free() to prevent multiple free().mdodd2003-06-251-0/+3
* fix tcpdump -y IEEE802_11; NBPFILTER was a holdover from netbsd compatibilitysam2003-06-251-6/+0
* Make sure that the zone destructor doesn't get called twice inbmilekic2003-06-251-2/+6
* MFi386: revision 1.446.nyan2003-06-251-0/+6
* add "autoselect" mode and "auto" alias: these let you reset thesam2003-06-251-0/+6
* config+build glue for Atheros supportsam2003-06-254-0/+21
* add "no RNG support options" for ubsec and hifn driverssam2003-06-251-0/+3
* o correct mib spelling: reset -> retestsam2003-06-251-3/+15
* module for atheros halsam2003-06-251-0/+70
* Fix some style bugs.cognet2003-06-251-49/+50
* At this point targp will always be NULL, so remove the useless if.cognet2003-06-251-2/+0
* Make the netgraph ATM node compilable into the kernel.harti2003-06-253-0/+7
* This is a netgraph node to access ATM interfaces. It works with theharti2003-06-256-0/+1620
* Remove an '_' which was surplus to requirements.phk2003-06-251-1/+1
OpenPOWER on IntegriCloud