summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-10-12Don't use BIOS configuration data when no seeprom is available. LetsKenneth R Westerback
SGI use more than 8 bit asynch transfers on built in ahc. Problem noted by pefo@. Fix found in NetBSD PR #23276 from Christopher Sekiya. ok pefo@.
2004-10-12Bring the tape install code up to current standards andKenneth R Westerback
add a few enhancements: - allow installation of all files on a tape without rewinding - ask for and use a blocksize for each file - provide a list of tape devices to users - force use of 'nr<tape>' devices - check for /bin/mt before trying to install makedev() is simplified a bit to rely on errors from MAKEDEV rather than checking for specific devices being present.
2004-10-12nicer displayMarc Espie
2004-10-12Use a udp socket to communicate with the dhcp servers. The bpf interfaceClaudio Jeker
can't be used to forward the packets. Bpf would relay the packets to wrong interface. Reports and tests by Hans Kremers and Colin Harford OK henning@
2004-10-12Actually, /etc/passwd is 6th Edition-style, not 7th. The only realTodd C. Miller
diff between /etc/passwd in 6th and 7th was the crypt() algorithm used and we no longer put encrypted passwords in /etc/passwd. From Matthew Gregan; OK otto@
2004-10-12remove text after #endif (errors out with gcc3)Christian Weisgerber
2004-10-12increase DFLSSIZ to smth more common in between other archsMichael Shalayeff
2004-10-12move conflict handling into a separate function, cleaner...Marc Espie
2004-10-12Oops. Copy option contents BEFORE looking for them.Marc Espie
problem noticed by wilfried@ as `packages don't have INSTALL anymore'
2004-10-12add re(4), ok otto@Jonathan Gray
2004-10-11sync to recent ifgroup changesJared Yanovich
2004-10-11strip out quite a few of the ISA devicesBrad Smith
with input from and ok miod@
2004-10-11add Planex GW-NS11HMichael Shalayeff
2004-10-11add Planex GW-NS11HMichael Shalayeff
2004-10-11regenMichael Shalayeff
2004-10-11add support for Planex GW-NS11H; from Jonathan Gray <jsg@goblin.cx>Michael Shalayeff
2004-10-11enable mount_ntfs on amd64, ok miod@ millert@Anil Madhavapeddy
2004-10-11common code for exec/unexec/extraunexec.Marc Espie
2004-10-11simplify ldconfig now that we run in an uniform way.Marc Espie
2004-10-11remove special `visiting order' when writing packing-lists.Marc Espie
Add implicit '.' cwd at beginning of packing-list. so that special files get registered at front of packing-list before any cwd occurs (and they get in the same order as stuff gets written through tar).
2004-10-11better visitor, that allows for revisits later.Marc Espie
2004-10-11aggregate all MESSAGES and display them at the end, with proper markers toMarc Espie
separate distinct packages.
2004-10-11move mandir handling to pkg_add/delete time, solely.Marc Espie
Adjust stuff so that pkg_add can run makewhatis just once. pkg_delete cannot, since it has to have the manpages around still to remove them...
2004-10-11common code for all script running.Marc Espie
Common option for not running scripts: -I for both pkg_add and pkg_delete.
2004-10-11more similarities to pkg_deleteMarc Espie
2004-10-11pass more stuff through stateMarc Espie
2004-10-11store opt_n and opt_v inside state.Marc Espie
2004-10-11$state->{beverbose} = $state->{verbose} || $state->{not}Marc Espie
2004-10-11store more stuff inside $stateMarc Espie
2004-10-11move to a structure more similar to pkg_delete.Marc Espie
2004-10-11tweak, make it work a bit more like pkg_addMarc Espie
2004-10-11rework error handling through an eval{} so that post really_add alwaysMarc Espie
gets executed, which means we can postpone some stuff until then...
2004-10-11respect alphabetical order better.Marc Espie
2004-10-11full documentation for UNMESSAGEMarc Espie
2004-10-11add support for undisplay file, to be able to show information at pkgMarc Espie
removal without having to run a DEINSTALL script...
2004-10-11ifgroups reqriteHenning Brauer
there is now a TAILQ with all interface groups as members, and in struct ofnet there is only a pointer to the group structure stored and not its name. mostly hacked at c2k4 and somewhere over the atlantic ocean ok markus mcbride
2004-10-11kill old MTREE option that was never implemented in the new tools anyways.Marc Espie
kill -C and -P options which are definitely no longer used as well. Reorder special files so that REQUIRE is at front (and it's executed first anyways).
2004-10-11split PackageName handling into PackageName stuff/PkgSpec matching.Marc Espie
Kill new method that isn't really used. Name explicit splitstem() to get the stem of a packagename. Adjust calls to the interface.
2004-10-11reorg error handling slightly, cleaner and clearer.Marc Espie
2004-10-11add Buffalo LGY-PCI-GT, thanks to Mark Uemura for donating one.Jonathan Gray
ok otto@
2004-10-11+gentbiBrad Smith
2004-10-11a few more xrefsMichael Shalayeff
2004-10-11add rcisd[]Michael Shalayeff
2004-10-10Add support for DWARF2 exception handling.Mark Kettenis
ok drahn@, millert@
2004-10-10now that no cpu assumptions are left in -- remove the cross-glueMichael Shalayeff
2004-10-10parse the cpu-specific ids based on the e_machineMichael Shalayeff
2004-10-10Work around "overlapped command" issue on devices that are slower than U320. ↵Marco Peereboom
Committing this due to a preemptive "I don't like your fix" comment from krw@ Tested by pval@, krw@ and me, ok krw@
2004-10-10Add PT_LOOS, PT_HIOS and Elf_Half.Mark Kettenis
ok drahn@
2004-10-10inform softdep of inode mode change, from freebsd. while i'm at it,Pedro Martelletto
check for ufs_truncate failure and do a bit of the usual null for pointers, spacing stuff. ok tedu@
2004-10-10Use the correct API for /dev/sequencer. From Alexandre Ratchov.Jonathan Gray
'looks correct' henning@ djm@