xtraeme
fbd6785430
Fix VIA VT8231 product: it's a PCI-ISA Bridge not an IDE Controller.
2006-01-01 11:32:03 +00:00
perry
fcd5eb337c
Welcome to 2006.
...
Don't forget to update copyright notices when you add new code.
(On behalf of an absent friend. Maybe he can do this himself next year.)
2006-01-01 00:00:01 +00:00
matt
973c4be178
Make envsysunitnames const.
2005-12-31 18:26:14 +00:00
xtraeme
c9f2b0fc40
AMD PowerNow K7 driver written by Martin Vegiard via PR port-i386/26239.
...
Enabled by default on GENERIC and GENERIC_LAPTOP.
Imported 1 year later... but it's here finally.
2005-12-31 17:55:55 +00:00
uwe
384a271baa
2005-12-31 Valeriy E. Ushakov <uwe@NetBSD.org>
...
Kaz Kojima <kkojima@rr.iij4u.or.jp>
* elf32-sh.c (sh_elf_relocate_section): Don't reset relocation
for R_SH_REL32 in shared objects if the symbol is locally called.
Makes hidden and protected symbols in shared objects work.
This will be committed to the binutils mainline.
2005-12-31 16:23:59 +00:00
yamt
bcb3f4c7e6
vn_lock: assert that only a limited set of LK_* flags is used.
2005-12-31 14:33:13 +00:00
hannken
3e4ced3152
Use our own function to copy traps. We cannot use memcpy() anymore
...
because the destination may be zero.
2005-12-31 14:09:02 +00:00
hannken
3bb1c71f4a
Fix a typo introduced in revision 1.8:
...
- #define splraiseipl(x) splraise(x)
+ #define splraiseipl(x) splraise(imask[x])
Approved by: YAMAMOTO Takashi <yamt@netbsd.org>
2005-12-31 14:07:32 +00:00
yamt
7d89e7d9e9
checkalias: redo rev.1.231 differently.
...
check v_specinfo rather than using LK_SLEEPFAIL.
2005-12-31 14:05:01 +00:00
elad
9d002bc47d
Give systrace its own version of realpath() that does what it wants,
...
call it intercept_realpath().
Unbreaks systrace.
2005-12-31 12:33:41 +00:00
elad
e77db80a44
Revert back to revision 1.40, as requested by cube@.
...
Unbreaks KDE.
2005-12-31 12:32:30 +00:00
elad
f0b337a227
Add MDMA.
2005-12-31 12:29:51 +00:00
yamt
72f9cde6eb
yamt-uio_vmspace branch.
2005-12-31 11:15:12 +00:00
xtraeme
87ebb6538f
Wada Keiji (PR kern/32418): Support for the Pentium M 770.
2005-12-31 09:52:46 +00:00
christos
6ffa88f118
bring in changes from 2.4.4b1; we will import 2.4.4 once it is released.
2005-12-31 08:58:50 +00:00
christos
36134a63ad
- don't leak the ipv6 file descriptor when we close
...
- fix packet statistics
- don't check errno if n != -1
- check more error conditions
- relinguish the ppp tty when we are on demand mode, fixes demand mode
- ansi prototypes
2005-12-31 08:36:01 +00:00
christos
9708e1086d
forgot to commit the bump for libcrypto.
2005-12-31 07:02:05 +00:00
tsutsui
d1b67e787b
Oops, fix date entry of newfs_sysvbfs(8) and mount_sysvbfs(8).
2005-12-31 05:21:28 +00:00
uwe
ffaa72c2cc
Adapt to new PIC macros that are now in <machine/asm.h>. Same binary
...
code is generated (still with text relocs, but eliminating them is the
next step).
2005-12-31 05:08:28 +00:00
uwe
9d461d0045
First cut at PIC macros.
2005-12-31 05:06:33 +00:00
christos
fb6dad779a
move all pqueue.h headers to libcrypto.
2005-12-31 00:14:35 +00:00
christos
aa419ec271
enable cryptodev.
2005-12-31 00:08:34 +00:00
christos
e1a76ccb7e
netbsd has issetugid()
2005-12-31 00:07:26 +00:00
christos
616f676cc7
Add another include file. bump version for hardware cryptodev addition.
2005-12-31 00:04:51 +00:00
agc
740a95c15f
Add Todd Miller's ftw(3) and nftw(3) file-tree walking functionality,
...
from OpenBSD.
Bump libc minor to 136.
2005-12-30 23:07:31 +00:00
is
c8ee999982
fixing typo in comment
2005-12-30 16:12:11 +00:00
jmmv
eb23406894
Add a 'struct bootinfo' to represent the bootinfo structure used in the
...
kernel by x86 platforms (instead of a simple char *). This way, the code
in, e.g., lookup_bootinfo, is a bit easier to understand.
While here, move the lookup_bootinfo function used in x86 platforms (amd64,
i386 and xen) to a common file (x86/x86_machdep.c), as it was exactly the
same in all of them.
2005-12-30 13:37:57 +00:00
rjs
4e8460804d
Add INSTALL_IPAQ kernel and copy hpcboot.exe to correct place.
2005-12-30 11:48:15 +00:00
rjs
ad40527a61
Add miniroot for hpcarm.
2005-12-30 11:47:19 +00:00
rjs
1276ee68fc
Fix kernel names.
2005-12-30 11:41:43 +00:00
rjs
447c4d25c9
Initial import of md files for hpcarm. Copied from hpcmips.
2005-12-30 11:40:23 +00:00
rjs
968e3b9beb
Add INSTALL_IPAQ to build.
2005-12-30 11:37:06 +00:00
rjs
c92c820f96
Add config for installation kernel for IPAQ.
2005-12-30 11:36:22 +00:00
rjs
8675bf897f
Add GENERIC_ACPI and INSTALL_ACPI kernels to the build.
2005-12-30 11:31:36 +00:00
rjs
6d2b3c8c7c
Build INSTALL_ACPI kernel as well as INSTALL.
2005-12-30 11:30:33 +00:00
rjs
2ad16298b8
Add config for ACPI kernel.
2005-12-30 11:27:07 +00:00
yamt
98f56ad82e
regen.
2005-12-30 11:19:26 +00:00
yamt
e6faff5a45
remove a wrong "LOCKED=YES" from vop_bmap. pointed by Reinoud Zandijk.
2005-12-30 11:19:09 +00:00
jmmv
e7b8314535
Avoid dereferencing the lwp parameter in nfs_receive, as it is always NULL.
...
Solves a crash when mounting NFS shares. (The proc parameter used before
the conversion to lwp's was NULL too, so the addition of 'l->l_proc' in the
code was extra.)
2005-12-30 10:35:44 +00:00
mjl
0a7b52fa50
Typo fix (to umount is not yet a verb). Via OpenBSD bugs mailing list.
2005-12-30 10:29:56 +00:00
tsutsui
2927afc411
- Fix a build error.
...
- Wrap long lines.
2005-12-30 06:00:01 +00:00
tsutsui
c2ce8a3efb
More tweaks for www. (should we fix generating script?)
2005-12-30 03:02:01 +00:00
tsutsui
d9e24c2538
Tweak some entries for changes page on www.
2005-12-30 02:48:13 +00:00
tsutsui
e7256110c5
Mention newfs_sysvbfs(8) and mount_sysvbfs(8) too.
...
As per request from Hubert Feyrer.
2005-12-30 02:39:15 +00:00
he
143d7e2daf
Make this build again by using ${S}/../common/lib/libc/Makefile.inc.
2005-12-30 00:24:48 +00:00
mjl
1c357819af
This part got lost during merging with the sourceforge bktr
...
driver: "Also make those variables int instead of char so it
can actually hold 454...".
2005-12-30 00:16:32 +00:00
dyoung
7f2abb6134
The RTL8180L works better with a PCI Latency Timer of 0x50 than
...
with 0x20. Derived from a reference driver, IIRC.
2005-12-29 22:41:16 +00:00
dyoung
3f5a1bc764
Note support for GCT Semiconductor GRF5101 transceiver/synthesizer.
2005-12-29 22:31:53 +00:00
dyoung
92e2a6beb6
Add support for the GCT Semiconductor GRF5101 transceiver/synthesizer.
...
From OpenBSD.
GCT will not provide any documentation, so there are many magic
numbers in this code.
2005-12-29 22:27:17 +00:00
dyoung
6910fdde2a
Update rtw(4) for the new IBSS merge idiom, where ieee80211_ibss_merge()
...
does not return ENETRESET if the driver should change its BSSID,
but it makes a RUN->RUN transition, instead.
2005-12-29 22:23:52 +00:00