Commit Graph

148654 Commits

Author SHA1 Message Date
xtraeme
9c392ba6f4 Repeat after me, use __KERNEL_RCSID. 2006-07-05 18:17:59 +00:00
ross
50500ff1b2 revise for ppc64 2006-07-05 18:12:54 +00:00
ross
a9ea5c11ba Adjust types and casts for LP64 compilation.
Split "long *sp;" into "__greg_t sp, *spp;", which reduces the cast
density and could be used to clean up the ppc32 version as well.
2006-07-05 18:10:36 +00:00
ross
a87ca7ecec fix typo 2006-07-05 18:07:22 +00:00
ross
dfb9c8767b Finish ppc64 conversion 2006-07-05 18:06:47 +00:00
ross
9ed70a7fa2 adjust casts for LP64 2006-07-05 18:05:45 +00:00
ross
d0531274ae Conform to new world order where .init/.fini fallthru code
assembly appears directly inside _init().
2006-07-05 18:03:00 +00:00
bouyer
de888ac7f5 Comment out acpi0, until someone can make it compile again after the recent
acpi changes.
2006-07-05 17:00:46 +00:00
wiz
ba0c83431c Bump date for previous. 2006-07-05 16:45:00 +00:00
wiz
8df51986ae End sentence with a dot. 2006-07-05 16:44:54 +00:00
tnozaki
d1116a2478 fix wrong alias, s/iso646-gb/iso646-cn/ is correct. 2006-07-05 15:31:50 +00:00
tnozaki
2a35d342e7 added fallback U+2015 -> 1-1-29. 2006-07-05 15:27:53 +00:00
itohy
3b04fb4334 Back out previous change. The problem was not here. Oops. 2006-07-05 15:19:38 +00:00
hubertf
af39fa5da1 Mention pkgsrc-wip/pkg_select for pkg installation from sysinst 2006-07-05 14:41:13 +00:00
drochner
ff6945ed02 obey VM_PROT_EXECUTE in pmap_kenter_pa (just use protection_codes[]) 2006-07-05 14:36:29 +00:00
drochner
8d2b5419d9 make this compile with standard warning level 2006-07-05 14:33:20 +00:00
drochner
8c61e0077d Request executable memory for LKM code/data areas. This fixes LKMs
on alpha (which were broken for more than a year appearently and noone
noticed). (The other archs didn't suffer because their pmap_kenter_pa()
doesn't support non-executable mappings.)
2006-07-05 14:31:00 +00:00
drochner
ef8848c74a Introduce a UVM_KMF_EXEC flag for uvm_km_alloc() which enforces an
executable mapping. Up to now, only R+W was requested from pmap_kenter_pa.
On most CPUs, we get an executable mapping anyway, due to lack of
hardware support or due to lazyness in the pmap implementation. Only
alpha does obey VM_PROT_EXECUTE, afaics.
2006-07-05 14:26:42 +00:00
tsutsui
e4f8241b5f Tweak some more entries. 2006-07-05 13:50:32 +00:00
martin
c9b2188e94 Add ugensa man page 2006-07-05 10:18:35 +00:00
martin
63ab94f2a7 Add man page for ugensa 2006-07-05 10:17:20 +00:00
cube
15f9f25144 s/setmachine/machine. Overlook pointed out by Havard Eidnes. 2006-07-05 10:11:02 +00:00
bjh21
90c63f54e2 Add NBFS to !BtNetBSD. 2006-07-04 23:30:24 +00:00
bjh21
a4567cbedf Add nbfs. 2006-07-04 23:13:23 +00:00
bjh21
6431f3b2de Descend into nbfs -- I think it's useful now. 2006-07-04 23:08:51 +00:00
bjh21
c6bb58fda2 We don't actually use NEWVERSWHAT, but we should still try to make it correct. 2006-07-04 23:08:10 +00:00
bjh21
ac8af88277 Add some definitions necessary for the latest NBFS, plus a couple of
functions that my boot32 hacks are likely to require.
2006-07-04 23:06:51 +00:00
rpaulo
81cc271bc5 Add missing semicolon. 2006-07-04 23:05:11 +00:00
bjh21
6022ed9721 Fix missing newline at end of file. 2006-07-04 22:42:11 +00:00
bjh21
b314f251e2 Add suppport for FSEntry_file 255, loading whole files. Now I can open
/etc/passwd in Zap.
2006-07-04 22:34:54 +00:00
nathanw
300e182521 Rearrange slightly to pick up dependancies better. 2006-07-04 21:48:20 +00:00
bouyer
75e3593f2c Add new xen device xsd_kva (for Xen3 dom0 operations) 2006-07-04 21:39:55 +00:00
christos
96c223fe5a spell NACPI correctly. 2006-07-04 18:46:42 +00:00
christos
f73658ad42 put depend back. 2006-07-04 18:43:35 +00:00
christos
e619d191dd more typos. 2006-07-04 18:43:13 +00:00
christos
9f1b8cb28e Another missed dependency. 2006-07-04 18:41:41 +00:00
tron
720f8f8c5b Remove "gcc-vers.texi" in "cleandir" target. 2006-07-04 18:28:00 +00:00
rpaulo
32404d58a1 Coverity CID 3805: Close the firmware_handle on error and avoid leaks. 2006-07-04 18:26:29 +00:00
tron
0eda04c460 Remove "cs-tconfig.h" in "cleandir" target. 2006-07-04 18:26:18 +00:00
martin
1a8d6cd53d Initialize the "console screen" once - no matter if we are console or
not.
2006-07-04 18:14:44 +00:00
tsutsui
a45fb3f533 Add man suffixes to some entries and use consistent indexes. 2006-07-04 17:45:05 +00:00
tsutsui
f4a620a1e9 Fix format for the changes page on www. 2006-07-04 17:32:00 +00:00
christos
a5bf930cbd PR/33912: tron: Building GENERIC kernel fails
Fallout from ACPI changes.
2006-07-04 14:53:47 +00:00
itohy
16b4260abb Do not define the link_set symbol as static, or a.out linker won't find it. 2006-07-04 14:09:37 +00:00
he
c3480eebba The declaration of mpacpi_active needs to be unconditional because
there's an unconditional use.
2006-07-04 10:05:06 +00:00
jld
3ebfa1a07d Fix accidentally unsigned comparison, which was causing the timer event
handler to run ~forever in the face of slightly unexpected input from
Xen (system_time apparently going backwards).  Pointed out by kardel@.
2006-07-04 07:35:28 +00:00
simonb
78877867ee Remove some unused variables. 2006-07-04 06:25:50 +00:00
jnemeth
787fd08293 KNF 2006-07-04 03:53:54 +00:00
christos
adc476477f Regression test for big-regexp from Aleksey Cheusov 2006-07-04 03:02:21 +00:00
christos
d16c773e0b fix typo 2006-07-04 00:47:47 +00:00