dholland
3b377e2bb5
+GPF, RKM, SEGV, WORM
2010-11-21 03:36:10 +00:00
dholland
6cf2d35a2a
+BSP (binary space partition)
2010-11-21 01:46:20 +00:00
dholland
4756f11bab
bump date for previous (thanks jnemeth)
2010-11-19 07:44:00 +00:00
dholland
8f6ed30d57
Introduce struct pathbuf. This is an abstraction to hold a pathname
...
and the metadata required to interpret it. Callers of namei must now
create a pathbuf and pass it to NDINIT (instead of a string and a
uio_seg), then destroy the pathbuf after the namei session is
complete.
Update all namei call sites accordingly. Add a pathbuf(9) man page and
update namei(9).
The pathbuf interface also now appears in a couple of related
additional places that were passing string/uio_seg pairs that were
later fed into NDINIT. Update other call sites accordingly.
2010-11-19 06:44:33 +00:00
wiz
d999ecb2cd
Capitalize the Internet's importance.
2010-11-17 18:03:49 +00:00
wiz
606383f1ce
Convert manual list to Bl; fix typo; remove dot at end of SEE ALSO.
2010-11-17 18:02:20 +00:00
wiz
deee42d237
Remove pasto.
2010-11-17 17:59:25 +00:00
pooka
c3eed02978
note that shmif can be destroyed now
2010-11-17 17:55:00 +00:00
pooka
78439d6c9f
document shmif, or at least what's implemented so far
2010-11-15 23:10:51 +00:00
skrll
08aa2b4b48
Add a man page for nside(4).
2010-11-15 23:07:37 +00:00
pooka
ab1e35f3d8
Exploit the fact that wizd is currently running and add a manpage
...
for the rump virtif.
2010-11-15 21:52:47 +00:00
wiz
bb034f11ef
New sentence, new line; add serial comma.
2010-11-15 21:19:59 +00:00
roy
e4ee997db8
Document RTM_CHGADDR and the newer RTM_IFINFO messages.
2010-11-14 00:38:56 +00:00
jnemeth
512709b547
PR/39094 - Kaspar Brand -- Add et (Agere ET1310/ET1301) network driver
...
The et(4) driver supports PCI Express Ethernet adapters based on
the Agere/LSI ET1310/ET1301 integrated MAC/PHY.
The et(4) driver was written by Sepherosa Ziehau for DragonFlyBSD,
ported to OpenBSD by Jonathan Gray and subsequently ported to NetBSD
by Kaspar Brand.
2010-11-13 00:47:23 +00:00
tsutsui
33a2e12125
Switch NetBSD/dreamcast to X11FLAVOUR=Xorg.
...
No particular comments on port-dreamcast@ and
tested with JP (HKT-7600) and US (HKT-7620) keyboards.
2010-11-12 16:05:49 +00:00
pooka
ed6861986e
Add readme explaining which grue has ok'd the eating of some code
...
until recently located here.
2010-11-11 23:04:24 +00:00
pooka
26716af82d
Remove some programs which live as atf tests now.
2010-11-11 23:01:00 +00:00
skrll
f2dcf75998
Update sti(4) from OpenBSD bringing across support for sti @ pci.
...
Thanks to Adam Hoka for testing.
2010-11-09 12:24:47 +00:00
enami
d63316f97f
Fix typo in previous commit.
2010-11-08 09:43:27 +00:00
lukem
44f36b23ab
Preserve date on original shared library or program when stripping
...
the debug symbols and adding the debug-link to .debug.
Use '(rm -f file; false)' in the failure path to force failure.
Based on solution proposed by Nicolas Joly on tech-toolchain in July 2010.
Should fix PR toolchain/44046 from Andreas Gustafsson.
2010-11-08 06:54:52 +00:00
enami
05eafeb6bd
- Add library section.
...
- Fix function signatures.
- Describe added member to an ops structure.
- Describe rb_tree_remove_node.
2010-11-08 03:20:59 +00:00
dholland
4bdbe49cd3
The "active" and "inactive" members of struct uvmexp were removed in
...
rev. 1.118 of uvm_extern.h with the merge of yamt-pdpolicy in 2006. So
they shouldn't still be documented as part of the structure. Bump date.
2010-11-08 02:56:12 +00:00
jmmv
6bcd4fe95a
Document configuration changes in tests(7); unprivileged-user is now set
...
out of the box and is set in 'common.conf', not 'NetBSD.conf'.
2010-11-07 17:49:33 +00:00
gsutre
7ef62784e9
Note fujitsu(4).
2010-11-07 14:56:51 +00:00
wiz
a8dc242516
Minor cleanup.
2010-11-07 12:01:07 +00:00
wiz
ed577e9f26
Bump date for schide(4).
2010-11-07 11:51:14 +00:00
wiz
ca1fa7f108
Remove superfluous Pp.
2010-11-07 11:50:58 +00:00
jakllsch
3ca57ae182
Add schide(4) man page.
2010-11-07 01:12:22 +00:00
jym
2967f694b8
- similar to "bootconf", document that pxeboot_ia32.bin has the "module
...
loading" option turned off by default, and explain how to turn it on.
- remove XXX comment: yes, even when boot.cfg is loaded, DHCP is still
used to get file names (checked with a quick PXE boot + DHCP/TFTP platform)
- document in BUGS section that all DOM0 kernels are loaded as modules,
so you may have to explicitely set the boot device for root fs on network,
depending on your setup
Bump date. Blessed by agc :)
2010-11-06 23:33:29 +00:00
jym
be56c30ce6
- bring some command definitions on par with their code
...
- describe the arguments that can be passed to NetBSD DOM0 kernel (bootdev,
console, ip, nfsroot, pciback.hide)
- document the "modules" command to boot(8)
- Xen is a trademark, hence .Tn
- add a reference to pcictl(8) for getting PCI IDs (used by pciback.hide)
Bump date.
2010-11-06 23:28:42 +00:00
gsutre
e5b565c4a2
Remove .Pp before .Bl and bump date.
2010-11-05 14:43:56 +00:00
jruoho
3664d259fc
Make the list pretty.
2010-11-05 11:14:53 +00:00
wiz
5c0c9fa9fa
Serial comma.
2010-11-05 11:02:29 +00:00
gsutre
e0b5016656
Merge ACPI Fujitsu Driver. Provides support for hotkeys and other
...
built-in components through vendor-specific ACPI devices.
ok jruoho@
2010-11-05 10:28:20 +00:00
hannken
409d3383c5
File system snapshots work with wapbl.
2010-11-05 10:04:25 +00:00
hannken
08a60b309b
File system snapshots are no longer experimental.
2010-11-05 10:02:53 +00:00
wiz
7541b687e9
Remove paragraph about pkg_add'ing the firmware, it's coming with the
...
base system. Bump date.
2010-11-04 13:22:20 +00:00
christos
d8b9636df1
actual location of firmware files.
2010-11-03 20:11:33 +00:00
christos
c7f267ae62
add otus.
2010-11-03 18:57:32 +00:00
joerg
afd3226f0e
Add LIBLZMA.
2010-11-02 19:13:58 +00:00
mbalmer
aa94cc597c
Link Lua to the build and add the resulting files to the distribution sets.
...
Document the addition of Lua and the change we made to the default settings.
2010-10-31 11:52:50 +00:00
christos
7261fd134f
make usage dead.
2010-10-30 20:12:32 +00:00
wiz
775a0dd1d6
Sort SEE ALSO.
2010-10-29 09:34:03 +00:00
gsutre
a9f3b6413d
Simplify the sysctl variable for BIOS switch policy, and document it
...
in acpivga(4). The previous hw.acpi.acpivga0.policy variable is
renamed into bios_policy for consistency, and is for ACPI_DEBUG only.
ok jruoho@
2010-10-28 21:45:02 +00:00
jruoho
b39dfb61fd
As the ACPI specification is already mentioned in acpi(4), remove the note
...
about STANDARDS. Instead mention a Microsoft document that is specifically
about acpivga(4). Also xref vga(4).
2010-10-28 14:36:04 +00:00
jruoho
7aeb582fb7
Correct section in xref.
2010-10-28 14:29:18 +00:00
jruoho
5bf78beea7
Bump to the right date.
2010-10-28 09:49:01 +00:00
jruoho
dc49246760
Xref CTASSERT(9).
2010-10-28 09:48:11 +00:00
jruoho
f97f79d20f
Xref boothowto(8).
2010-10-28 09:44:58 +00:00
gsutre
f32ca0cfec
Make acpi(4) debug aware of ACPI_DISPLAY_COMPONENT.
2010-10-27 14:39:26 +00:00