summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix bogus check. It was possible to panic the kernel by giving 0 length.pjd2005-08-181-2/+4
* Use larger buffers to read lines from the vendor list.des2005-08-181-3/+16
* added a missing unlock (just do the same thing as in netinet/raw_ip.c)suz2005-08-181-0/+1
* Whitespace cleanup.des2005-08-181-13/+13
* In order to support CARP interfaces kernel was taught to handle moreglebius2005-08-181-2/+12
* While revision 1.26 fixed the code to really subtract 3600 due tostefanf2005-08-181-3/+1
* Add a "comconsole_speed" loader variable that can be used to changeiedowse2005-08-184-11/+136
* Add the ability to specify the boot2 serial console speed iniedowse2005-08-185-36/+81
* Add VIA/ACE "PadLock" support as a crypto(9) driver.pjd2005-08-184-0/+519
* Rename variables:rodrigc2005-08-181-12/+13
* Document umask's -S option.stefanf2005-08-171-3/+8
* Remove an unnecessicary bzero that was zeroing the softc's struct ifnetbrooks2005-08-171-1/+0
* Typo: s/adverisement/advertisement/.keramida2005-08-171-1/+1
* - Use htole32() instead of using bswap32() conditional on #if BYTE_ORDER.jhb2005-08-172-38/+16
* Remove the unused TULIP_CSR_{READ,WRITE}BYTE macros.jhb2005-08-172-18/+0
* Use callout_init_mtx() to simplify the stats callout.jhb2005-08-171-8/+2
* Add callout_drain()'s to foo_detach() after calling foo_stop() to make surejhb2005-08-172-0/+2
* Fix locking in el(4) and mark mpsafe.jhb2005-08-171-45/+79
* don't raise cpu speed over the value when passive cooling is inume2005-08-171-11/+24
* - fix race condition using sx lock.ume2005-08-171-14/+24
* Bump .Dd before someone notice.joel2005-08-171-1/+1
* Be more specific about supported chipsets.joel2005-08-172-7/+35
* Remove a few items from the hardware list. This support is alreadyjoel2005-08-171-8/+0
* Remove the dates from these files. They serve no purpose and result incperciva2005-08-172-2/+3
* Repeatability is Considered Good when building this library, too. (Andcperciva2005-08-171-0/+1
* Update manual page (now dedicated kernel thread is always started).pjd2005-08-171-2/+0
* Always run dedicated kernel thread (even when we have hardware support).pjd2005-08-171-114/+37
* We should now return 0.pjd2005-08-171-1/+1
* Add support for working around controllers that cannot do DMA in 48bit mode.sos2005-08-175-35/+97
* Use the bio field instead of the driver field as intended.sos2005-08-171-2/+2
* Use device_printf() and if_printf() and remove ste_unit from the softc.jhb2005-08-172-24/+19
* Even if crypto_dispatch() return an error, request is not canceled andpjd2005-08-171-12/+2
* Catch up to ic_curchan changes by making the same change here that was madejhb2005-08-171-1/+1
* We don't need to clear allocated memory. This will speed-up things a bit.pjd2005-08-171-1/+1
* Correct birthdate for Meriwether Lewis. He was born before themurray2005-08-171-1/+1
* Add a small paragraph that describes how the current environmentkeramida2005-08-171-0/+16
* Fix a boundary condition error in slow() and fast() in multibyte locales:tjr2005-08-171-6/+7
* Document the fact that word-boundary matching does not worktjr2005-08-171-1/+3
* In the ufsdirhash_build() failure case for corrupted directoriesiedowse2005-08-171-2/+3
* Handle device drivers with D_NEEDGIANT in a way which does notphk2005-08-173-33/+156
* Assert proper key size also in userland by defining KASSERT in !_KERNEL case.pjd2005-08-171-2/+2
* In vop_stdpathconf(ap) also default for _PC_NAME_MAX and _PC_PATH_MAX.phk2005-08-171-0/+6
* Make links for hoststat(8) and purgestat(8) man pages.gshapiro2005-08-171-0/+2
* Add -frandom-seed=RepeatabilityConsideredGood to CFLAGS. This makescperciva2005-08-171-0/+1
* Ensure that file flags such as schg, sappnd (and others) are honoredcsjp2005-08-171-8/+8
* Add two new template sources, /conf/bcast/${ipbca} and /conf/ip/${ip}.brooks2005-08-171-7/+18
* Unbreak the world build (in sbin/gbde). This file is used by bothcperciva2005-08-171-0/+2
* Clarify how the 'channel' argument should look like and add anbrueffer2005-08-161-2/+7
* Fixup locking in if_my(4) and mark it MPSAFE:jhb2005-08-162-104/+96
* remove stale commentsphk2005-08-161-2/+0
OpenPOWER on IntegriCloud