summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - Add a HARDWARE section which lists supported devices.simon2004-08-087-30/+67
|
* - Add a HARDWARE section which lists supported devices based on thesimon2004-08-082-3/+129
| | | | manual page and the Hardware Notes.
* - Add support for the .Dq macro.simon2004-08-081-0/+21
|
* Implement C99's standard header <tgmath.h>. It provides type-generic macrosstefanf2004-08-082-1/+168
| | | | | | | for the <math.h> and <complex.h> functions that have float, double and long double implementations. Such type-generic macros expand to an actual function, depending on the types of the macro arguments, eg. if <tgmath.h> is included, the invocation cos(1.0f) calls the function cosf().
* s/FALLTHOUGH/FALLTHROUGH/dwmalone2004-08-081-1/+1
| | | | Submitted by: Xin LI <delphij@frontfree.net>
* gtar uses -F for another purpose, so bsdtar no longer treats it as akientzle2004-08-083-20/+18
| | | | | | synonym for --format. Update the man page to reflect this. While I'm here, change the man page to document "tar" rather than "bsdtar," update some comments about -l compatibility and fix a few grammar nits.
* Add missing bit of last if_start workaround: mark scan calloutsam2004-08-081-1/+1
| | | | | MPSAFE only debug_mpsafenet is 1 so callbacks to send management frames hold Giant; this is another bandaid on the path to removing Giant.
* Use &url.*; for URLs in www.FreeBSD.org.hrs2004-08-081-7/+7
|
* Simplify parameter entities in doctype declaration.hrs2004-08-0822-186/+86
|
* use bufdone() not biodone().phk2004-08-082-6/+6
|
* Use bufdone(), not biodone().phk2004-08-081-2/+2
|
* Include the nanoBSD make.conf in the top-level nanoBSD Makefile, sothomas2004-08-082-17/+28
| | | | | | | | | | | all configuration knobs (both system settings and nanoBSD-specific ones) can be tuned by modifying a single file. Move KERNCONF default value to make.conf. Attempt to resolve CFGMASTER like CUSTOMIZE, first relative to ${.CURDIR}, then as an absolute path. Allow optional additional arguments to be passed to the CUSTOMIZE script.
* Looks like the x.org manuals are in x11/xorg-manpages, not x11/xorg-manuals.kensmith2004-08-081-1/+1
|
* Make sure that AT_PHDR has a useful value even for static programs.dfr2004-08-081-0/+11
|
* - Add an -o option to specify the output file.hrs2004-08-083-18/+52
| | | | | | | | | - Make "die()" more verbose. - Do not put extra blank lines into the output file. - Normalize text by using numeric entities because some characters such as "'" can break the generated SGML. Reviewed by: simon
* Add support iRiver iFP MP3 playersanpei2004-08-081-0/+8
| | | | | | | | PR: kern/54881, i386/63941, kern/66124 Submitted by: Magnus <bsdhead.at.spray.dot.se@FreeBSD.org>, Dmitry Dyomin <old@old.com.ua>, Dmitry Sivachenko <mitya@demos.su> MFC after: 1 week
* The compat2x and compat3x packages are not buildable due to securitykensmith2004-08-081-4/+0
| | | | issues.
* OK, now check geom class version numbers.phk2004-08-081-1/+1
|
* Tag all geom classes in the tree with a version number.phk2004-08-0826-6/+35
|
* Add archive_entry_set_mtime()kientzle2004-08-083-0/+11
|
* OOps, that check was a bit premature. Allow zero versions as well.phk2004-08-081-1/+1
|
* Add support Sony Handycam TRV-30 memory stick slotsanpei2004-08-082-0/+5
| | | | | | PR: kern/69915 Submitted by: Christian Gusenbauer <c47g@gmx.at> MFC after: 1 week
* Use default method initialization on geoms.phk2004-08-0812-35/+33
|
* Use a ->fini() from the geom class to destroy the control device.phk2004-08-081-40/+19
| | | | Use default initialization of geom methods.
* Give classes a version number and refuse to touch classes which are notphk2004-08-082-0/+27
| | | | | | | | understood. This makes room for additional binary compatibility in the future. Put fields in the class for the geom's methods and initialize the methods of a new geom from these fields. This saves some code in all classes.
* Better low-memory handling: If the link cache runs out of memory, justkientzle2004-08-081-35/+36
| | | | | | throw out the whole thing and stop tracking links entirely. That will break all remaining hardlinks, but should free up enough memory to let everything finish.
* Move the smart chdir logic into a couple of utility functions in util.c.kientzle2004-08-085-85/+66
| | | | | Then use them to provide consistent -C support throughout the program. Thanks to: Christoph Mallon
* Add support to Sony Ericsson USB Cable(Susteen USB Data Cable)sanpei2004-08-083-0/+8
| | | | | | PR: kern/66416 Submitted by: Fredrik Lindberg <fliREMOVEME@shapeshifter.se> MFC after: 1 week
* It shouldn't be an error to specify the same mode twice: allow -cc but not -ct.kientzle2004-08-082-50/+38
| | | | | Thanks to: Christoph Mallon (whose proposed patch was actually simpler than what I ended up with)
* Another pointy-hat problem: PACKAGE_VERSION macro is set inkientzle2004-08-082-3/+0
| | | | | CFLAGS, it shouldn't be in bsdtar_platform.h. Thanks to: Andrey Chernov for looking over my shoulder so much lately.
* Bump __FreeBSD_version for vfs_mount signature change.alfred2004-08-081-1/+1
|
* rearange some code that handles the thread taskqueue so that it is morejmg2004-08-083-18/+44
| | | | | | | generic. Introduce a new define TASKQUEUE_DEFINE_THREAD that takes a single arg, which is the name of the queue. Document these changes.
* Oops. Use "unsigned long" instead of "int" for the intermediate variableskientzle2004-08-082-9/+7
| | | | | in wide-character conversions, since it's guaranteed to be large enough. Thanks to: Andrey Chernov
* Minor portability fixes. bsdtar now compiles on Win32/cygwin, thoughkientzle2004-08-081-2/+18
| | | | it doesn't yet seem to work entirely correctly.
* Assume a finger of regular width when no width value is reported byphilip2004-08-082-6/+20
| | | | | | | the touchpad (which happens when it has no extended capabilities). Spotted by: dhw Forgotten by: philip
* Add support AOpen VA1000 video capture cardsanpei2004-08-082-2/+15
| | | | | | PR: kern/62146 Submitted by: HASHI Hiroaki <hasi@cskk-sv.co.jp> MFC after: 1 week
* Use 'int' for certain wide-character conversions instead of wchar_t.kientzle2004-08-082-4/+8
| | | | | That quiets some compiler warnings on platforms with 16-bit wchar_t. With this change, libarchive now compiles cleanly on Win32/cygwin.
* Update support for Synaptics Touchpads (Volume IV)philip2004-08-082-4/+4
| | | | | | | | | | | | o Change the motion calculation to result in a more reasonable speed of motion This should fix the 'aiming' problems people have reported. It also mitigates (but doesn't completely solve) the 'stalling' problems at very low speeds. Tested by: many subscribers to -current Approved by: njl
* Update support for Synaptics Touchpads (Volume III)philip2004-08-082-0/+52
| | | | | | | | | | o Catch 'taps' as button presses o One finger sends button1, two fingers send button3, three fingers send button2 (double-click) Tested by: many subscribers to -current Approved by: njl
* Update support for Synaptics Touchpads (Volume II)philip2004-08-082-10/+52
| | | | | | | | | | | | | | o Handle the 'up/down' buttons some touchpads have as a z-axis (scrollwheel) as recommended by the specs o Report the buttons as button4 and button5 instead of button2 and button4, button2 can be emulated by pressing button1 and button3 simultaneously. This allows one to use the two extra buttons for other purposes if one so desires. Tested by: many subscribers to -current Approved by: njl
* Update support for Synaptics Touchpads (Volume I)philip2004-08-082-106/+128
| | | | | | | | | | | | | | | o Clean up whitespace and comments in the enable_synaptics() probing function o Only use (and rely on) the extended capability bits when we are told they actually exist o Partly ignore the (possibly dated?) part of the specification about the mode byte so that we can support 'guest devices' too. Tested by: many subscribers to -current Approved by: njl
* The configure-built Makefile wasn't installing archive.hkientzle2004-08-081-2/+3
|
* If you don't need a header, don't bother including it.kientzle2004-08-081-1/+0
|
* With the advent of pmap locking it makes sense for pmap_copy() to be lessalc2004-08-082-6/+6
| | | | | forgiving about inconsistencies in the source pmap. Also, remove a new- line character terminating a nearby panic string.
* Implement single stepping when we leave the kernel through the EPC syscallmarcel2004-08-082-4/+63
| | | | | | | | | | | | | path. The basic problem is that we cannot set the single stepping flag directly, because we don't leave the kernel via an interrupt return. So, we need another way to set the single stepping flag. The way we do this is by enabling the lower-privilege transfer trap, which gets raised when we drop the privilege level. However, since we're still running in kernel space (sec), we're not yet done. We clear the lower- privilege transfer trap, enable the taken-branch trap and continue exiting the kernel until we branch into user space. Given the current code, there's a total of two traps this way before we can raise SIGTRAP.
* Add support for Belkin F5U409 serial-usb adaptersanpei2004-08-073-1/+5
| | | | | PR: kern/69804 Submitted by: Dan Nelson <dnelson@allantgroup.com>
* Add man pages for the cimag(), conj() and creal() functions.stefanf2004-08-072-2/+107
|
* Oh yeah? 4 born in the Netherlands. Taken relative to the size ofmarcel2004-08-071-0/+1
| | | | the country (i.e. committer density), we're in the top 5 for sure! :-)
* Push all changes to disk before downgrading a mount from rw to ro.phk2004-08-071-0/+3
|
* Slightly move labels around to make sure we call ast() on our way outmarcel2004-08-072-13/+5
| | | | | | | | after a fork(2) in fork_trampoline(). By moving the epc_syscall_return label immediately before the call to do_ast() in epc_syscall(), we not only achieve that but also handle the detour through exception_return when the frame corresponds to an asynchronous kernel entry. Hence, we simplified fork_trampoline() as a side-effect.
OpenPOWER on IntegriCloud