summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prepare for sconfig(8) update.rik2006-01-301-4/+74
* Add more details about enabling a custom ruleset for /dev in `rc.conf',keramida2006-01-301-1/+27
* Make df output in periodic mail human readablematteo2006-01-301-1/+1
* Move pts master devices into /dev/pty/ instead of littering /dev with them;rwatson2006-01-301-2/+2
* Fix typo.glebius2006-01-301-1/+1
* Avoid triggering autovivification of %config entries, which would result indes2006-01-301-4/+8
* Remove accidental debug leftovers.sos2006-01-301-1/+0
* Add some initial locking to gif(4). It doesn't covers the whole driver,glebius2006-01-304-25/+26
* Instead of printing several pieces with .Sy just enclose the 'Note' blockharti2006-01-301-4/+6
* - In pipe() return the error returned by pipe_create(), rather thenglebius2006-01-302-3/+6
* - Remove a stale comment. This function was rewritten to be SMP safe somejeff2006-01-301-6/+0
* - vn_lock with LK_RETRY can not return an error. The code that handled thisjeff2006-01-301-10/+4
* - Add a comment warning about an anomalous condition where we VOP_UNLOCKjeff2006-01-301-0/+1
* - Lock access to vrele() with VFS_LOCK_GIANT() rather than mtx_lock(&Giant).jeff2006-01-302-4/+10
* Note support for the A4D and A6VM models.brueffer2006-01-301-1/+5
* Add support for Asus A4D laptops. Currently without display switchingphilip2006-01-291-0/+12
* Add support for Asus A6VM laptops.philip2006-01-291-0/+12
* Allow non-P laptops to make use of this module.philip2006-01-291-81/+233
* Back out of r1.148, it causes two arp replies to be sent with different macthompsa2006-01-291-1/+1
* Add makefile for ce(4) module.rik2006-01-291-0/+29
* Fix module from panic.rik2006-01-291-0/+1
* Take a stab at making this compile when WITNESS is not defined. gcc can'tscottl2006-01-291-4/+4
* Fix typo.krion2006-01-291-1/+1
* Fix the missing CD_VOLUME=1 in the cdrom.inf file on disc1 for themarcel2006-01-291-1/+1
* Fix an off-by-one error.maxim2006-01-291-1/+1
* Fix some potential NULL pointer dereferences.netchild2006-01-291-27/+59
* Add a couple of obviously missing xrefs to SEE ALSO:yar2006-01-291-0/+2
* Fix WEP examples.damien2006-01-291-5/+6
* Touch .Dd because the last commit was content-related.yar2006-01-291-1/+1
* Fix WEP examples.damien2006-01-292-8/+8
* Fix WEP examples.damien2006-01-291-7/+5
* Adjust tx power based on user preferences.damien2006-01-291-0/+3
* o Fix short preamble supportdamien2006-01-293-60/+95
* o Re-enable scatter/gatherdamien2006-01-292-37/+45
* Use ".Pa" for path names.jkoshy2006-01-291-12/+12
* The change a few years ago of having contigmalloc start its scan at the topscottl2006-01-291-2/+19
* Enable the lowest Cx state by default. This will save power and we havenjl2006-01-291-2/+2
* Set MACHINE to i386(pc98). This fixes cross-building.nyan2006-01-292-2/+6
* firmware(9) is a subsystem to load binary data into the kernel via amlaier2006-01-2917-1/+789
* Unbreak on archs where %d doesn't print uintptr_t arithmetic.mlaier2006-01-291-1/+2
* Tune format scoring so (non)stereo format will get better chanceariff2006-01-291-9/+17
* Add a reference to geli(8).pjd2006-01-291-0/+3
* If the sysctl kern.pts.enable doesn't exist, check that /dev/ptmx is there,cognet2006-01-291-2/+7
* Rename use_old_pty variable to use_pts, as this more accurately reflectsrwatson2006-01-281-5/+4
* Don't try to load KLDs if we're mounting the root. We'd otherwise panic.ssouhlal2006-01-281-4/+12
* Use $FreeBSD$ for the juggle version, rather than $P4$. This is good forrwatson2006-01-281-1/+1
* Manage the ucred for the NFS server using the crget/crfree API defined incsjp2006-01-284-39/+47
* s/DT_IA64_PLT_RESERVE/DT_IA_64_PLT_RESERVE/marcel2006-01-283-5/+5
* s/R_IA64_/R_IA_64_/marcel2006-01-281-6/+6
* Add _rwlock.h, apparently missed from the rwlock.h commit.scottl2006-01-281-0/+39
OpenPOWER on IntegriCloud