History log of /src/sys/Makefile |
Revision | | Date | Author | Comments |
1.86 |
| 18-May-2020 |
jmcneill | Separate devicetree .dts -> .dtb building from kernel builds. They are now part of a separate set, "dtb.tgz", and only built when MKDTB=yes. This defaults to yes for earmv[67]* and aarch64, and no everywhere else.
|
1.85 |
| 04-Apr-2020 |
jdolecek | remove SMBFS and nsmb(4) - kernel part
it's unmaintained and supports only obsolete SMB1
|
1.84 |
| 17-Jun-2019 |
sevan | evbppc port has been built with modules for some time now, drop explanation on why it's not and the if statement to exclude it.
|
1.83 |
| 23-Sep-2018 |
maxv | Remove ISDN from the kernel. It has remained unmaintained for a long time, is of poor quality, and is now an obstacle to MP-ification. It was removed ten years ago from FreeBSD for the same reason.
This retires a big user of the mbuf API, and will ease maintenance of the kernel.
|
1.82 |
| 06-Sep-2018 |
maxv | Remove netkey/.
|
1.81 |
| 06-Sep-2018 |
martin | netnatm is gone
|
1.80 |
| 27-May-2017 |
bouyer | branches: 1.80.8; 1.80.10; merge the bouyer-socketcan branch to HEAD.
CAN stands for Controller Area Network, a broadcast network used in automation and automotive fields. For example, the NMEA2000 standard developped for marine devices uses a CAN network as the link layer.
This is an implementation of the linux socketcan API: https://www.kernel.org/doc/Documentation/networking/can.txt you can also see can(4).
This adds a new socket family (AF_CAN) and protocol (PF_CAN), as well as the canconfig(8) utility, used to set timing parameter of CAN hardware. Also inclued is a driver for the CAN controller found in the allwinner A20 SoC (I tested it with an Olimex lime2 board, connected with PIC18-based CAN devices).
There is also the canloop(4) pseudo-device, which allows to use the socketcan API without CAN hardware.
At this time the CANFD part of the linux socketcan API is not implemented. Error frames are not implemented either. But I could get the cansend and canreceive utilities from the canutils package to build and run with minimal changes. tcpudmp(8) can also be used to record frames, which can be decoded with etherreal.
|
1.79 |
| 01-Mar-2013 |
joerg | branches: 1.79.14; 1.79.22; Retire OSI network stack. OK core@
|
1.78 |
| 17-Aug-2012 |
joerg | branches: 1.78.2; Implement build_install in src/lib/Makefile, which traverses the subdirectories and invokes dependall/install. Do this in groups delimited by .WAIT to ensure that depending libraries can use the installed versions and don't need to know the locations in the source tree.
Use this new target in src/Makefile to replace most of the adhoc library logic with two special cases, src/lib and src/compat. Adjust sys/Makefile to include the module directory when building them. Add some necessary .WAITs in src/lib/Makefile to reflect the dependencies from src/Makefile and also add the rump libraries here.
|
1.77 |
| 15-Jun-2011 |
mrg | branches: 1.77.2; build evbppc modules in 3 different flavours:
- oea (default) - ibm4xx - booke
this, together with earlier machine_module[] work, should allow evbppc platforms to use modules.
|
1.76 |
| 26-Jun-2010 |
kefren | branches: 1.76.6; Add MPLS support, proposed on tech-net@ a couple of days ago
Welcome to 5.99.33
|
1.75 |
| 30-Dec-2008 |
pooka | branches: 1.75.4; 1.75.6; Build kernel modules the same time as the rest of the system libraries.
|
1.74 |
| 17-Nov-2008 |
pooka | Descend into include/rump and install headers.
|
1.73 |
| 16-Nov-2008 |
veego | Traverse rump for a make cleandir.
|
1.72 |
| 12-Nov-2008 |
ad | Remove LKMs and switch to the module framework, pass 1.
Proposed on tech-kern@.
|
1.71 |
| 31-Jul-2008 |
mrg | branches: 1.71.2; 1.71.4; be sure to decend into sys/rump during "make obj". fixes builds on r/o src.
|
1.70 |
| 29-Jul-2008 |
pooka | Install rump libraries and utilities to the base system and remove the private non-installed build infrastructure from sys/rump.
breakdown of commit: * install relevant headers into /usr/include/rump * build sys/rump/librump/rumpuser and sys/rump/librump/rumpkern from src/lib and install as librumpuser and librump, respectively + this retains the ability to test a librump build with just the kernel sources at hand * move sys/rump/fs/lib/libukfs and sys/rump/fs/lib/libp2k to src/lib for general consumption, they are not kernel-space dwellers anyway * build and install sys/rump/fs/lib/lib$fs as librumpfs_$fs * add chapter 3 manual pages for rump, rumpuser, ukfs and p2k * build and install userspace kernel file system daemons if MKPUFFS=yes is spexified * retire fsconsole for now, it will make a comeback with an actually implemented version shortly
|
1.69 |
| 28-Jul-2008 |
pooka | rump now builds on all ports
|
1.68 |
| 28-Jul-2008 |
pooka | add a comment stating why evbppc doesn't do lkm or modules
|
1.67 |
| 28-Jul-2008 |
pooka | blkset.S is needed on vax by some macros, so include it in the build.
|
1.66 |
| 02-May-2008 |
ad | branches: 1.66.2; 1.66.4; 1.66.6; Build and install modules into /kernel/modules. Each module gets a directory for properties, blobs, etc. It's not fixed in stone and can easily be changed if there are issues with the location/layout.
|
1.65 |
| 24-Sep-2007 |
pooka | branches: 1.65.18; 1.65.20; 1.65.22; remove sun2 from no-rump list
|
1.64 |
| 23-Sep-2007 |
pooka | remove rump-block for sh3 ports
|
1.63 |
| 19-Sep-2007 |
he | branches: 1.63.2; Re-enable rump/ for the various m68k ports, now that the consistency between <sys/bswap.h> and libc.so has been improved.
|
1.62 |
| 16-Sep-2007 |
pooka | Temporarily disable rump build for archs which need MD twiddling (unlikely I'll have time to fix it in the very near future)
|
1.61 |
| 11-Sep-2007 |
pooka | descend into rump
|
1.60 |
| 29-Oct-2006 |
christos | branches: 1.60.8; 1.60.22; 1.60.24; don't descend to crypto.
|
1.59 |
| 25-Aug-2006 |
matt | branches: 1.59.2; 1.59.4; Don't descend into netns and netccitt
|
1.58 |
| 19-Jun-2006 |
gdamore | Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@, NetBSD Foundation Membership still pending.) This stack was written by Iain under sponsorship from Itronix Inc.
The stack includes support for rfcomm networking (networking via your bluetooth enabled cell phone), hid devices (keyboards/mice), and headsets.
Drivers for both PCMCIA and USB bluetooth controllers are included.
|
1.57 |
| 11-Dec-2005 |
christos | branches: 1.57.4; 1.57.8; 1.57.14; 1.57.16; merge ktrace-lwp.
|
1.56 |
| 20-Aug-2005 |
elad | Install sha2.h to /usr/include/crypto.
|
1.55 |
| 07-May-2004 |
jonathan | branches: 1.55.10; 1.55.12; Redo net.inet.* sysctl subtree for fast-ipsec from scratch. Attach FAST-IPSEC statistics with 64-bit counters to new sysctl MIB. Rework netstat to show FAST_IPSEC statistics, via sysctl, for netstat -p ipsec.
New kernel files: sys/netipsec/Makefile (new file; install *_var.h includes) sys/netipsec/ipsec_var.h (new 64-bit mib counter struct)
Changed kernel files: sys/Makefile (recurse into sys/netipsec/) sys/netinet/in.h (fake IP_PROTO name for fast_ipsec sysctl subtree.) sys/netipsec/ipsec.h (minimal userspace inclusion) sys/netipsec/ipsec_osdep.h (minimal userspace inclusion) sys/netipsec/ipsec_netbsd.c (redo sysctl subtree from scratch) sys/netipsec/key*.c (fix broken net.key subtree)
sys/netipsec/ah_var.h (increase all counters to 64 bits) sys/netipsec/esp_var.h (increase all counters to 64 bits) sys/netipsec/ipip_var.h (increase all counters to 64 bits) sys/netipsec/ipcomp_var.h (increase all counters to 64 bits)
sys/netipsec/ipsec.c (add #include netipsec/ipsec_var.h) sys/netipsec/ipsec_mbuf.c (add #include netipsec/ipsec_var.h) sys/netipsec/ipsec_output.c (add #include netipsec/ipsec_var.h)
sys/netinet/raw_ip.c (add #include netipsec/ipsec_var.h) sys/netinet/tcp_input.c (add #include netipsec/ipsec_var.h) sys/netinet/udp_usrreq.c (add #include netipsec/ipsec_var.h)
Changes to usr.bin/netstat to print the new fast-ipsec sysctl tree for "netstat -s -p ipsec":
New file: usr.bin/netstat/fast_ipsec.c (print fast-ipsec counters)
Changed files: usr.bin/netstat/Makefile (add fast_ipsec.c) usr.bin/netstat/netstat.h (declarations for fast_ipsec.c) usr.bin/netstat/main.c (call KAME-vs-fast-ipsec dispatcher)
|
1.54 |
| 13-Oct-2003 |
dyoung | branches: 1.54.2; Build net80211/.
|
1.53 |
| 25-Jul-2003 |
jonathan | Descend into opencrypto (in alphabetical order) to install userland OCF header..
|
1.52 |
| 15-Mar-2003 |
he | branches: 1.52.2; Do not try to build LKMs on evbppc, because we cannot predetermine the PPC_INTR_IMPL, which is used to include a file in <machine/intr.h>. To allow evbppc to complete a ``make release'', we also need to factor out the LKM files to a new set list file, and tweak makeflist to not include this file for evbppc.
Discussed with Matt Thomas.
|
1.51 |
| 26-Dec-2002 |
jdolecek | move msdosfs code from sys/msdosfs to sys/fs/msdosfs
|
1.50 |
| 23-Dec-2002 |
jdolecek | move cd9660 filesystem code from sys/isofs/cd9660 to sys/fs/cd9660
|
1.49 |
| 23-Dec-2002 |
jdolecek | move NTFS code from sys/ntfs to sys/fs/ntfs
|
1.48 |
| 23-Dec-2002 |
jdolecek | move filecorefs code from sys/filecorefs to sys/fs/filecorefs
|
1.47 |
| 23-Dec-2002 |
jdolecek | move adosfs files from sys/adosfs to sys/fs/adosfs
|
1.46 |
| 09-Jan-2002 |
deberg | descend into netsmb and fs
|
1.45 |
| 02-Dec-2001 |
jdolecek | add 'lkm' to SUBDIR - it got mistakely got removed in last revision
|
1.44 |
| 28-Nov-2001 |
soren | Now that simonb has fixed LKM's on MIPS, enable building them.
|
1.43 |
| 12-Oct-2001 |
nathanw | Use @true instead of @${TRUE} in includes-foo targets, since there is no variable TRUE defined in our makefile system.
This prevents "make includes" from breaking with older bsd.subdir.mk, and is more consistent with the uses of "true" in the rest of the tree.
|
1.42 |
| 21-Sep-2001 |
tv | Skip the "includes" phase of src/sys/lkm.
|
1.41 |
| 03-Aug-2001 |
matt | branches: 1.41.2; Make the directory list alphabetical again.
|
1.40 |
| 05-Jan-2001 |
martin | branches: 1.40.2; 1.40.4; Enable the imported ISDN4BSD based ISDN subsystem.
This is the kernel part (userland to follow soon) of the latest (and very probably last) release (version 0.96) of ISDN4BSD. ISDN4BSD has a homepage at http://www.freebsd-support.de/i4b/.
It gives the user various ways to use the isdn connection: raw data (via the i4brbch "raw b-channel" device), ppp (via the isp "isdn PPP" device), voice/answering machine (the i4btel "telephone" device) and ip over isdn (the ipr device, "IP over raw ISDN").
Supported are a bunch of common and older cards, more to be added soon after some cleanup. Currently only the european E-DSS1 variant of the ISDN D channel protocol is supported.
|
1.39 |
| 15-Dec-2000 |
thorpej | Descend into the altq directory.
|
1.38 |
| 29-Jun-2000 |
mrg | remove vm
|
1.37 |
| 08-Nov-1999 |
mycroft | branches: 1.37.2; Builds LKMs on PowerPC (although there are still some issues with loading them).
|
1.36 |
| 01-Jul-1999 |
itojun | branches: 1.36.2; 1.36.4; 1.36.6; IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628. (Sorry for a big commit, I can't separate this into several pieces...) Pls check sys/netinet6/TODO and sys/netinet6/IMPLEMENTATION for details.
- sys/kern: do not assume single mbuf, accept chained mbuf on passing data from userland to kernel (or other way round). - "midway" ATM card: ATM PVC pseudo device support, like those done in ALTQ package (ftp://ftp.csl.sony.co.jp/pub/kjc/). - sys/netinet/tcp*: IPv4/v6 dual stack tcp support. - sys/netinet/{ip6,icmp6}.h, sys/net/pfkeyv2.h: IETF document assumes those file to be there so we patch it up. - sys/netinet: IPsec additions are here and there. - sys/netinet6/*: most of IPv6 code sits here. - sys/netkey: IPsec key management code - dev/pci/pcidevs: regen
In my understanding no code here is subject to export control so it should be safe.
|
1.35 |
| 17-May-1999 |
kleink | Install ntfs headers.
|
1.34 |
| 10-Mar-1999 |
tls | branches: 1.34.4; 1.34.6; fix typo
|
1.33 |
| 10-Mar-1999 |
ross | Enable alpha.
|
1.32 |
| 03-Mar-1999 |
jonathan | Makefile ${MACHINE_ARCH} changes for mips{eb,el}, as suggested by Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
|
1.31 |
| 02-Oct-1998 |
drochner | need "compat" dir to get emulation headers installed (for kdump)
|
1.30 |
| 14-Aug-1998 |
augustss | Add filecorefs so we get the header files installed.
|
1.29 |
| 12-Jun-1998 |
cgd | Rework the way kernel include files are installed. In the new method, as with user-land programs, include files are installed by each directory in the tree that has includes to install. (This allows more flexibility as to what gets installed, makes 'partial installs' easier, and gives us more options as to which machines' includes get installed at any given time.) The old SYS_INCLUDES={symlinks,copies} behaviours are _both_ still supported, though at least one bug in the 'symlinks' case is fixed by this change. Include files can't be build before installation, so directories that have includes as targets (e.g. dev/pci) have to move those targets into a different Makefile.
|
1.28 |
| 29-Apr-1998 |
kleink | Add an <inttypes.h> implementation; we'll also make it accessible as <sys/inttypes.h> in order to let kernel source access its type definitions.
|
1.27 |
| 01-Mar-1998 |
fvdl | Some FSs have their *mount.h files exported now, make sure that they are copied to the include dir.
|
1.26 |
| 10-Feb-1998 |
perry | re-alphabetize LDIRS
|
1.25 |
| 07-Feb-1998 |
mrg | add uvm to the sys list.
|
1.24 |
| 26-Nov-1997 |
cgd | add some "find | xargs chmod"s to the includes target, like were in the old include/Makefile, so that installed system headers have correct permissions.
|
1.23 |
| 15-Nov-1997 |
thorpej | If DESTDIR is set and not empty and not /, force SYS_INCLUDES to "copies"; chances are, we're building a release or snapshot in this case.
|
1.22 |
| 26-Jun-1997 |
drochner | branches: 1.22.8; Install isofs headers too.
|
1.21 |
| 31-May-1997 |
cjs | Back out BUILDDIR and NOINSTALL changes.
|
1.20 |
| 26-May-1997 |
cjs | branches: 1.20.2; These updates to the build allow building against include files and libs in the object tree, if you use a separate object tree, while maintaining backward compatability with other build methods. See the notes in src/share/mk/bsd.README for full details. Note that the `make includes' target now only installs the include files in the build directory (if you use one--otherwise they go in DESTDIR just like before); `make install' will install include files in DESTDIR.
|
1.19 |
| 10-May-1997 |
pk | Install header files from miscfs.
|
1.18 |
| 07-May-1997 |
mycroft | Add some missing .PHONYs.
|
1.17 |
| 30-Apr-1997 |
thorpej | Make an <md5.h> -> <sys/md5.h> symlink.
|
1.16 |
| 19-Apr-1997 |
veego | Add a missing \ at the end of the .if line
|
1.15 |
| 19-Apr-1997 |
thorpej | Don't build LKMs on the PowerPC.
|
1.14 |
| 02-Apr-1997 |
christos | Add netatalk
|
1.13 |
| 17-Mar-1997 |
veego | Remove a mistake from the pull up of is-newarp. Enable again the "SUBDIR+= lkm".
|
1.12 |
| 15-Mar-1997 |
is | New ARP system, supports IPv4 over any hardware link.
Some of the stuff (e.g., rarpd, bootpd, dhcpd etc., libsa) still will only support Ethernet. Tcpdump itself should be ok, but libpcap needs lot of work.
For the detailed change history, look at the commit log entries for the is-newarp branch.
|
1.11 |
| 09-Nov-1996 |
chuck | netbsd pr#2918 (jukka.partanen@research.nokia.com): - fix up netnatm so that it compiles with new warning flags (and install headers)
|
1.10 |
| 20-Oct-1996 |
mrg | enable lkm on non alpha/mips platforms.
|
1.9 |
| 18-Oct-1996 |
thorpej | Use ${INSTALL}.
|
1.8 |
| 15-Oct-1996 |
mrg | oops; MFILES definition got lost. (from tls)
|
1.7 |
| 01-Oct-1996 |
mrg | we don't need bsd.prog.mk here.
|
1.6 |
| 29-Sep-1996 |
mrg | install sys headers from sys/Makefile.
|
1.5 |
| 15-Sep-1995 |
pk | The `lib' sub-directory no longer has a Makefile.
|
1.4 |
| 29-Jun-1994 |
cgd | take three
|
1.3 |
| 13-Oct-1993 |
cgd | move 'boot' and 'libkern' into 'lib'. generally clean up 'kernel library' building and dependencies.
|
1.2 |
| 10-Sep-1993 |
jtc | Compile libkern too.
|
1.1 |
| 04-Jul-1993 |
cgd | branches: 1.1.4; do the right thing, so things aren't built in /usr/src/sys
|
1.1.4.1 |
| 14-Sep-1993 |
mycroft | Incorporate changes from main branch.
|
1.20.2.2 |
| 13-Oct-1997 |
cjs | When linking to our include files rather than copying, link to our own sources rather than whatever random stuff happens to be under /sys.
|
1.20.2.1 |
| 13-Oct-1997 |
cjs | Update to 1.22.
|
1.22.8.3 |
| 04-Nov-1998 |
cgd | Change owner/group of installed headers to BINOWN/BINGRP, so that they're consistent with the rest of the includes. Include file installation done completely differently in trunk, and already uses BINOWN/BINGRP. (cgd)
|
1.22.8.2 |
| 27-Nov-1997 |
mellon | Pull rev 1.24 up from trunk (cgd)
|
1.22.8.1 |
| 15-Nov-1997 |
thorpej | Sync w/ trunk.
|
1.34.6.1 |
| 28-Jun-1999 |
itojun | KAME/NetBSD 1.4 SNAP kit, dated 19990628.
NOTE: this branch (kame) is used just for refernce. this may not compile due to multiple reasons.
|
1.34.4.2 |
| 01-Jul-1999 |
thorpej | Sync w/ -current.
|
1.34.4.1 |
| 21-Jun-1999 |
thorpej | Sync w/ -current.
|
1.36.6.1 |
| 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.36.4.1 |
| 14-Nov-1999 |
fvdl | Sync with -current.
|
1.36.2.2 |
| 05-Jan-2001 |
bouyer | Sync with HEAD
|
1.36.2.1 |
| 20-Nov-2000 |
bouyer | Remove files that are no longer on the trunck, and commit Makefile which I forgot in the batch of commits.
|
1.37.2.2 |
| 08-Nov-1999 |
mycroft | Builds LKMs on PowerPC (although there are still some issues with loading them).
|
1.37.2.1 |
| 08-Nov-1999 |
mycroft | file Makefile was added on branch comdex-fall-1999 on 1999-11-08 00:16:41 +0000
|
1.40.4.2 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.40.4.1 |
| 25-Aug-2001 |
thorpej | Merge Aug 24 -current into the kqueue branch.
|
1.40.2.7 |
| 29-Dec-2002 |
thorpej | Sync with HEAD.
|
1.40.2.6 |
| 28-Feb-2002 |
nathanw | Catch up to -current.
|
1.40.2.5 |
| 11-Jan-2002 |
nathanw | More catchup.
|
1.40.2.4 |
| 08-Jan-2002 |
nathanw | Catch up to -current.
|
1.40.2.3 |
| 22-Oct-2001 |
nathanw | Catch up to -current.
|
1.40.2.2 |
| 26-Sep-2001 |
nathanw | Catch up to -current. Again.
|
1.40.2.1 |
| 21-Sep-2001 |
nathanw | Catch up to -current.
|
1.41.2.1 |
| 01-Oct-2001 |
fvdl | Catch up with -current.
|
1.52.2.4 |
| 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
1.52.2.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.52.2.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.52.2.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.54.2.1 |
| 10-May-2004 |
tron | Pull up revision 1.55 (requested by jonathan in ticket #280): Redo net.inet.* sysctl subtree for fast-ipsec from scratch. Attach FAST-IPSEC statistics with 64-bit counters to new sysctl MIB. Rework netstat to show FAST_IPSEC statistics, via sysctl, for netstat -p ipsec. New kernel files: sys/netipsec/Makefile (new file; install *_var.h includes) sys/netipsec/ipsec_var.h (new 64-bit mib counter struct) Changed kernel files: sys/Makefile (recurse into sys/netipsec/) sys/netinet/in.h (fake IP_PROTO name for fast_ipsec sysctl subtree.) sys/netipsec/ipsec.h (minimal userspace inclusion) sys/netipsec/ipsec_osdep.h (minimal userspace inclusion) sys/netipsec/ipsec_netbsd.c (redo sysctl subtree from scratch) sys/netipsec/key*.c (fix broken net.key subtree) sys/netipsec/ah_var.h (increase all counters to 64 bits) sys/netipsec/esp_var.h (increase all counters to 64 bits) sys/netipsec/ipip_var.h (increase all counters to 64 bits) sys/netipsec/ipcomp_var.h (increase all counters to 64 bits) sys/netipsec/ipsec.c (add #include netipsec/ipsec_var.h) sys/netipsec/ipsec_mbuf.c (add #include netipsec/ipsec_var.h) sys/netipsec/ipsec_output.c (add #include netipsec/ipsec_var.h) sys/netinet/raw_ip.c (add #include netipsec/ipsec_var.h) sys/netinet/tcp_input.c (add #include netipsec/ipsec_var.h) sys/netinet/udp_usrreq.c (add #include netipsec/ipsec_var.h) Changes to usr.bin/netstat to print the new fast-ipsec sysctl tree for "netstat -s -p ipsec": New file: usr.bin/netstat/fast_ipsec.c (print fast-ipsec counters) Changed files: usr.bin/netstat/Makefile (add fast_ipsec.c) usr.bin/netstat/netstat.h (declarations for fast_ipsec.c) usr.bin/netstat/main.c (call KAME-vs-fast-ipsec dispatcher)
|
1.55.12.3 |
| 27-Oct-2007 |
yamt | sync with head.
|
1.55.12.2 |
| 30-Dec-2006 |
yamt | sync with head.
|
1.55.12.1 |
| 21-Jun-2006 |
yamt | sync with head.
|
1.55.10.1 |
| 08-Sep-2005 |
tron | Apply patch (requested by elad in ticket #743): Introduce SHA2 hashing routines in userland, including the common helper routines.
|
1.57.16.1 |
| 13-Jul-2006 |
gdamore | Merge from HEAD.
|
1.57.14.1 |
| 22-Jun-2006 |
chap | Complete a sync sys/ with head.
|
1.57.8.2 |
| 03-Sep-2006 |
yamt | sync with head.
|
1.57.8.1 |
| 26-Jun-2006 |
yamt | sync with head.
|
1.57.4.1 |
| 09-Sep-2006 |
rpaulo | sync with head
|
1.59.4.1 |
| 10-Dec-2006 |
yamt | sync with head.
|
1.59.2.1 |
| 18-Nov-2006 |
ad | Sync with head.
|
1.60.24.1 |
| 06-Nov-2007 |
matt | sync with HEAD
|
1.60.22.2 |
| 02-Oct-2007 |
joerg | Sync with HEAD.
|
1.60.22.1 |
| 02-Oct-2007 |
joerg | Sync with HEAD.
|
1.60.8.1 |
| 09-Oct-2007 |
ad | Sync with head.
|
1.63.2.1 |
| 05-Oct-2007 |
yamt | sync with head
|
1.65.22.3 |
| 11-Aug-2010 |
yamt | sync with head.
|
1.65.22.2 |
| 04-May-2009 |
yamt | sync with head.
|
1.65.22.1 |
| 16-May-2008 |
yamt | sync with head.
|
1.65.20.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.65.18.3 |
| 17-Jan-2009 |
mjf | Sync with HEAD.
|
1.65.18.2 |
| 28-Sep-2008 |
mjf | Sync with HEAD.
|
1.65.18.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.66.6.2 |
| 13-Dec-2008 |
haad | Update haad-dm branch to haad-dm-base2.
|
1.66.6.1 |
| 19-Oct-2008 |
haad | Sync with HEAD.
|
1.66.4.1 |
| 31-Jul-2008 |
simonb | Sync with head.
|
1.66.2.1 |
| 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.71.4.1 |
| 13-Dec-2008 |
bouyer | Pull up following revision(s) (requested by veego in ticket #176): sys/Makefile: revision 1.73 Traverse rump for a make cleandir.
|
1.71.2.1 |
| 19-Jan-2009 |
skrll | Sync with HEAD.
|
1.75.6.1 |
| 03-Jul-2010 |
rmind | sync with head
|
1.75.4.1 |
| 17-Aug-2010 |
uebayasi | Sync with HEAD.
|
1.76.6.1 |
| 23-Jun-2011 |
cherry | Catchup with rmind-uvmplock merge.
|
1.77.2.2 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.77.2.1 |
| 30-Oct-2012 |
yamt | sync with head
|
1.78.2.2 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
1.78.2.1 |
| 23-Jun-2013 |
tls | resync from head
|
1.79.22.1 |
| 15-Jan-2017 |
bouyer | Initial commit of a CAN socket layer, compatible with linux SoccketCAN (but incomplete). Based on work from Robert Swindells.
|
1.79.14.1 |
| 28-Aug-2017 |
skrll | Sync with HEAD
|
1.80.10.3 |
| 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|
1.80.10.2 |
| 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
1.80.10.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
1.80.8.1 |
| 30-Sep-2018 |
pgoyette | Ssync with HEAD
|