summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Change API of mb_copy_t in libmchain so that netsmb can handleimura2005-07-294-11/+35
| | | | | | multibyte character share name correctly. Reviewed by: bp
* Fix a comparison that broke ``set console=vidconsole'' and even thebrian2005-07-291-1/+1
| | | | | | | loader.conf line ``console="vidconsole"''. Sponsored by: ActiveState/Sophos MFC after: 1 week
* Mention that console= can set multiple consoles.brian2005-07-291-11/+13
| | | | | | | | Relate boot_ options to their kernel command line flags and make it clear how kenv(1) is used. Sponsored by: ActiveState/Sophos MFC after: 1 week
* Update SEE ALSO section.keramida2005-07-291-2/+1
| | | | | PR: docs/84273 Submitted by: Gary W. Swearingen
* In realpath(), make sure each path component consists only of safedes2005-07-291-1/+3
| | | | characters, and untaint it.
* Differentiate between empty and short reports, and raise the bar for whatdes2005-07-291-2/+6
| | | | we consider a short report to 128 characters. Canonicalize %%HOME%%.
* Update manual page after ggate rewrite.pjd2005-07-291-7/+6
| | | | MFC after: 1 day
* Don't email reports that are empty or very short, as can happen if tbmasterdes2005-07-291-0/+6
| | | | fails to exec the tinderbox script.
* hw.ata.wc can cause data loss on crashes too. This brings thekeramida2005-07-291-1/+1
| | | | | | | description of the hw.ata.wc in sync with tuning(7) PR: docs/84264 Submitted by: Gary W. Swearingen
* I actually do need libmd.pjd2005-07-291-2/+2
|
* Create /etc/opiekeys with 0600, not 0644ache2005-07-292-3/+7
| | | | PR: 84221
* Document the ECONNRESET errno value.dds2005-07-292-0/+7
|
* terminate when all interfaces have been removed; since we do notsam2005-07-291-0/+14
| | | | | | do interface discovery there's no point in sticking around MFC after: 3 days
* Correct problems with handling interfaces that go away (e.g. whensam2005-07-291-10/+26
| | | | | | | | | | | | | | | | | | | | | | | | a card is ejected). wpa_supplicant requires that internal events for interfaces coming+going include a name but after an interface is removed you cannot use if_indextoname to map the interface index in the RTM_IFINFO (or RTM_IFANNOUNCE) msg to an interface name. Instead record the interface index in the driver-private data area and use that to filter msgs from the routing socket. This insures that when we have a message to process we know the interface name. The end result is that we can now dispatch an "interface removed" event that is understood when notified than an interface went away (where previously the event dispatched was ignored because the interface name was unrecognized). This change also insures we only process events for our interface. The only downside is that we can no longer wait for an interface to arrive as we need to map the interface name to an index at startup. This is not important as wpa_supplicant should be launched by devd and not include a separate mechanism for doing interface discovery. MFC after: 3 days
* clear eloop registration when deinit'd the l2 packet supportsam2005-07-291-2/+11
| | | | MFC after: 3 days
* Print the actual disk device we failed to complete i/o on.ps2005-07-291-2/+2
|
* Don't allow ioctl commands to be interrupted by the user.ps2005-07-291-6/+4
|
* Make ichsmb unloadable.brian2005-07-292-8/+3
| | | | | | | | It seems that the unload problems were due to a dodgy sc->smb usage and a missing mtx_destroy(). Sponsored by: ActiveState/Sophos MFC after: 3 weeks
* Fix core dump when "smbutil lc".imura2005-07-281-1/+5
| | | | OK'ed by: bp
* Don't compile ral and ural in the PAE kernel, becauseimura2005-07-281-0/+2
| | | | | | they have dependency on wlan and usb. Reported by: make universe
* Correct column alignment.njl2005-07-281-1/+1
|
* Add descriptions for the sysctls.njl2005-07-281-6/+10
| | | | MFC after: 1 day
* Fix nits in reporting battery information and add battery status reporting.njl2005-07-281-35/+54
| | | | | | | | Rate units are mA/mW, not mAh/mWh. Get full battery status and time remaining from ACPIIO_BATT_GET_BATTINFO instead of BST. PR: bin/83672 MFC after: 2 days
* Spell "protections" correctly.keramida2005-07-281-1/+1
|
* Zero the _BST, _BIF, and battinfo allocations. This is needed since wenjl2005-07-281-3/+3
| | | | | | | | later sum capacities for all batteries, even those that weren't actually present. We only need to do this for _BST but do it for all of them. Reported by: Eric Anderson MFC after: 1 day
* simplied the fix to FreeBSD-SA-04:06.ipv6. The previous one worriedume2005-07-281-35/+9
| | | | | | | | | | too much even though we actually validate the parameters. This code also is more compatible with other *BSDs, which do copyin within setsockopt(). Submitted by: Keiichi SHIMA <keiichi__at__iijlab.net> Reviewed by: security-officer (nectar) Obtained from: KAME
* Address minor locking issues. Use taskqueue_swi instead of taskqueue_swi_giant.emax2005-07-282-74/+74
| | | | MFC after: 1 month
* Spell "currently" correctly.keramida2005-07-281-1/+1
|
* Further fix receive_packet() by using BPF_WORDALIGN to insure the offsetbrooks2005-07-281-5/+15
| | | | | | is properly aligned when we move to the next packet. Obtained from: ISC dhclient via krw at OpenBSD
* If a "hole" opens up in the ruleset (i.e.: remove 5), do not returntrhodes2005-07-281-5/+2
| | | | | | | unknown error. Instead, just return error. Submitted by: avatar Tested by: trhodes
* Spell "committing" correctly.keramida2005-07-281-1/+1
|
* Spell "referred" correctly.keramida2005-07-281-1/+1
|
* Spell "background" correctly.keramida2005-07-281-5/+5
|
* Spell "partition" correctly.keramida2005-07-282-2/+2
| | | | | | PR: docs/84198 Submitted by: Gary W. Swearingen MFC after: 3 days
* Fix for PR 83885.gnn2005-07-281-1/+4
| | | | | | | | | | Make sure that there actually is a next packet before setting nextrecord to that field. PR: 83885 Submitted by: hirose@comm.yamaha.co.jp Obtained from: Patch suggested in the PR MFC after: 1 week
* Shorten src / obj paths while capturing logs, making them both smaller anddes2005-07-281-1/+30
| | | | easier to read.
* Minor syntax tweaks:rwatson2005-07-281-17/+0
| | | | | | | | | | - Remove some extra blank lines. - Remove comments that don't contribute to understanding. - Remove additional blank lines in output added to maximize compatibility with older vmstat output, but that is actually somewhat gratuitous. Submitted by: bde MFC with: other vmstat libmemstat(3) changes
* Add a couple of missing nic interfaces that have been added: iwi, ipw,imp2005-07-281-4/+7
| | | | | | ral and ural. Add a comment about this regexp being lame, which should shock no-one. Add a comment about why rescans are disabled on scsi cards.
* Cast to uintptr_t to avoid compiler warning, it was broken bydavidxu2005-07-281-6/+12
| | | | the recent atomic_ptr() change.
* Forgot to add this change when commiting geli.pjd2005-07-281-0/+2
| | | | Reported by: cperciva
* Don't reject packets with server names containing characters that arebrooks2005-07-281-7/+6
| | | | | | | not allowed in domain names. RFC 2132 does not list valid or invalid characters and the ISC client accepts anything here. Reported by: ps
* I think I found the problem, reconnect geli to the build.pjd2005-07-271-1/+1
|
* - Reduce WARNS level to 3, so it will be compilabe on alpha.pjd2005-07-271-3/+4
| | | | | | | - Don't link libmd, it is not needed. - Connect manual page to the build. MFC after: 1 week
* Disconnect geli from the build for now.pjd2005-07-271-1/+1
| | | | | I need to find out first what is the cause of sha2.c compilation problem on alpha.
* Fix the way how "InUse" column in 'vmstat -m' output works:pjd2005-07-271-3/+6
| | | | | | | | | | | | - increase number of allocations count only on successfull malloc(9), so it doesn't confuse people; - because we need to check if 'size > 0', hide 'mtsp->mts_memalloced += size;' under the check as well, as for size=0 it is of course a no-op; - avoid critical_enter()/critical_exit() in case of failure in malloc_type_allocated() as there will be nothing to do. OK'ed by: rwatson MFC after: 2 days
* MFp4: Export more informations about encrypted providers.pjd2005-07-271-0/+32
| | | | MFC after: 1 week
* Add regression tests (121 in total) for GEOM_ELI class.pjd2005-07-278-0/+607
| | | | | | | | | | To use them, run: # prove /usr/src/tools/regression/geom_eli Sponsored by: Wheel Sp. z o.o. http://www.wheel.pl MFC after: 1 week
* Reduce default debug level to 0.pjd2005-07-271-1/+1
| | | | MFC after: 1 week
* Connect GEOM_ELI class to the build.pjd2005-07-276-2/+11
| | | | MFC after: 1 week
* Add GEOM_ELI class which provides GEOM providers encryption.pjd2005-07-2711-0/+4540
| | | | | | | | For features list and usage see manual page: geli(8). Sponsored by: Wheel Sp. z o.o. http://www.wheel.pl MFC after: 1 week
OpenPOWER on IntegriCloud