Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2004-12-18 | Flags set in signal handlers should be volatile sig_atomic_t | Todd C. Miller | |
2004-12-18 | Use the BSD sig_t instead of homegrown handler_t | Todd C. Miller | |
Remove KSH_SA_FLAGS | |||
2004-12-18 | deregister | Todd C. Miller | |
2004-12-18 | When invoked as sh set SH_VERSION, not KSH_VERSION like the man page says. | Todd C. Miller | |
2004-12-18 | Get rid of #ifdef KSH since we don't care about building a V7 style sh and | Todd C. Miller | |
the #ifdef KSH code is required to make a POSIX sh. From Matthias Kilian | |||
2004-12-18 | Use _POSIX_VDISABLE directly instead of assigning it to a variable. | Todd C. Miller | |
2004-12-18 | Remove unused OS dependent #ifdef blocks, #defines and macro abstraction. | Todd C. Miller | |
First step in making the ksh code easier to read. From Matthias Kilian | |||
2004-12-18 | cleanup and indent examples. ok jmc | Jared Yanovich | |
2004-12-18 | Use SIU_TASKMGMT_* defines from scsi_all.h rather than local duplicates. | Kenneth R Westerback | |
2004-12-18 | Add SPI status information unit structure and defines, along with some | Kenneth R Westerback | |
command information unit 'Task Management Flags' defines. From FreeBSD with a few tweaks. For ahd. ok tdeval@ marco@. | |||
2004-12-18 | when parsing an RCS date, adjust the year by 1900 in the tm structure | Jean-Francois Brousseau | |
so we can use this data with asctime(), mktime() and friends spotted and patch by Joris Vink | |||
2004-12-18 | reflect reality. | Marc Espie | |
2004-12-18 | kitchensink mode will proceed if it can't find a dependent package... | Marc Espie | |
2004-12-18 | if we can't find a package, and it's there to solve a dependency, | Marc Espie | |
say so. | |||
2004-12-18 | Add tc_init(9) page, a description of the timecounters. With some | Alexander Yurchenko | |
help from jmc@. | |||
2004-12-18 | document kitchensink option | Marc Espie | |
2004-12-18 | display something when files ought to get moved in -n. | Marc Espie | |
2004-12-18 | ignore size issues in kitchensink pretend mode. | Marc Espie | |
Be consistent: show added files and deleted files if pretending. |