Age | Commit message (Collapse) | Author |
|
|
|
(EDD) is found and OK. it will also fix chainloading into OpenBSD from
grub in a few scenarios where grub doesn't report the CHS correctly
but the LBA. and we don't need CHS if there is LBA.
this has been in the snapshots for a while.
with input from weingart@
ok deraadt@
|
|
some AMD Geode LX systems with CS5536 companion chip. It works
similar to auich(4) and auixp(4), but the hardware dependent parts
are quite different.
Tested with various PC-Engines ALIX boards (1B, 3C3) and a WebDT 186
board.
feedback many, ok deraadt & jmc (documentation)
|
|
extended DOS partition. the concept of extended partitions is very
simple, it is just another mbr at the partition offset (well, the
standard "EBR" is a linked list with a few limitations, but this diff
works with both variants).
this diff has been in the snapshots for a while.
with input from weingart@ and krw@
ok deraadt@
|
|
|
|
|
|
|
|
now that we support all the _r functions required by POSIX 1003.1-2001.
Also define _POSIX_REENTRANT_FUNCTIONS. OK kurt@ deraadt@
|
|
and _SC_THREAD_SAFE_FUNCTIONS for sysconf(3). OK deraadt@
|
|
the buffer size. OK deraadt@
|
|
|
|
|
|
|
|
|
|
ok grunk@ djm@
|
|
|
|
ok mglocker@
|
|
|
|
sparc64. The rest will come later. okay drahn@ no objection miod@
"Get it in" deraadt@
|
|
"Slackers!" deraadt@
|
|
|
|
empty stubs (access.conf-dist/srm.conf-dist) or poor example configs
for "high performance" which users are much better served by actually
reading the documentation and understanding what they're doing.
ok deraadt@
|
|
systems) because the RX chain was corrupted when an mbuf was mapped to
an unexpected number of buffers.
From davidch@FreeBSD
|
|
own page 0, as discussed with miod (and many others previously, including
art and toby). On sparc, make this __LDPGSZ because PAGE_SIZE is non-constant
ok miod tedu
|
|
options left of the old tuning list, and it makes sense to have one list
now
- document -T. this was requested by todd (fries), and comes largely from
the description in netbsd's page of the same name
ok millert otto
|
|
|
|
|
|
|
|
groups map but instead tells us that it is there. then use this interface
in getgrouplist(), and do a single lookup against netid.byname instead to
get all the groups associated with that user
ok kurt, testing by many others
|
|
entire file. much help from kurt, and tested by many
|
|
|
|
- tweak CAVEATS, as requested by marco
ok hshoexer marco
|
|
interpret it as octal, leading to error messages like "048" is not a
number.
ok krw
|
|
===================================================================
RCS file: /cvs/src/sbin/growfs/growfs.c,v
retrieving revision 1.23
diff -u -p -r1.23 growfs.c
--- src/sbin/growfs/growfs.c 5 Oct 2007 13:56:14 -0000 1.23
+++ src/sbin/growfs/growfs.c 4 Jun 2008 10:10:32 -0000
@@ -2227,7 +2227,7 @@ usage(void)
DBG_ENTER;
- fprintf(stderr, "usage: growfs [-Ny] [-s size] special\n");
+ fprintf(stderr, "usage: growfs [-Nqy] [-s size] special\n");
DBG_LEAVE;
exit(1);
|
|
|
|
|
|
|
|
|
|
entries also share the same id between Orbit MP and Sphere MP models.
- Fix the naming of the second QuickCam Orbit MP entry.
|
|
|
|
- Empty brackets forbidden in C99.
- ? : and skipping middle argument is both disallowed and considered bad
programming habit.
OK ray@, xsa@.
|
|
a few bytes off the installation media filesystems.
|
|
|
|
|
|
purposes.
|
|
track of where it was up to when building dmamaps. that lastaddr variable
is not initialised every time you start to load a dmamap, so it was using
random stack garbage as state when first writing the sg list.
fortunately the way it was used meant it was extremely unlikely to cause a
problem, but why allow even that possibility? this inits lastaddr to 0 in
all the callers of load_buffer.
ok miod@
|
|
is a UVC driver.
ok robert@
|
|
|
|
|
|
From sephe@DragonFly
ok mglocker@
|