summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2013-10-17syncTheo de Raadt
2013-10-17syncTheo de Raadt
2013-10-15We do not produce "core" files, so they do not need to be deleted. theyTheo de Raadt
have been *.core files for a very long time. That's a lot of unlink() calls saved.
2013-10-15it's supposed to be test first, commit afterwardsMiod Vallat
2013-10-15First shot at installation media for aviion, and updated documentation.Miod Vallat
2013-10-15The ERL Ethernet is supported now and can be booted over NFS. Reflect thatBrian Callahan
in the installer notes. ok jmatthew@
2013-10-14Turn on the distrib lib bits in crunchgen by setting SRCLIBDIR.Philip Guenther
Add the new files to the clean target's rm list. "why not get it tested?" deraadt@
2013-10-13libotermcap is just an alias/link to libocurses. Use the latter so thatPhilip Guenther
the library name matches the name of its src directory. Also, include -lc here so that the crunchgen knows to build a distrib libc.a for these
2013-10-12syncTheo de Raadt
2013-10-11syncTheo de Raadt
2013-10-06syncStuart Henderson
2013-10-04syncTheo de Raadt
2013-09-30syncTodd T. Fries
2013-09-25syncMiod Vallat
2013-09-23syncTodd T. Fries
2013-09-22Add bsd.mp to the default sets if > 1 processor, as done on other SMP-capableMiod Vallat
ports.
2013-09-15mention NVSIMMMiod Vallat
2013-09-14syncTodd T. Fries
2013-09-08Oops, typo. Found by Artturi Alm.Patrick Wildt
2013-09-07syncPatrick Wildt
2013-09-07Beagle has been replaced by armv7.Patrick Wildt
2013-09-07Update ARMv7's release build process to build kernels and ramdisksPatrick Wildt
per SoC. It's heavily based on the SGI port. ok florian@
2013-09-04Beagle has been replaced by armv7.Patrick Wildt
2013-09-02Correct the list of supported boards.Raphael Graf
From Juan Francisco Cantero Hurtado. ok patrick@
2013-08-26syncTheo de Raadt
2013-08-20Remove uscanner(4). It was disabled in GENERIC more than 2.5 years ago.Antoine Jacoutot
No regression has been reported since libusb became the prefered solution to work with USB scanners. req. by mpi@ ok ian@ mpi@ miod@
2013-08-19(temporarily) introduce upgrade_to64time_t() to handle the transitionAlexander Hall
to 64 bit time_t prodded by deraadt@
2013-08-18syncMiod Vallat
2013-08-18Update beagle sets. -mojMats O Jansson
ok bmercer@
2013-08-18Missing double quote; Craig R. SkinnerMiod Vallat
2013-08-13Switch time_t, ino_t, clock_t, and struct kevent's ident and dataPhilip Guenther
members to 64bit types. Assign new syscall numbers for (almost all) the syscalls that involve the affected types, including anything with time_t, timeval, itimerval, timespec, rusage, dirent, stat, or kevent arguments. Add a d_off member to struct dirent and replace getdirentries() with getdents(), thus immensely simplifying and accelerating telldir/seekdir. Build perl with -DBIG_TIME. Bump the major on every single base library: the compat bits included here are only good enough to make the transition; the T32 compat option will be burned as soon as we've reached the new world are are happy with the snapshots for all architectures. DANGER: ABI incompatibility. Updating to this kernel requires extra work or you won't be able to login: install a snapshot instead. Much assistance in fixing userland issues from deraadt@ and tedu@ and build assistance from todd@ and otto@
2013-08-12syncMiod Vallat
2013-08-09syncMiod Vallat
2013-08-07Add a note about booting from the sdcard on beaglebone black.Brandon Mercer
OK florian@
2013-08-06Switch vax to gcc 3.3.6.Miod Vallat
2013-08-02No longer needed since miod taught elf to mkuboot.Florian Obser
OK rapha@
2013-08-02Drop the dependecy on objcopy.Raphael Graf
ok florian@
2013-08-01Create more inodes on the sparc64 installation ramdisk. The new ratio matchesStefan Sperling
what most other architectures are using. Prevents problems during installation or upgrade when a few files need to be added to the ramdisk, such as additional disk device nodes in /dev. Tested with full make build, release, install cycle. ok deraadt halex
2013-07-31Remove the sysmerge(8) glue from the installer -- it's never been usedAntoine Jacoutot
and something else is in the work. ok halex@ sthen@ deraadt@ kettenis@ phessler@
2013-07-30Update the installer with sane defaults for disk parititioning and drop the ↵Brandon Mercer
dependency on objcopy in favor of the updates to mkuboot. OK deraadt@
2013-07-26Minimalist update for 5.4. eyeballed deraadt@Miod Vallat
2013-07-24syncTheo de Raadt
2013-07-23syncTheo de Raadt
2013-07-22sync octeon setsBrian Callahan
ok jasper@ deraadt@
2013-07-22syncTheo de Raadt
2013-07-21stop adding static entries to /etc/hosts for dynamic ip addressesAlexander Hall
"do it NOW" deraadt@
2013-07-21syncTheo de Raadt
2013-07-17Update the wording to read better. Spotted by jjBrandon Mercer
OK jj@ guenther@
2013-07-16Document (not so) recent developments.Florian Obser
input/ok bmercer@, rapha@, patrick@ (previous version)
2013-07-16make more room because ELF is biggerTheo de Raadt