Commit Graph

175423 Commits

Author SHA1 Message Date
ad
a93bd7922f Don't shoot self in the foot if / is on NFS. 2008-11-25 14:25:20 +00:00
pooka
ad71247a89 When testing if a file system handles file handles (ha ha ha), be
content with just the vp-to-fh-size check.
(removes a very weird error path in the code)
2008-11-25 14:04:23 +00:00
tsutsui
74e78b8faa Bump date for previous. 2008-11-25 14:03:28 +00:00
tsutsui
b8f301461c Add #ifdef _KERNEL_OPT. 2008-11-25 14:02:16 +00:00
ad
44435f5a02 Make pxeboot understand boot.cfg. 2008-11-25 13:23:54 +00:00
ad
378bfa9aa9 Cut-and-paste strikes again. Set fsmod here too. 2008-11-25 13:18:37 +00:00
cube
78c770f784 Descend into the new modules during the build. 2008-11-25 12:50:03 +00:00
pooka
e61394a6b8 i'm almost certain that puffs_cooie_t is supposed to be puffs_cookie_t 2008-11-25 11:49:08 +00:00
he
0f2d00e5bc Don't be lazy and let one directory's Makefile install an include
file from another directory, as that only causes problems with
mtree later on when encountering the /.. path component.  Instead,
descend into dev/ and use the Makefile there to install dev/crmfbreg.h
in the appropriate directory.
2008-11-25 09:47:40 +00:00
skrll
1d28e9aeb0 Add empty module_init_md so that options MODULAR compiles. 2008-11-25 09:43:05 +00:00
pooka
24bc96c743 Add BUGS section which notes that dynamic linker features in dealing
with link sets prevent from including more than one file system on
the link line and that the rest must be loaded dynamically at runtime.
2008-11-25 06:44:19 +00:00
apb
faeb779f91 Use ${HOST_SH}, not ${SH}. ${SH} is undefined, so acts like an
empty string.  The build would sometimes work despite this error, if
errlist.sh happened to be executable and if the host's /bin/sh was good
enough.
2008-11-25 05:32:05 +00:00
cube
41b25c78bc Don't compile PPP compressors in by default, they'll be auto-loaded. This
saves an incredible 10k of text and data.
2008-11-25 02:47:19 +00:00
cube
3109c3a3b9 Register PPP compressors modules. 2008-11-25 02:45:14 +00:00
cube
1ff44d9310 Build and install the PPP compressors modules deflate and bsdcomp. 2008-11-25 02:42:35 +00:00
cube
c12e613f44 Rework the way PPP compmressors are handled and allow them to be
automatically loaded when needed.
2008-11-25 02:40:36 +00:00
dogcow
165e230a9b sprintf to temporary buffer and memcpy, rather than sprintf directly
into place; this avoids possible corruption and coredumping on systems
that more aggressively bounds-check. patch by dbj.
2008-11-25 01:58:13 +00:00
nakayama
c16b2cafae Add scan obsolete minor shared libraries in /usr/X11R7/lib.
Also scan in /usr/lib/i386 for amd64, /usr/lib/sparc for sparc64.
2008-11-24 20:12:28 +00:00
tsutsui
ec756dcdab Pull expected usage of get*uptime() functions from <sys/timevar.h>
as well as microtime(9) man page.
2008-11-24 18:37:47 +00:00
tsutsui
2af45ff960 Remove unnecessary casts. 2008-11-24 18:05:25 +00:00
tsutsui
0c5d01004e Handle 32 bit uid field on E2FS_REV1. 2008-11-24 17:41:29 +00:00
tsutsui
6189d5e324 Add missed byteswap ops against ext2fs_dinode members. 2008-11-24 17:37:17 +00:00
tsutsui
ee70a0c964 Use "size > INT32_MAX" rather than "size >= 0x80000000U" to check 2GB limit. 2008-11-24 17:30:12 +00:00
tsutsui
a43d077c5c - unsigned -> unsigned int
- remove unnecessary casts from malloc(3) and free(3)
- fix a bogus indent
2008-11-24 17:19:53 +00:00
tsutsui
24ec9f1685 Remove an extra semicolon. 2008-11-24 17:11:43 +00:00
tsutsui
1f6333d7e3 <machine/bsd-aout.h> -> <mips/bsd-aout.h>, no MD bits in each port.
(who still has a.out for 4.4BSD pmax or news3400?)
2008-11-24 17:07:19 +00:00
martin
10b0d64e49 Remove __LIBC12_SOURCE__ 2008-11-24 16:10:27 +00:00
joerg
6c45130eba Move the specification of the on-disk journal format into a separate
header.
2008-11-24 16:05:21 +00:00
tsutsui
567491a4b3 Add Xref to new timecounter(9). 2008-11-24 14:36:40 +00:00
tsutsui
427495e3ff Replace timecounter(9) man page with OpenBSD's tc_init(9)
since the previous one was derived from FreeBSD's time(9)
which was based on NetBSD's time_second(9), and
it didn't mention the timecounter framework itself.
2008-11-24 14:25:15 +00:00
tsutsui
e27e32c9d4 Add tvtohz(9) man page, which is Xref'ed from microtime(9) and microuptime(9),
from FreeBSD.
2008-11-24 14:08:12 +00:00
tsutsui
ad4de7f1e5 Merge description about bintime(9), getbintime(9), getmicrotime(9),
nanotime(9), and getnanotime(9) from FreeBSD's microtime(9) man page,
and add appropriate MLINKS.
2008-11-24 13:50:07 +00:00
cegger
651359d330 build fix: include <sys/buf.h> 2008-11-24 13:45:37 +00:00
tsutsui
98a1d01177 Fix botch in previous. 2008-11-24 12:43:43 +00:00
ad
da7a34bfde Back out previous for the moment. 2008-11-24 12:33:40 +00:00
tsutsui
f208f6681d Add MLINKS to binuptime(9), getbinuptime(9), getmicrouptime(9), nanouptime(9),
and getnanouptime(9) from microuptime(9).
2008-11-24 12:09:54 +00:00
tsutsui
3c3eaa10e7 Put FreeBSD's RCS Id for reference. 2008-11-24 11:55:22 +00:00
ad
6ba528b5bc Remove softdep, pass 1. We are focused on improving journalling.
Proposed on tech-kern@.
2008-11-24 11:41:07 +00:00
ad
2fcedf9ef1 Add some spare fields to struct vfsops. Available for use the next time the
kernel version is bumped.
2008-11-24 11:35:18 +00:00
dogcow
7f4a923348 add closing paren. (HI MATT!) 2008-11-24 11:29:52 +00:00
ad
5d7468ebd2 msdosfs -> msdos 2008-11-24 11:27:20 +00:00
ad
22a5f6ab5a Rename some modules to match their vfs name. 2008-11-24 11:26:49 +00:00
ad
1a85128fea COMPAT_ULTRIX does not work on vax because there are no hooks, but make
it compile anyway.
2008-11-24 11:19:53 +00:00
rtr
37a0c6d64c * install only wsfb driver and manpages for netwinder
* don't install client side dri modules for netwinder
* remove module and driver entries from set lists for netwinder that
  are no longer installed.
2008-11-24 07:51:51 +00:00
pooka
d0303b2f28 Return ENODEV instead of ENOENT if the file system is not available. 2008-11-24 05:54:39 +00:00
cube
33bcabe95b Move cleanextra to the very ends in case another included file wants to add
to it even if it was initially empty.
2008-11-24 02:13:08 +00:00
cube
b305e4b184 Build a PIC-friendly libmesa.a and make the DRI modules link to it. 2008-11-24 02:04:48 +00:00
cube
f94a3fa0a5 Build a helper library containing all the code from MesaLib that DRI
modules need to function.  Note that the list of -D differs slightly in
libOSMesa, which compiles a few of the same files.
2008-11-24 02:03:52 +00:00
cube
b25860850d Allow the use of NOSTATICLIB along with LIBISPRIVATE to build private libs
that are suitable to be linked into a shared lib.
2008-11-24 02:01:46 +00:00
perry
1ecd33df9d update entry for flex. Vern Paxson turned over maintenance to
Will Estes years ago. The current version is a big win over what
NetBSD has in the tree -- it would probably be appropriate to update.
2008-11-24 01:44:11 +00:00