summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* correct WARNS=6 fix to use cast to (void *).ume2005-03-011-10/+10
| | | | use of struct sockaddr_strage * is thought as not good manner. :)
* Remove debugging printf.glebius2005-03-011-1/+0
| | | | Reviewed by: mlaier
* Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY inimp2005-03-0129-74/+80
| | | | | preference to some random negative number to allow other drivers a bite at the apple.
* When mac_check_system_acct() fails, make sure to unlock as well as closerwatson2005-03-011-0/+1
| | | | | | the vnode. Pointed out by: jeff
* Merge from NetBSD.sobomax2005-03-015-56/+150
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | o usb_subr.c, add delta 1.119: Move usb_get_string() and make it public. o usbdi.c, bring on par with 1.106, this includes: - Make an iterator abstraction for looping through all descriptors. - Whine about not being able to figure out default language if we are debugging. - Move usb_get_string() and make it public. o usbdi.h, bring on par with 1.64, this includes: - Make an iterator abstraction for looping through all descriptors. - Move usb_get_string() and make it public. o usbdi_util.c, bring on par with 1.42, this includes: - Add usbd_get_protocol(). - Use NULL instead of 0. - Fix (mostly harmless) typo. - Move utility routine from uirda.c to usbdi_util.c. o usbdi_util.h, bring on par with 1.31, this includes: - Add usbd_get_protocol(). - Move utility routine from uirda.c to usbdi_util.c. MFC after: 3 days
* Catch up with "physical memory" sysctl change.grehan2005-03-012-0/+4
| | | | (MFi386: rev 1.608)
* Reverse a condition so that the else clause can be changedharti2005-03-011-39/+38
| | | | | | | | to a fallthrough. Patch: 7.82 Submitted by: Max Okumoto <okumoto@ucsd.edu>
* Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, returnimp2005-03-0114-28/+26
| | | | | BUS_PROBE_LOW_PRIORITY in stead of ifdef for devices that xl and vx both support so that xl will snarf them on up.
* - Fix anoter dyslexic moment; an atomic_set_int should've become ACTIVESET,jeff2005-03-011-1/+1
| | | | | | not ACTIVECLEAR. Submitted by: iedowse
* Sync with 1.9 from NetBSD, this includes:sobomax2005-03-011-8/+26
| | | | | | | | o Add Ethernet descriptor. o Use attribute packed for on-the-wire data structures. MFC after: 3 days
* Correct the freebsd32_kevent prototype.ps2005-03-012-6/+6
|
* Add a manual page for the fm801 chipsets.trhodes2005-03-012-0/+65
| | | | | PR: 78143 Submitted by: Joel Dahl <joel@automatvapen.se> (original version)
* Add sysdoc, a small set of scripts which will parse a kernel binary andtrhodes2005-03-015-0/+2734
| | | | | | | modules to rip out the available sysctls. It will then produce a manual page which may be installed with 'make install'. Currently typing 'make' in the directory uses the default /boot/kernel files. To use a specific directory, run sysdoc -k [location].
* Use the kernel pmap's lock to guarantee that only one thread at a time isalc2005-03-011-0/+10
| | | | | | using either pmap_temp_map_1 or pmap_temp_map_2. Tested by: kris@
* Catch up with the "physical memory" sysctl change.obrien2005-03-011-0/+2
| | | | (MFi386: rev 1.608)
* Add rc.bsdextended. It's been tested enough.trhodes2005-03-011-1/+1
|
* Support \H, \h, \w, \W, \$ string expansion in the prompt.obrien2005-03-011-4/+91
| | | | Submitted by: mini
* Make an advise that a rebuild of fsck(8) is recommended for -CURRENTdelphij2005-03-011-0/+10
| | | | | | | after 20050220 due to the superblock summary recomputation change. Also make a note about how to go back to the old behavior. MFC After: 1 day
* - Split tests into three rough categories.das2005-03-011-6/+98
| | | | | | | | | | | - Use fesetround() instead of fpsetround(), and add tests for various rounding modes. - Test that all NaNs generated are quiet. Some of these tests won't pass until problems in vendor sources (gdtoa and gcc) are fixed and new versions imported, but I want to get these changes into the tree before I accidentally blow them away again. :-(
* - Split the printfloat test into 11 individually wrapped and packageddas2005-03-012-8/+100
| | | | | | | | | | | | | | tests. (Buy 10, get one free!) The separate categories were already there; they just weren't labeled. - Use fesetround() instead of fpsetround(), since the former is standard and implemented on all supported architectures. Add tests for each rounding mode. - Add additional tests for subnormals. Some of these tests won't pass until problems in vendor sources (gdtoa and gcc) are fixed and new versions imported, but I want to get these changes into the tree before I accidentally blow them away.
* MFi386: Sync whitespace and an abbreviationpeter2005-02-281-4/+4
|
* MFi386: Update alc's copyright noticepeter2005-02-281-1/+1
|
* MFi386: Bring over John's local apic timer codepeter2005-02-288-89/+219
|
* Bootstrap pwd_mkdb(8) and use its new feature during "make distribute".ru2005-02-282-2/+10
|
* Add a sysctl that records the amount of physical memory in the machine.wes2005-02-284-1/+15
| | | | | Submitted by: Nicko Dehaine <nicko@stbernard.com> MFC after: 1 day
* Save and restore the VGA state across a suspend-resume cycle. Thisiedowse2005-02-282-0/+56
| | | | | | | | is particularly useful when VESA is available (either `options VESA' or load the vesa module), as BIOSes in some notebooks may correctly save and restore LCD panel settings using VESA in cases where calling the video BIOS POST is not effective. On some systems it may also be necessary to set the hw.acpi.reset_video sysctl to 0.
* Add endianness support.ru2005-02-282-41/+47
| | | | | | | | | | | While version 4 entries are architecture-independent, we also store old (version 3) entries in native byte order. Also, the hash itself is created in a native byte order. With this change, pwd_mkdb(8) can be used to cross-build *pwd.db files for another architecture. Tested on: i386, amd64, alpha, sparc64
* Add a missing bcopy() to make saving the VESA state actually work.iedowse2005-02-281-3/+13
| | | | | | | | | | Also save the DAC state, increase the maximum save state size from 4k to 8k, and refuse to save the VESA state if the BIOS reports it is larger than the maximum size we can handle. It doesn't appear that anything currently uses this code, but it turns out to be capable of restoring some notebook displays to a working state after a suspend-resume cycle.
* Define the _mtx_assert() function prototype as well as the MA_* constantsjhb2005-02-281-3/+3
| | | | | | | if either INVARIANTS or INVARIANT_SUPPORT is defined so that kernel modules that want to use mtx_assert() only need to define INVARIANTS. MFC after: 1 week
* Fix a grammar nit of mine.obrien2005-02-281-1/+1
|
* -mandoc style tweak rev 1.13.obrien2005-02-281-4/+6
| | | | Submitted by: ru
* Don't extract the .gdbinit file from the distribution.harti2005-02-281-0/+1
|
* This commit was generated by cvs2svn to compensate for changes in r142810,harti2005-02-2820-79/+136
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of bsnmpd 1.8harti2005-02-2820-79/+136
| |
* | VarParseLong: Move the initialisation of dynamic up which savesharti2005-02-281-3/+7
| | | | | | | | | | | | | | | | | | an else clause. Move the assignment to the lengthPtr down to just before the return statements. Patch: 7.81 Submitted by: Max Okumoto <okumoto@ucsd.edu>
* | Increase the default stacksizes:marcus2005-02-283-20/+30
| | | | | | | | | | | | | | | | | | 32-bit 64-bit main thread 2 MB 4 MB other threads 1 MB 2 MB Adapted from: libpthread Approved by: deischen
* | Buf_GetAll wants a pointer as its second argument, not a boolean -harti2005-02-281-1/+1
| | | | | | | | | | | | replace FALSE by NULL. Submitted by: Max Okumoto <okumoto@ucsd.edu>
* | Give a better advice on how to convert DOS text to UNIX text.yar2005-02-281-2/+2
| | | | | | | | | | | | | | | | The former tip used `col -bx', which would not only discard CR's, but also expand TAB's and remove BS'en. This effect is not always wanted. MFC after: 1 week
* | Use 0 instead if NULL for vm_offset_t argument to windrv_lookup() towpaul2005-02-284-10/+10
| | | | | | | | silence compiler warnings.
* | In hardware/sparc64/proc-sparc64.sgml, Ultra 5 is listed twice times, avoidrushani2005-02-281-3/+0
| | | | | | | | | | | | duplication. Noticed by: Ryusuke Suzuki <ryusuke at nucl dot sci dot hokudai dot ac dot jp>
* | Support running carp(4) over a vlan(4) parent interface.yar2005-02-281-1/+2
| | | | | | | | Encouraged by: glebius
* | Don't modify the input string in VarParseLong(). It is notharti2005-02-281-15/+6
| | | | | | | | | | | | | | | | | | necessary to NUL-terminated it, because we know the lengths from the pointers. Patch: 7.80 Submitted by: Max Okumoto <okumoto@ucsd.edu>
* | Step 1/2 of making "make distribute" work for cross-builds.ru2005-02-281-1/+10
| |
* | In bpf_setf(), protect against races between multiple user threadsrwatson2005-02-281-1/+2
| | | | | | | | | | | | | | | | attempting to change the BPF filter on a BPF descriptor at the same time: retrieve the old filter pointer under the same locked region as setting the new pointer. MFC after: 3 days
* | Add missing ()phk2005-02-281-3/+3
| |
* | Increase usefulness of telnet(1) as a protocol tester. By prependingtobez2005-02-283-4/+23
| | | | | | | | | | | | | | | | | | | | "+" to the port number, disable option negotiation and allow transferring of data with high bit set. OKed by: markm (maintainer) PR: 52032 Submitted by: Valentin Nechayev <netch maybe-at netch stop kiev stop ua> MFC After: 2 weeks
* | Update a comment describing bpf_iflist to indicate that the BPF interfacerwatson2005-02-281-1/+4
| | | | | | | | | | | | | | structures correspond to specific link layers, so the same network interface may appear more than once. MFC after: 3 days
* | Remove unused field from carp softc.glebius2005-02-281-3/+0
| | | | | | | | OK'ed by: mcbride@OpenBSD
* | Fix tcpdump(8) on carp(4) interface:glebius2005-02-281-16/+5
| | | | | | | | | | | | | | | | | | | | | | | | - Use our loop DLT type, not OpenBSD. [1] - The fields that are converted to network byte order are not 32-bit fields but 16-bit fields, so htons should be used in htonl. [1] - Secondly, ip_input changes ip->ip_len into its value without the ip-header length. So, restore the length to make bpf happy. [1] - Use bpf_mtap2(), use temporary af1, since bpf_mtap2 doesn't understand uint8_t af identifier. Submitted by: Frank Volf [1]
* | MFi386: revisions 1.1186 and 1187nyan2005-02-281-5/+10
| | | | | | | | | | - Connect "options MP_WATCHDOG" to the LINT builds. - Spell "options" correctly as "options ".
OpenPOWER on IntegriCloud