Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-12 | Don't use BIOS configuration data when no seeprom is available. Lets | Kenneth 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-12 | Bring the tape install code up to current standards and | Kenneth 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-12 | nicer display | Marc Espie | |
2004-10-12 | Use a udp socket to communicate with the dhcp servers. The bpf interface | Claudio 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-12 | Actually, /etc/passwd is 6th Edition-style, not 7th. The only real | Todd 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-12 | remove text after #endif (errors out with gcc3) | Christian Weisgerber | |
2004-10-12 | increase DFLSSIZ to smth more common in between other archs | Michael Shalayeff | |
2004-10-12 | move conflict handling into a separate function, cleaner... | Marc Espie | |
2004-10-12 | Oops. Copy option contents BEFORE looking for them. | Marc Espie | |
problem noticed by wilfried@ as `packages don't have INSTALL anymore' | |||
2004-10-12 | add re(4), ok otto@ | Jonathan Gray | |
2004-10-11 | sync to recent ifgroup changes | Jared Yanovich | |
2004-10-11 | strip out quite a few of the ISA devices | Brad Smith | |
with input from and ok miod@ | |||
2004-10-11 | add Planex GW-NS11H | Michael Shalayeff | |
2004-10-11 | add Planex GW-NS11H | Michael Shalayeff | |
2004-10-11 | regen | Michael Shalayeff | |
2004-10-11 | add support for Planex GW-NS11H; from Jonathan Gray <jsg@goblin.cx> | Michael Shalayeff | |
2004-10-11 | enable mount_ntfs on amd64, ok miod@ millert@ | Anil Madhavapeddy | |
2004-10-11 | common code for exec/unexec/extraunexec. | Marc Espie | |
2004-10-11 | simplify ldconfig now that we run in an uniform way. | Marc Espie | |
2004-10-11 | remove 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-11 | better visitor, that allows for revisits later. | Marc Espie | |
2004-10-11 | aggregate all MESSAGES and display them at the end, with proper markers to | Marc Espie | |
separate distinct packages. | |||
2004-10-11 | move 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-11 | common code for all script running. | Marc Espie | |
Common option for not running scripts: -I for both pkg_add and pkg_delete. | |||
2004-10-11 | more similarities to pkg_delete | Marc Espie | |
2004-10-11 | pass more stuff through state | Marc Espie | |
2004-10-11 | store opt_n and opt_v inside state. | Marc Espie | |
2004-10-11 | $state->{beverbose} = $state->{verbose} || $state->{not} | Marc Espie | |
2004-10-11 | store more stuff inside $state | Marc Espie | |
2004-10-11 | move to a structure more similar to pkg_delete. | Marc Espie | |
2004-10-11 | tweak, make it work a bit more like pkg_add | Marc Espie | |
2004-10-11 | rework error handling through an eval{} so that post really_add always | Marc Espie | |
gets executed, which means we can postpone some stuff until then... | |||
2004-10-11 | respect alphabetical order better. | Marc Espie | |
2004-10-11 | full documentation for UNMESSAGE | Marc Espie | |
2004-10-11 | add support for undisplay file, to be able to show information at pkg | Marc Espie | |
removal without having to run a DEINSTALL script... | |||
2004-10-11 | ifgroups reqrite | Henning 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-11 | kill 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-11 | split 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-11 | reorg error handling slightly, cleaner and clearer. | Marc Espie | |
2004-10-11 | add Buffalo LGY-PCI-GT, thanks to Mark Uemura for donating one. | Jonathan Gray | |
ok otto@ | |||
2004-10-11 | +gentbi | Brad Smith | |
2004-10-11 | a few more xrefs | Michael Shalayeff | |
2004-10-11 | add rcisd[] | Michael Shalayeff | |
2004-10-10 | Add support for DWARF2 exception handling. | Mark Kettenis | |
ok drahn@, millert@ | |||
2004-10-10 | now that no cpu assumptions are left in -- remove the cross-glue | Michael Shalayeff | |
2004-10-10 | parse the cpu-specific ids based on the e_machine | Michael Shalayeff | |
2004-10-10 | Work 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-10 | Add PT_LOOS, PT_HIOS and Elf_Half. | Mark Kettenis | |
ok drahn@ | |||
2004-10-10 | inform 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-10 | Use the correct API for /dev/sequencer. From Alexandre Ratchov. | Jonathan Gray | |
'looks correct' henning@ djm@ |