237704 Commits

Author SHA1 Message Date
sevan
9f88c39420 Switch from a mixture of tabs & 3 spaces to a single style, 3 spaces 2015-09-07 12:29:19 +00:00
sevan
b62382f11c Add pkgsrc/Bitrig 2015-09-07 12:20:32 +00:00
wiz
4f5bba6b16 postfix-3.0.2 out. 2015-09-07 10:35:10 +00:00
uebayasi
463bd4e74c Order object build alphabetically. 2015-09-07 06:42:07 +00:00
dholland
25d3b9e7cb Final bit of PR 41200: headers that declare ioctls should include sys/ioccom.h.
This covers most if not all of the MD headers.

XXX: a lot of the ioctl definitions in some of these files are cutpasted.
2015-09-07 03:49:44 +00:00
uebayasi
ea72de740f Order library object build. 2015-09-07 03:44:19 +00:00
uebayasi
9068ec741b Sprinkle more done messages. 2015-09-07 03:20:18 +00:00
ozaki-r
cac0e9c370 Refactor tcp_mtudisc
No functional change.
2015-09-07 01:56:50 +00:00
ozaki-r
6c5982b876 CID 1322880: remove unnecessary m != NULL checks 2015-09-07 01:18:27 +00:00
ozaki-r
d5ad433b2c CID 1322878: simplify log output flow 2015-09-07 01:17:37 +00:00
nakayama
f4df0c2422 Use <machine/*.h> instead of <sparc64/*.h> for consistency. 2015-09-06 23:48:39 +00:00
nakayama
75ea46906f Fix build w/o options SUN4V. 2015-09-06 23:47:09 +00:00
palle
4f2510d832 Update sparc64 TODO list: pmap_calculate_colors() is now working on sun4v planforms (fixed by martin@) 2015-09-06 18:41:34 +00:00
martin
a14c99422b On SUN4V make the mdesc data available early in pmap_bootstrap, so we
can set up the uvm page colors correctly.
Based on code from palle@.
2015-09-06 16:45:09 +00:00
uebayasi
dd204a345e In kernel lib build, print message when things not only start bug also end. 2015-09-06 15:34:55 +00:00
uebayasi
c009404037 More build ordering. 2015-09-06 15:20:59 +00:00
uebayasi
9e0fc0ebb7 Don't pass ``-DCOPY_SYMTAB'' to ${CC}; it's replaced with opt_copy_symtab.h. 2015-09-06 14:35:01 +00:00
uebayasi
557615f4b7 Define MD start code at the top of files.${MACHINE} relying on config(1)'s
deterministic file output order.  No need to define ${MD_OBJS} and its useless,
explicit compile rules.
2015-09-06 07:17:14 +00:00
uebayasi
2d76cceae9 Move ldscript related code out of Makefile.kern.inc. 2015-09-06 06:41:14 +00:00
uebayasi
ed2bed87de Clean up. Move assym.h/vers.c related code out of Makefile.kern.inc. 2015-09-06 06:13:16 +00:00
dholland
1fbab01a93 More on PR 41200: headers that declare ioctls should include sys/ioccom.h.
This covers (I think) all the MI headers outside of external/ (and dist/).
2015-09-06 06:00:59 +00:00
uebayasi
347749a8bd Clean up. Move SSP-specific adjustment out of Makefile.kern.inc. 2015-09-06 04:42:06 +00:00
mrg
20f519c75f add a bunch of functions found in <stdio.h> that weren't listed here.
(this list may still be incomplete.)
2015-09-06 04:20:50 +00:00
pgoyette
04194d2b38 English grammar nit: there's only one function described in this man page 2015-09-06 03:10:50 +00:00
uebayasi
9387749a6a spmath.o is an MD library, not an MD object. 2015-09-06 02:22:50 +00:00
uebayasi
44e9385020 Declare dependency on fpsp.o via newly introduced ${MD_LIBS} instead of
${MD_OBJS}.

${MD_OBJS} should be used only for objects that must be linked first (i.e.,
start code).  Objects have to be compiled following common compile rules,
and have to be generated into common places (i.e., top of kernel build
directory).

${MD_LIBS} defines libraries that are built by separate makefiles, under
separate directories.  `Makefile.kern.inc' doesn't know intermediate library
objects.
2015-09-06 02:17:30 +00:00
uebayasi
472997e0ab Allow MD to link libraries. Build rules are written in MD makefiles until
config(1) will support library properly.
2015-09-06 02:05:11 +00:00
dholland
110c72e16b Improve the short description. 2015-09-06 01:37:35 +00:00
dholland
87aa30da64 SEE ALSO fmemopen(3) 2015-09-06 01:36:21 +00:00
dholland
eba062b188 Mention fmemopen(). 2015-09-06 01:35:34 +00:00
dholland
2dfda247ec viadrmkms is not i915drmkms; from Vicente Chaves in PR 50103. 2015-09-05 23:04:01 +00:00
palle
fff54eb030 Note that the FIXMEs in vpci.c/vpcivar.h should be cleaned up 2015-09-05 21:08:40 +00:00
dholland
64fc2fa3fc tidy/fix printing of paths from sockaddr_un 2015-09-05 20:19:43 +00:00
dholland
0be2106b75 Uses _IOR/_IOW/etc. and thus needs sys/ioccom.h. PR 41200 2015-09-05 20:01:21 +00:00
martin
76f02d87b3 Add xorg variant of ctwm 2015-09-05 17:50:01 +00:00
christos
4e91c3070b add debug for ctwm 2015-09-05 07:35:31 +00:00
skrll
96bf445ee5 Convert to use __BITS(3) and avoid an undefined behaviour in the process 2015-09-05 06:40:12 +00:00
skrll
0c54ecc9af Fix/tweak the multiple inclusion protection define names. 2015-09-05 06:13:54 +00:00
nonaka
eff3c0eced Use MSI/MSI-X instead of legacy INTx, if available. 2015-09-05 04:56:53 +00:00
uebayasi
fff9bf95dd Fix build of hppa's spmath.o, as m68k's fpsp.o was done. 2015-09-05 04:44:29 +00:00
uebayasi
82a183dddd Fix previous. 2015-09-04 21:32:54 +00:00
mlelstv
733f23562f A change to the GPT_TYPE list also requires a change to the GPT_TYPE
index constants.
2015-09-04 17:59:53 +00:00
uebayasi
cea9d6a0de Fix segmentation fault. 2015-09-04 15:50:48 +00:00
roy
318e6e78c3 Note import of dhcpcd-6.9.3 2015-09-04 12:27:36 +00:00
roy
9a309d287d Sync 2015-09-04 12:25:01 +00:00
uebayasi
9b48d49489 Sort files in ${ALLFILES} in the order of parsing of `files.*'.
config(1) reads the first `files.${MACHINE}' when it encounters `machine'.
Then it includes common `files.${MACHINE_SUBARCH}', `files.${MACHINE_ARCH}',
and MI `sys/conf/files' at last.  This change makes the first "file" in
`files.${MACHINE}' appear first in ${ALLFILES}.
2015-09-04 10:16:35 +00:00
uebayasi
6437e17d1f Fix m68k build. 2015-09-04 09:18:11 +00:00
skrll
a5dbbfb057 Correct a register name 2015-09-04 07:38:05 +00:00
skrll
55d6f5fb7f Add some more USBMODE defines 2015-09-04 07:35:56 +00:00
skrll
50aa6e87a6 Correct a register name 2015-09-04 07:34:32 +00:00