Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-20 | more details in license files | Theo de Raadt | |
2004-12-20 | repair error message: set_pkgname so that we don't report for the last | Marc Espie | |
package. | |||
2004-12-20 | firmware loading from the filesystem. pci subsystem type things | Theo de Raadt | |
are still done early, but audio subsystem setup is deferred till after root is mounted. tested by mcbride | |||
2004-12-20 | don't display some details in -n mode unless very verbose. | Marc Espie | |
2004-12-20 | keep a hash of installed packages, so that we can refuse to replace a | Marc Espie | |
package that just got installed. Also allows us to give a full tally of what reorder did in kitchensink. | |||
2004-12-20 | lots of minor tweaking and cleanup, removal of unused junk, etc; dlg ok | Theo de Raadt | |
2004-12-20 | Ansification plus some minor knf. No binary change on i386 and | Otto Moerbeek | |
sparc64, binary change in lex.o on macppc due to introduction of dopprompt() prototype. ok millert@ | |||
2004-12-20 | Add support for displaying Shared Spanning Tree Protocol frames, a minor | Christopher Pascoe | |
variation on 802.1d/STP. ok otto@ mcbride@ | |||
2004-12-20 | Enforce an ordering on ifnet such that CARP interfaces appear later in the | Christopher Pascoe | |
list than physical interfaces. This makes ifa_ifwith* prefer a physical interface over a CARP one. This addresses the problem where a CARP interface in BACKUP state is selected after a route change, resulting in a loss of communications despite there being another interface available which is perfectly usable. ok mcbride@ mpf@ | |||
2004-12-20 | sync | Theo de Raadt | |
2004-12-20 | remove MLINKS too | Jun-ichiro itojun Hagino | |
2004-12-20 | remove manpages based on RFC. requested by deraadt | Jun-ichiro itojun Hagino | |
2004-12-20 | vge(4) in bsd.rd, only CD for now; ok deraadt | Peter Valchev | |
2004-12-19 | #define sc_if sc_ac.ac_if, makes things a little more readable, and | Ryan Thomas McBride | |
kills a couple of ugly line wraps. From Max Laier. ok pascoe@ | |||
2004-12-19 | sanity check: in -n mode, we end up replacing stuff that doesn't exist ? | Marc Espie | |
2004-12-19 | single comment in GENERIC replaces a file that gets out of date; discussed ↵ | Theo de Raadt | |
by many | |||
2004-12-19 | don't create path if -n. | Marc Espie | |
2004-12-19 | grammar; | Jason McIntyre | |
2004-12-19 | add a handler for the Gzip-stream request. The handler parses the | Jean-Francois Brousseau | |
requested compression level but does not enable compression yet. | |||
2004-12-19 | Add ahd. | Kenneth R Westerback | |
ok deraadt@. | |||
2004-12-19 | use /sys includes instead of /usr/include/[possibly stale]/sys; deraadt@ ok | Michael Shalayeff | |
2004-12-19 | prep for future | Theo de Raadt | |
2004-12-19 | shorten code | Theo de Raadt | |
2004-12-19 | disable uyap by default, because it is that rare | Theo de Raadt | |
2004-12-19 | sync | Theo de Raadt | |
2004-12-19 | not yds yet | Theo de Raadt | |
2004-12-19 | filesystem firmware loading written over the pacific 2 weeks ago, tested | Theo de Raadt | |
by mickey | |||
2004-12-19 | Allow comments in /etc/{myname,mygate,defaultdomain}; OK deraadt@ | Todd C. Miller | |
2004-12-19 | sync | Theo de Raadt | |
2004-12-19 | tigon-license file | Theo de Raadt | |
2004-12-19 | build uyap firmware | Theo de Raadt | |
2004-12-19 | filesystem firmware loading for uyap(4). this should work, i wrote it very | Theo de Raadt | |
carefully. unfortunately, we cannot find anyone who has one of these devices in our entire user community, thus far. commit it anyways. whoever finds one can contact me if there is a problem. | |||
2004-12-19 | simplify solve_dependencies: always compute to_install array (it is | Marc Espie | |
reasonably cheap). Remove else conditions, use next: after all, it's a simple pattern, try one solution after the other until one succeeds. Pass state to access replace: in that case, first try the list of packages to install/update so that we force them into proper order. Add a mark to handles for finished packages: with -r, we can no longer rely on installed packages to avoid doing the work twice. | |||
2004-12-19 | Block SIGALRM during write--we only want it to interrupt read(). | Todd C. Miller | |
OK deraadt@ | |||
2004-12-19 | move conflict code to PkgCfl. | Marc Espie | |
2004-12-19 | fix cleanup | Theo de Raadt | |
2004-12-19 | use strchr instead of index | Theo de Raadt | |
2004-12-19 | spacing | Theo de Raadt | |
2004-12-19 | route <label> rewording from otto@; | Jason McIntyre | |
ok dhartmei@; | |||
2004-12-19 | remove section detailing `file' operand: none of our other pages do it | Jason McIntyre | |
(well, there probably are exceptions) and it's kind of obvious; ok millert@ | |||
2004-12-19 | Reduce delta to FreeBSD by adding and using ahd_alloc() rather than | Kenneth R Westerback | |
manually reproducing bits in ahd_pci.c. Just as in ahc, avoid allocating and freeing zero length bits of memory for platform data. Don't try to free all or part of ahd_softc, but correctly free allocated memory for seep_config if necessary. Add a final few fields to ahd_softc and scb in preparation for updating/fixing timeout handling. No functional changes. | |||
2004-12-19 | spacing | Theo de Raadt | |
2004-12-19 | sync | Theo de Raadt | |
2004-12-19 | Make it possible for carp to work on fddi and token ring again. | Ryan Thomas McBride | |
ok pascoe@ mpf@ | |||
2004-12-19 | umask returns mode_t, not int | Todd C. Miller | |
2004-12-19 | Set atime and mtime when giving out a new pty. With help from tholo@ | Todd C. Miller | |
and OK tedu@ | |||
2004-12-18 | Use _PATH_BSHELL instead of hardcoding "/bin/sh" | Todd C. Miller | |
2004-12-18 | remove GCC_FUNC_ATTR/GCC_FUNC_ATTR2 and just use __attribute__ directly | Todd C. Miller | |
(we define it away in sys/cdefs.h if it is not supported). | |||
2004-12-18 | Replace fd_clexec() with calls to fcntl(fd, F_SETFD, FD_CLOEXEC) | Todd C. Miller | |
2004-12-18 | Use struct termios instead of TTY_state typedef | Todd C. Miller | |
Use tc[gs]etattr() instead of [gs]et_tty() abstraction |