Commit Graph

144040 Commits

Author SHA1 Message Date
rumble
3cc6712507 Bump date for previous commit, preempting wizd. 2006-03-03 13:38:29 +00:00
christos
463f84da0a PR/32964: Johan Veenhuizen: implement the unalias command 2006-03-03 13:36:27 +00:00
cube
4c71230ec5 "device_is_a() == 0" means device_is_not_a, and that's_not_what_we_want.
[hi thropej!]
2006-03-03 10:32:01 +00:00
simonb
3e799256b7 Oops, missed the call to rnd_attach_source() in previous. 2006-03-03 05:35:26 +00:00
simonb
af18c3e851 Contribute to the random pool. No measurable difference to network
speeds when measured with nttcp.
2006-03-03 05:27:29 +00:00
rumble
958a7fb3f0 Add missing vnode flags and tags from sys/vnode.h. Reorder a few things to
match the header file, and fix a few typos/grammar points.
2006-03-03 02:17:41 +00:00
uwe
7a546fd8c5 Cosmetic. In debug pritnf in ElfLoader::memorySize don't prepend '+'
when printing the size of the first loadable segment.
2006-03-02 23:56:58 +00:00
wiz
64506871c4 Drop trailing whitespace. 2006-03-02 22:23:51 +00:00
wiz
298741977e Deprecate slstats. 2006-03-02 22:21:38 +00:00
yamt
f3cfb7c8ca bump to 3.99.16 for yamt-uio_vmspace merge. 2006-03-02 22:13:37 +00:00
rpaulo
42f7b42948 bsd-family-tree 1.101 2006-03-02 20:31:03 +00:00
uwe
21b23bddd2 Remove BUGS section and xref clock_ymdhms_to_secs(9).
While here, use hyphen in "battery-backed" consistently.
2006-03-02 19:49:25 +00:00
uwe
caabd1570d Remove BUGS section and xref clock_secs_to_ymdhms(9).
While here, use hyphen in "battery-backed" consistently.
2006-03-02 19:47:25 +00:00
christos
9867ff4817 pppstats now handles slstats 2006-03-02 17:34:17 +00:00
christos
f696f0c430 Handle slip statistics too. 2006-03-02 17:32:28 +00:00
christos
02b2f1b2b5 Provide ppp like statistics instead of grovelling through the kernel
symbols.
2006-03-02 17:20:07 +00:00
tls
6ec59ec9f3 Add line from NetBSD 0.8 to FreeBSD 1.0, reflecting the fact that the
patchkit maintainers were provided with a prerelease snapshot of NetBSD,
changes from which they integrated into their working tree, well prior
to their announcement of the FreeBSD project.  Per personal communications
with Charles Hannum and Chris Demetriou.  This line is in at least one
other published version of this chart, but seems to never have been in
the version in our repository (unfortunately, cvs diff on ascii art is
not very helpful).
2006-03-02 16:21:53 +00:00
rpaulo
c21b54db25 Sync with FreeBSD v 1.101. Daemon News only changed the url of it, it
was not dead.
2006-03-02 14:47:29 +00:00
rpaulo
3c9b6de679 Point the url of the "BSD Family Tree" article to my public_html on
www.netbsd.org since the original url is now dead.
2006-03-02 14:36:21 +00:00
gdt
94a375ec39 Change type of 'inode' member of struct coda_open_out to ino_t. This
holds a host system inode denoting a container file, not a coda inode
type.  Tested with CVS coda on i386.  Reviewed by christos@.
2006-03-02 14:24:57 +00:00
tron
70defdc96c "PVG" is now used for the Pudong International Airport. 2006-03-02 13:43:52 +00:00
martin
36eba36d08 Add glue to make ath* usable on sparc64. 2006-03-02 10:44:33 +00:00
dyoung
54f0651a7c Build the right HAL for NetBSD/macppc. 2006-03-02 05:12:25 +00:00
dyoung
8bc5b41214 In nd6_llinfo_timer, don't duplicate part of nd6_llinfo_settimer's
logic, and then call nd6_llinfo_settimer.   Instead, call
nd6_llinfo_settimer immediately.

This should cause no functional change.  I've been running this
patch for months.
2006-03-02 05:11:31 +00:00
dyoung
de42319b47 Makefile nit: put -Ddefinitions into CPPFLAGS instead of CFLAGS,
since we need the -Ddefinitions not just for cc(1), but for cpp(1),
lint(1), etc.
2006-03-02 04:49:25 +00:00
dyoung
dcf0b9e09f Sort. Remove duplicate lines. 2006-03-02 04:31:40 +00:00
dyoung
25e9e914b4 Miscellaneous ath(4) and net80211 updates and bug-fixes coming from
sam@ and various open source repositories:

ath(4):

        Ignore "phantom" beacon misses: should stabilize connections
        to access points (no more ceaseless link-UP/DOWN indications).
        Also, re-synchronize beacon timer using the TSF in the
        first beacon received after joining a BSS---this should
        also help suppress spurious beacon misses.  I am hopeful
        that this will help ath(4) lossage reported by perry@ and
        smb@.

        Add new configuration through sysctl.

        Use a shorter calibration interval until IQ calibration
        finishes.

        Report antenna noise through radiotap.

        Rudiments of Radar Detection / Dynamic Frequency Selection.

        Update to HAL version 0.9.16.13.

        Update open sources for changes to the HAL API.

        Add HALs for additional architectures: add big-endian ELF
        HALs for sparc64 and for PowerPC.  Also add a Alpha HAL.
        These new HALs are untested under NetBSD.

ath(4) + net80211:

        Make the multicast transmit rate configurable by ioctl.

        Miscellaneous bug fixes.
2006-03-02 03:38:26 +00:00
dyoung
3df1c332db Stop-gap solution to Atheros Cardbus cards losing (crypto?) hardware
state: after the device attaches, do not ever remove power from
the cardslot.  Without this patch, ath@cardbus does not work reliably
in WPA/WPA2 networks.

XXX A better solution is to restore the hardware state that gets
XXX scrambled by removing and re-applying power, but I haven't
XXX found out precisely what state is scrambled, yet.
2006-03-02 01:24:00 +00:00
wiz
fa0d64af6d .sp -> .Pp 2006-03-01 23:49:57 +00:00
wiz
daeef7810f Only use mdoc macros. Improve wording. Bump date for last-but-one. 2006-03-01 23:29:07 +00:00
wiz
2fe0d84053 Use more markup. New sentence, new line. Remove trailing whitespace. 2006-03-01 23:25:06 +00:00
wiz
8181a73d98 Bump date for previous. 2006-03-01 23:22:23 +00:00
dogcow
d52723dd8c add a bunch of Nvidia nForce ethernet IDs (via OpenBSD.) 2006-03-01 22:22:36 +00:00
cube
0666ca366e Fix md(4) like raid(4) was fixed. 2006-03-01 22:12:09 +00:00
oster
17ebfc7e6c Fix lossage related to device_is_a() changes. Fix from cube@ (thanks!).
Tested by me.
2006-03-01 21:41:49 +00:00
gdamore
f0d12e0d52 Document new pci_find_rom() API. 2006-03-01 21:40:17 +00:00
rpaulo
5bb59eeab9 Back out revision 1.125 and 1.124. The code for checking if
slp->ns_reclen == 0, was already there since "Linux sometimes
generates 0-lenght records.".

Bad Rui...
2006-03-01 21:31:00 +00:00
scw
c9e50b3c22 Simpify GPIO bits for power/reset buttons, and squash a (mostly harmless)
bug in the GPIO pin direction code.
2006-03-01 21:02:50 +00:00
shige
1a099b7e5a Fix invalid array initialization. 2006-03-01 20:21:41 +00:00
bouyer
7aeabae8ba Remove wscons options, XENU doens't have any wscons device. 2006-03-01 19:41:12 +00:00
rpaulo
52dc289cfd In nfsrv_getstream(), ns_reclen will never be negative due to the
previous assignment (recmark & ~0x80000000).
Pointed out by Christos.
2006-03-01 19:38:29 +00:00
gdamore
6e5dbc3f2f Add pci_find_rom() API as discussed on tech-kern. 2006-03-01 18:53:39 +00:00
shige
fc14a8a6bb Fix base-address for PSC devices. 2006-03-01 18:35:28 +00:00
is
2de2502171 Make sure the right error is reported later, if all socket() calls fail.
If we close the invalid sock, we'll report EBADF later in that case.
2006-03-01 15:39:00 +00:00
rpaulo
b948e12637 From FreeBSD SA-06:10
Correct a remote kernel panic when processing zero-length RPC records
	via TCP.
2006-03-01 15:30:12 +00:00
is
6aece482c0 On non-fatal errors (identified: EPROTONOTSUPPORT), don't output the
error message unless debugging - the error for the last address tried
will be shown anyway, and earlier errors without context are only confusing
the user.
2006-03-01 15:18:09 +00:00
yamt
79e0b18f68 terminate yamt-uio_vmspace branch. 2006-03-01 12:39:03 +00:00
yamt
ec5a93183a merge yamt-uio_vmspace branch.
- use vmspace rather than proc or lwp where appropriate.
  the latter is more natural to specify an address space.
  (and less likely to be abused for random purposes.)
- fix a swdmover race.
2006-03-01 12:38:10 +00:00
yamt
a600234f06 yamt-uio_vmspace: new base. 2006-03-01 12:23:47 +00:00
cube
20468175d2 Regen. 2006-03-01 09:30:22 +00:00