Searched hist:1.950 (Results 1 - 14 of 14) sorted by relevance

/src/sys/dev/pci/
H A Dpcidevs.h1.950 Sat Aug 23 16:55:50 GMT 2008 tsutsui Regen from pcidevs rev 1.949:
> - add a Realtek 8139D variant (from FreeBSD)
> - remove a duplicated entry of Realtek 0x8138
H A Dpcidevs_data.h1.950 Wed Aug 27 05:37:00 GMT 2008 christos regen
H A Dpcidevs1.950 Wed Aug 27 05:35:38 GMT 2008 christos Add one more cardbus bridge
/src/distrib/sets/lists/base/
H A Dshl.mi1.950 Thu Jun 08 22:54:04 GMT 2023 kre lua is currently building liblua.so.6.0 not ...6.1
H A Dmi1.950 Sat Aug 27 18:35:19 GMT 2011 joerg Add new "analyze" command to run clang's static analyzer in a directory
on all C/C++ files.
/src/doc/
H A D3RDPARTY1.950 Sun Jul 22 10:46:53 GMT 2012 apb Updated from tzdata2012b to tzdata2012d.
H A DCHANGES1.950 Tue Nov 20 15:49:14 GMT 2007 sborrill Support for boot.cfg has been added to the i386 bootloader
1.950 Tue Nov 20 15:49:14 GMT 2007 sborrill Support for boot.cfg has been added to the i386 bootloader
/src/sys/arch/i386/conf/
H A DGENERIC1.950 Sat Oct 03 13:37:27 GMT 2009 jmcneill Enable viapcib
/src/distrib/sets/lists/man/
H A Dmi1.950 Sun Nov 12 01:24:52 GMT 2006 christos goodbye uucp
/src/distrib/sets/lists/tests/
H A Dmi1.950 Sat Oct 24 02:25:02 GMT 2020 rillig make(1): add test for looking up suffixes
/src/share/mk/
H A Dbsd.own.mk1.950 Sat Sep 03 09:08:28 GMT 2016 christos gcc-5.3 for sh3
/src/usr.bin/make/
H A Dvar.c1.950 Sat Sep 11 09:16:14 GMT 2021 rillig make: eliminate a few common subexpressions

This commit contains only changes that don't increase the code size on
x86_64. Replacing the remaining instance of ModChain_ShouldEval would
either increase the code size or make the code harder to understand.

No functional change.
/src/sys/conf/
H A Dfiles1.950 Sat Jul 18 16:31:42 GMT 2009 reinoud Import read-only part of the NiLFS (v2) implementation for NetBSD. It has been
tested with a DEBUG+DIAGNOSTIC+LOCKDEBUG kernel. To summerise NiLFS, i'll
repeat my posting to tech-kern here:

NiLFS stands for New implementation of Logging File System; LFS done
right they claim :) It is at version 2 now and is being developed by NTT, the
Japanese telecom company and recently put into the linux source tree. See
http://www.nilfs.org. The on-disc format is not completely frozen and i expect
at least one minor revision to come in time.

The benefits of NiLFS are build-in fine-grained checkpointing, persistent
snapshots, multiple mounts and very large file and media support. Every
checkpoint can be transformed into a snapshot and v.v. It is said to perform
very well on flash media since it is not overwriting pieces apart from a
incidental update of the superblock, but that might change. It is accompanied
by a cleaner to clean up the segments and recover lost space.

My work is not a port of the linux code; its a new implementation. Porting the
code would be more work since its very linux oriented and never written to be
ported outside linux. The goal is to be fully interchangable. The code is non
intrusive to other parts of the kernel. It is also very light-weight.

The current state of the code is read-only access to both clean and dirty
NiLFS partitions. On mounting a dirty partition it rolls forward the log to
the last checkpoint. Full read-write support is however planned!

Just as the linux code, mount_nilfs allows for the `head' to be mounted
read/write and allows multiple read-only snapshots/checkpoint mounts next to
it.

By allowing the RW mount at a different snapshot for read-write it should be
possible eventually to revert back to a previous state; i.e. try to upgrade a
system and being able to revert to the exact state prior to the upgrade.

Compared to other FS's its pretty light-weight, suitable for embedded use and
on flash media. The read-only code is currently 17kb object code on
NetBSD/i386. I doubt the read-write code will surpass the 50 or 60. Compared
this to FFS being 156kb, UDF being 84 kb and NFS being 130kb. Run-time memory
usage is most likely not very different from other uses though maybe a bit
higher than FFS.
/src/distrib/sets/lists/comp/
H A Dmi1.950 Sat Oct 21 09:36:39 GMT 2006 yamt add ecalloc.

Completed in 1156 milliseconds