Dag-Erling Smørgrav
ffa02b4681
Cosmetic nits.
2003-10-10 23:27:57 +00:00
Dag-Erling Smørgrav
a39eb57a16
Collapse the Architecture and Machine columns to conserve screen space.
2003-10-10 23:25:43 +00:00
Sam Leffler
7f59ff24d8
locking fixups:
...
o correct recursive locking when polling and in em_82547_move_tail
o destroy mutex on detach
o add EM_LOCK_ASSERT and similar macros for creating+deleteing the mtx
Submitted by: Daniel Eischen <eischen@vigrid.com>
2003-10-10 23:14:21 +00:00
Paul Saab
6728a38bf2
crashdump support.
...
Some bits by: Rajesh Prabhakaran <rajeshpr@lsil.com>
2003-10-10 22:49:40 +00:00
Dag-Erling Smørgrav
4b59e44a86
Discourage line breaks between the time of day and the time zone.
2003-10-10 22:41:00 +00:00
Dag-Erling Smørgrav
f5e8ed3d85
Add support for tinderbox(1)'s -h option.
2003-10-10 21:13:37 +00:00
Dag-Erling Smørgrav
8843f010b9
There is no need for $have_logs since we determine what platforms and
...
branches to show from what logs are actually present on disk.
2003-10-10 21:05:31 +00:00
Dag-Erling Smørgrav
b9dc5c11b8
Document the -h option.
2003-10-10 21:04:14 +00:00
Bruce M Simpson
c3f4241601
Add the Intersil Prism2/Atmel device. These particular devices are strange
...
beasts which are reported to exist in both Atmel and Prism2 flavours. In
particular, Itronix branded laptops have the Atmel part with an Intersil
radio.
Obtained from: NetBSD
2003-10-10 21:01:00 +00:00
Dag-Erling Smørgrav
ae7558858d
Report the version number and hostname at the top of the log. Allow the
...
user to override the hostname on the command line (for whatever reason).
Add a comment to explain why a particular piece of code is commented out.
2003-10-10 20:59:51 +00:00
Dag-Erling Smørgrav
3ce6706cff
s/GMT/UTC/
2003-10-10 20:44:49 +00:00
Poul-Henning Kamp
47850d0ae7
Sanitize the code relating to the /dev/ti%d entries. In particular evict
...
the evil vnode sniffing code and use destroy_dev() instead.
2003-10-10 20:35:28 +00:00
Hajimu UMEMOTO
020a816f9e
fixed an endian bug on fragment header scanning
...
Obtained from: KAME
2003-10-10 19:49:52 +00:00
Marc Fonvieille
acc596e494
Update the manual page examples: use of bsdlabel(8) instead of
...
disklabel(8). While I'm there: some punctuation fixes.
2003-10-10 18:40:41 +00:00
Hiroki Sato
ca144d1ca4
New release note:
...
- sk(4) now supports SK-9521 and 3C940.
- libalias now supports Cisco Skinny Station protocol.
2003-10-10 18:36:52 +00:00
Peter Wemm
4dab350282
Move the pmap_kenter(KERNBASE, 0) a bit earlier so that it works for
...
the hasbrokenint12 tunable case too. (with some related and unrelated
style fixes)
Submitted by: bde
2003-10-10 17:43:42 +00:00
Hiroki Sato
64024d1cc8
Merge the following from the English version:
...
1.15 -> 1.16 early-adopter/article.sgml
Submitted by: Hiroo Ono <hiroo@oikumene.gcd.org>
2003-10-10 16:40:34 +00:00
Hiroki Sato
1d0ada8ae6
Merge the following from the English version:
...
1.11 -> 1.12 hardware/i386/proc-i386.sgml
Submitted by: Hiroo Ono <hiroo@oikumene.gcd.org>
2003-10-10 16:23:00 +00:00
Bruce M Simpson
d7a65264fd
Add the Actiontec 801UAT1/HWU01170-01 802.11b USB Wireless Ethernet adapter.
2003-10-10 16:04:21 +00:00
Hajimu UMEMOTO
953ad2fb67
nuke SCOPEDROUTING. Though it was there for a long time,
...
it was never enabled.
2003-10-10 16:04:00 +00:00
Hajimu UMEMOTO
7aab01fa76
switch cast128 implementation to implementation by Steve Reid;
...
smaller footprint.
Obtained from: KAME
2003-10-10 15:06:16 +00:00
Poul-Henning Kamp
fc36082a22
I think it is more correct to use modfind() than kldfind() here.
2003-10-10 14:32:28 +00:00
Jacques Vidrine
cbe10a2a89
The header files hdb_asn1.h, hdb_err.h, and kadm5_err.h are generated,
...
and must be installed from ${.OBJDIR}.
Pointy hat: nectar
2003-10-10 13:12:35 +00:00
Søren Schmidt
82681884cf
Restore transfermode on devices after reinit.
2003-10-10 11:03:27 +00:00
Søren Schmidt
6235c1f6ae
Dont store ata_params for devices that return a bogus ident string.
2003-10-10 11:00:06 +00:00
Robert Drehmel
d65f2d0cff
Add an 'include' directive to pull in <sys/ptrace.h>.
2003-10-10 10:31:48 +00:00
Hiroki Sato
1255c9c0ba
New release note:
...
Heimdal 0.6.
2003-10-10 08:53:00 +00:00
Alan Cox
08814d66d5
- Synchronize access to a page's valid field in vfs_bio_clrbuf()
...
by using the lock from its containing object.
- Remove GIANT_REQUIRED from vm_hold_load_pages().
2003-10-10 07:26:21 +00:00
Dag-Erling Smørgrav
38b28673a3
Allow wrapping between the date and the time. s/GMT/UTC/.
2003-10-10 07:11:54 +00:00
Dag-Erling Smørgrav
92f489a593
Build RELENG_5_1.
2003-10-10 07:10:33 +00:00
Warner Losh
c031267f3b
Note that the modem built into the xl cards (both CardBus and MiniPCI)
...
are not supported by FreeBSD, let alone by this driver.
2003-10-10 05:27:29 +00:00
Warner Losh
2a3e0d8be4
cardbus->CardBus
2003-10-10 05:15:48 +00:00
Warner Losh
a47bf604e9
Be more pedantic about the model numbers of cardbus cards that are
...
supported by the driver. I've only used 3 or 4 of these cards, but
the cardbus cards work as well as pci cards at this point.
2003-10-10 05:15:05 +00:00
Hiten Pandya
dc2af37d96
Assorted mdoc(7) fixes:
...
- fix hard sentence breaks
- sprinkle a few .Vt's where neccessary
- remove incorrect use of `\-'
- proper quoting using .Dq, instead of manual ``...''
Approved by: des@ (mentor)
Reviewed by: ru@
2003-10-09 23:06:06 +00:00
Daniel Eischen
1f2215bcc4
Reverse the order of the first two arguments to _sparc64_enter_uts().
...
The first argument is the UTS function, the second argument is the
first argument to the UTS function. Who's on first.
2003-10-09 20:52:17 +00:00
Jacques Vidrine
54b2f6e334
Build and install the verify_krb5_conf(8) utility, which checks
...
krb5.conf(5) for obvious errors.
2003-10-09 19:54:03 +00:00
Jacques Vidrine
8fc52f5387
This commit was generated by cvs2svn to compensate for changes in r120952,
...
which included commits to RCS files with non-trunk default branches.
2003-10-09 19:52:14 +00:00
Jacques Vidrine
855f569304
Correct badly-formed code (missing quote) within `#if 0' section.
...
Newer versions of GCC error in such situations.
Obtained from: Heimdal CVS
2003-10-09 19:52:14 +00:00
Jacques Vidrine
1bd6253ee0
Install Kerberos- and GSSAPI-related man pages.
2003-10-09 19:51:13 +00:00
Jacques Vidrine
23b1827ab3
Install additional headers for Kerberos (libkafs, libkadm5*, and
...
libhdb).
2003-10-09 19:50:00 +00:00
Jacques Vidrine
f0a7f80d65
Update build infrastructure for Heimdal 0.6.
2003-10-09 19:48:47 +00:00
Jacques Vidrine
2d4851347d
Resolve conflicts after import of Heimdal 0.6.
2003-10-09 19:42:07 +00:00
Jacques Vidrine
bbd80c285e
Vendor import of Heimdal 0.6.
2003-10-09 19:36:20 +00:00
Jacques Vidrine
83dff030ab
This commit was generated by cvs2svn to compensate for changes in r120945,
...
which included commits to RCS files with non-trunk default branches.
2003-10-09 19:36:20 +00:00
Jacques Vidrine
6b1b07dfa1
Add list of files to remove from the Heimdal distribution prior to
...
each import.
2003-10-09 19:35:38 +00:00
Hajimu UMEMOTO
0606da6241
- typo. found by markus@openbsd
...
- correct signedness mixup in pointer passing.
- drop meaningless variable.
Obtained from: KAME
2003-10-09 18:44:54 +00:00
Hiroki Sato
45f392d82c
New release note:
...
- hifn(4) 7955/7956 support.
- $ntpd_flags in /etc/defaults/rc.conf changed.
2003-10-09 16:20:28 +00:00
Hajimu UMEMOTO
07eb299520
- typo in comment
...
- style
- ANSIfy
(there is no functional change.)
Obtained from: KAME
2003-10-09 16:13:47 +00:00
Hiroki Sato
89185ee435
Catch up with the English version:
...
1.1 -> 1.2 hardware/amd64/proc-amd64.sgml
Submitted by: Hiroo Ono <hiroo@oikumene.gcd.org>
2003-10-09 15:42:33 +00:00
Daniel Eischen
97576c1c61
Convert a couple of hardcoded values to constants. Make thr_getcontext()
...
return 0 when called the first time, and return 1 when resumed by
thr_setcontext().
2003-10-09 14:48:09 +00:00