summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Document the PHY chip statistics.harti2003-07-142-0/+29
|
* Implement statistics for the PHY chips. Statistics are hold inharti2003-07-142-4/+280
| | | | | | | 64-bit counters that wrap on overflow. They are collecte once per second from the chips. Currently they can be retrieved via a sysctl phy_stats. A write of an arbitrary value to the sysctl atomically retrieves the statistics and clears them.
* Make sure ipmon is run after cleaning up in /var. Otherwise,mtm2003-07-142-3/+2
| | | | | | | we would lose it's pid file. Also, cleanup the depencies in rc.d/cleanvar PR: bin/53516
* o Rename local variables, do not shadow global declarations.maxim2003-07-141-7/+7
|
* o Kill MINICMPLEN, there is ICMP_MINLEN already.maxim2003-07-141-7/+6
|
* o Be ready to get a reply with length up to IP_MAXPACKET.maxim2003-07-141-11/+18
| | | | | | | | o Warn when recieved packet length is not equal to length of the packet we sent out. Idea from NetBSD. o Fit the dump of packet with wrong data to 80 columns (from NetBSD). Comments from: bde
* Document the support for the IDT77155 Sonet/SDH PHY.harti2003-07-141-4/+9
| | | | Cross-reference hatm(4) and fatm(4).
* Add support for the IDT77155 Sonet/SDH PHY.harti2003-07-143-1/+865
|
* ccept of empty lines when reading from a file (this fixes a bugluigi2003-07-141-25/+52
| | | | | | | | | | | | | | introduced in the latest commits). Also: * update the 'ipfw -h' output; * allow rules of the form "100 add allow ..." i.e. with the index first. (requested by Paul Richards). This was an undocumented ipfw1 behaviour, and it is left undocumented. and minor code cleanups.
* Take advantage of the common_source/lp.cdefs.h file to change lprgad2003-07-1412-42/+26
| | | | | | | | source to use __FBSDID() for setting rcsids. Also fix the format of 'sccsid' lines to consistently match style(9) guidelines. Reviewed by: discussed with bde and obrien MFC after: 15 days
* Introduce a new lp.cdefs.h file, which will be used to make itgad2003-07-141-0/+107
| | | | | | | | | | | | | somewhat easier to build this lpr on other operating systems. This simply includes <sys/cdefs.h> when that is appropriate, and then checks for any cdefs-ish macros that lpr uses, and defines them if they don't already exist. This is only a start at making freebsd's lpr less of a hassle to port. It is mainly added so all of lpr can be changed to use the __FBSDID() macro, without making it *more* of a hassle to build on other OS's. Reviewed by: discussed with bde and obrien MFC after: 15 days
* Change zzz to be a shell script that checks for APM or ACPI support andnjl2003-07-143-3/+101
| | | | | | suspends the system appropriately. Submitted by: Mark Santcroos <marks@ripe.net>
* Document the existance of fla(4).obrien2003-07-142-0/+60
|
* _start() needed to be written in assembly. See crt1.S.marcel2003-07-141-124/+0
|
* This commit was generated by cvs2svn to compensate for changes in r117535,njl2003-07-141-4/+0
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Remove a multiply-defined function. The change has been submitted to thenjl2003-07-141-4/+0
| | | | | | | | vendor.
* | Fix build breakage on ia64. The second argument of AcpiOsReadable()marcel2003-07-141-2/+2
| | | | | | | | and AcpiOsWritable() have type ACPI_SIZE and not UINT32.
* | Remove reference to max block size. dump no longer limits the block size.grog2003-07-141-13/+1
| |
* | New release notes: ACPI-CA 20030619.hrs2003-07-132-0/+6
| |
* | Rewite _start(). We cannot use a C function due to the fact that wemarcel2003-07-132-2/+193
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | don't call it according to the runtime specification and especially WRT to gp this can cause trouble. The gcc 3.3.1 import broke the ia64 runtime because the compiler saved gp prior to us being able to set it properly. Restoring gp after the calls would then invalidate gp and cause segmentation faults later on. By rewriting _start() as an assembly function, we also avoided even more gcc dependences, by trying to use gcc specific features to work around the problem. This version of _start() does not reference _DYNAMIC. We register the cleanup function when it's a non-NULL pointer. The kernel will always pass a NULL pointer and dynamic linkers may pass a non-NULL pointer. The machine independent code to set __progname now unfortunately is written in assembly. So be it.
* | Update code to work with 0619 distnjl2003-07-137-36/+92
| | | | | | | | | | | | | | | | * Use ACPI_BUFFER as the type for AcpiGetObjectInfo * Remove AcpiEnableEvent/AcpiClearEvent for ACPI_EVENT_FIXED (power/sleep buttons) as they are no longer needed * Change calls to use the new GPE functions * Add AcpiOs*Lock functions
* | Add include file so this builds with new acpicanjl2003-07-131-0/+1
| | | | | | | | Reported by: Kevin Oberman <oberman@es.net>
* | This commit was generated by cvs2svn to compensate for changes in r117527,njl2003-07-131-7/+23
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Fix handling of _BST in the new dist.njl2003-07-131-7/+23
| | | | | | | | Submitted by: kochi@netbsd.org
* | This commit was generated by cvs2svn to compensate for changes in r117525,njl2003-07-131-2/+2
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Patch for global lock error messages that the vendor will import eventually.njl2003-07-131-2/+2
| | | | | | | | Originally committed as 1.1.1.17
* | Commit local patches for files off the vendor branch.njl2003-07-133-56/+37
| |
* | Unmodified files from the vendor 0619 dist that should no longer be off thenjl2003-07-1310-128/+258
| | | | | | | | vendor branch.
* | This commit was generated by cvs2svn to compensate for changes in r117521,njl2003-07-1386-2378/+4300
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * ACPICA import from the 0619 dist.njl2003-07-1399-2562/+4595
| |
* | ioctl macros and defines are now present in ioccom.h, not ioctl.h.ceri2003-07-131-1/+1
| | | | | | | | | | | | | | Update the manpage to reflect this. PR: docs/54235 Submitted by: Karen Thode <thode12@msn.com>
* | Avoid an unnecessary calculation: there is no need to subtractrobert2003-07-131-1/+1
| | | | | | | | `firstaddr' from `v' if we know that the former equals zero.
* | Move the MAC entry point to label ethernet-sourced mbufs with a MAC labelrwatson2003-07-131-4/+8
| | | | | | | | | | | | | | | | | | | | from the network interface earlier in ether_input(). At some point (no fingers pointed), things were restructured and the labeling operation moved later. This wasn't a problem as BPF_MTAP() relies on the ifnet label not the mbuf label, but there might have been other problems. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
* | If mktime() or timegm() return -1, print out the resume timer value asrwatson2003-07-131-3/+6
| | | | | | | | "unknown", rather than a conversion of -1 to a date/timestamp.
* | o add read-only sysctls to view regulatory domain, country code, andsam2003-07-132-5/+22
| | | | | | | | | | outdoor use controls o use sysctl-visible values in setting up channel list
* | correct card type for Linksys *55AGsam2003-07-131-3/+3
| | | | | | | | | | PR: bin/54190 Submitted by: Josh Elsasser <jre@vineyard.net>
* | Since -march=pentium4 is supposed to be fixed with GCC 3.3, andmux2003-07-131-3/+1
| | | | | | | | | | since people have been reporting success with it, re-enable the pentium4 optimization.
* | Fix for FAIL_IF_NO_KBD case as expected.simokawa2003-07-132-2/+6
| | | | | | | | | | | | | | | | Even if we have no AT keyboard, an AT keyboard is registered because it's probed with KB_CONF_PROBE_ONLY flag set during console initialization. Unregister the keyboard if it doesn't present while second probe. This should fix USB keyboard only case without 'kbdcontrol -k /dev/kbd1'.
* | Eliminate non-existent word.jkoshy2003-07-132-2/+2
| | | | | | | | Submitted by: jwd
* | Fixed build error with GCC 3.3.1nyan2003-07-131-3/+3
| |
* | Fixed mouse cursor support.nyan2003-07-131-55/+42
| | | | | | | | Submitted by: KIYOHARA Takashi <kiyohara@kk.iij4u.or.jp>
* | Add a missing DITEM_CONTINUE flag so the options menu returns to themurray2003-07-131-1/+1
| | | | | | | | | | | | | | correct place when you exit it with 'Q'. PR: misc/47906 MFC after: 3 days
* | Sort entries added in r1.43.murray2003-07-131-3/+3
| |
* | From the PR:kris2003-07-131-10/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I am the maintainer of CTM. There is a problem that when very large deltas are created, that the program ctm_smail, which is responsible for mailing the deltas out, will instead create a single message that says the delta is too large. However, if the -q option is set, instead of placing this message in the queue (as it would have done with the deltas), it mails it out directly. This conflicts with the current working of CTM in that the email address is set as %%REPLACE-ME%% so that the created mailing pieces can be signed by gnu-pgp, and then have the mailing address changed. This fix means that if the -q option is set, and the delta is too large, the "too large" message is placed in the queue. Also, I made the "too large" message a little more up to date. Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu> PR: bin/50328 MFC After: 2 weeks
* | FreeBSD does not use this code, but ftpd_popen() contains a buffer overflow.kris2003-07-131-4/+10
| | | | | | | | | | | | | | | | We might as well patch it. Submitted by: Przemyslaw Frasunek <venglin@freebsd.lublin.pl> PR: bin/23352 MFC After: The average time before an unpatched Windows 2000 server gets owned
* | Remove -D_THREAD_SAFE.deischen2003-07-131-1/+1
| | | | | | | | Submitted by: Craig Rodrigues <rodrigc@crodrigues.org>
* | Enable the high FP registers when we call the FPSWA handler and disablemarcel2003-07-132-66/+37
| | | | | | | | | | | | | | | | | | them again afterwards. This fixes a disabled FP fault while in the FPSWA handler. While here, merge the FP fault and FP trap handling code to reduce code duplication. Where code was different, it was not sure it should be. Trigger case: ports/math/atlas
* | Correct some typos.kris2003-07-131-2/+2
| | | | | | | | | | | | Submitted by: pscott@the-frontier.org PR: misc/51909 MFC After: The average lifetime of a Star Trek redshirt
* | Including dynamically generated osreldate.h wasn't such a goodkan2003-07-132-1/+4
| | | | | | | | | | | | | | | | idea after all. Fix cross-builds and ia64 builds. gnu/lib/csu/Makefile is modified to pre-include osreldate.h and gnu/usr.bin/cc/cc_tools/auto-host.h will avoid including sys/param.h if __FreeBSD_version is already defined.
* | Not everyone uses the base system sshd. They can use the sshd_programmtm2003-07-131-2/+6
| | | | | | | | | | | | | | | | variable in rc.conf to have sshd from ports (or somewhere else) installed. So, don't make the sshd_config for the base system a required file to start the service. PR: conf/45766
OpenPOWER on IntegriCloud