summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Re-enable descending into the "atm" subdir.ru2004-10-051-1/+1
|
* Use generic tty code instead of local copy.phk2004-10-051-862/+269
| | | | Also divorce this driver from the sio driver.
* Yet another case of resources:imp2004-10-051-4/+4
| | | | | | | | | | | | | | | | | | | + * 9: 0x3f0-0x3f3,0x3f4-0x3f5,0x3f7 This requires only one change to support. Rather than keying on the size of the resource being 2, instead key off the end & 7 being 3. This covers the same cases that the size of 2 would catch, but also covers the new above case. In addition, I think it is clearer to use the end in preference to the size and start for case #8 as well. Turns two tests into one, and catches no other cases. Make minor commentary changes to deal with new case #9. # This change is specifically minimal to allow easy MFC. A more # extensive change will go into current once I've had a chance to test # it on a lot of hardware...
* This commit was generated by cvs2svn to compensate for changes in r136136,ru2004-10-052-3/+1
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Pull up the latest minor fixes.ru2004-10-052-3/+1
| |
* | Fix unionfs problems when a directory is mounted on other directorytakawata2004-10-053-1/+11
| | | | | | | | | | | | | | | | with different file systems. This may cause ill things with my previous fix. Now it translate fsid of direct child of mount point directory only. Pointed out by: Uwe Doering
* | Remove SWI_CAMNET since it's no longer used. Re-sort SWI priorities in itsscottl2004-10-051-5/+4
| | | | | | | | absence.
* | Add PCI ID for VIA K8T800Pro chipset. Tested with agptest and X with DRIanholt2004-10-052-0/+4
| | | | | | | | enabled, but not 3D.
* | Remove the camnet swi and CAM_PERIPH_NET. It has never been used, and givenscottl2004-10-052-14/+4
| | | | | | | | | | that netowrk-over-scsi never really took off, there is little chance that it will ever be needed.
* | Add taskqueue_drain. This waits for the specified task to finish, ifimp2004-10-053-0/+19
| | | | | | | | | | | | | | running, or returns. The calling program is responsible for making sure that nothing new is enqueued. # man page coming soon.
* | Use a taskqueue rather than an swi to handle deferred notifications.scottl2004-10-051-10/+9
| |
* | Update the man page for the -s flag and other changes that we've missed.njl2004-10-051-5/+19
| | | | | | | | MFC after: 3 days
* | Add the -s flag to make dumping SSDTs optional (disabled by default).njl2004-10-053-5/+16
| | | | | | | | | | | | | | | | | | Since we can only override the DSDT, a custom ASL dumped previously that contained SSDTs would result in lots of multiple definition errors. A longer-term fix involves adding the ability to override SSDTs to ACPI-CA. MFC after: 3 days
* | Add a new -d argument which is used to specify an alternate root for logbrooks2004-10-042-2/+19
| | | | | | | | | | files similar to DESTDIR in the BSD make process. This only affects log file paths not config file (-f) or archive directory (-a) paths.
* | Make it more clear that if named is enabled, it will be chrooted by default.dougb2004-10-041-3/+2
| | | | | | | | Change to syslogd restart as suggested by des.
* | The previous commit added code to rm(1) to warn about and remove anydes2004-10-041-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | occurrences of "/" in the argument list. This corresponds to Enhancement Request Number 5 in the Austin Group TC2 Aardvark's XCU Defects Report (<URL:http://www.opengroup.org/austin/aardvark/finaltext/xcubug.txt>). Further discussion is available in the Austin Group mailing list archives (<URL:http://www.opengroup.org/austin/mailarchives/>, "Defect in XCU rm") and for Austin Group members, in the Austin Group Interpretations archive (<URL:http://www.opengroup.org/austin/interps/>, AI-019) This commit makes that check conditional on !POSIXLY_CORRECT, since it is not strictly correct according to the current version of the standard (but is expected to be correct according to the next version, and has already been adopted by Solaris).
* | Markup fixes.des2004-10-041-4/+4
| | | | | | | | Pointed out by: ru
* | Bump the date.yar2004-10-041-1/+1
| | | | | | | | Reminded by: ru
* | fix typo in generated /etc/exports: s/synatx/syntax/rse2004-10-042-2/+2
| |
* | Add a more verbose description for `device vlan'yar2004-10-041-0/+2
| | | | | | | | to the above comment block devoted to such descriptions.
* | Hint a kernel builder that vlan needs miibus, which isn't obvious.yar2004-10-041-1/+1
| |
* | Mutually cross-reference sysexits(3) and err(3). Add text to err(3)jkoshy2004-10-042-1/+7
| | | | | | | | | | | | recommending that the standard exit codes in sysexits(3) be used. Reviewed by: ru
* | Document that vlan(4) requires miibus(4) now.yar2004-10-041-0/+2
| |
* | Change the perfectly precise messagephk2004-10-041-1/+1
| | | | | | | | | | | | | | printf("No buffers busy after final sync"); to printf("All buffers synced."); in order to not leave the users wondering if there should be.
* | Bump document date for last commit.simon2004-10-041-1/+1
| | | | | | | | Noticed by: ru
* | Find out how flame-proof my underwear really is.des2004-10-042-1/+25
| |
* | Whitespace cleanup.des2004-10-041-4/+4
| |
* | Use tty layer generic code instead of local copy.phk2004-10-042-538/+110
| | | | | | | | | | Device names {cua,tty}R%r[.init,.lock] clashes with pty(4) driver and allows for only 32 ports. This should probably be revisited.
* | Promote mediasize and physmem to uintmax_t when comparing them.des2004-10-041-1/+1
| |
* | Another case where we need to guard against a partiallyjulian2004-10-041-0/+2
| | | | | | | | | | | | | | constructed process. Submitted by: Stephan Uphoff ( ups at tree.com ) MFC after: 3 days
* | With the fixes to getty handling of non-existent devices a defaultkensmith2004-10-041-2/+3
| | | | | | | | | | | | | | | | | | install now complains about ttyu0/ttyu1 not existing at boot time. Since users wanting the uart based devices as terminals will need to do something special to get them anyway set it up so a default config doesn't complain. MFC after: 3 days
* | Whitespace nit.des2004-10-031-1/+0
| |
* | dumpon builds cleanly at WARNS level 6.des2004-10-031-1/+1
| |
* | Verify that the specified device is at least as large as hw.physmem.des2004-10-032-20/+52
| |
* | Wrap some long lines (no content changes)des2004-10-031-6/+6
| |
* | PAM configuration is now in /etc/pam.d/su.simon2004-10-031-7/+4
| | | | | | | | | | | | Submitted by: Jilles Tjoelker <jilles@stack.nl> (original version) PR: docs/70616 (part of) MFC after: 1 week
* | Undo revision 1.251. This change was a performance pessimizing work-aroundalc2004-10-032-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | that is no longer required. (In fact, it is not clear that it was ever required in HEAD or RELENG_4, only RELENG_3 required a work-around.) Now, as before revision 1.251, if the preexisting PTE is invalid, pmap_enter() does not call pmap_invalidate_page() to update the TLB(s). Note: Even with this change, the handling of a copy-on-write fault is inefficient, in such cases pmap_enter() calls pmap_invalidate_page() twice. Discussed with: bde@ PR: kern/16568
* | Always strt out with an initilalised ksegrp structure.julian2004-10-031-3/+3
| | | | | | | | MFC after: 3 days
* | Use a proper prototype for hertz().stefanf2004-10-032-1/+3
| |
* | Use the correct printf specifier.stefanf2004-10-031-1/+3
| | | | | | | | PR: 47187
* | The macro for the function specifier inline is spelled '__inline'.stefanf2004-10-031-3/+3
| |
* | Use the correct type for iop_attach().stefanf2004-10-032-4/+6
| |
* | Don't add integers to void pointers.stefanf2004-10-036-7/+7
| |
* | Don't add integers to void pointers.stefanf2004-10-032-3/+6
| |
* | Directly include <runetype.h> for _CurrentRuneLocale, <_ctype.h> doesn'tstefanf2004-10-031-0/+1
| | | | | | | | include it in all cases.
* | Properly initialise 'filename' so that random -l doesn't try to open NULL.stefanf2004-10-031-5/+4
| | | | | | | | | | Const-qualify 'filename' to avoid a strdup() call due to -Wwrite-strings silliness.
* | chflags compiles with WARNS?=6.stefanf2004-10-031-0/+1
| |
* | Garbage collect a variable whose value was never read.stefanf2004-10-031-5/+4
| |
* | Don't rely on NULL being a pointer, add a cast before passing it to a variadicstefanf2004-10-031-2/+2
| | | | | | | | function.
* | Don't bother to turn off other P_STOPPED bits for SIGKILL, doingdavidxu2004-10-031-1/+1
| | | | | | | | | | | | so would cause kernel to produce an unkillable process in some cases, especially, P_STOPPED_SINGLE has a singling thread, turning off the bit would mess the state.
OpenPOWER on IntegriCloud