summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix get{w,d}{l,b}e, set{w,d}{l,b}e macros on big endian systems.imura2005-09-191-14/+11
* Remove macrosimura2005-09-195-68/+26
* Dont wait for READY on ATAPI_IDENTIFY.sos2005-09-191-1/+5
* Add an option to stop 'mouse drift' in some defective/cheap mice. This stopsphilip2005-09-192-4/+89
* Fix configuration locking in MD.phk2005-09-191-116/+80
* o Extend the suite to run more than just the driver. We need to runmarcel2005-09-192-72/+75
* Last change to this file actually removed the oldcard compat code.imp2005-09-191-2/+1
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weimp2005-09-1931-62/+55
* Add the beginnings of a testsuite for testing GPT control requests.marcel2005-09-192-0/+223
* o Don't cause a panic when the control request lacks a verb.marcel2005-09-181-5/+9
* Move the UUID generator into its own function, called kern_uuidgen(),marcel2005-09-182-29/+41
* Add three new read-only socket options, which allow regression testsrwatson2005-09-182-0/+20
* No ED_NO_MIIBUS no more. Not one more or the same number of non positive opt...imp2005-09-181-1/+0
* MFp4:imp2005-09-183-125/+149
* Open the tty device and pass the fd for SNPSTTY.cognet2005-09-181-2/+8
* Slightly change the API for the SNPSTTY ioctl so that the userland nowcognet2005-09-182-9/+16
* Just by allocating size*2 bytes we can't be sure that new size will be enough,ache2005-09-181-2/+2
* Take a first cut at cleaning up ifnet removal and multicast socketrwatson2005-09-183-8/+20
* In mountd_precmd(), use rc_args, not mountd_args torodrigc2005-09-181-2/+2
* Add esp(4).brueffer2005-09-183-0/+5
* Change the DESCRIPTION section into HARDWARE, since it already listsbrueffer2005-09-181-2/+2
* Use the correct function name as .Nm argument.brueffer2005-09-181-1/+1
* Explain the use of `*' in master.passwd and that it's slightlykeramida2005-09-181-1/+11
* Add the KLD to the sndstat info.netchild2005-09-181-1/+1
* Merge NetBSD fixes (except for 1.97 there should be no functional change):netchild2005-09-181-185/+237
* Add a regression test for listen()'s backlog argument, both at time ofrwatson2005-09-182-0/+389
* - In gem_ioctl() move the call to ether_ioctl() to the default case ofmarius2005-09-181-47/+29
* Add a note pointing out that certain information (IP address, list ofcperciva2005-09-181-0/+15
* ehcivar.h:netchild2005-09-184-12/+100
* Fix spelling in a comment.rwatson2005-09-181-1/+1
* Assert that (vp) is locked in fifo_close(), since we rely on therwatson2005-09-181-0/+1
* Re-comment sbcompress() to explain what it is it does; it took merwatson2005-09-182-14/+40
* Sort the list of disk controllers by driver-name. The notable exception isbrueffer2005-09-182-62/+62
* Sort the list of ethernet devices by driver-name.brueffer2005-09-182-94/+94
* Sort list of supported hardware.brueffer2005-09-182-10/+10
* Don't claim matcd(4) support, it was removed long ago.brueffer2005-09-182-10/+0
* Introduce a kernel config for the Mandatory Access Control framework.csjp2005-09-187-0/+196
* Merged from src/sbin/fdisk/fdisk.c revision 1.81.nyan2005-09-181-1/+4
* MFi386: pci attribute allocation fixes.imp2005-09-183-2/+6
* MFp4: Expose device_probe_child()imp2005-09-182-1/+2
* Expose legacy_pcib_alloc_resource, and use it in the mptable pci busimp2005-09-173-2/+4
* Remove reference to bpfstat, this no longer exists.csjp2005-09-171-1/+0
* Implement new world order in VFS locking for ACLs. This will remove thecsjp2005-09-173-132/+135
* Handle circular dependencies properly (via errx(3)) rather than dumpingcperciva2005-09-171-2/+15
* Bump .Ddjoel2005-09-171-1/+1
* Clarify wording for -m flag.rodrigc2005-09-171-2/+12
* Call gctl_free() to free resource allocated with gctl_get_handle().rodrigc2005-09-171-1/+4
* Fix so that color changes are not lost when the video mode changes.rodrigc2005-09-171-0/+6
* o Add initial bits for IBSS support.damien2005-09-173-25/+110
* Add cdce(4).joel2005-09-173-0/+5
OpenPOWER on IntegriCloud