summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make filesystems get rid of their own vnodes vnode_pager object inphk2005-01-2817-0/+17
* Remove unused argument to vrecycle()phk2005-01-2811-18/+11
* Integrate vclean() into vgonel().phk2005-01-281-68/+51
* Remove register keywordphk2005-01-281-5/+5
* Update kdump manual page with information on the dump format.gnn2005-01-281-1/+62
* Mark lists as in the rest of section 9 manpages.ru2005-01-283-34/+34
* Mark lists as in the rest of section 9 manpages.ru2005-01-2828-148/+180
* Move the contents of vop_stddestroyvobject() to the new vnode_pagerphk2005-01-283-26/+36
* Fix the worst offenders of style(9) with a small style sweep.imp2005-01-281-48/+36
* Cleanup tabs vs spaces.imp2005-01-283-215/+213
* For the PC Card implementation of the CS8920M that's in my IBMimp2005-01-283-3/+8
* Setting hw.cs.recv_delay should set the delay, not the ignore theimp2005-01-281-1/+1
* Remove all of the spl() markers.scottl2005-01-281-27/+0
* Lock the IPS driver and bring it out from under Giant. Also do somescottl2005-01-286-234/+149
* Wrap calls to memcpy(3) in a function called block_copy(). This way,marcel2005-01-281-2/+9
* error = is needed before ether_ioctl() so that unsupported/unknownimp2005-01-281-1/+1
* Skip the register based postinc stores here and don't count themmarcel2005-01-271-5/+12
* Make the local variables global so that the compiler cannot assumemarcel2005-01-271-4/+5
* Fix the unaligned store with post increment test: The misaligned pointermarcel2005-01-271-1/+1
* Consistently use pcib for a printf.njl2005-01-271-1/+1
* supply a default ic_reset method for drivers; the ioctl code expect thissam2005-01-271-0/+22
* Change the ifr_media operation to only get its value and only setambrisko2005-01-271-79/+81
* make _getipnodebyname_multi() static.ume2005-01-271-1/+1
* Remove unnecessary SRCS= where could be guessed directly by ourdelphij2005-01-2714-14/+0
* implement AI_NUMERICSERV (as defined in RFC3493).ume2005-01-272-13/+18
* WARNS?=6 cleanup for [gs]et[fp]mac:delphij2005-01-278-11/+11
* fill ai_canonname field for numeric hostname, by the given hostname.ume2005-01-271-7/+25
* Add a radius_Flush() function that waits for the response (or timeout) tobrian2005-01-274-0/+23
* Make NTFS at least minimally usable after bufobj and GEOM fallout.peadar2005-01-273-5/+35
* ps(1) is WARNS=6 on all Tier-1 platforms as far as I can test,delphij2005-01-271-1/+1
* Don't specify SRCS= when it can be obtained from PROGS=delphij2005-01-271-1/+0
* WARNS?=6 is already in bin/Makefile.inc, so remove this one.delphij2005-01-271-1/+0
* "pst" is not 64-bit clean for reasons specified in sys/amd64/conf/NOTES.ru2005-01-271-1/+2
* Polish the formatting.ru2005-01-271-11/+21
* Update the information, (and likely break all formatting rules).phk2005-01-271-15/+20
* Comment out "lnc" on amd64 for reasons specified in sys/amd64/conf/NOTES.ru2005-01-271-1/+1
* query A RR before AAAA RR.ume2005-01-271-10/+10
* The unit test for unaligned loads/stores can be found under ../ia64.marcel2005-01-272-137/+0
* Add tests for post increment. This bumps the number of tests up tomarcel2005-01-272-37/+181
* Fix handling of post increment: Either the first or second operandmarcel2005-01-271-1/+4
* - Move the functions presently described in in ieee(3) to their owndas2005-01-2710-587/+894
* Don't compile the gdtoa package's strtoIg.c into libc.das2005-01-271-1/+1
* Write cs_detach() and use it. This resolves the twin problems of theimp2005-01-273-2/+17
* Add back support for D-LINK DMR-650TX, and all the other OEMd versionsimp2005-01-272-1/+2
* Move 143 back to its rightful owner: Grey Cell systems, which OEMd enet cardsimp2005-01-271-4/+4
* 64-bit clean fixes: Use %zx in preference to %x to print size_t items.imp2005-01-271-2/+2
* ar and sr (and their netgraph cousins) don't appear to be 64-bit clean, soimp2005-01-272-3/+8
* Fix a few printf problems on ia64 (and other 64-bit platforms).imp2005-01-271-4/+4
* Add PCI ID for Dell RAC IV/ERA Virtual UART (PowerEdge 1850).bms2005-01-271-2/+9
* The ar driver appears to do naughty things with pointers and integersimp2005-01-271-1/+1
OpenPOWER on IntegriCloud