summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | - Adds support for the multi-asconf (From Kozuka-san)rrs2008-05-2023-555/+1304
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Adds some prepwork (Not all yet) for vimage in particular support the delete the sctppcbinfo.xx structs. There is still a leak in here if it were to be called plus we stil need the regrouping (From Me and Michael Tuexen) - Adds support for UDP tunneling. For BSD there is no socket yet setup so its disabled, but major argument changes are in here to emcompass the passing of the port number (zero when you don't have a udp tunnel, the default for BSD). Will add some hooks in UDP here shortly (discussed with Robert) that will allow easy tunneling. (Mainly from Peter Lei and Michael Tuexen with some BSD work from me :-D) - Some ease for windows, evidently leave is reserved by their compile move label leave: -> out: MFC after: 1 week
* | Drop Giant before calling kproc_exit(), so we don't trigger assertion inpjd2008-05-201-0/+4
| | | | | | | | | | | | kproc_exit(). Discussed with: imp
* | Add ID for T61p, which is not IBM really, but well.pjd2008-05-201-1/+1
| |
* | - Change the meaning of -h flag from giving the output in megabytes topjd2008-05-203-21/+67
| | | | | | | | | | | | | | giving the output in a human-readable form. This behaviour is consistent with most of system tools. - Add -m and -g options to give output in megabytes and gigabytes respectively.
* | Update to reflect reality:rpaulo2008-05-201-3/+8
| | | | | | | | | | | | | | * iasl(8) supports ACPI 3.0b. * Add new options. MFC after: 1 week
* | Use 'dowrite' as an argument name instead of too general 'write'.pjd2008-05-202-7/+7
| |
* | Force commit to note, that the typo in KASSERT() was:pjd2008-05-200-0/+0
| | | | | | | | | | PR: kern/116896 Reported by: VANHULLEBUS Yvan <vanhu@netasq.com>
* | - Define changes in sctp.hrrs2008-05-205-44/+35
| | | | | | | | | | | | | | | | | | - Bug in CA that does not get us incrementing the PBA properly which made us more conservative. - comment updated in sctp_input.c - memsets added before we log - added arg to hmac id's MFC after: 2 weeks
* | Document the azp for controlling audio powerkevlo2008-05-201-0/+2
| |
* | Add support for controlling the audio powerkevlo2008-05-201-0/+1
| | | | | | | | Tested on: VGN-SZ79TN
* | This small change will allow this driver in HEAD to buildjfv2008-05-191-1/+14
| | | | | | | | on 6.3 as well as 7 :)
* | Detect if argv[1] is "" and avoid calling malloc(0). Prior to this commit,cperciva2008-05-191-2/+2
| | | | | | | | | | | | running 'tar ""' would print 'No memory' instead of the correct error message, 'Must specify one of -c, -r, -t, -u, -x' if malloc is set to System V mode (malloc(0) == NULL).
* | There's no way for entry to possibly be NULL at the end of write_entrycperciva2008-05-191-2/+1
| | | | | | | | | | | | | | | | (in fact, there has never been any way for it to be NULL, going all the way back to revision 1.1 of this file), so remove the check and unconditionally free entry. Found by: Coverity Prevent
* | Return ARCHIVE_FATAL if we can't allocate memory instead of going ahead andcperciva2008-05-191-0/+1
| | | | | | | | | | | | dereferencing NULL. Found by: Coverity Prevent
* | Remove -, .Ar adds that automatically.thompsa2008-05-191-1/+1
| | | | | | | | Pointed out by: brueffer
* | Bump document date for last change.thompsa2008-05-191-1/+1
| |
* | Flush stdout after each line to make piping to another command easier.thompsa2008-05-191-1/+3
| |
* | Allow wlandebug to set the default debug level which is inherited when vaps arethompsa2008-05-192-6/+20
| | | | | | | | created.
* | Add -L to usage().bms2008-05-191-1/+1
| |
* | Add an -L option to ignore loopback Internet sockets.bms2008-05-192-3/+24
| | | | | | | | MFC after: 2 weeks
* | Add age(4) to the list of drivers supported by GENERIC kernel.yongari2008-05-192-0/+2
| |
* | Hook up age(4) to the build.yongari2008-05-191-0/+1
| |
* | Add age(4) to the list of supported network interface.yongari2008-05-191-0/+1
| |
* | Add an entry for the age(4) module.yongari2008-05-191-0/+1
| |
* | Add age(4) to the list of drivers use the miibus interface.yongari2008-05-191-1/+4
| |
* | Add age(4) to the list of drivers supporting ALTQ.yongari2008-05-191-1/+2
| |
* | Add age(4) to the list of devices supporting full VLAN processingyongari2008-05-191-1/+2
| | | | | | | | in hardware.
* | Add man page for age(4).yongari2008-05-191-0/+183
| | | | | | | | | | | | brueffer fixed various nits in the document. Reviewed by: brueffer
* | Hook up age(4) to the build.yongari2008-05-194-0/+13
| |
* | Add age(4), a driver for Attansic/Atheros L1 gigabit ethernetyongari2008-05-193-0/+4284
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | controller. L1 has several threshold/timer registers and they seem to require careful tuned parameters to get best performance. Datasheet for L1 is not available to open source driver writers so age(4) focus on stability and correctness of basic Tx/Rx operation. ATM the performance of age(4) is far from optimal which in turn means there are mis-programmed registers or incorrectly configured registers. Currently age(4) supports all known hardware assistance including - MSI support. - TCP Segmentation Offload. - Hardware VLAN tag insertion/stripping. - TCP/UDP checksum offload. - Interrupt moderation. - Hardware statistics counter support. - Jumbo frame support. - WOL support. L1 gigabit ethernet controller is mainly found on ASUS motherboards. Note, it seems that there are other variants of hardware as known as L2(Fast ethernet) and newer gigabit ethernet (AR81xx) from Atheros. These are not supported by age(4) and requires a seperate driver. Big thanks to all people who reported feedback or tested patches. Tested by: kevlo, bsam, Francois Ranchin < fyr AT fyrou DOT net > Thomas Nystroem < thn AT saeab DOT se > Roman Pogosyan < asternetadmin AT gmail DOT com > Derek Tattersal < dlt AT mebtel DOT net > Oliver Seitz < karlkiste AT yahoo DOT com >
* | Connect atphy(4) to the build.yongari2008-05-192-1/+2
| |
* | Add Attansic/Atheros F1 PHY driver.yongari2008-05-193-0/+480
| |
* | - Assert that we don't send new provider event for a provider which haspjd2008-05-181-1/+3
| | | | | | | | | | G_PF_WITHER flag set. - Fix typo in assertion condition (sorry, but I forgot who report that).
* | Remove some DTrace hook definitions that are now in dtrace_bsd.hjb2008-05-182-8/+0
| | | | | | | | | | | | | | | | | | which contains all the hook definitions rather than splattering them all over the header files. The definitions are only valid when the KDTRACE_HOOKS kernel option is defined, so other kernel sources have no need to see them.
* | Add sysinit levels for DTrace.jb2008-05-181-0/+6
| |
* | Play nice with DDB pager.pjd2008-05-181-4/+18
| | | | | | | | Educated by: jhb's BSDCan presentation
* | Be more friendly for DDB pager.pjd2008-05-181-1/+6
| | | | | | | | Educated by: jhb's BSDCan presentation
* | Add the hooks for the extra data that DTrace allocates for struct threadjb2008-05-181-0/+5
| | | | | | | | | | | | | | | | and struct proc. Add a field to struct thread to stash the error variable (or returned status) from the last syscall so that it is available during a DTrace probe.
* | Add a couple of files which depend of the KDTRACE_HOOKS option.jb2008-05-181-2/+5
| | | | | | | | | | | | The syscall names are required by KDTRACE_HOOKS too. And the unzip
* | Add support for the DTrace struct proc and struct thread extendedjb2008-05-181-0/+120
| | | | | | | | | | | | | | | | | | | | | | data via ctor and dtor event handlers. The size of the extra data is allocated opaquely and this file contains a function which the dtrace module can call to check that the kernel supports at least the amount of data that it needs. This file is optionally compiled into nthe kernel if the KDTRACE_HOOKS kernel option is defined.
* | Add kernel support for the Statically Defined Trace provider.jb2008-05-181-0/+273
| | | | | | | | | | | | | | | | | | | | | | This is BSD licensed code written specifically for FreeBSD. It initialises using SYSINIT so that the SDT provider, probe and argument description linkage is done whenever a module is loaded, regardless of whether the DTrace modules are loaded or not. This file is optionally compiled into the kernel if the KDTRACE_HOOKS option is defined.
* | Add two kernel options:jb2008-05-181-0/+2
| | | | | | | | | | | | | | | | - KDTRACE_HOOKS for the shim layer of hooks which separate BSD licensed code from CDDL code. - DDB_CTF for the code that parses the CTF (compact C type format) data for use by the DTrace Function Boundary Trace provider and (possibly) ddb if we plan to do that.
* | devctl_process_running(): Check for devsoftc.inuse == 1 instead ofrpaulo2008-05-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | devsoftc.async_proc != NULL because the latter might not be true sometimes. This way /etc/rc.suspend gets executed. Reviwed by: njl Submitted by: Mitsuru IWASAKI <iwasaki at jp.FreeBSD.org> Tested also by: Andreas Wetzel <mickey242 at gmx.net> MFC after: 1 week
* | Remove the unknown device that is breaking the tinderbox build.jb2008-05-181-2/+0
| |
* | Add myself.rpaulo2008-05-181-0/+1
| |
* | Simple testing program for *at family of syscalls.rdivacky2008-05-183-0/+678
| | | | | | | | Approved by: kib (mentor)
* | Add SIGINFO (and for portability to SIGINFO-lacking systems, SIGUSR1)cperciva2008-05-185-1/+205
| | | | | | | | | | | | | | | | | | | | | | handling to bsdtar. When writing archives (including copying via the @archive directive) a line is output to stderr indicating what is being done (adding or copying), the path, and how far through the file we are; extracting currently does not report progress within each file, but this is likely to happen eventually. Discussed with: kientzle Obtained from: tarsnap
* | Retire pmap_addr_hint(). It is no longer used.alc2008-05-1811-87/+24
| |
* | Add support for the Epson 4800 scanner.remko2008-05-182-0/+2
| | | | | | | | | | | | | | | | PR: 118391 Submitted by: "Pedro F. Giffuni" <giffunip at tutopia dot com> Approved by: imp (mentor, implicit) MFC after: 3 days Committed at: BSDCan 2008
* | Move the wait for a default route to rc.d/routing. Once we test forbrooks2008-05-182-24/+27
| | | | | | | | | | | | | | non-dhcp interfaces to negotiate/associate this will make more sense. This also correctly gets run after both devd and netif are run so it has a chance of working.
OpenPOWER on IntegriCloud