Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-12 | Remove erroneous spaces. | Joel Sing | |
From brad | |||
2009-04-12 | Move code handling Machine Descriptions out of the cbus(4) driver. | Mark Kettenis | |
2009-04-12 | regen | Mark Kettenis | |
2009-04-12 | The Intel 21154 was incorrectly named S21154. | Mark Kettenis | |
2009-04-12 | Tweak pattern used to select partition lines for display so the | Kenneth R Westerback | |
'# /dev/r...' line is not selected. Noticed by deraadt@ | |||
2009-04-12 | when an error occurs while delivering a message with an empty envelope as a | Gilles Chehade | |
sender, do not try to generate a mailer daemon message for it. fixes a crash experienced by sthen@ that I could reproduce | |||
2009-04-12 | Better output (i.e. /etc instead of //etc) | Antoine Jacoutot | |
mostly from and ok sthen@ | |||
2009-04-12 | Treat /etc/hosts the same way as /etc/group and /etc/master.passwd: make | Antoine Jacoutot | |
it impossible to install a virgin one over the currently installed one. from Mitja Muzenic, with a tweak | |||
2009-04-12 | When in automode, sysmerge will now automatically install files | Antoine Jacoutot | |
that only differ by CVS Id (adapted from FreeBSD mergemaster) Ground work on the man page, from jmc@ * do not duplicate info * rewordings * move some stuffs around ok jmc@ sthen@ | |||
2009-04-12 | Run make depend before trying to build a RAMDISK kernel. | Joel Sing | |
ok deraadt@ | |||
2009-04-12 | No longer need '-f' or '-p' when displaying layout. A few patterns | Kenneth R Westerback | |
missed the '# size offset ...' line at the top of the partition list. | |||
2009-04-12 | When auto-allocating, check the size of the disk and display | Kenneth R Westerback | |
offset/size information in MB if the disk is <10G, and in GB otherwise. '-p' will override this default. | |||
2009-04-11 | Always display any mountpoint info available. Thus a simple -A will | Kenneth R Westerback | |
now show the planned mountpoint layout. ok deraadt@ | |||
2009-04-11 | Avoid dereferencing a null pointer when pf attempts to translate a | Joel Sing | |
specifically crafted IP datagram. Problem noted by Sebastian Rother. ok henning@ mcbride@ sthen@ | |||
2009-04-11 | fix two typos; "fine" jmc@ | Ingo Schwarze | |
2009-04-11 | use MANPS only for BSDSRCDIR; | Jason McIntyre | |
2009-04-11 | honor MSG_DONTWAIT | Jacob Meuser | |
ok marc@, guenther@ | |||
2009-04-11 | in the old days compiler could not convert decimal constants | Martynas Venckus | |
accurately, hence the tricks in libm, using machine representation of constants. remove kludges and switch to use decimal constants, much simplifying the code. since, the compiler converts them accurately. generated values match on vaxfp discussed with millert@, and miod@ testing todd@, and myself ok millert@ | |||
2009-04-11 | uppercase Dt, ok jmc | Theo de Raadt | |
2009-04-11 | Create extents for resource accounting on the root PCI bus and populate them | Mark Kettenis | |
based on the BIOS memory map. | |||
2009-04-11 | readlabel() either errored out or returned a pointer to the global | Kenneth R Westerback | |
'lab'. So there is no need for the return value. Just use &lab wherever it was used. No functional change. Slightly different version read ok to blambert@ | |||
2009-04-11 | Treat the list of auto-allocation partitions as a priority list and | Kenneth R Westerback | |
stop auto-allocation as soon as a partition can't fit. Eliminate the 'no space to allocate ...' messages. | |||
2009-04-11 | There is no support for building multi-socket machines in AMD Family 11h | Mark Kettenis | |
processors, so the registers to configure addition HyperTransport links are absent. Don't try attaching addition pci busses on these processors to avoid probing non-existant registers. | |||
2009-04-11 | Update to sudo 1.7.1 | Todd C. Miller | |
2009-04-11 | - make legacy mode use sio_open(3) (sndio) API | Jacob Meuser | |
- parse .au headers in legacy mode - support playback of ulaw and alaw encoded .au and .wav files in legacy mode ok ratchov | |||
2009-04-11 | When inserting a new route add as downstream interfaces just the ones with | Michele Marchetto | |
downstream neighbors or group members. ok claudio@ | |||
2009-04-11 | Show debug informations when a route is added and when a downstream router | Michele Marchetto | |
is added/deleted. Fix endianess issue in rt_match_origin(). ok claudio@ | |||
2009-04-11 | Add PnP ID for PCIe host bridge. | Mark Kettenis | |
2009-04-10 | Where appropriate display the auto-allocation layout of the root | Kenneth R Westerback | |
disk and ask if the installee wants to use it, edit it, or create their own custom disklabel. Most one-disk installs will not need to see fdisk or disklabel. i386 and macppc by me, adapted for others by deraadt@. ok deraadt@ | |||
2009-04-10 | tweak TABLES; | Jason McIntyre | |
2009-04-10 | some improvements for the PACKET FILTERING section; | Jason McIntyre | |
feedback (i.e. much tearing of hair) and ok henning | |||
2009-04-10 | avoid Xr to self; | Jason McIntyre | |
2009-04-10 | allow /usr/local to be up to 5MB in auto mode; ok krw | Theo de Raadt | |
2009-04-10 | If the md_prep_disklabel routine sets AUTOROOT=y, then don't ask the | Kenneth R Westerback | |
user for input. Just plow ahead. ok deraadt@ | |||
2009-04-10 | Catch up with sparc changes (bcopy fix, struct cpuinfo, etc); still dies early | Miod Vallat | |
with so-called ``external memory fault'' which cause I can't figure out. | |||
2009-04-10 | Add EX_CONFLICTOK flag that allows an allocation to conflict with existing | Mark Kettenis | |
allocations, making sure that the union of all space is allocated. ok deraadt@ | |||
2009-04-10 | Don't blindly dereference a NULL pointer when the boot device is not known. | Miod Vallat | |
2009-04-10 | Use soft interrupts to dispatch pcmcia device interrupts; this ensures the | Miod Vallat | |
driver handlers get invoked at the right level. Parts from NetBSD. | |||
2009-04-10 | Re-work '-A' so that it sets a flag that -E and -w use, and which will | Kenneth R Westerback | |
just display the auto-allocation plan otherwise. Don't overwrite any spoofed partitions, insert auto allocated partitions where we can. This is much more install script and weird architecture friendly. I'm talking about you, macppc. Many suggestions and code from otto@, feedback from many, cattle prod applied by deraadt@. ok deraadt@ "if it works for >8GB ... put it in" miod@ "to be clear, ok" todd@ | |||
2009-04-10 | generic soft interrupts support for sparc. Soft interrupt handlers are now | Miod Vallat | |
kept in a separate intrhand array, with their own enable bits so that soft interrupts sharing the same level only get invoked if really triggered. Inspired by NetBSD with significant changes. ok kettenis@ | |||
2009-04-10 | Explain the AUDIODEVICE env. variable similarly to how sio_open(3) does. | Alexandre Ratchov | |
discussed with jmc@ | |||
2009-04-10 | 'rm hosts' -> 'rm -f hosts', since we may have not configured any | Kenneth R Westerback | |
interfaces and thus not have a hosts file to remove. Should eliminate annoying error messages noticed by jsing@. | |||
2009-04-10 | don't use the AUDIODEVICE env. variable because sio_open(3) already | Alexandre Ratchov | |
does it. From Anathae Townsend <atownsend(at)nucleus.com>, thanks! | |||
2009-04-10 | When deciding whether a sti@pci board is the console, compare all valid BAR | Miod Vallat | |
addresses against PAGE0 information, instead than only the BAR mapping sti region #0; on Visualize FXe, PAGE0 will point to another BAR and we would not recognize the display as the console device. Tested on Visualize FX4 (on C240), Visualize EG (on B1000) and Visualize FXe (on B2000). | |||
2009-04-10 | Fix for PR6099, read/write of non-byte aligned IndexField | Jordan Hargrave | |
ok marco@ | |||
2009-04-10 | lrint, llrint, lrintf, llrintf for amd64. ok kettenis@, oga@ | Martynas Venckus | |
2009-04-10 | with the recent module-expand changes, we need to use | Joris Vink | |
the correct repository path in Set-sticky and Clear-sticky otherwise we'll end up with stuff like src/bin/ls/src/bin/ls in CVS/Repository which pretty much breaks. noticed & ok sthen@ | |||
2009-04-10 | fix typos introduced | Theo de Raadt | |
2009-04-10 | sync | Theo de Raadt | |
2009-04-10 | resync libssl/libcrypto pod documentation - quite a few more pages and | Damien Miller | |
MLINKS; feedback and ok jmc@ |