christos
1aabccbafc
man pages for stresep and strndup.
2006-08-12 23:54:12 +00:00
christos
fc3d8b7c5f
libc 146
2006-08-12 23:52:29 +00:00
christos
5bf68024f1
add regression test for stresep.
2006-08-12 23:51:12 +00:00
christos
f4254d2cef
Add stresep and strndup.
2006-08-12 23:50:13 +00:00
christos
cbfb283c65
- Add strndup and stresep
...
- Use stresep so in fstab so that we can mount paths with white space in them.
2006-08-12 23:49:53 +00:00
agc
448cb4aa28
uncomment INCLUDE_CONFIG_FILE - the information is useful, and is on by
...
default in other GENERIC configs
2006-08-12 22:28:07 +00:00
christos
0b7fa73e66
fix a stray \n
2006-08-12 21:46:03 +00:00
christos
cf1ddb6596
- Check if a disk has wedges, and use the wedge device corresponding to the
...
root partition, instead of punting. This makes booting work
with traditional disklabel disks and wedge autoconfiguration.
- factor out disk opening code.
2006-08-12 21:45:22 +00:00
christos
adddcaa6ee
Fix the dump printing too.
2006-08-12 20:27:35 +00:00
christos
f7cf5ff3b4
Only print the partition letter if the device supports partitions.
2006-08-12 19:58:55 +00:00
christos
e43176da19
add dk.
2006-08-12 19:55:42 +00:00
christos
415fb2fa98
- add creation of wedges /dev/{r,}dkN
...
- use $() instead of ``
2006-08-12 19:47:28 +00:00
christos
f96e7c6a82
Revert previous borken change.
2006-08-12 19:15:19 +00:00
fvdl
3a0f71ac74
Make sure to override the trigger variable with IST_LEVEL, as well
...
as the ioapic flags, in the case of an ACPI interrupt without
override.
2006-08-12 16:20:58 +00:00
fvdl
9558563497
Record the ACPI global int in the interrupt structure for ISA interrupt
...
overrided (e.g. the SCI interrupt), so that it may be found correctly by
the ACPI interrupt establish function, should the number be different
from the original source.
2006-08-12 16:19:13 +00:00
christos
b300b74469
Disable SYSTRACE by default on all kernels (discussed with core)
2006-08-12 15:29:52 +00:00
plunky
2d44f42cce
Remove obsolete file - bthub is no more
2006-08-12 13:40:37 +00:00
uwe
a2668e7027
Link libkern last. It contains functions normally found in libgcc, so
...
other libraries might have references to them.
Makes this compile with gcc4 (that emits calls to __ash[rl]di3 in libsa).
2006-08-12 11:38:11 +00:00
ghen
6c96070844
scan_ffs(8) has been pulled up into netbsd-3 and thus will have
...
"first appeared in NetBSD 3.1", not 4.0.
2006-08-12 10:14:22 +00:00
nakayama
8f342cb589
Avoid gcc4 warnings; voice is unsigned so no need to check "voice < 0".
2006-08-12 00:34:39 +00:00
reinoud
177a68d51b
Fix comment; it stated a mimimum of 128 translations duh! a maximum it is!
2006-08-11 23:15:30 +00:00
jnemeth
c6c7f4a492
PR/34182 from der Mouse -- clarify -0 option
2006-08-11 23:01:46 +00:00
macallan
5f55aaa2e1
Add audio input support. From Magnus Henoch, fixes PR 32664
2006-08-11 20:37:43 +00:00
hubertf
ac583aa32a
Xref etcupdate from postinstall, and vice versa.
2006-08-11 20:28:22 +00:00
christos
ce0ef6cfc4
Pretending to be Elad's keyboard:
...
fileassoc.diff adds a fileassoc_table_run() routine that allows you to
pass a callback to be called with every entry on a given mount.
veriexec.diff adds some raw device access policies: if raw disk is
opened at strict level 1, all fingerprints on this disk will be
invalidated as a safety measure. level 2 will not allow opening disk
for raw writing if we monitor it, and prevent raw writes to memory.
level 3 will not allow opening any disk for raw writing.
both update all relevant documentation.
veriexec concept is okay blymn@.
2006-08-11 19:17:47 +00:00
christos
67a75c5772
If a word is "" eat the last quote since we ate the first.
2006-08-11 19:11:00 +00:00
christos
c7f3802937
default to ssh.
2006-08-11 19:02:37 +00:00
christos
95ee253760
Print rejected rpc packet reason.
2006-08-11 19:01:18 +00:00
plunky
a1c876ddfc
Add my name to list of Developers
2006-08-11 18:39:02 +00:00
rjs
f80e237485
Add timecounter support. Copied from prep.
2006-08-11 15:19:59 +00:00
hubertf
a441eeeff1
Add whitespace to make more readable. No functional change.
2006-08-11 13:39:44 +00:00
hubertf
f4ff510f74
Offer to install GENERIC.MP, too, as we build & ship it.
2006-08-11 13:35:54 +00:00
yamt
467e0c9853
"xm shutdown" support for xen3. ok'ed by Manuel Bouyer.
2006-08-11 13:22:43 +00:00
xtraeme
2dc3c42b88
* Skip duplicated freq values (they show up with different fid/vid).
...
* Fix cstate->fsb before calling k7pnow_states(), we need to use CPU
MHz value like openbsd does.
Tested by Rhialto.
2006-08-10 19:45:09 +00:00
xtraeme
f0c9466074
Update license. I've been talking with Martin Vegiard (original author)
...
and he wanted to move his license to TNF, make it so.
2006-08-10 17:24:10 +00:00
reinoud
f2484b697c
Fix small comment's missing hyphen
2006-08-10 14:49:14 +00:00
reinoud
12283b1fe9
Fix incorrect `loast possible lba' reporting, remove some empty lines and
...
add mmc classification for some still rare HD DVD device types.
2006-08-10 14:45:51 +00:00
simonb
4abae2e82a
Regen.
2006-08-10 13:22:54 +00:00
simonb
3ec8720588
Fix typo in 3945 Intel wireless card name.
...
Pointed out in private mail by Jean-Baptiste Campesato.
2006-08-10 13:22:12 +00:00
reinoud
9e6b675112
Fix panic on badly or curruptly formatted discs due to an oddity in the
...
error handling chain.
If NetBSD 4.0 is allready branched at this time this ought to be pulled up.
2006-08-10 12:39:56 +00:00
peter
a916e7d758
Document the "tos" keyword. Spotted by maxim bourmistrov, patch supplied by
...
jared r r spiegel and forwarded by Thomas Klausner via Jason McIntyre.
2006-08-10 12:30:49 +00:00
reinoud
81e6c818c1
The local variable `index' seems shadowing an inbuild gcc variable (???)
...
when compiling from userland (kernel ok) so rename the variable to Index to
avoid the confusing warning.
2006-08-10 12:26:44 +00:00
cube
9979ca290b
iwi now needs firmload [hi nick!]
2006-08-10 12:22:25 +00:00
wiz
85f4c6eabf
Pull over OpenBSD v1.97, forwarded by jmc@openbsd:
...
avoid confusing wording in HashKnownHosts:
originally spotted by alan amesbury;
ok deraadt
2006-08-10 00:34:32 +00:00
jnemeth
252669904e
PR/30842 -- compatibility issue with mksh from Thorsten Glaser
2006-08-09 22:13:12 +00:00
jmmv
d65ebbf4f8
Mention vfs_hooks(9) in the entry that mentioned its addition.
...
Per hubertf@'s request.
2006-08-09 21:57:36 +00:00
christos
dc2177377e
Use curchan in monitor mode. From Dheeraj S. FreeBSD always uses curchan,
...
and maybe we should too.
2006-08-09 20:37:16 +00:00
drochner
fe5f2a85b5
Make sure that only specisications for _interface_ attributes are
...
emitted, the rest is useless at runtime.
saves some bloat in ioconf.c
2006-08-09 18:03:23 +00:00
christos
5e676b6bff
PR/34175: Zafer Aydogan: touch the window to cause a refresh after help
...
Also use CTRL instead of \xxx
2006-08-09 14:29:40 +00:00
martin
e06a3327c9
Typo
2006-08-09 14:12:47 +00:00