summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make the order of tests the same for user and kernel. Use the naturalharti2007-06-141-1/+1
* Use an array of size NGROUP_MAX for the getgroups() call instead of NGRP.harti2007-06-141-2/+4
* According to the documentation mech_type for gss_init_sec_context() mayharti2007-06-141-1/+9
* correct some limits on interrupt proccessing so thatgallatin2007-06-141-7/+2
* Only require privilege to set the current time adjustment, not in order torwatson2007-06-141-5/+7
* Enable SCTP by default for GENERIC kernels in order to give itdelphij2007-06-147-0/+7
* Expand callout compatibility macros in the main usb bridges.imp2007-06-148-57/+49
* Move PWR_* from usb_port.h to usb.himp2007-06-142-3/+8
* Fix an error message that was beside the point.yar2007-06-141-1/+1
* Move malloc definitions to usb.h.imp2007-06-142-19/+4
* Fix a typical off-by-one error that can result in an unterminated string:yar2007-06-141-1/+1
* Use the current user's login class for the decisions about whereyar2007-06-142-45/+59
* - Suppress compiler optimization so that orb[1] must be written first.simokawa2007-06-141-2/+7
* Buffer optimization and locking cleanup. Don't resize/mallocariff2007-06-142-42/+62
* Drain all callout handlers during driver detach appropriately.ariff2007-06-144-17/+32
* Don't push too hard waiting/looping for codec detection interrupt.ariff2007-06-141-8/+11
* - Add option to allow sleeping malloc(9).ariff2007-06-142-59/+21
* Document the quirks of ~/.login_conf and LOGIN_MECLASS.yar2007-06-141-57/+80
* Improve mdoc(7) markup.yar2007-06-141-76/+190
* Require users to provide a length information for inet_ntoa_r,delphij2007-06-143-6/+7
* Update some comments, mostly regarding LOGIN_MECLASS and ~/.login_conf.yar2007-06-141-8/+18
* Oops, back out previous commit since it was backwards to a wrong branch.bde2007-06-141-1/+1
* MFC: 1.11: fix the threshold for (not) using the simple Taylor approximation.bde2007-06-141-1/+1
* Add a missing Va option.brueffer2007-06-141-1/+1
* In the previous changeset a cast of myminor to u_int weredelphij2007-06-141-1/+1
* Spell statistics more correctly in comments.rwatson2007-06-142-2/+2
* Include priv.h to pick up suser(9) definitions, missed in an earlierrwatson2007-06-136-3/+6
* Don't clobber tf_err with the eva from a page fault as the page faultjhb2007-06-131-3/+0
* Close a very narrow race that might cause a trigger allocation to berwatson2007-06-131-7/+6
* config_detach is just used in one place, so expand it inline.imp2007-06-132-9/+6
* Improve the ktrace locking somewhat to reduce overhead:jhb2007-06-132-18/+26
* Conditionally acquire Giant when dropping a reference on the ktrace vnodejhb2007-06-131-1/+6
* Catch up with the code.brueffer2007-06-131-2/+2
* Failing to set new frequency should not lead to powerd exiting.marck2007-06-131-1/+1
* Add the vlan tag to the bridge route table. This allows a vlan trunk to bethompsa2007-06-133-28/+57
* Remove IPX over IP tunneling pieces from ifconfig(8), omitted portion ofrwatson2007-06-133-13/+0
* Do not attempt to enable AHCI mode on ALi SATA controllers otherbms2007-06-131-1/+4
* Add myself as a commiter.timur2007-06-132-0/+4
* - fix bindx to check addresses against socket's protocol familyrrs2007-06-131-0/+34
* Remove IPX over IP tunneling support, which allows IPX routing over IPrwatson2007-06-1310-588/+2
* Remove two more instances of the USBDEV() macro.ru2007-06-131-2/+2
* Add missing ng_uncallout() on node shutdown.mav2007-06-131-0/+2
* Major update for the recently overhauled nfe(4) driver.brueffer2007-06-131-6/+107
* Unbreak high resolution profiling a little: use dummy asms to preventbde2007-06-131-1/+6
* Eliminate dead code: We have not performed pageouts on the kernel objectalc2007-06-131-3/+1
* Remove more unnecessary and unwanted __OtherBSD__ ifdefs.imp2007-06-136-206/+1
* Remove more __OtherBSD__ ifdefs that don't make sense, and haven't forimp2007-06-137-132/+0
* Expand USB_DETACH, USB_ATTACH and USB_MATCH inline. No functionalimp2007-06-1330-79/+158
* - import new common code for the T304kmacy2007-06-1317-767/+1489
* WARNS=6delphij2007-06-131-11/+6
OpenPOWER on IntegriCloud