Link [ NetBSD | NetBSD OpenGrok source search | PR fulltext-search | Summary of daily snapshot builds | history of daily build result | pkgsrc commit viewer ]


   
        usage: [branch:branch] [user:user] [path@revision] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN sys/arch/arm, if_wm.c@1.234 )




switch to index mode

recent branches: MAIN (1m)  netbsd-8 (5d)  netbsd-10 (5d)  netbsd-9 (11d)  thorpej-ifq (175d)  thorpej-altq-separation (178d) 

2024-05-10 09:29:11 UTC Now

2009-01-12 16:28:03 UTC MAIN commitmail json YAML

mention panic uses.

(christos)

2009-01-12 16:16:19 UTC MAIN commitmail json YAML

fix dev_t debugging printf lossage.

(christos)

2009-01-12 16:03:17 UTC MAIN commitmail json YAML

We need to install libamu.

(christos)

2009-01-12 11:53:23 UTC MAIN commitmail json YAML

2009-01-12 11:32:45 UTC MAIN commitmail json YAML

Replace time_t values in libsa sources with the following two types
to avoid unnecessary 64 bit ops which would make binaries larger:

satime_t (currently unsigned int):
numbers in seconds returned by the machine dependent getsecs() function
which are used to measure relative time

saseconds_t (currently int):
numbers in seconds used to specify timeout to network drivers

Per discussion on current-users.

(tsutsui)

2009-01-12 11:04:00 UTC MAIN commitmail json YAML

Uset uint64_t rather than (signed) long to read the PCC register.

(tsutsui)

2009-01-12 11:00:49 UTC MAIN commitmail json YAML

Fix getsecs() to return more proper values:
- use not only second but also minute and hour registers
- use bcdtobin() to read mkclock registers

(tsutsui)

2009-01-12 10:01:33 UTC MAIN commitmail json YAML

2009-01-12 09:41:59 UTC MAIN commitmail json YAML

2009-01-12 09:28:10 UTC MAIN commitmail json YAML

Fix blatantly wrong exposition of .WAIT example.
PR bin/40372 from Gao Ya'nan.

(dholland)

2009-01-12 08:55:48 UTC MAIN commitmail json YAML

use PRI macro formats to printf type dev_t

(cegger)

2009-01-12 08:36:36 UTC MAIN commitmail json YAML

Return ENOENT instead of panicking when irq doesn't equal line
(mpacpi_findintr_linkdev: irq mismatch). This doesn't fix the cause of
kern/38540, but stops the bogus panic. It's pretty definite that the device
with the mismatched irq will not function.
----------------------------------------------------------------------

(sborrill)

2009-01-12 08:33:02 UTC MAIN commitmail json YAML

use PRIu64 format to printf DISKPART

(cegger)

2009-01-12 08:30:38 UTC MAIN commitmail json YAML

use PRIu64 format to printf major() value

(cegger)

2009-01-12 08:27:27 UTC MAIN commitmail json YAML

cast to char to printf DISKPART
XXX Shouldn't sun3 use the MI drivers instead?

(cegger)

2009-01-12 08:25:32 UTC MAIN commitmail json YAML

use PRIu64 format to printf major() and minor() values

(cegger)

2009-01-12 08:22:37 UTC MAIN commitmail json YAML

use PRIu64 format to printf major() and minor() values

(cegger)

2009-01-12 08:16:27 UTC MAIN commitmail json YAML

cast to char to printf DISKPART

(cegger)

2009-01-12 08:12:46 UTC MAIN commitmail json YAML

use PRIu64 format to printf major() and minor() values

(cegger)

2009-01-12 08:06:54 UTC MAIN commitmail json YAML

2009-01-12 07:57:55 UTC MAIN commitmail json YAML

use PRIx64 format to printf type dev_t

(cegger)

2009-01-12 07:56:31 UTC MAIN commitmail json YAML

2009-01-12 07:51:03 UTC MAIN commitmail json YAML

Warning options should be in CFLAGS, not CPPFLAGS.

(tsutsui)

2009-01-12 07:49:57 UTC MAIN commitmail json YAML

2009-01-12 07:47:47 UTC MAIN commitmail json YAML

- WARNSfy
- make sure machine and ${MACHINE_ARCH} symlinks are always created
- add incpath to AFLAGS too for build without DESTDIR

(tsutsui)

2009-01-12 07:45:24 UTC MAIN commitmail json YAML

- WARNSfy
- add src/common/dist/zlib to incpath for build without DESTDIR

(tsutsui)

2009-01-12 07:42:30 UTC MAIN commitmail json YAML

- WARNSfy
- make sure machine and ${MACHIN_ARCH} symlinks are always created
- add src/common/dist/zlib to INCPATH and remove unnecessary options
- remove -I${DESTDIR}/usr/include from INCPATH

(tsutsui)

2009-01-12 07:32:32 UTC MAIN commitmail json YAML

Use WARNS=2 rather than WARNS=4 since it's too strict for MI libsa yet.

(tsutsui)

2009-01-12 07:30:45 UTC MAIN commitmail json YAML

2009-01-12 07:29:23 UTC MAIN commitmail json YAML

2009-01-12 07:25:39 UTC MAIN commitmail json YAML

- add some make variables to suppress errors on build without DESTDIR
- make sure machine and ${MACHINE_ARCH} symlinks are always created

(tsutsui)

2009-01-12 07:23:59 UTC MAIN commitmail json YAML

Make sure machine and ${MACHINE_ARCH} symlinks are always created.

(tsutsui)

2009-01-12 07:20:35 UTC MAIN commitmail json YAML

Add some make variables to suppress errors on build without DESTDIR.

(tsutsui)

2009-01-12 07:19:08 UTC MAIN commitmail json YAML

Create machine and ${MAHCINE_ARCH} symlinks in ${.OBJDIR}
to allow build without DESTDIR.

(tsutsui)

2009-01-12 07:16:17 UTC MAIN commitmail json YAML

- add prototype warning options
- catch up changes for common powerpc/stand/mkbootimage

XXX: daily build for rs6000 should be enabled on releng server?

(tsutsui)

2009-01-12 07:12:17 UTC MAIN commitmail json YAML

- add prototype warning options
- add some make variables to suppress errors on build without DESTDIR

(tsutsui)

2009-01-12 07:10:13 UTC MAIN commitmail json YAML

2009-01-12 07:07:07 UTC MAIN commitmail json YAML

Use <machine/stdarg.h> rather than <stdarg.h> to allow build without DESTDIR.

(tsutsui)

2009-01-12 07:05:22 UTC MAIN commitmail json YAML

2009-01-12 07:01:00 UTC MAIN commitmail json YAML

2009-01-12 06:53:39 UTC MAIN commitmail json YAML

Add parantheses to macro to suppress possible compiler warnings.

(tsutsui)

2009-01-12 06:52:15 UTC MAIN commitmail json YAML

2009-01-12 06:50:31 UTC MAIN commitmail json YAML

Enable prototype warning options.

(tsutsui)

2009-01-12 03:18:26 UTC MAIN commitmail json YAML

Retain compatibility with old firm_event.  Old Xamiga binary now works with
-current kernel.

(mhitch)

2009-01-12 03:05:10 UTC MAIN commitmail json YAML

Use userspace version unless _HARDKERNEL.  Otherwise we use atomic
cas to implement spinlocks and spinlocks to implement atomic cas....
which might suck.

Since the userspace version uses ll/sc, which doesn't exist on
R2000/R3000, rump will not work on those platforms.  *snif* (well,
pthread in general AFAICT).

(pooka)

2009-01-12 02:53:29 UTC MAIN commitmail json YAML

2009-01-12 02:51:30 UTC MAIN commitmail json YAML

.. and finally, we need __ASSEMBLER__ instead of _LOCORE, since we
might want this header from userspace assembly files as well.

(pooka)

2009-01-12 02:26:16 UTC MAIN commitmail json YAML

protect kernel inline with _KERNEL

(christos)

2009-01-12 02:22:55 UTC MAIN commitmail json YAML

* Add adapted version of the userspace atomic_cas ops for platforms
  lacking special instructions.  We always use the spinlocked version
  (could use RAS on UP NetBSD host, but it's not portable).
* Add platform-based symbol quirk tables for selectively not renaming
  toolchain symbols for some platforms.  Although, this should really
  depend on the (toolchain,platform)-tuple and not just the platform.

This allows arm, hppa, mips and sh3 to build succesfully with an
isolated rump kernel namespace.  ... now, one arch remains: vax.
you must compile vax.  then, only then will you MI be.

(pooka)

2009-01-12 02:04:35 UTC MAIN commitmail json YAML

Shove in some hppa love to help with spcopy.S (why does that need
to be in libkern?).

(pooka)

2009-01-11 23:55:25 UTC MAIN commitmail json YAML

2009-01-11 23:36:39 UTC MAIN commitmail json YAML

retain compatibility with old firm_event. Perhaps we should bump the protocol
version with an ioctl?

(christos)

2009-01-11 23:27:47 UTC MAIN commitmail json YAML

use PRI format macros to printf major and minor values

(cegger)

2009-01-11 23:20:38 UTC MAIN commitmail json YAML

2009-01-11 23:14:53 UTC MAIN commitmail json YAML

2009-01-11 22:54:16 UTC MAIN commitmail json YAML

Compat a.out stat structures also need to use u_int32_t dev_t.

(mhitch)

2009-01-11 22:51:36 UTC MAIN commitmail json YAML

fix dev_t printf formats.

(mhitch)

2009-01-11 22:42:39 UTC MAIN commitmail json YAML

2009-01-11 22:37:51 UTC MAIN commitmail json YAML

fix dev_t printf formats.

(christos)

2009-01-11 22:29:02 UTC MAIN commitmail json YAML

... except we mostly need _HARD/SOFTKERNEL in assembly and we can't
include param.h from asm as such.  So wrap in #ifndef logore.

(pooka)

2009-01-11 22:03:56 UTC MAIN commitmail json YAML

New sentence, new line.

(wiz)

2009-01-11 22:03:16 UTC MAIN commitmail json YAML

2009-01-11 22:03:10 UTC MAIN commitmail json YAML

Make ready for HTML output, add comma.

(wiz)

2009-01-11 22:02:38 UTC MAIN commitmail json YAML

Mark up arguments with Ar and drop trailing whitespace.

(wiz)

2009-01-11 21:58:41 UTC MAIN commitmail json YAML

Implement DIOCCACHESYNC for RAIDframe too.

(oster)

2009-01-11 21:58:00 UTC MAIN commitmail json YAML

Add a space.

(wiz)

2009-01-11 21:57:15 UTC MAIN commitmail json YAML

New sentence, new line.

(wiz)

2009-01-11 21:55:45 UTC MAIN commitmail json YAML

Deal with new dev_t build lossage.  Fix from lukem.

(oster)

2009-01-11 21:38:20 UTC MAIN commitmail json YAML

Currently _KERNEL can mean either a) use kernel C namespace or b)
code runs in priviledged mode.  Introduce _HARDKERNEL and _SOFTKERNEL
to be able to say if the code runs in priviledged mode.

Currently used by rump, but Xen should probably set them too.

(pooka)

2009-01-11 21:23:22 UTC MAIN commitmail json YAML

2009-01-11 21:15:32 UTC MAIN commitmail json YAML

2009-01-11 21:15:07 UTC MAIN commitmail json YAML

Note mount -o rump support.

(pooka)

2009-01-11 21:12:04 UTC MAIN commitmail json YAML

Compat a.out stat structures should use compat struct timespec50.
Noticed by mhitch@.

(tsutsui)

2009-01-11 21:09:13 UTC MAIN commitmail json YAML

Decode the fpu status bits into siginfo code values when signaling fpu
traps. This makes us pass all of our ieee regression tests.

(martin)

2009-01-11 21:04:59 UTC MAIN commitmail json YAML

Use PRIu64 format to printf major() and minor() values.

(martin)

2009-01-11 21:02:36 UTC MAIN commitmail json YAML

2009-01-11 21:00:11 UTC MAIN commitmail json YAML

2009-01-11 20:51:18 UTC MAIN commitmail json YAML

2009-01-11 20:46:53 UTC MAIN commitmail json YAML

*utimes should allow NULL tvp.

(christos)

2009-01-11 20:41:18 UTC MAIN commitmail json YAML

Protect against nfssilly in RUMP_THREADS=0

(pooka)

2009-01-11 20:40:31 UTC MAIN commitmail json YAML

Now that COMPAT_50 is needed inside the kernel for the time_t changes,
piggyback it and guard the copying of syscall return values on it. Our
libc has been fixed quite some time ago, time to get rid of the bogus copy.

(martin)

2009-01-11 20:39:35 UTC MAIN commitmail json YAML

Support mount -o rump, which uses the rump server instead of using
the kernel service.  E.g. "mount -t efs -o rump /dev/sgidev /mnt"
runs effectively "rump_efs /dev/sgidev /mnt".

(pooka)

2009-01-11 20:31:03 UTC MAIN commitmail json YAML

Default to threading, non-threaded debug mode can be compiled separately.
Useful if running this from fstab.

(pooka)

2009-01-11 20:22:41 UTC MAIN commitmail json YAML

-o resport, not -o resvport

(pooka)

2009-01-11 20:22:11 UTC MAIN commitmail json YAML

Fix noresport mount option parsing.

(pooka)

2009-01-11 20:00:14 UTC MAIN commitmail json YAML

2009-01-11 20:00:06 UTC MAIN commitmail json YAML

2009-01-11 19:58:29 UTC MAIN commitmail json YAML

2009-01-11 19:41:12 UTC MAIN commitmail json YAML

2009-01-11 19:40:38 UTC MAIN commitmail json YAML

2009-01-11 19:09:29 UTC MAIN commitmail json YAML

don't do size computations because g++ does not like it.

(christos)

2009-01-11 18:26:21 UTC MAIN commitmail json YAML

2009-01-11 18:25:17 UTC MAIN commitmail json YAML

mention 32 bit time_t remnants

(christos)

2009-01-11 18:19:53 UTC MAIN commitmail json YAML

Add casts to int to rdunit() and rdpart() macro to suppress a warning
since they are unlikely 64 bits.

XXX: actually these should be DISKUNIT() and DISKPART() in <sys/disklabel.h>.

(tsutsui)

2009-01-11 18:09:31 UTC MAIN commitmail json YAML

Add a note about make(1) .for loop processing.

(dsl)

2009-01-11 18:09:09 UTC MAIN commitmail json YAML

Oops, allow 2008 in dates as well.

(wiz)

2009-01-11 18:02:39 UTC MAIN commitmail json YAML

don't truncate the print.

(christos)

2009-01-11 18:00:05 UTC MAIN commitmail json YAML

provide more details.

(christos)

2009-01-11 17:04:37 UTC MAIN commitmail json YAML

deal with 64bit time_t
Noticed by Wojciech Galazka

(macallan)

2009-01-11 16:19:35 UTC MAIN commitmail json YAML

__rump_unavailable -> rump__unavailable

(pooka)

2009-01-11 16:15:37 UTC MAIN commitmail json YAML

It's "show uvmhist" not "uvmhist".

(skrll)

2009-01-11 15:57:30 UTC MAIN commitmail json YAML

- fix leaked lock, thanks ad@ for noticing.
- remove unneeded cast.

(christos)

2009-01-11 15:55:55 UTC MAIN commitmail json YAML

fix COMPAT dependency.

(christos)

2009-01-11 15:50:06 UTC MAIN commitmail json YAML

Instead of stashing the body of every iteration of a .for loop, pass
Parse_SetInput() the name of a function to get the loop data blocks.
This should only be a change to the program logic.

(dsl)

2009-01-11 15:00:23 UTC MAIN commitmail json YAML

- insert a space after the recognized string if it was an exact match
- initialize properly the string used for completion.
From Alex Bligh alex at alex dot org dot uk
- Make char constants consistent

(christos)

2009-01-11 14:49:48 UTC MAIN commitmail json YAML

fix christos-time_t info

(christos)

2009-01-11 14:28:13 UTC MAIN commitmail json YAML

Avoid crash under LOCKDEBUG by destroying a mutex correctly.
Also: move mutex init/destroy into attach/detach functions and
handle case where line discipline is closed before the irframe
device. Fixes PR kern/40271.

(mlelstv)

2009-01-11 14:21:48 UTC MAIN commitmail json YAML

Register with pmf.

(mlelstv)

2009-01-11 13:26:30 UTC MAIN commitmail json YAML

2009-01-11 13:16:35 UTC MAIN commitmail json YAML

2009-01-11 13:14:15 UTC MAIN commitmail json YAML

2009-01-11 13:03:17 UTC MAIN commitmail json YAML

2009-01-11 13:03:00 UTC MAIN commitmail json YAML

Use PRIu64 to print 64 bit dev_t.

(tsutsui)

2009-01-11 13:00:25 UTC MAIN commitmail json YAML

2009-01-11 12:59:34 UTC MAIN commitmail json YAML

Update for compat_50 stuff. (compile test only)

(tsutsui)

2009-01-11 12:55:37 UTC MAIN commitmail json YAML

Treat all of ^__ as compiler namespace and do not rename those
symbols.  This fixes e.g. fortify and sh3 millicode issues.  This
is still not perfect, however, since e.g. the MIPS _gp_disp is not
in ^__.

XXX: we provide a few ^__ symbols in the kernel, but those can be
easily renamed.  The harder problem is how to keep the kernel clean
of those afterwards.

(pooka)

2009-01-11 12:50:10 UTC MAIN commitmail json YAML

Use PRIu64 to print 64 bit dev_t.

(tsutsui)

2009-01-11 12:45:46 UTC MAIN commitmail json YAML

2009-01-11 12:44:47 UTC MAIN commitmail json YAML

2009-01-11 12:33:50 UTC MAIN commitmail json YAML

Warn that autoselecting nfs based on : or @ in the device path will
be removed in a future release.

(pooka)

2009-01-11 12:27:23 UTC MAIN commitmail json YAML

2009-01-11 12:25:03 UTC MAIN commitmail json YAML

Update for compat_50 stuff. (compile test only)

(tsutsui)

2009-01-11 12:22:52 UTC MAIN commitmail json YAML

2009-01-11 12:19:14 UTC MAIN commitmail json YAML

<sys/syscallargs.h> requires <sys/sched.h> for cpuset_t.

(tsutsui)

2009-01-11 11:54:52 UTC MAIN commitmail json YAML

Use 64bit long minor nuber in dm_dev structure.

(haad)

2009-01-11 11:44:23 UTC MAIN commitmail json YAML

Fix aprint_debug after christos-time_t merge.

(haad)

2009-01-11 11:06:08 UTC MAIN commitmail json YAML

2009-01-11 10:58:26 UTC MAIN commitmail json YAML

make this compile

(cegger)

2009-01-11 10:56:27 UTC MAIN commitmail json YAML

2009-01-11 10:51:08 UTC MAIN commitmail json YAML

2009-01-11 10:47:37 UTC MAIN commitmail json YAML

2009-01-11 10:43:17 UTC MAIN commitmail json YAML

2009-01-11 10:43:06 UTC MAIN commitmail json YAML

make this compile

(cegger)

2009-01-11 10:40:27 UTC MAIN commitmail json YAML

make this compile

(cegger)

2009-01-11 10:30:43 UTC MAIN commitmail json YAML

make this compile

(cegger)

2009-01-11 10:29:02 UTC MAIN commitmail json YAML

2009-01-11 10:25:29 UTC MAIN commitmail json YAML

2009-01-11 10:20:54 UTC MAIN commitmail json YAML

2009-01-11 10:11:10 UTC MAIN commitmail json YAML

2009-01-11 10:07:54 UTC MAIN commitmail json YAML

2009-01-11 10:05:53 UTC MAIN commitmail json YAML

make this compile

(cegger)

2009-01-11 10:02:35 UTC MAIN commitmail json YAML

make this compile

(cegger)

2009-01-11 09:59:13 UTC MAIN commitmail json YAML

2009-01-11 09:54:41 UTC MAIN commitmail json YAML

make this compile

(cegger)

2009-01-11 09:51:38 UTC MAIN commitmail json YAML

2009-01-11 09:48:49 UTC MAIN commitmail json YAML

2009-01-11 09:39:17 UTC MAIN commitmail json YAML

2009-01-11 07:40:02 UTC MAIN commitmail json YAML

Initialize sc->sc_dev before we use it.

(matt)

2009-01-11 06:02:19 UTC MAIN commitmail json YAML

2009-01-11 05:01:34 UTC MAIN commitmail json YAML

another bsd.own.mk missing

(christos)

2009-01-11 04:34:16 UTC MAIN commitmail json YAML

we need route_enqueue not to be static

(christos)

2009-01-11 03:56:22 UTC MAIN commitmail json YAML

2009-01-11 03:50:50 UTC MAIN commitmail json YAML

need bsd.own.mk for $NETBSDSRCDIR

(christos)

2009-01-11 03:46:25 UTC MAIN commitmail json YAML

2009-01-11 03:41:28 UTC MAIN commitmail json YAML

2009-01-11 03:32:44 UTC MAIN commitmail json YAML

2009-01-11 03:31:57 UTC MAIN commitmail json YAML

get the correct date for today.

(christos)

2009-01-11 03:31:12 UTC MAIN commitmail json YAML

mentioned files that need changing.

(christos)

2009-01-11 03:28:45 UTC MAIN commitmail json YAML

add whitespace

(jmcneill)

2009-01-11 03:24:34 UTC MAIN commitmail json YAML

mention christos-time_t

(christos)

2009-01-11 03:23:38 UTC MAIN commitmail json YAML

mention christos-time_t

(christos)

2009-01-11 03:20:31 UTC MAIN commitmail json YAML

mention how to deal with christos-time_t

(christos)

2009-01-11 03:16:33 UTC MAIN commitmail json YAML

this change was somehow missed.

(christos)

2009-01-11 03:12:21 UTC MAIN commitmail json YAML

christos-time_t: welcome to 5.99.7

(christos)

2009-01-11 03:10:13 UTC MAIN commitmail json YAML

2009-01-11 03:09:35 UTC MAIN commitmail json YAML

2009-01-11 03:07:50 UTC MAIN commitmail json YAML

2009-01-11 03:05:41 UTC MAIN commitmail json YAML

2009-01-11 03:05:23 UTC MAIN commitmail json YAML

2009-01-11 03:04:12 UTC MAIN commitmail json YAML

2009-01-11 03:03:08 UTC MAIN commitmail json YAML

merge christos-time_t

(christos)

2009-01-11 02:57:18 UTC MAIN commitmail json YAML

2009-01-11 02:47:19 UTC MAIN commitmail json YAML

2009-01-11 02:46:48 UTC MAIN commitmail json YAML

2009-01-11 02:46:31 UTC MAIN commitmail json YAML

2009-01-11 02:45:56 UTC MAIN commitmail json YAML

2009-01-11 01:25:02 UTC christos-time_t commitmail json YAML

2009-01-11 01:22:00 UTC christos-time_t commitmail json YAML

2009-01-11 00:25:13 UTC MAIN commitmail json YAML

add an empty module_init_md(), allows a MODULAR kernel to link.

(mrg)

2009-01-11 00:17:51 UTC christos-time_t commitmail json YAML

2009-01-11 00:06:55 UTC MAIN commitmail json YAML

pull across the struct netbsd32_exec definition and use that in all
cases, since we never did 64 bit a.out.  now ldd on 32 bit a.out
at least tries to work, but fails (on sparc or sparc64, no idea yet
for x86) the same way that all dynamic a.out binaries fail.

(mrg)

2009-01-10 23:38:40 UTC MAIN commitmail json YAML

* sparc supports rump kernel symbol rename
* plonk vax in here since it has issues with rename

(pooka)

2009-01-10 23:36:22 UTC MAIN commitmail json YAML

Include userland version of atomic cas routines in librump.
(the kernel version disables interrupts and therefore can't be used)

(pooka)

2009-01-10 23:20:56 UTC christos-time_t commitmail json YAML

2009-01-10 22:59:51 UTC christos-time_t commitmail json YAML

2009-01-10 22:30:30 UTC MAIN commitmail json YAML

groff-1.20.1 out.

(wiz)

2009-01-10 22:28:42 UTC MAIN commitmail json YAML

Track mutex/rwlock/condvar status.  This allows us to get rid of
the pthread_np calls which will not likely exist on other platforms.

(pooka)

2009-01-10 22:06:29 UTC MAIN commitmail json YAML

Add support for encoding RISC OS metadata into ISO 9660 filesystems.
This is done by adding the general ability to stuff non-SUSP data into
the end of the System Use field of a Directory Record, which required
some amount of rewriting of the SUSP support.  I think the result is
at least as good as what came before, and I've fixed at least one bug
along the way.  Tested against RISC OS 3.70 on my Risc PC.

Oh, why do we want it?  It should allow us to make acorn{26,32} CDs that
can be booted directly from RISC OS without mucking around copying the
bootloader to a native filing system.

(bjh21)

2009-01-10 21:58:38 UTC MAIN commitmail json YAML

Make ready for HTML output.
Use proper escape for backslash ('\e').

(wiz)

2009-01-10 21:56:42 UTC christos-time_t commitmail json YAML

2009-01-10 21:39:02 UTC christos-time_t commitmail json YAML

revert previous resolver patch. Not meant for christos-time_t

(christos)

2009-01-10 20:21:15 UTC MAIN commitmail json YAML

Don't compile diagnostic code which accesses kernel symbols directly.
Will fail now since not all archs have the same symbol names.

(pooka)

2009-01-10 20:19:43 UTC MAIN commitmail json YAML

Disable symbol renaming for now on arm, mips, sh3 and sparc to
allow them to build.  Some libgcc symbols are being renamed also,
plus not all atomic operations are provided by libkern on these
archs.

(pooka)

2009-01-10 20:03:36 UTC christos-time_t commitmail json YAML

2009-01-10 19:10:50 UTC MAIN commitmail json YAML

For some reason lost in obscurity and time, I did not ever implement a
timeout capability to these drivers.  Apparently no one has ever had
scsi devices that failed to complete a scsi operation in some fashion,
or at least no one has reported it as best I can remember.  I've just
run into this situation and figured out that one disk would fail to
complete an I/O transaction and never timed out.  Add the appropriate
timeout function to reset the controller and restart things.

(mhitch)

2009-01-10 19:08:40 UTC MAIN commitmail json YAML

2009-01-10 16:59:02 UTC MAIN commitmail json YAML

When substituting .for control variables any } or ) that matches the
${ or $( must be \ escaped.
Should fix some pkgsrc issues - eg 'clean' in print/gv.

(dsl)

2009-01-10 16:55:39 UTC MAIN commitmail json YAML

Allow the user to save an unsigned int (eg the length or flags) with
each string.

(dsl)

2009-01-10 16:27:11 UTC MAIN commitmail json YAML

2009-01-10 16:03:27 UTC christos-time_t commitmail json YAML

*utimes can take a NULL second arg.

(christos)