joerg
ab86636a8f
Adding missing new lines in output.
2012-11-23 02:57:57 +00:00
matt
df86f8dd33
Enable ETTF.
2012-11-23 02:17:15 +00:00
christos
2696762d5f
mbufs display was broken since the time we moved to percpu stats.
2012-11-23 01:43:10 +00:00
christos
f17f1ddf91
PR/47222: Manuel Bouyer: Fix syscall display to show something reasonable.
2012-11-23 00:05:18 +00:00
pooka
a733ce9a7a
Support clang as EXTERNAL_TOOLCHAIN
2012-11-22 21:41:22 +00:00
pooka
0163bf03f8
satisfy the slightly more picky clang
2012-11-22 21:23:08 +00:00
pooka
2b493f5e4b
Pass linker script with -Wl,-T to avoid clang incompating itself out
...
without flagging an error.
2012-11-22 21:21:21 +00:00
agc
054ef4df4b
revert previous change for LIBDPLIBS until I have a chance to work out the
...
order for building pre-req libs
2012-11-22 21:20:44 +00:00
tsutsui
774f69a012
Use CDBUILDEXTRA to copy secondary bootloader into target CD iso image.
2012-11-22 20:26:33 +00:00
christos
c867d6c9e1
don't compile the libc stuff twice.
2012-11-22 20:22:31 +00:00
martin
ee21bbfc8f
0-terminate strings returned by readlinkat
2012-11-22 20:17:48 +00:00
tsutsui
277ae0525b
Make sure to initialize partition offset in cdopen(),
...
i.e. fix an uninitialized auto variable which happened
to be zero on XM6i emulator.
Now cdboot also works on real X68030.
2012-11-22 20:15:49 +00:00
reed
3a3bcb7dc5
Add some details about the hook scripts.
2012-11-22 17:16:30 +00:00
abs
2a29d4b2b4
- Correct macro usage;
...
- sort section order.
From Bug Hunting.
2012-11-22 16:19:49 +00:00
martin
d875702485
Compare against modification time instead of creation time - which we did
...
not set.
2012-11-22 14:59:59 +00:00
martin
13981c9510
Fix off by one in static array acces, use valid timestamps (ns part < 1e9),
...
just in case a filesystem would need to convert this to some other
representation.
2012-11-22 14:51:19 +00:00
abs
25e685524c
Punctuation and (non-)capitalization fixes.
...
From Bug Hunting.
2012-11-22 14:27:32 +00:00
mbalmer
961d9fb287
Fix two quotes from "The Tao of Programming". From FreeBSD.
2012-11-22 11:32:19 +00:00
martin
6747337601
Initialize "ok" (and thereby fix the vax build)
2012-11-22 11:26:28 +00:00
martin
ebfa54d646
Add o32 version of libnetpgpverify.so.4 and friends
2012-11-22 11:23:43 +00:00
christos
fe230c9d39
Don't call the destructor in pthread_key_delete() following the standard.
2012-11-22 08:32:36 +00:00
agc
ef7daf19a9
link libz and libbz2 into the netpgpverify library, rather than into the
...
executable, via LIBDPLIBS.
2012-11-22 04:05:57 +00:00
agc
53475f6b40
Fix some lint
2012-11-22 00:38:45 +00:00
agc
e5e8eae465
Fix some lint - from Havard Eidnes
2012-11-22 00:37:55 +00:00
jakllsch
4ca1f26828
Write support for the Ext4 Read-only Compatible Feature "huge_file".
...
Primarily, this feature extends the inode block count field to 48 bits.
Additionally, this feature allows this field to be represented in file
system block size units rather than DEV_BSIZE units.
2012-11-21 23:11:23 +00:00
rkujawa
cde2f36932
Remove confusing comment, misc style.
2012-11-21 22:37:03 +00:00
rkujawa
8a98aa5082
Regen kernel configs.
2012-11-21 22:35:19 +00:00
rkujawa
1bf63ff331
Enable wdc at xsurf, remove WDC_NO_IDS (phx@ confirmed it's not needed).
2012-11-21 22:33:50 +00:00
jakllsch
26f3fbc515
Add various newer Ext2 superblock feature bits and inode flag bits.
2012-11-21 20:45:35 +00:00
pooka
0e23ad4a3c
unrevert previous. i can't figure out how to make the build break with
...
the change anymore, so assume it was a sunspot.
2012-11-21 20:30:01 +00:00
matt
0190d9d2cf
Always supply all registers (don't make one implicit).
2012-11-21 19:39:39 +00:00
matt
282fa85f0e
Fix missing registers (don't make then implicit).
2012-11-21 19:38:36 +00:00
pgoyette
3a4bfc9ee9
Note that 'su -l' does not update utmp and related databases.
2012-11-21 19:30:53 +00:00
christos
55f47ec332
Replace the simple implementation of pthread_key_{create,destroy}
...
and pthread_{g,s}etspecific functions, to one that invalidates
values of keys in other threads when pthread_key_delete() is called.
This fixes chromium, which expects pthread_key_delete() to do
cleanup in all threads.
2012-11-21 19:19:24 +00:00
pooka
1495c1a931
revert previous, seems to upset the build in a creative way
2012-11-21 18:45:08 +00:00
pooka
58de144fd6
Allow user override of _GCC_CRT{BEGIN,END}S.
2012-11-21 18:09:10 +00:00
pooka
e4cca1b663
Instead of maintaining an evergrowing list of -U's, leave that up
...
to an external script.
2012-11-21 17:53:10 +00:00
pooka
49029daa1a
Don't duplicate arbitrary chunks of bsd.sys.mk in here (especially
...
-Wsign-compare, since that doesn't even work with the kernel, and was
just previously masked by -isystem). Reorder a bit too.
2012-11-21 17:51:42 +00:00
pooka
8d40a1e7f7
Don't unconditionally use the error-silencing magic of -isystem
...
(as opposed to -I) on every component, only the zfs ones depend on it
to build. Regular modules might benefit from a similar move.
2012-11-21 17:48:05 +00:00
pooka
b65f40a8c1
export register_t to rump kernel users on solaris
2012-11-21 17:41:27 +00:00
pooka
bc4e542d48
regen
2012-11-21 17:36:17 +00:00
pooka
be5ba4807d
ok, rump_sockaddr_in was a pretty desperate kludge in the first place,
...
much better solved by syscall compat. but, now it's really time to let
it go since solaris thinks it's nice to define s_addr around any way
it likes.
2012-11-21 17:35:21 +00:00
christos
1c792deed9
document change in {,v}snprintf() behavior.
2012-11-21 17:18:11 +00:00
pooka
2d406de167
This component is not WARNS>3 clean (example: it includes socketvar.h
...
which does signed-unsigned comparison in an inline function). Why it
compiled at all is one of those marvels of compiler technology.
2012-11-21 11:03:13 +00:00
skrll
653bb54072
Fix delay.
2012-11-21 08:47:13 +00:00
msaitoh
96ffda2dcc
Fix a uvm_fault panic that memory is not allocated for the last few GPIO bits.
2012-11-21 08:03:18 +00:00
skrll
0412e87f4f
Add audio* at uaudio?
2012-11-21 08:00:56 +00:00
jkunz
1cd37b282a
Give memory more time to power up. Avoids hangups.
2012-11-20 23:39:33 +00:00
christos
1524d388a5
Don't use p_comm since it is only 16 characters long and you can find the
...
full argv[0]. It is just confusing to have a long command name, that ps
shows as the long command name, and then when you try to kill it using
the full command name as displayed you don't get a match. While there
fix a format nit, and remove the main() declaration.
2012-11-20 22:52:01 +00:00
matt
19392803b5
Add $NetBSD$ tag. Use ip to save r1 instead of the stack.
2012-11-20 22:02:46 +00:00