ad
976457d5d6
Back out previous.
2007-12-01 17:00:41 +00:00
jmcneill
ad3709398d
aprintify
2007-12-01 16:59:13 +00:00
ad
3e9b14ec02
Noisy printfs.
2007-12-01 16:58:36 +00:00
tsutsui
581d311161
Use e2fs_first_dblock in superblock to read/write group descriptor blocks.
2007-12-01 16:57:26 +00:00
ad
0136093bcb
Noisy printfs.
2007-12-01 16:54:28 +00:00
ad
3c1048714b
Noisy printf.
2007-12-01 16:51:22 +00:00
ad
204846883c
Noisy printf
2007-12-01 16:49:56 +00:00
ad
b4214e6788
Empty vessels make the most noise
2007-12-01 16:46:18 +00:00
ad
4e780c2f88
Shh
2007-12-01 16:45:35 +00:00
ad
2d3a70d6e4
Quiten a noisy printf.
2007-12-01 16:07:20 +00:00
jmcneill
b276edd821
aprintify
2007-12-01 14:46:04 +00:00
jmcneill
a0d3b0d7a8
aprintify
2007-12-01 14:35:51 +00:00
bouyer
e13d04bb9f
Use __define__ instead of define, pointed out by christos.
2007-12-01 12:57:09 +00:00
bouyer
e1353de789
Back out previous, majors.amd64 in files.amd64 is inside ifndef xen/endif
2007-12-01 12:52:20 +00:00
tsutsui
6e5ce03f0b
- update a comment
...
- use __func__ to print function names
- some KNF
2007-12-01 11:41:20 +00:00
tsutsui
c35536aa0c
- use __arraycount()
...
- some KNF
- use __func__ to print function names
2007-12-01 11:25:26 +00:00
tsutsui
d58e6ad66b
- some KNF
...
- use __func__ to print function names
2007-12-01 11:24:41 +00:00
tsutsui
c9df1c18a5
- update a comment
...
- use __func__ to print function names
- some KNF
2007-12-01 11:23:44 +00:00
yamt
c2ad33834a
CLEANFILES=${OBJS}
2007-12-01 11:06:36 +00:00
yamt
e8abff70f2
constify pagerops.
2007-12-01 10:40:27 +00:00
yamt
7355a3c4f8
remove a duplicated decl. of aobj_pager.
2007-12-01 10:40:03 +00:00
yamt
ee39418409
getnewvnode: remove a homegrown decl. of uvm_vnodeops.
2007-12-01 10:36:47 +00:00
yamt
062f8e82a2
use designated initiaizers for uvm_pagerops.
2007-12-01 10:18:21 +00:00
yamt
82f3754f04
___start: remove a stale comment.
2007-12-01 10:16:06 +00:00
yamt
4450b52eeb
uvm_pager_init: use __arraycount.
2007-12-01 10:08:21 +00:00
mlelstv
3b956ed6b4
Sort queue by time and jobid so that jobs submitted within the
...
same second are printed in order.
Fixes PR bin/37346
2007-12-01 09:26:58 +00:00
marty
d8b9a7ea7c
Increase SYMTAB_SPACE to 264000 so the release kernel will compile
2007-12-01 06:52:12 +00:00
kiyohara
f400953756
Fix lost direction for the check on status, and read/writes.
2007-12-01 06:32:54 +00:00
jmcneill
1b940a02fa
aprintify
2007-12-01 06:05:18 +00:00
jmcneill
4fbe23fdd0
aprintify
2007-12-01 04:50:50 +00:00
jmcneill
597a6bb9ae
aprint-ify isaattach, removes a hard-to-find newline on a boot -z
2007-12-01 04:50:23 +00:00
minskim
9e5ba8057c
Remove MKUUCP from MKVARS; uucp is not in src any longer.
2007-12-01 03:20:33 +00:00
ad
64ebe1397e
Hack around ld.so initializing pthread users before libpthread/libc.
2007-12-01 01:19:31 +00:00
ad
b565a56cfb
- On 64-bit platforms 1/2 the default tsd values were garbage. Fix it.
...
- The lwpctl block is now needed on uniprocessors, for pthread_curcpu_np().
2007-12-01 01:07:34 +00:00
dsl
1696bf29ff
Ensure the mount data is a 0-terminated string - otherwise namei() might
...
process garbage (or unmapped addresses).
2007-12-01 00:09:41 +00:00
dsl
8222554340
Be more informative about duplicated device names.
2007-11-30 23:19:18 +00:00
ad
b470ab628d
Use membar_*().
2007-11-30 23:05:43 +00:00
rillig
b54c9d13a0
typo
2007-11-30 23:01:03 +00:00
dsl
2d7e52ccd2
Don't pull in majors.amd64 here, we get another copy from files.amd64
...
and config bleats like mad.
2007-11-30 22:56:05 +00:00
ad
234aa6237e
Memory barriers for MIPS.
2007-11-30 22:50:44 +00:00
ad
e81b22bdcb
Make {anon,file,exec}pages unsigned.
2007-11-30 22:43:17 +00:00
dsl
956bff160a
Temporarily make 'atomic_add_int()' a non-atomic add so the build suceeds.
...
At some point the functions will (presumably) make their way into either
libc or libutil.
2007-11-30 21:48:40 +00:00
joerg
22ac6fc0fb
Add x86emu for in-kernel use. This is a 386 real mode emulator that can
...
be used to run ROM code inside the kernel without having to setup vm86
and without having a x86 CPU at hand.
This code was originally written by SciTech and released under MIT/X11
license for XFree86. It has been refactored be less than half of the
original size, the compiled code being around a third of the former
size. The interface was changed to be a real library, e.g. no global
variables are used.
2007-11-30 20:02:49 +00:00
pooka
21913eabe5
Rototill.
...
Ok, ok, a few more words about it: stop holding puffs_cc as a holy
value and passing it around to almost every possible place (popquiz:
which kernel variable does this remind you of?). Instead, pass
the natural choice, puffs_usermount, and fetch puffs_cc via
puffs_cc_getcc() only in routines which actually need it. This
not only simplifies code, but (thanks to the introduction of
puffs_cc_getcc()) enables constructs which weren't previously sanely
possible, say layering as a curious example.
There's still a little to do on this front, but this was the major
fs interface blast.
2007-11-30 19:02:28 +00:00
dsl
b3dec55727
Fix the other half of the 'store int as a thread specific pointer'/
2007-11-30 17:44:38 +00:00
rmind
cbb391653c
aio_enqueue_job: Fix the mix of previous commits, that is, increase
...
aio_jobs_count only once; also, decrease it in second error case too.
Noted by <ad>.
2007-11-30 17:39:43 +00:00
ad
72ec1a5a12
Fix another proto.
2007-11-30 17:13:10 +00:00
ad
6a46d2d08c
Fix atomic_inc protos again.
2007-11-30 17:12:28 +00:00
ad
4d460dc055
This is atomic_dec, not atomic_inc!
2007-11-30 17:11:48 +00:00
christos
e09a2e99e8
converting a pointer to unsigned is bad; use uintptr_t.
2007-11-30 17:09:22 +00:00