summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Autogenerate device listings for el(4), ep(4) and sn(4)brueffer2004-09-052-10/+6
| | | | MFC after: 3 days
* Add el(4), ep(4) and sn(4)brueffer2004-09-051-0/+3
| | | | MFC after: 3 days
* - move list of supported devices into a HARDWARE sectionbrueffer2004-09-051-37/+42
| | | | | | | | - sort the hardware list - misc fixes - bump document date MFC after: 3 days
* - add a HARDWARE sectionbrueffer2004-09-051-4/+8
| | | | | | | - misc fixes - bump document date MFC after: 3 days
* - add a HARDWARE sectionbrueffer2004-09-051-1/+10
| | | | | | - bump document date MFC after: 3 days
* Refine the entry for the SMC cardbrueffer2004-09-051-1/+1
| | | | MFC after: 3 days
* Autogenerate device listings for re(4), sis(4) and snc(4)brueffer2004-09-052-42/+6
| | | | MFC after: 3 days
* Add re(4) and sis(4)brueffer2004-09-051-0/+2
| | | | MFC after: 3 days
* - move list of supported devices into a HARDWARE sectionbrueffer2004-09-041-19/+23
| | | | | | | - mention which chip the devices use (where known) - bump document date MFC after: 3 days
* - move list of supported devices into a HARDWARE sectionbrueffer2004-09-041-18/+22
| | | | | | | - fix spacing in the Corega entry - bump document date MFC after: 3 days
* - the NEC PC-9801N-25 is supported as wellbrueffer2004-09-041-2/+4
| | | | | | - really sort the device list this time MFC after: 3 days
* Some old tar archives rely on "regular-file-plus-trailing-slash" tokientzle2004-09-041-12/+22
| | | | | | | | | | | | | | | denote a directory. Unfortunately, in the presence of GNU or POSIX extensions, this code was checking the truncated filename stored in the regular header rather than the full filename stored in the extended attribute. As a result, long filenames with '/' in just the right position would trigger this check and be erroneously marked as directories. Move the check so it only considers the full filename. Note: the check can't simply be disabled for archives that contain these extensions because there are some very broken archivers out there. Thanks to: Will Froning MFC after: 3 days
* Add a standard 2 clause BSD license.simon2004-09-041-0/+21
| | | | | Approved by: wilko MFC after: 3 days
* Expand the 4.x -> current updating section. Update to show how to useimp2004-09-041-12/+22
| | | | | | | | make kernel. Update the compatibility slice section. Note about updating devices in the kernel config file. MAKEOBJDIRPREFIX changes and mention the port alternative to COMPAT4X=yes. Fix copyright. This should be MFC'd.
* - Auto generate device listings for the ex and ie drivers.simon2004-09-043-8/+6
| | | | MFC after: 3 days
* Fix some wording to make the explanation clear.hrs2004-09-042-6/+8
| | | | Pointed out and reviewed by: ru
* Make sure ampersand is encoded as & since jade seems to be confusedsimon2004-09-041-0/+3
| | | | | | when it is encoded as & inside an entity. MFC after: 3 days
* - Properly capitalize Ethernet.simon2004-09-041-12/+24
| | | | | | - Add a HARDWARE section which lists supported devices. MFC after: 3 days
* - Add a HARDWARE section which lists supported devices.simon2004-09-041-4/+16
| | | | MFC after: 3 days
* Reset the seek pointer to 0 when a file is successfully opened,iedowse2004-09-041-0/+2
| | | | | | | | | | | | | since otherwise the initial seek offset will contain the directory offset of the filesystem block that contained its directory entry. This bug was mostly harmless because typically the directory is less than one filesystem block in size so the offset would be zero. It did however generally break loading a kernel from the (large) kernel compile directory. Also reset the seek pointer when a new inode is opened in read_inode(), though this is not actually necessary now because all callers set it afterwards.
* Update release notes:hrs2004-09-042-4/+4
| | | | GNOME 2.6.2 and KDE 3.3.0.
* Add a regression test for <tgmath.h>.stefanf2004-09-042-0/+624
|
* Add snc(4)brueffer2004-09-041-0/+1
| | | | MFC after: 3 days
* - move list of supported adapters into a HARDWARE sectionbrueffer2004-09-041-10/+13
| | | | | | | - sort the device list - some minor fixes MFC after: 3 days
* Properly capitalize Gigabit Ethernetbrueffer2004-09-041-5/+5
| | | | MFC after: 3 days
* New release notes (changes in August 2004):hrs2004-09-042-30/+300
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | agp(4) AMD64 GART support, hw.pci.allow_unsupported_io_range removed, debug.kdb.stop_cpus sysctl, COMPAT_LINUX32 kernel option on amd64, mac_bsdextended_firstmatch_enabled sysctl, mac_bsdextended_logging sysctl, MP_WATCHDOG kernel option and debug.leak_schedlock sysctl, NET_WITH_GIANT kernel option and debug.mpsafenet loader tunable, debug.mpsafevm loader tunable, vm_map_findspace(9) now uses an O(log n) algorithm, new ipfw(4) rule "jail", IPFIREWALL_FORWARD kernel option, PFIL_HOOKS is now always complied into the kernel, autofs filesystem and libautofs(3) added, GEOM_RAID3 geom class and graid3(8) added, GEOM_UZIP geom class added, acpidump(8) SSDT tables support, dd(1) fillchar option, jail(8) -l option, OpenSSL VIA C3 PadLock ACE support imported, and FreeBSD's default X Window System is Xorg now. Update release notes: ADAPTIVE_GIANT enabled on i386 by default, hme(4) now MI, static linker TLS support, LIBPTHREAD_PROCESS_SCOPE, GNU sort updated to a coreutils snapshot as of 2004/08/12, ISC DHCP client updated to 3.0.1, lukemftpd updated to a snapshot as of 2004/08/09, and pf from OpenBSD 3.5-stable.
* Document a couple of build knobsbrueffer2004-09-041-0/+8
| | | | | | | PR: misc/71032 (partly) Submitted by: Divacky Roman <xdivac02@stud.fit.vutbr.cz> Reviewed by: ru MFC after: 3 days
* Fixed build with DEVICE_POLLING defined.ru2004-09-041-2/+2
|
* Add support Western Digital External USB HDDsanpei2004-09-042-1/+10
| | | | | | | | ONSPEC entry are sorted PR: kern/71031 Submitted by: Johann Hugo <jhugo@icomtek.csir.co.za> MFC after: 1 week
* Let kmod.mk touch opt_*.h files as needed.ru2004-09-047-19/+4
| | | | Inspired by: imp's email
* Enable debug.mpsafevm by default on amd64 and i386. This enables copy-on-alc2004-09-041-0/+4
| | | | | | write and zero-fill faults to run without holding Giant. It is still possible to disable Giant-free operation by setting debug.mpsafevm to 0 in loader.conf.
* Minor grammar and markup tweaks. In four cases, <function></function>bmah2004-09-042-52/+56
| | | | elements were replaced with new manpage entities.
* Sort files alphabeticallyimp2004-09-041-1/+1
|
* Unbreak memmove(). Return the dst argument. While here, fix the ENDmarcel2004-09-041-7/+6
| | | | macro to actually reference memmove, not memcpy.
* Unbreak memcpy(). memcpy() is defined to return the dst argument.marcel2004-09-041-6/+5
| | | | | | By using r8 instead of r14 to do the swap, we put the dst argument in the return register. Since bcopy() doesn't clobber r8, we don't have to do anything else. This fixes ports/textproc/aspell.
* Grammar fixbrueffer2004-09-031-1/+1
| | | | MFC after: 3 days
* Properly capitalize Ethernetbrueffer2004-09-031-1/+1
| | | | MFC after: 3 days
* Add a workaround to recognise I/_Complex_I as complex arguments. Althoughstefanf2004-09-031-1/+2
| | | | | the GCC manual claims that the expression 1.0fi has type float _Complex, __builtin_types_compatible_p(float _Complex, __typeof__(1.0fi))) yields 0.
* Use the keyword '_Complex' rather than the macro 'complex' sincestefanf2004-09-031-4/+4
| | | | applications are allowed to undefine the latter.
* Add support Nikon CoolScan LS40 EDsanpei2004-09-033-1/+6
| | | | | | PR: kern/71139 Submitted by: Pierre DAVID <Pierre.David@crc.u-strasbg.fr> MFC after: 1 week
* Embarrassing typo: s/nextbyint/nearbyint/stefanf2004-09-031-1/+1
|
* Autogenerate device listing for wb(4)brueffer2004-09-032-4/+2
| | | | MFC after: 3 days
* Add ubsa(4), uftdi(4), uplcom(4) and wb(4)brueffer2004-09-031-0/+4
| | | | MFC after: 3 days
* Add support Qualcomm CDMA modemsanpei2004-09-032-0/+3
| | | | | | PR: kern/71043 Submitted by: Tomas Krivanek <tom@atack.cz> MFC after: 1 week
* - change layout of the hardware list to the one used by other manpagesbrueffer2004-09-031-3/+3
| | | | | | - grammar fixes MFC after: 3 days
* - change layout of the hardware list to the one used by other manpagesbrueffer2004-09-031-2/+2
| | | | | | - add a missing word MFC after: 3 days
* - change layout of the hardware list to the one used by other manpagesbrueffer2004-09-031-3/+3
| | | | | | | - fix spacing of one hardware entry - grammar fix MFC after: 3 days
* - move list of supported adapters into a HARDWARE sectionbrueffer2004-09-031-7/+15
| | | | | | | - properly capitalize (Fast) Ethernet - bump document date MFC after: 3 days
* add support ELECOM UC-SGT(minor change version)sanpei2004-09-032-0/+2
| | | | | | | | http://www2.elecom.co.jp/products/UC-SGT.html PR: [FreeBSD-users-jp 80725] Submitted by: NAKAMURA Kazushi <kaz@kobe1995.net> MFC after: 1 week
* Update doc dates.alfred2004-09-032-2/+2
| | | | Pointed out by: ru
OpenPOWER on IntegriCloud