aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Apply missing s/rv/res/g in previous commit.Marcel Moolenaar2007-12-214-4/+4
* Modify vm_phys_unfree_page() so that it no longer requires the givenAlan Cox2007-12-203-10/+19
* MFamd64/ia64/i386: Only set the rman bus tags and handles inJohn Baldwin2007-12-204-8/+4
* Avoid holding the aac_io_lock over copyout.Ed Maste2007-12-201-5/+6
* Invoke revoke(2) on the slave pty in the pts(4) case (new_openpty()) toJohn Baldwin2007-12-201-1/+13
* Update pkg_version_index to INDEX-8Doug Barton2007-12-201-1/+1
* - Adjust INDEX file name to INDEX-8 so that it matches the major FreeBSDGabor Kovesdan2007-12-201-5/+5
* Fix disorder introduced in previous commit.Ruslan Ermilov2007-12-201-1/+1
* Ministat was repocopied to src/usr.bin/ministatPoul-Henning Kamp2007-12-205-725/+0
* Pull ministat into the installed system and write it a man-page.Poul-Henning Kamp2007-12-203-1/+131
* By definition promiscuous mode should see all unicast frames as wellPyun YongHyeon2007-12-201-2/+6
* call underscore version of pthread_cleanup_pop instead.David Xu2007-12-201-1/+1
* Remove vfork() overloading, it is no longer needed.David Xu2007-12-202-11/+0
* Grumble. DO declare logbl(), DON'T declare logl() just yet.David Schultz2007-12-201-0/+2
* enable wired driver supportSam Leffler2007-12-201-0/+2
* In openprom_ioctl() ensure appropriate permissions and that data isn'tMarius Strobl2007-12-201-1/+9
* Remove the declaration of logl(). The relevant bits haven't beenDavid Schultz2007-12-201-2/+0
* Describe new NG_CAR_COUNT_PACKETS option.Alexander Motin2007-12-191-6/+26
* Correct one half of a loop continuation condition in vm_phys_unfree_page().Alan Cox2007-12-191-3/+1
* Add option to set packets per second limits instead of defaultAlexander Motin2007-12-192-22/+77
* When devclass_get_maxunit is passed a NULL, return -1 to indicate thatWarner Losh2007-12-191-1/+4
* Use .An -nosplit in the AUTHORS section of sf_buf(9) to avoid an undesiredRobert Watson2007-12-191-0/+1
* o NetBSD 4.0 added.Maxim Konovalov2007-12-191-0/+2
* Redefine bus_space_tag_t on PowerPC from a 32-bit integral toMarcel Moolenaar2007-12-1912-628/+1125
* Actually program the interrupt controller for priorities. As weWarner Losh2007-12-191-3/+43
* Add Dell's sub-vendor id to identify PERC6 RAID controller which has LSIDoug Ambrisko2007-12-191-0/+1
* I incorrectly assumed the log buffer started from the beginning when itDoug Ambrisko2007-12-191-7/+3
* Allow negative values to be specified in the loader.Doug Ambrisko2007-12-191-0/+2
* The default of 3 retransmits corresponds to a timeout value ofRuslan Ermilov2007-12-191-2/+2
* Fix bugs in the TCP syncache timeout code. including:Ruslan Ermilov2007-12-191-8/+18
* Do not recursively acquire aac_io_lock in aac_ioctl_event.Ed Maste2007-12-191-3/+1
* Update the number of reported tests to keep prove(1) happy.Diomidis Spinellis2007-12-191-1/+1
* Correct the "move file from directory to existing directory" test forDiomidis Spinellis2007-12-191-1/+1
* Add missing section number.Christian Brueffer2007-12-191-1/+1
* Eliminate redundant code from vm_page_startup().Alan Cox2007-12-191-17/+0
* Remove extraneous debug statements.Kip Macy2007-12-191-6/+0
* Add missing dependencies on Makefile (fixes NO_CLEAN builds).Ruslan Ermilov2007-12-191-4/+4
* Reduce lock contention for simple cases.Warner Losh2007-12-191-16/+22
* Add note about other systems.Warner Losh2007-12-191-0/+3
* Correct typo in usage message.Warner Losh2007-12-191-1/+1
* Go ahead and install usbdevs. This will be used by the usbdevs deviceWarner Losh2007-12-191-1/+4
* Add verbage on some of the rules for a 'filter' vs an 'ithread'Warner Losh2007-12-191-2/+81
* As several people pointed out, I did all the ctype casts the wrongDag-Erling Smørgrav2007-12-194-28/+36
* Move all the xprintf-related symbols to FBSDprivate_1.0.David Schultz2007-12-181-9/+13
* Since nan() is supposed to work the same as strtod("nan(...)", NULL),David Schultz2007-12-188-50/+85
* Don't overload tcp_usrreqs unless the kernel doesn't provide offload support.Kip Macy2007-12-182-1/+3
* Incorporate TCP offload hooks in to core TCP code.Kip Macy2007-12-183-21/+34
* Be more exact with sigaction SA_SIGINFO handling.David E. O'Brien2007-12-181-2/+5
* Fix printing of the number of syncache entries added.Ruslan Ermilov2007-12-181-2/+2
* Document NO_PROXY / no_proxy.Dag-Erling Smørgrav2007-12-181-1/+17