summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* nge(4) should work on all archs now.brueffer2009-05-211-1/+0
|
* FILE has been upgraded from 4.23 to 5.03.delphij2009-05-181-0/+3
|
* Add bwi(4) and urtw(4).brueffer2009-05-161-0/+4
|
* less has been updated to v429delphij2009-05-111-1/+1
|
* fix various build errors (missing or wrong return types forluigi2009-04-271-16/+22
| | | | | | various functions returning void, missing headers, and so on). MFC after: 4 weeks (not before 7.3 is out, anyways)
* Bump copyright year;blackend2009-04-261-2/+3
| | | | Add missing colon and fix broken entity.
* Unbreak the build of relnotes.blackend2009-04-261-1/+1
|
* s/it's/it is/marius2009-04-251-1/+1
|
* Sync the sparc64 hardware notes with reality, mainly regarding supportmarius2009-04-251-15/+72
| | | | | | | of sun4u-machines based on USIII and beyond in 7.2-RELEASE. Reviewed by: blackend MFC after: 3 days
* The sr(4) driver is removed.nyan2009-04-171-1/+0
|
* The ar(4), ray(4) and sr(4) drivers are removed.nyan2009-04-171-8/+0
|
* Autogenerate hardware notes for the uath(4) driver.brueffer2009-04-071-0/+2
|
* provide the absolute path for /etc/rc1luigi2009-04-061-1/+1
|
* add some popular device and comment some potentially useful optionsluigi2009-04-061-0/+5
|
* there is no dev_mkdb anymoreluigi2009-03-261-1/+0
|
* This config file uses dynamically linked binaries, which is moreluigi2009-03-253-91/+99
| | | | | | | | | | | convenient when you want to import other programs because the libraries will not be replicated. Given that there are no floppies around anymore, I have bumped the fd size to 4MB (which is more than reasonable even for embedded platforms) and gives some room for other utilities. MFC after: 3 days
* devfs is the standard nowluigi2009-03-251-1/+0
|
* add support for shared "crunch" binary.luigi2009-03-251-20/+59
|
* Change yet another script to use /dev/mdX instead of /dev/mdXc (seemarius2009-03-241-2/+2
| | | | also r188438).
* remove stale comments on the size of objects, they are moreluigi2009-03-241-68/+48
| | | | | | | than 10 years old and do not reflect reality anymore. Also remove some commented out entries that have no hope to be useful anymore.
* add a function to help copying shared binaries from the outputluigi2009-03-241-2/+67
| | | | of a buildworld.
* remove unused "package" entry.luigi2009-03-241-66/+55
| | | | | | default to use devfs (we do that anyways) Many small changes in comments
* uscanner(4) has been removed, delete it from the hardware notes tobrueffer2009-03-205-9/+0
| | | | fix the build.
* add the option to picobsd to copy files from the host filesystemluigi2009-03-181-5/+50
| | | | | | | | | | without root privs. This is done, among other things, replacing the absolute paths in the symlinks with relative paths, so we do not need to do a chroot to follow them. Still need to update the manpage. MFC after: 3 days
* Warns fixes: use putenv rather than setenv to avoid constness problems,dwmalone2009-03-172-2/+4
| | | | | | when we want to print an off_t cast to intmax_t and use %jd. Up WARNS to 6.
* txp(4) should work on all architectures now.brueffer2009-03-121-1/+0
|
* Install libusb20.so.1 as libusb.so.1, there will be a followup commit to thethompsa2009-03-096-6/+6
| | | | | | | | | ports tree so that programs use libusb from the base by default. Thanks to Stanislav Sedov for sorting out the ports build. Bump __FreeBSD_version to 800069 Help and testing by: stas
* Catch up with USB2 change.nyan2009-03-036-12/+12
| | | | | | | Remove the usbdevs and add the usbconfig. Spotted by: hrs Tested on: i386
* remove duplicate entries for isa and npx, they areluigi2009-03-011-4/+0
| | | | in by default now
* when initializing, also build _includes and _librariesluigi2009-02-201-2/+2
| | | | | | On passing, fix a wrong comment MFC after: 3 days
* use /boot/loader by default, because the boot code seems toluigi2009-02-201-60/+109
| | | | | | | | | | have problems with kernels larger than 4MB. Add a flag to avoid the /boot/loader and use the old method. Add support for an additional makefile to perform custom manipulation (this is not documented yet). Add support for building an ISO image (not complete)
* update 'sio' with 'uart' and apply related changes.luigi2009-02-194-13/+20
|
* Restore MAKE_FLOPPIES for pc98.nyan2009-02-141-0/+1
|
* Specify 4096 block-size and 512 fragment-size.nyan2009-02-141-5/+2
| | | | This fixes no space error.
* Turn off the parallel make options accidentally turned on by the previouskensmith2009-02-101-2/+2
| | | | | | commit. Sigh. Noticed by: rdivacky
* Due to some recent-ish work on GEOM/G_PART the c partition (by traditionkensmith2009-02-101-2/+2
| | | | | | | the whole disk) isn't available any more since it was redundant. Just use /dev/md0 instead of /dev/md0c to build the filesystem on. Consulted-with: marcel
* Turn off the building of boot floppies for amd64/i386.kensmith2009-02-101-4/+2
|
* Note new fetch if-modified-since support in the userland section, andmurray2009-01-091-0/+7
| | | | | | update copyright to 2009. M article.sgml
* Increase maximum memory configuration that is reported as stable formurray2008-12-171-1/+1
| | | | | | FreeBSD/amd64 to 64GB. Submitted by: Matt Olander (matt@ixsystems.net)
* 1. Correct capitalization of a closing tag (no effect on output).murray2008-12-171-33/+33
| | | | | | | | 2. Ensure all &arch entities end with ';' (no effect on output). 3. Ensure all &arch lists for drivers/features are comma-separated. PR: docs/127840 (item 2 only) MFC after: 1 week
* 1. Update the list of Intel chips which have EM64T and can run the amd64murray2008-12-171-13/+31
| | | | | | | | | | | | | port. 2. Increase the known working maximum memory configuration from 8gb to 32gb. PR: docs/102148 (1) Submitted by: Mike Meyer <mwm@mired.org> (1 - partially) Reviewed by: hrs Approved by: re (hrs) MFC after: 1 minute
* This main goals of this project are:qingli2008-12-151-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. separating L2 tables (ARP, NDP) from the L3 routing tables 2. removing as much locking dependencies among these layers as possible to allow for some parallelism in the search operations 3. simplify the logic in the routing code, The most notable end result is the obsolescent of the route cloning (RTF_CLONING) concept, which translated into code reduction in both IPv4 ARP and IPv6 NDP related modules, and size reduction in struct rtentry{}. The change in design obsoletes the semantics of RTF_CLONING, RTF_WASCLONE and RTF_LLINFO routing flags. The userland applications such as "arp" and "ndp" have been modified to reflect those changes. The output from "netstat -r" shows only the routing entries. Quite a few developers have contributed to this project in the past: Glebius Smirnoff, Luigi Rizzo, Alessandro Cerri, and Andre Oppermann. And most recently: - Kip Macy revised the locking code completely, thus completing the last piece of the puzzle, Kip has also been conducting active functional testing - Sam Leffler has helped me improving/refactoring the code, and provided valuable reviews - Julian Elischer setup the perforce tree for me and has helped me maintaining that branch before the svn conversion
* Add ixgbe(4) and upgt(4).brueffer2008-12-011-0/+4
|
* Document ale(4).delphij2008-11-242-0/+5
|
* Use "KSE" instead of "kse".delphij2008-11-191-1/+1
|
* Use igb(4) entrydelphij2008-11-191-1/+1
|
* This is being committed from a sparc64 (US-III, thanks Marius!) thatkensmith2008-11-131-0/+1
| | | | | | was installed from a DVD so apparently it works... :-) Enable building DVDs for sparc64.
* Correct a typo in Nocona core name.marck2008-10-231-1/+1
| | | | MFC after: 3 days (modulo RE approval)
* Move an echo that accidentally got put under the .if defined(MAKE_DVD).kensmith2008-10-211-1/+1
| | | | Pointy hat: kensmith
* Oops, add missing @.kensmith2008-10-211-1/+1
|
OpenPOWER on IntegriCloud