| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bogus check. It was possible to panic the kernel by giving 0 length. | pjd | 2005-08-18 | 1 | -2/+4 |
* | Use larger buffers to read lines from the vendor list. | des | 2005-08-18 | 1 | -3/+16 |
* | added a missing unlock (just do the same thing as in netinet/raw_ip.c) | suz | 2005-08-18 | 1 | -0/+1 |
* | Whitespace cleanup. | des | 2005-08-18 | 1 | -13/+13 |
* | In order to support CARP interfaces kernel was taught to handle more | glebius | 2005-08-18 | 1 | -2/+12 |
* | While revision 1.26 fixed the code to really subtract 3600 due to | stefanf | 2005-08-18 | 1 | -3/+1 |
* | Add a "comconsole_speed" loader variable that can be used to change | iedowse | 2005-08-18 | 4 | -11/+136 |
* | Add the ability to specify the boot2 serial console speed in | iedowse | 2005-08-18 | 5 | -36/+81 |
* | Add VIA/ACE "PadLock" support as a crypto(9) driver. | pjd | 2005-08-18 | 4 | -0/+519 |
* | Rename variables: | rodrigc | 2005-08-18 | 1 | -12/+13 |
* | Document umask's -S option. | stefanf | 2005-08-17 | 1 | -3/+8 |
* | Remove an unnecessicary bzero that was zeroing the softc's struct ifnet | brooks | 2005-08-17 | 1 | -1/+0 |
* | Typo: s/adverisement/advertisement/. | keramida | 2005-08-17 | 1 | -1/+1 |
* | - Use htole32() instead of using bswap32() conditional on #if BYTE_ORDER. | jhb | 2005-08-17 | 2 | -38/+16 |
* | Remove the unused TULIP_CSR_{READ,WRITE}BYTE macros. | jhb | 2005-08-17 | 2 | -18/+0 |
* | Use callout_init_mtx() to simplify the stats callout. | jhb | 2005-08-17 | 1 | -8/+2 |
* | Add callout_drain()'s to foo_detach() after calling foo_stop() to make sure | jhb | 2005-08-17 | 2 | -0/+2 |
* | Fix locking in el(4) and mark mpsafe. | jhb | 2005-08-17 | 1 | -45/+79 |
* | don't raise cpu speed over the value when passive cooling is in | ume | 2005-08-17 | 1 | -11/+24 |
* | - fix race condition using sx lock. | ume | 2005-08-17 | 1 | -14/+24 |
* | Bump .Dd before someone notice. | joel | 2005-08-17 | 1 | -1/+1 |
* | Be more specific about supported chipsets. | joel | 2005-08-17 | 2 | -7/+35 |
* | Remove a few items from the hardware list. This support is already | joel | 2005-08-17 | 1 | -8/+0 |
* | Remove the dates from these files. They serve no purpose and result in | cperciva | 2005-08-17 | 2 | -2/+3 |
* | Repeatability is Considered Good when building this library, too. (And | cperciva | 2005-08-17 | 1 | -0/+1 |
* | Update manual page (now dedicated kernel thread is always started). | pjd | 2005-08-17 | 1 | -2/+0 |
* | Always run dedicated kernel thread (even when we have hardware support). | pjd | 2005-08-17 | 1 | -114/+37 |
* | We should now return 0. | pjd | 2005-08-17 | 1 | -1/+1 |
* | Add support for working around controllers that cannot do DMA in 48bit mode. | sos | 2005-08-17 | 5 | -35/+97 |
* | Use the bio field instead of the driver field as intended. | sos | 2005-08-17 | 1 | -2/+2 |
* | Use device_printf() and if_printf() and remove ste_unit from the softc. | jhb | 2005-08-17 | 2 | -24/+19 |
* | Even if crypto_dispatch() return an error, request is not canceled and | pjd | 2005-08-17 | 1 | -12/+2 |
* | Catch up to ic_curchan changes by making the same change here that was made | jhb | 2005-08-17 | 1 | -1/+1 |
* | We don't need to clear allocated memory. This will speed-up things a bit. | pjd | 2005-08-17 | 1 | -1/+1 |
* | Correct birthdate for Meriwether Lewis. He was born before the | murray | 2005-08-17 | 1 | -1/+1 |
* | Add a small paragraph that describes how the current environment | keramida | 2005-08-17 | 1 | -0/+16 |
* | Fix a boundary condition error in slow() and fast() in multibyte locales: | tjr | 2005-08-17 | 1 | -6/+7 |
* | Document the fact that word-boundary matching does not work | tjr | 2005-08-17 | 1 | -1/+3 |
* | In the ufsdirhash_build() failure case for corrupted directories | iedowse | 2005-08-17 | 1 | -2/+3 |
* | Handle device drivers with D_NEEDGIANT in a way which does not | phk | 2005-08-17 | 3 | -33/+156 |
* | Assert proper key size also in userland by defining KASSERT in !_KERNEL case. | pjd | 2005-08-17 | 1 | -2/+2 |
* | In vop_stdpathconf(ap) also default for _PC_NAME_MAX and _PC_PATH_MAX. | phk | 2005-08-17 | 1 | -0/+6 |
* | Make links for hoststat(8) and purgestat(8) man pages. | gshapiro | 2005-08-17 | 1 | -0/+2 |
* | Add -frandom-seed=RepeatabilityConsideredGood to CFLAGS. This makes | cperciva | 2005-08-17 | 1 | -0/+1 |
* | Ensure that file flags such as schg, sappnd (and others) are honored | csjp | 2005-08-17 | 1 | -8/+8 |
* | Add two new template sources, /conf/bcast/${ipbca} and /conf/ip/${ip}. | brooks | 2005-08-17 | 1 | -7/+18 |
* | Unbreak the world build (in sbin/gbde). This file is used by both | cperciva | 2005-08-17 | 1 | -0/+2 |
* | Clarify how the 'channel' argument should look like and add an | brueffer | 2005-08-16 | 1 | -2/+7 |
* | Fixup locking in if_my(4) and mark it MPSAFE: | jhb | 2005-08-16 | 2 | -104/+96 |
* | remove stale comments | phk | 2005-08-16 | 1 | -2/+0 |