summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-04-30quotes around ? matches; Alexander HallTheo de Raadt
2009-04-30Prime mountpoint info with any fstab info that is available, withKenneth R Westerback
2009-04-30if the kernel is a -current kernel, change the default path to snapshotsTheo de Raadt
2009-04-30Redo the fdisk handling for MBR-only architectures (macppc has to getTheo de Raadt
2009-04-29code that stank and made me upsetTheo de Raadt
2009-04-29KNFTheo de Raadt
2009-04-29only encrypt passwords if they are setTheo de Raadt
2009-04-29in [ ] or [[ ]] use -z instead of ! -n since it is shorterTheo de Raadt
2009-04-29in [ ] or [[ ]] use -z instead of ! -n since it is shorterTheo de Raadt
2009-04-29Apply the cleanup stick.Owain Ainsworth
2009-04-29If we netbooted, use that interface as the default choice in the interfaceTheo de Raadt
2009-04-29de-static some functions. Helps handling the monster change I'm working on.Claudio Jeker
2009-04-29Split up functionalities between mpls_input and mpls_output.Michele Marchetto
2009-04-29document that bogus lines are silently ignoredTheo de Raadt
2009-04-29Remove the stderr spray balony. Library functions should indicate failureTheo de Raadt
2009-04-29Extend pciio extents to cover the while 32-bit address space. The processorMark Kettenis
2009-04-29junk spaceTheo de Raadt
2009-04-29no need for -g in ifconfig netboot group test; ok claudioTheo de Raadt
2009-04-29If the machine has any wsdisplay devices at all, we probably want theTheo de Raadt
2009-04-29Ask for the root password before sshd, because I have caught myselfTheo de Raadt
2009-04-29new wpi-firmware package for iwlwifi-3945-ucode-15.32.2.9.tgzDamien Bergamini
2009-04-29increase the max for medium a bit, so e.g. a 6GB disk gets fully usedOtto Moerbeek
2009-04-29Enable hardware vlan tagging/stripping and disable theJonathan Gray
2009-04-29add options 'a' and 'd' to the getopt string soJoris Vink
2009-04-29regenStuart Henderson
2009-04-29add some Attansic, Broadcom and a JMicron device. from Brad, ok reykStuart Henderson
2009-04-29Implement the 64bit FIFO modes (based on the OpenCISS SpecificationReyk Floeter
2009-04-29+.Xr ndp 8Jason McIntyre
2009-04-29clarify fstype `raid' and some other small bits whilst here;Jason McIntyre
2009-04-29Use NO_CCB when we run out of work units. This way we don't have to careMarco Peereboom
2009-04-29MFI_D_IOCTL should be commented out. No binary change.Marco Peereboom
2009-04-28smtp auth happened to work by luck because delivery to mbox action was theGilles Chehade
2009-04-28fix a bug where client with unresolvable revdns is never greeted; ok gilles@Jacek Masiulaniec
2009-04-28ral was already disabled on ramdiskC, so we don't need the firmware.Stuart Henderson
2009-04-28don't use strlcpy before calling a function that uses strlcpyJacek Masiulaniec
2009-04-28in mta, change the batch status to S_BATCH_TEMPFAILURE by default so thatGilles Chehade
2009-04-28make S_DATAREQUEST state similar to S_{MAIL,RCPT}REQUEST; ok gilles@Jacek Masiulaniec
2009-04-28We have no choice but to ask for the timezone information later, soTheo de Raadt
2009-04-28When asking for network configs, prompt with the first interface name theTheo de Raadt
2009-04-28let mta, mda, and mfa become idle - no functional change; ok gilles@Jacek Masiulaniec
2009-04-28extend STATE column to fit > 9 cpus; Aivar Jaakson; PR6131Theo de Raadt
2009-04-28adjust comment to match code; vlan tag range is 1-4095 not 0-4095Stuart Henderson
2009-04-28Simplify rbus_machdep.c, and make it work more reliable behind PCI-PCI bridgesMark Kettenis
2009-04-28put vlan support onto these mediaTheo de Raadt
2009-04-28If the RAMDISK kernel in use supports vlans, ask the right questionTheo de Raadt
2009-04-28Revert pageqlock back from a mutex to a simple_lock, as it needs to beMiod Vallat
2009-04-28The TX engine can get stuck if the interface went through a linkMarco Pfatschbacher
2009-04-28Sync with kernel changes.Michele Marchetto
2009-04-28Introduce a new dummy operation to easily handle packets that have to leaveMichele Marchetto
2009-04-28tweak previous;Jason McIntyre