summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-12-19Allow comments in /etc/{myname,mygate,defaultdomain}; OK deraadt@Todd C. Miller
2004-12-19syncTheo de Raadt
2004-12-19tigon-license fileTheo de Raadt
2004-12-19build uyap firmwareTheo de Raadt
2004-12-19filesystem firmware loading for uyap(4). this should work, i wrote it veryTheo de Raadt
2004-12-19simplify solve_dependencies: always compute to_install array (it isMarc Espie
2004-12-19Block SIGALRM during write--we only want it to interrupt read().Todd C. Miller
2004-12-19move conflict code to PkgCfl.Marc Espie
2004-12-19fix cleanupTheo de Raadt
2004-12-19use strchr instead of indexTheo de Raadt
2004-12-19spacingTheo de Raadt
2004-12-19route <label> rewording from otto@;Jason McIntyre
2004-12-19remove section detailing `file' operand: none of our other pages do itJason McIntyre
2004-12-19Reduce delta to FreeBSD by adding and using ahd_alloc() rather thanKenneth R Westerback
2004-12-19spacingTheo de Raadt
2004-12-19syncTheo de Raadt
2004-12-19Make it possible for carp to work on fddi and token ring again.Ryan Thomas McBride
2004-12-19umask returns mode_t, not intTodd C. Miller
2004-12-19Set atime and mtime when giving out a new pty. With help from tholo@Todd C. Miller
2004-12-18Use _PATH_BSHELL instead of hardcoding "/bin/sh"Todd C. Miller
2004-12-18remove GCC_FUNC_ATTR/GCC_FUNC_ATTR2 and just use __attribute__ directlyTodd C. Miller
2004-12-18Replace fd_clexec() with calls to fcntl(fd, F_SETFD, FD_CLOEXEC)Todd C. Miller
2004-12-18Use struct termios instead of TTY_state typedefTodd C. Miller
2004-12-18Flags set in signal handlers should be volatile sig_atomic_tTodd C. Miller
2004-12-18Use the BSD sig_t instead of homegrown handler_tTodd C. Miller
2004-12-18deregisterTodd C. Miller
2004-12-18When invoked as sh set SH_VERSION, not KSH_VERSION like the man page says.Todd C. Miller
2004-12-18Get rid of #ifdef KSH since we don't care about building a V7 style sh andTodd C. Miller
2004-12-18Use _POSIX_VDISABLE directly instead of assigning it to a variable.Todd C. Miller
2004-12-18Remove unused OS dependent #ifdef blocks, #defines and macro abstraction.Todd C. Miller
2004-12-18cleanup and indent examples. ok jmcJared Yanovich
2004-12-18Use SIU_TASKMGMT_* defines from scsi_all.h rather than local duplicates.Kenneth R Westerback
2004-12-18Add SPI status information unit structure and defines, along with someKenneth R Westerback
2004-12-18when parsing an RCS date, adjust the year by 1900 in the tm structureJean-Francois Brousseau
2004-12-18reflect reality.Marc Espie
2004-12-18kitchensink mode will proceed if it can't find a dependent package...Marc Espie
2004-12-18if we can't find a package, and it's there to solve a dependency,Marc Espie
2004-12-18Add tc_init(9) page, a description of the timecounters. With someAlexander Yurchenko
2004-12-18document kitchensink optionMarc Espie
2004-12-18display something when files ought to get moved in -n.Marc Espie
2004-12-18ignore size issues in kitchensink pretend mode.Marc Espie
2004-12-18oops, don't compute fullname unless we know we can.Marc Espie
2004-12-18implement special `kitchensink' option for testers.Marc Espie
2004-12-18basic code to handle legacy .libs-* packages: figure out what collisionsMarc Espie
2004-12-18use tick instead of ticks. thanks to hannes at mehnert dot org.Reyk Floeter
2004-12-18Print error codes in panic message.Brad Smith
2004-12-18Use more standard TIOCGSIZE instead of the older TIOCGWINSZ.Todd C. Miller
2004-12-18Decrement carp_suppress_preempt when detaching an interface that hasChristopher Pascoe
2004-12-18Better wording.Ryan Thomas McBride
2004-12-17Temporary fix to get IPv6 working again.Marco Pfatschbacher