summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix locking violations during page wiring:tegge2001-10-141-3/+32
| | | | | | | | | | | | - vm map entries are not valid after the map has been unlocked. - An exclusive lock on the map is needed before calling vm_map_simplify_entry(). Fix cleanup after page wiring failure to unwire all pages that had been successfully wired before the failure was detected. Reviewed by: dillon
* bring in ARP support for variable length link level addressesfjoe2001-10-1410-107/+330
| | | | | | | Reviewed by: jdp Approved by: jdp Obtained from: NetBSD MFC after: 6 weeks
* Fix it so that it doesn't complain for compiles on alpha- that is, matchmjacob2001-10-141-4/+10
| | | | format string args to actual args.
* Turn on the hardware volume buttons that are present on most laptops withscottl2001-10-141-4/+19
| | | | | | | | | these chips. There is a new hint, hint.pcm.N.hwvol_config, that can be set to 1 or 0 to select which pins the buttons are connected to. I'm open to suggestions on where to document this. Also bump the number of playback channels up to 4. MFC after: 3 days
* Implement partial-file NFS lock testing.alfred2001-10-143-13/+139
| | | | Submitted by: "Andrew P. Lentvorski" <andrewl@io.com>
* Make this compile on ia64.dfr2001-10-141-25/+46
|
* Implement pmap_mapdev.benno2001-10-144-0/+82
|
* Remove another unneeded instance of -elf.benno2001-10-141-1/+1
|
* Forced commit. There apparently was already a PR for the problemmarcel2001-10-140-0/+0
| | | | | | fixed by the previous commit. PR: 31122
* When casting from uid16/gid16 to uid/gid respectively, make suremarcel2001-10-141-14/+16
| | | | | | | that "no change" (ie 0xFFFF) is properly cast to (int)-1 for those syscalls that set uids and/or gids. Verified by: LTP
* Adjust for the movement of `as' headers.obrien2001-10-141-4/+2
|
* You know the last revision will work better if the TARGET_TUPLE is setobrien2001-10-144-4/+4
| | | | conditionally....
* Allow easier override of the configure tuple, in case you wanted to buildobrien2001-10-144-29/+37
| | | | as "powerpc-obrien-freebsd" rahter than "powerpc-unknown-freebsd" for example.
* Need to look in additional places for BFD's config.h now.obrien2001-10-142-0/+2
|
* Clean up a little bit more.obrien2001-10-141-1/+2
|
* Clean up the formatting.obrien2001-10-146-82/+72
|
* We do "sparc64", not "sparc".obrien2001-10-141-24/+0
|
* Clean up the formatting.obrien2001-10-142-29/+25
|
* We do "sparc64", not "sparc".obrien2001-10-145-157/+0
|
* Clean up the formatting.obrien2001-10-1417-124/+110
|
* We can easily share a single config.h file across all FreeBSD platforms,obrien2001-10-145-626/+11
| | | | which reduces the upgrade effort.
* Update for Binutils 2.11.2.obrien2001-10-142-561/+895
|
* We support sparc64, not plain sparc.obrien2001-10-143-3478/+0
|
* Clean up the formatting.obrien2001-10-149-169/+156
|
* Note that the contents of /tmp may or may not be kept between systemmurray2001-10-131-1/+7
| | | | | | | | | | reboots. Also add a `NOTES' section that reminds the reader that this man page just documents the system default, and that the hierarchy of a given site is at the system administrators discretion. PR: docs/29525
* Changes for both compilation on NetBSD (PPC) and cross-compilation on FreeBSD.mp2001-10-131-2/+5
| | | | | | - Hardcode and trim warning flags down to compatible subset. - Remove -elf FMT flag. - Allow for NM commandline override.
* Add warning about zeroing-out the socket structure before populating it.dillon2001-10-131-0/+4
|
* These files have been gone for a long time.des2001-10-131-4/+0
|
* Removed most of the zombie man pages in libm. All relevant parts havebde2001-10-1326-3333/+0
| | | | been copied to msun/man (most of them long ago without proper history).
* Fixed missing quoting of >= (in ceil.3) and <= (in floor.3) by reverting tobde2001-10-132-7/+7
| | | | | | | describing these operators in English. This completes the fix in rev.1.3 (rev.1.2 got this wrong by describing wrong operators in English). Fixed bitrot and improved English in the DESCRIPTION section.
* o Update init_sysent.c and friends for allocation of afs_syscall.rwatson2001-10-135-6/+8
|
* o Reserve system call 377 for afs_syscall; by reserving a system callrwatson2001-10-131-0/+1
| | | | | | | | number, portable OpenAFS applications don't have to attempt to determine what system call number was dynamically allocated. No system call prototype or implementation is defined. Requested by: Tom Maher <tardis@watson.org>
* Fixed missing quoting of [-1, +1].bde2001-10-132-2/+4
| | | | Submitted by: phantom
* Use ".Lb libm" where it will have an effect (not just in the zombie manbde2001-10-1326-0/+52
| | | | | | pages in libm). Submitted by: phantom
* Hack for the "out-of-sync" error.yokota2001-10-132-218/+304
| | | | | | | | | | | | | | | | | | | | | | | | | | - Count the number of this error. - When the error is detected for the first time, the psm driver will throw few data bytes (up to entire packet size) and see if it can get back to sync. - If the error still persists, the psm driver disable/enable the mouse and see if it works. - If the error still persists and the count goes up to 20, the psm driver reset and reinitialize the mouse. The counter is reset to zero. - It also discards an incomplete data packet when the interval between two consequtive bytes are longer than pre-defined timeout (2 seconds). The last byte which arrived late will be regarded as the first byte of a new packet. This is louie's idea. You may see the following error logs during the above operations: "psmintr: delay too long; resetting byte count" "psmintr: out of sync (%04x != %04x)" "psmintr: discard a byte (%d)" "psmintr: re-enable the mouse" "psmintr: reset the mouse" MFC after: 1 month
* Regenerate syscall stuff.phk2001-10-132-303/+11
| | | | Remove syscall-hide.h
* Don't generate <sys/syscalls-hide.h> it has never had any users anywhere inphk2001-10-132-21/+1
| | | | the source tree.
* Update man pages in the section 4 to match the reality in -CURRENT.yokota2001-10-1353-205/+522
| | | | | | | | | | | - Change lines referring to kernel configuration file: device foo0 at isa port xxx irq yyy... to device foo Describe resource "hints" in /boot/device.hints. - Try to describe resource allocation and probe/attach behavior in the newbus framework.
* Only the first eight arguments can possibly be in stacked registers.dfr2001-10-131-2/+5
|
* attachobject: Return correct status after successfully attaching agrog2001-10-131-0/+1
| | | | | | plex. Indirectly found by: Hendrik Scholz <hscholz@perikles.toppoint.de>
* Fixed bitrot in a banal comment by removing the comment.bde2001-10-132-2/+2
|
* Backed out vestiges of the quick fixes for the transient breakage ofbde2001-10-1312-12/+0
| | | | | <sys/mount.h> in rev.1.106 of the latter (don't include <sys/socket.h> just to work around bugs in <sys/mount.h>).
* Backed out the quick fixes for the transient breakage of <sys/mount.h>bde2001-10-132-4/+4
| | | | | in rev.1.106 of the latter (don't include <sys/socket.h> and/or <net/radix.h> just to work around bugs in <sys/mount.h>).
* Removed unused include of kernel-only file <sys/lock.h>.bde2001-10-131-1/+0
|
* Backed out "Compensate for header dethreading [mistakes]" mistakes inbde2001-10-133-4/+0
| | | | alpha files too.
* Makes contigalloc[1]() create the vm_map / underlying wired pages in thedillon2001-10-131-4/+12
| | | | | | | | | | | kernel map and object in a manner that contigfree() is actually able to free. Previously contigfree() freed up the KVA space but could not unwire & free the underlying VM pages due to mismatched pageability between the map entry and the VM pages. Submitted by: Thomas Moestl <tmoestl@gmx.net> Testing by: mark tinguely <tinguely@web.cs.ndsu.nodak.edu> MFC after: 3 days
* Oops, fix a missing condition that broke umount's `-h' option. Iiedowse2001-10-131-1/+2
| | | | | had somehow removed an error check in revision 1.26, causing errx() to be called unconditionally in the -h case.
* This commit was generated by cvs2svn to compensate for changes in r84865,obrien2001-10-1336-36/+43264
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import the extra bits needed to target IA-64, PowerPC, and sparc64.obrien2001-10-1336-36/+43264
| | | | | | | | (this is Binutils from the FSF 2.11 branch [checked out 19-July-2001])
* | New release notes: arp(8) prints interface names, strnstr(3)/strcasestr(3),bmah2001-10-132-6/+24
| | | | | | | | | | | | sysinstall(8) can load KLDs. Minor markup additions.
OpenPOWER on IntegriCloud