wiz
6ff28e9bbf
Update comment on how to generate MAKEDEV(8).
2002-06-19 09:30:35 +00:00
wiz
ef94287861
Add MAKEDEV(8) for x86_64.
2002-06-19 09:28:02 +00:00
wiz
44b5cee1bf
Add x86_64 cat8/man8/html8.
2002-06-19 09:23:52 +00:00
wiz
a518254934
Add a missing semicolon. Reported by Ian Dall in bin/17311.
2002-06-19 08:51:38 +00:00
jdolecek
fc257046b9
g/c procfs fallback code, it's redundant now that we use sysctl to get
...
process info
2002-06-19 08:11:55 +00:00
gmcgarry
90e61fba91
UPLCOM -> UMCT
2002-06-19 05:30:09 +00:00
grant
30dfd0761f
remove extraneous #endif from last commit, make this compile again.
2002-06-19 04:58:32 +00:00
itojun
24bd6d41d9
add netdock ether driver. as discussed on port-mac68k
2002-06-19 04:30:46 +00:00
itojun
decb8a7bae
add netdock driver.
2002-06-19 03:48:31 +00:00
itojun
d368191e37
wiconfig is no longer needed, ifconfig does all things we need
2002-06-19 03:47:18 +00:00
itojun
4c1feea9d8
correct writedisklabel() on MBR-partitioned disk.
...
while here, correct labelsector/offset mismatch in writedisklabel,
when readdisklabel() have found the label at nonstandard location
(due to magic number search). a lot of other ports have the same problem.
2002-06-19 03:10:56 +00:00
itojun
ef879bfb42
netdock* - ethernet driver for Asante NetDock/Newer Ether MicroDock.
...
by Daishi Kato <daishi@axlight.com>
test/stabilization by Takeo Kuwata <tkuwata@virus.kyoto-u.ac.jp>
2002-06-19 01:54:26 +00:00
lukem
a4a1de1457
In afterinstall, only run postinstall check if DESTDIR == / (or equivalents).
...
Fixes [misc/17275] from Gregory McGarry <g.mcgarry@ieee.org>
2002-06-19 00:17:11 +00:00
wrstuden
10d47b4dd3
Updated version of cscope/mkid support. Check libkern and compat lib
...
for source files. Also include header files in mkid run.
2002-06-18 23:46:52 +00:00
simonb
aab04f503e
Provide a BN_dec2bn() shim for the non-openssl case that reports an error
...
if strtoul() fails.
2002-06-18 23:07:36 +00:00
thorpej
cd1a49324a
Add the smmsp uid and gid.
2002-06-18 22:58:30 +00:00
itojun
74377e4ab2
md5/bcrypt password starts with $[12], so use ^ in regex
2002-06-18 22:43:53 +00:00
itojun
d56d2a76af
new copyright notice for VJ. via openbsd.
...
update copyright notice. mckusick says that Van signed the standard
Berkeley copyright assignment form, therefore the new license should
be on these files. I just copied in the notice that Kirk mailed me.
2002-06-18 22:32:16 +00:00
itojun
b9d4a3192a
recognize md5/bcrypt password. noted by: Eric Jacoboni <jaco@teaser.fr>
2002-06-18 22:21:43 +00:00
thorpej
2265b1ff78
Fix warnings on Alpha: Cast to intptr_t to extract ints stored in void *'s,
...
and pull in proper prototypes.
2002-06-18 21:22:45 +00:00
thorpej
44e317ae3d
Do the previous slightly differently.
2002-06-18 21:21:17 +00:00
thorpej
2623bb99b9
Add an extra cast to size_t when extracting an int stored in a void *.
...
(XXX Gross.)
2002-06-18 21:19:59 +00:00
fvdl
60b70ca095
etc files for x86_64
2002-06-18 20:30:41 +00:00
jdolecek
20644ff75f
clear_inodedeps(): use CIRCLEQ_FOREACH() appropriately
2002-06-18 20:24:31 +00:00
jdolecek
6710074860
update comment
2002-06-18 20:23:08 +00:00
thorpej
ae0f07dd51
Fix syscall_intern after systrace (HI CHRISTOS!)
2002-06-18 18:30:15 +00:00
lukem
a0d38da2c9
Regenerate with new m4 mechanism (vs old cpp mechanism).
...
New files are same as old (except for whitespace differences), except
that the new GENERIC doesn't have melody, because GENERIC defines
DRACO and the latter can't have it.
2002-06-18 17:45:13 +00:00
lukem
c13ae5b7a9
Use m4 instead of cpp to generate the various kernel configurations,
...
since cpp is the "C compiler pre-processor", and as such, isn't really
suited to parsing non-C-language files...
2002-06-18 17:39:39 +00:00
itojun
463d764d56
write/readdisklabel are not consistent in MBR-partitioned case;
...
forbid writes for now (real fix should follow).
2002-06-18 17:25:21 +00:00
christos
0b3fc0988b
Regen.
2002-06-18 17:22:10 +00:00
christos
88612aefe1
${CC}
2002-06-18 17:21:53 +00:00
christos
48b4953ba1
simplify: use hexdump to produce the output in the desired form instead
...
of massaging it with sed.
2002-06-18 17:21:33 +00:00
itojun
54c5e72f02
the file is generated on-demand, in both src/tool/toolchain and
...
src/gnu/lib/libbfd build.
2002-06-18 17:13:29 +00:00
thorpej
eafe65f83a
No need to have two complete copies of the header in the same file.
2002-06-18 16:53:49 +00:00
drochner
cb01228cf4
Make the DMA memory allocators (uvm_pglistalloc())
...
obey the preferences expressed by freelist assignment,
to avoid wasting valuable "low memory" to devices which
don't really need it.
comments:
-I'm not sure searching the physsegs within a freelist
beginning with the biggest is the right thing. This is
what the "memory steal" code in uvm_page.c does, so
keep it consistent.
-There seems to be some confusion whether the upper
address limit passed is inclusive or not. Stays on
the save side, possibly leaving one page out.
-The boundary/pagemask check can be simplified, also some
arguments passed are only used for diagnostic checks.
-Integration with UVM_PAGE_TRKOWN???
2002-06-18 15:49:48 +00:00
lukem
da820a3387
Build the list of names to check for $XXX_chrootdir support from
...
`rcorder -k chrootdir` rather than hardcoding "named ntpd".
Based on [misc/16884] from Jarle Greipsland <jarle@uninett.no>
2002-06-18 14:35:38 +00:00
wiz
e8477b6fb8
Our init(8) page contains comments about the securelevels, so
...
references that instead of securelevel(7).
2002-06-18 14:17:05 +00:00
wiz
77100f0c03
regen (formatting fix in MAKEDEV comment)
2002-06-18 13:58:47 +00:00
wiz
c39e9e2714
Sort clockctl entry, and use standard formatting (tab before and after),
...
needed by MAKEDEV(8)-script.
2002-06-18 13:58:36 +00:00
wiz
6916393238
Add date.
2002-06-18 13:55:38 +00:00
wiz
6aa754e60e
regen (now with contents! :)
2002-06-18 13:55:31 +00:00
wiz
4549742eba
Add note about how to make MAKEDEV(8).
2002-06-18 13:54:40 +00:00
wiz
c12525ff19
Add comments so that the autogenerated MAKEDEV(8) has some contents.
2002-06-18 13:54:26 +00:00
wiz
9e124a28b0
regen (i4b -> isdn)
2002-06-18 13:41:40 +00:00
wiz
b097765198
Update comment on how to regenerate MAKEDEV(8) after changing the
...
MAKEDEV script. Not that anybody acts on it, but it's nicer if it's correct.
2002-06-18 13:40:14 +00:00
wiz
4dcfef17f0
Use standard names for isdn devices (not i4b any longer...).
2002-06-18 13:37:44 +00:00
wiz
c4ad930fbf
Add MAKEDEV(8) for cesfic, evbmips, hp700, hpcarm, and sbmips.
2002-06-18 13:31:48 +00:00
wiz
d8b938c2de
Add and descend into man8.cesfic, man8.evbmips, man8.hp700, man8.hpcarm, and
...
man8.sbmips, and add MAKEDEV.8 for each of them.
2002-06-18 13:30:03 +00:00
wiz
03e60642a7
Add some more cat8/man8/html8 dirs (cesfic, evbmips, hp700, hpcarm, sbmips)
2002-06-18 13:22:25 +00:00
tshiozak
fe6f56bfb7
add support for the per-device power management capability.
...
int pci_set_powerstate(pci_chipset_tag_t pc, pcitag_t tag, int newstate)
set power state of the device to newstate.
int pci_get_powerstate(pci_chipset_tag_t pc, pcitag_t tag)
get current power state of the device.
In the future, these functions will be used for ACPI support.
2002-06-18 13:18:37 +00:00