summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Install files via FILES.ru2001-12-175-22/+15
|
* Add Italian translations to the example for refusing docprojmwlucas2001-12-171-0/+2
| | | | | | | | | | | translations. This will once again allow docproj trackers to use the sample out-of-the-box to only download English. Rapid MFC to avoid the coming freeze. PR: 32329 Approved by: bmah MFC after: 1 day
* Install files via FILES.ru2001-12-178-26/+19
|
* Fix some style bugsphantom2001-12-171-15/+18
| | | | Prompted by: mike
* FILES support for bsd.prog.mk. See bsd.README for details.ru2001-12-1727-201/+148
| | | | Stolen from: NetBSD
* Removed a no-op FILES from bsd.doc.mk.ru2001-12-1710-11/+0
|
* Add support for devfs. In other words, for -CURRENT, make work at allgreen2001-12-171-0/+41
| | | | again for normal device nodes.
* Install devfs includes.green2001-12-172-1/+3
|
* Add .Lb entry for -lpam.ru2001-12-172-0/+2
|
* Now that the driver has been MFC'ed, fix the first appearence info.ru2001-12-171-1/+1
|
* Modify tip that no longer applies for ftp(1).mikeh2001-12-171-2/+2
|
* Initalize ifq_maxlen to prevent a harmless warning message.brooks2001-12-171-0/+1
| | | | | MFC After: 1 day Pointed out by: jacks@sage-american.com, bmah
* Added a sysctl control variable "ac97rate" to allow manual tuning oforion2001-12-171-3/+28
| | | | | | | | | | | | the link rate - some ich motherboards overclock ac97 out of the box. Will hopefully replace this with a callibration loop in time for 4.5R freeze. Problem reported by Luigi Rizzo and fix derived from his code (put diff in ich.c rather than ac97.c). MFC after: 3 days
* Addition of sysctl variable to enable spdif. By default spdif is disabled.orion2001-12-171-2/+26
| | | | MFC after: 3 days
* Ignore the value of fs_active when comparing superblocks.iedowse2001-12-171-0/+1
| | | | Noticed by: "Niels Chr. Bank-Pedersen" <ncbp@bank-pedersen.dk>
* add krb4 librariesassar2001-12-173-4/+24
|
* Part #1 of the promised floppy driver documentation update.joerg2001-12-161-33/+251
|
* Make sure we ignore the value of `fs_active' when reloading theiedowse2001-12-161-1/+2
| | | | | superblock, and move the initialisation of it to beside where other pointer fields are initialised.
* Move the new superblock field `fs_active' into the region of theiedowse2001-12-161-5/+7
| | | | | | superblock that is already set up to handle pointer types. This fixes an accidental change in the superblock size on 64-bit platforms caused by revision 1.24.
* Remove reliance on i++ in multiple arguments to a function. C does notgibbs2001-12-161-16/+3
| | | | | | guarantee the order of increment. Noticed by: GCC 3.0 use by the Linux community and jhb
* Remove whitespace at end of line.mp2001-12-161-1/+1
|
* Add/correct description for some sysctl variables where it was missing.luigi2001-12-164-4/+7
| | | | | | | | The description field is unused in -stable, so the MFC there is equivalent to a comment. It can be done at any time, i am just setting a reminder in 45 days when hopefully we are past 4.5-release. MFC after: 45 days
* When cancelling a thread while in a join operation, do not detachdeischen2001-12-163-12/+3
| | | | | | | | the target thread of the join operation. This allows the cancelled thread to detach the target thread in its cancellation handler. This bug was found by Butenhof's cancel_subcontract test. Reviewed by: jasone
* MFi386: options.i386 revision 1.162nyan2001-12-161-0/+5
|
* MFi386: files.i386 revision 1.385nyan2001-12-161-0/+1
|
* Merged from sys/isa/{fd.c,fdreg.h} revisions 1.222 and 1.15, respectively.nyan2001-12-164-742/+1182
|
* Oops, forgot to commit one file in the fd driver mega update. Here itjoerg2001-12-161-17/+22
| | | | | | is, some more constants for NE765 & Co. Pointed out by: silby, Dave Cornejo <dave@dogwood.com>
* - typo 'f' should be 't'arr2001-12-161-1/+1
|
* Remove PC98 code. This file is not used by PC98.nyan2001-12-162-34/+0
|
* Add comments on where to look if you wish to auto-loadsilby2001-12-161-1/+9
| | | | | | modules at boot time. MFC after: 1 day
* Add code to export and print the description associated to sysctlluigi2001-12-164-6/+48
| | | | | | | | | | | | | | | | variables. Use the -d flag in sysctl(8) to see this information. Possible extensions to sysctl: + report variables that do not have a description + given a name, report the oid it maps to. Note to developers: have a look at your code, there are a number of variables which do not have a description. Note to developers: do we want this in 4.5 ? It is a very small change and very useful for documentation purposes. Suggested by: Orion Hodson
* Fix a typo. Don't call options flags. Remove some documentation thatmike2001-12-161-21/+6
| | | | is no longer applicable to whois. Bump document date.
* Add another level of checking to 'chkprintcap', which is done bygad2001-12-154-6/+352
| | | | | | | | | | | | | "skimming thru" the printcap file looking for some common mistakes that people make. These are the kinds of mistakes where the printcap file probably looks correct to human eyes, but is wrong in some subtle way which causes a problem in some queue definitions. The program treats these as "warnings" not "errors". Note that I'm flexible on the m.f.c. schedule, if people would rather this waited until after 4.5-release. Reviewed by: no screams from freebsd-audit freebsd-print@bostonradio.org MFC after: 4 days
* Embelish CFLAGS.obrien2001-12-151-1/+2
|
* The instructions on doing something with src/lib/csu/sparc64.obrien2001-12-151-0/+25
|
* Note that the atomic ops on char and short data types may not be availablejake2001-12-151-8/+15
| | | | on all architectures. Sparc64 does not implement them.
* Typo.archie2001-12-151-1/+1
|
* Don't free a structure containing a 'struct callout' structure while thatarchie2001-12-151-8/+17
| | | | | | callout is still pending. MFC after: 3 days
* Fix access-after-free bug added in revision 1.31.archie2001-12-151-4/+5
| | | | | Detected by: INVARIANTS MFC after: 2 days
* Second (hopefully last) alpha jumbo patch to remove i386-isms.bmah2001-12-152-108/+112
| | | | | Reviewed by: wilko MFC after: 3 days
* Long promised major enhancement set for the floppy disk driver:joerg2001-12-1510-820/+1683
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | . The main device node now supports automatic density selection for commonly used media densities. So you can stuff your 1.44 MB and 720 KB media into your drive and just access /dev/fd0, no questions asked. It's all that easy, isn't it? :) . Device density handling has been completely overhauled. The old way of hardwired kernel density knowledge is no longer there. Instead, the kernel now implements 16 subdevices per drive. The first subdevice uses automatic density selection, while the remaining 15 devices are freely programmable. They can be assigned an arbitrary name of the form /dev/fd[:digit]+.[:digit:]{1,4}, where the second number is meant to either implement device names that are mnemonic for their raw capacity (as it used to be), or they can alternatively be created as "anonymous" devices like fd0.1 through fd0.15, depending on the taste of the administrator. After creating a subdevice, it is initialized to the maximal native density of the respective drive type, so it needs to be customized for other densities by using fdcontrol(8). Pseudo-partition devices (fd0a through fd0h) are still supported as symlinks. . The old hack to use flags 0x1 to always assume drive 0 were there is no longer supported; this is now supposed to be done by wiring the devices down from the loader via device flags. On IA32 architectures, the first two drives are looked up in the CMOS configuration records though. On PCMCIA (i. e., the Y-E Data controller of the Toshiba Libretto), a single drive is always assumed. . Other specialities like disabling the FIFO and not probing the drive at boot-time are selected by per-controller or per-drive flags, too. . Unit attentions (media has been changed) are supposed to be detected now; density autoselection only occurs after a unit attention. (Can be turned off by a per-drive flag, this will cause each Fdopen() to perform the autoselection.) . FM floppies can be handled now (on controllers that actually support it -- not all do these days). . Fdopen() can be told to avoid density selection by setting O_NONBLOCK; this leaves the descriptor in a half-opened state where only a few ioctls are accepted. This is necessary to run fdformat on a device that uses automatic density selection (since you cannot autoselect on an unformatted medium, obviously). . Just differentiate between a plain old NE765 and the enhanced chips, but don't try more; the existing code was wrong and only misdetected the chips anyway. BUGS and TODOs: . All documentation update still needs to be done. . Formatting not-so-standard format yields unpredictable results; i have yet to figure out why this happens. "Standard" formats like 720 and 1440 KB do work, however. . rc scripts are needed to setup device nodes with nonstandard densities (like the old /dev/fdN.MMM we used to have). . Obtaining device flags from the kernel environment doesn't work yet, thus currently only drives that are present in (IA32) CMOS are really detected. Someone who knows the odds and ends about device flags is needed here, i can't figure out what i'm doing wrong. . 2.88 MB still needs to be done.
* Sparc64 ELF version of the C runtime support.obrien2001-12-151-0/+128
| | | | | | | It tries to comply with the SCD 2.4.1 (and thus Sparc 64-bit psABI). This is an amalgamation of the FreeBSD Alpha crt1.c and the BSD/OS Sparc crt0.c (which the copyright reflects).
* Pull the target thread of a join operation from the correct placedeischen2001-12-153-9/+12
| | | | when cancelling a thread.
* Add modules of scsi_low based SCSI drivers ncv, nsp, stg, and commonnon2001-12-151-0/+4
| | | | | | part scsi_low. Submitted-by: takawata
* Add module directories and makefiles for ncv, nsp, stg and scsi_lownon2001-12-154-0/+38
| | | | | | KLD modules. Submitted-by: takawata
* o Add KLD support for scsi_low.non2001-12-154-0/+14
| | | | | | o Add KLD dependency of ncv, nsp and stg drivers to scsi_low. Submitted by: takawata
* Add a missing .. to get out of smbfs/print.jhay2001-12-151-0/+1
|
* New release notes: root filesystem on a SCSI CDROM, filesystembmah2001-12-152-16/+34
| | | | | | | | bugs fixed. MFCs noted: em(4), faith(4) loadable/unloadable/clonable, sis(4) VLAN support, interface capabilities, IP address hash table, syn cache, newfs(8) defaults.
* Add some granularity to the WARNS levels.obrien2001-12-151-5/+10
| | | | | | | 1: add -Werror 2: -Wall [only], as this is the most used warnings setting by developers 3: our old `1' 4: our old `2'
* Add support for suspending/resuming CardBus bridges.imp2001-12-153-7/+87
| | | | | | | We really should have and use power state information, but none exists today. Submitted by: YAMAMOTO Shigeru-san <shigeru@iij.ad.jp>
OpenPOWER on IntegriCloud