Commit Graph

172365 Commits

Author SHA1 Message Date
simonb 0c0def1fbe Update journaling entry. 2008-08-04 15:37:05 +00:00
pooka 27f3f4f004 Add support for using real kmem/vmem. Don't enable it by default,
though, since it a) is a lot of unnecessary indirection in rump
b) requires callouts which are so far unimplemented.
2008-08-04 15:02:16 +00:00
pooka 8f1eb24c9f libs don't need NOMAN 2008-08-04 14:35:24 +00:00
pooka c7b9619f12 the most karmic commit of all: fix tyop in comment 2008-08-04 13:37:33 +00:00
pooka aeb494ada2 ubc doesn't require a vnode vm object these days. 2008-08-04 13:31:14 +00:00
christos fd2004ecfd keep the loop, but arrange IDX_COUNT to be correct. 2008-08-04 12:03:14 +00:00
rtr 234e5094c0 libexa.a module reachover 2008-08-04 11:41:50 +00:00
martin 2cfed21969 PR kern/39280: Uninitialized callout stopped in if_spppsubr layer
in kernels without options INET6.
2008-08-04 10:17:33 +00:00
wiz b2ac773421 Add missing word and bump date for previous. 2008-08-04 07:53:07 +00:00
simonb cf67ff2e05 Mention "-o log". 2008-08-04 07:49:57 +00:00
wiz 19073263d0 Bump date for previous. 2008-08-04 07:45:25 +00:00
spz 79462c037e typo fix in comment (drops the ' in drop's :) 2008-08-04 07:01:05 +00:00
lukem 4ccf8439eb Use BUILDSYMLINKS & CPPFLAGS.foo rather than cat & cp for m68000 overrides.
Lightly tested on m68000 cross-compile; the resulting .o files are the
same as before this change.
2008-08-04 06:59:47 +00:00
matt b89c8b7b61 Free the socket only after disposing of the PCB. 2008-08-04 06:47:52 +00:00
matt 3e368ad90b Free the socket only after disposing of the PCB. 2008-08-04 06:29:58 +00:00
mrg cbe3150369 explicitly list the remaining hw/xfree86 dirs, as well as hw/vfb and hw/xgl(?) 2008-08-04 06:28:12 +00:00
mrg 978ade8d4d note that xserver has come a long way, in some detail. 2008-08-04 06:24:53 +00:00
matt cc99e2f48f Remove the pcb from the rawcb list before sofree'ing it.
Don't reacquire softnet_lock until after we've freed the pcb.
2008-08-04 06:19:35 +00:00
cegger e61fddb8f9 struct cfdata -> cfdata_t 2008-08-04 06:01:18 +00:00
lukem 044c3465a8 Use BUILDSYMLINKS instead of custom rules for ${G_LIB2ADD} and unwind.h
Add some MAKEVERBOSE love.
2008-08-04 04:55:55 +00:00
lukem d929f5af49 Add an explicit rule for ${OBJS}: ${DPSRCS}, since <bsd.prog.mk>
doesn't provide that any more, and this Makefile uses the latter
in a non-standard fashion.
Fixes "make" in a clean directory when "make depend" has not been run.

Use DPSRCS rather than hand-crafted rules to achieve the same effect.
2008-08-04 04:53:22 +00:00
mrg 29ae370314 build scanpci, utils/pcitweak and utils/scanpci from hw/xfree86.
only build ioport, scanpci and pcitweak on x86 (for now?)
2008-08-04 04:34:22 +00:00
mrg 9e38c894d9 don't add -lx86_64 on !i386, but only x64_64. 2008-08-04 04:33:00 +00:00
mrg c609e5382d add a hack to build Xnest.1. 2008-08-04 04:32:17 +00:00
mrg ee6163047f add libscanpci.a support. 2008-08-04 04:31:38 +00:00
mrg 5eb6f396c1 add os-support and scanpci subdirs 2008-08-04 04:30:59 +00:00
mrg 3c357c7414 don't build vmmouse on !x86. 2008-08-04 04:29:44 +00:00
christos 503c450ac3 Apply 3e2ad1b932d827ddb038a5f9163bca766803811a from the wpa git tree:
* fixed race condition between disassociation event and group key
	  handshake to avoid getting stuck in incorrect state [Bug 261]
2008-08-04 04:14:28 +00:00
tls c5ddeafa76 Unlock reassembly queue before calling sorwakeup(), not after. In unusual
cases with in-kernel consumers which might send data on the same socket,
we can deadlock on the reassembly queue otherwise (observed while testing
accept filters).
2008-08-04 04:08:47 +00:00
tls 717f903a98 Add accept filters, ported from FreeBSD by Coyote Point Systems. Add inetd
support for specifying an accept filter for a service (mostly as a usage
example, but it can be handy for other things).  Manual pages to follow
in a day or so.

OK core@.
2008-08-04 03:55:47 +00:00
macallan d61452c45c fix another botched device_t-ification 2008-08-04 03:14:43 +00:00
mrg a8f5ff2229 build libxorgos.a and ioport. 2008-08-04 01:03:34 +00:00
lukem 29e7a5c114 Prefix filenames of tomporarily generated .S files with "tmp_", so that the
".if exists(foo.S)" check doesn't get confused by ${.OBJDIR}/foo.S.
Fixes PR/39217
2008-08-04 00:53:51 +00:00
mrg 05cf1f4250 build libdummy and cvt. 2008-08-03 23:00:41 +00:00
mrg 6221b69a62 begin to suport hw/xfree86/utils. only gtf builds so far. 2008-08-03 22:33:34 +00:00
mrg c4817268ff build libglx.a. 2008-08-03 22:11:10 +00:00
mrg 99376ba256 move X server linking into hw/ like in xorg-server itself. 2008-08-03 22:09:56 +00:00
mrg 375e03fca2 define HAVE_XNEST_CONFIG_H. 2008-08-03 22:09:12 +00:00
mrg 3981cdd170 add rrxinerama.c. 2008-08-03 22:07:39 +00:00
mrg 7c90775d9b build Xnest itself from here, like xorg-server does.
also, now Xnest links.
2008-08-03 22:07:08 +00:00
mrg 9d61f212fe build libXext properly. normalise some makefiles. 2008-08-03 22:06:30 +00:00
joerg 9ae4651601 Move some MD declarations from x86/pci/files.pci to x86/conf/files.x86,
so that Xen can use the former.

Drop Xen's pcib.c in favor of the x86 code and thereby unbreak ichlpcib.
2008-08-03 19:32:03 +00:00
joerg cc4b6d8ca3 Reduce diff to GENERIC for compat options. 2008-08-03 19:23:47 +00:00
joerg 2955830a40 Remove SYSV IPC options as they have been replaced with sysctls. 2008-08-03 19:20:48 +00:00
rumble 6b11ab8f44 Add -m to usage and do not simply use strcmp to compare names as the volhdr
name is not necessarily nul-terminated.
2008-08-03 17:42:34 +00:00
rumble 14ac8bdbf0 Document -m. 2008-08-03 16:14:24 +00:00
rumble f048ceb62a Add -m to move (rename) files in the volume header. While here, remove
some magic constants and fix some space-limited printfs.
2008-08-03 16:09:20 +00:00
rtr bbc728e1ca major, minor and patchlevel CPPFLAGS now come from Makefile.xf86-driver 2008-08-03 14:47:26 +00:00
rtr 2c74f4c039 define major,minor,patchlevel and xorg version defines for CPPFLAGS here
instead of throughout individual drivers
2008-08-03 14:46:01 +00:00
rtr d4584d3b36 make it build 2008-08-03 13:10:31 +00:00