Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-03-25 | call vm_set_page_size | Per Fogelstrom | |
1998-03-25 | DDB vs DEBUG | Per Fogelstrom | |
1998-03-25 | c++ h files | Per Fogelstrom | |
1998-03-25 | -DV7 removed, -lcompat not needed | Paul Janzen | |
1998-03-25 | handle exponents, leading whitespace, and + | Paul Janzen | |
1998-03-25 | Driver for the 8 leds on the back of sun4 machines. | Jason Wright | |
1998-03-25 | add httpd | Bob Beck | |
1998-03-25 | Install cgi's 000 by default - user must chmod to enable. | Bob Beck | |
1998-03-25 | add SIOCGIFDATA; fetches ifdata structure attached to each interface | Theo de Raadt | |
1998-03-25 | openbsd URL | Theo de Raadt | |
1998-03-25 | Take out /var/www stuff - it's in 4.4BSD.dist | Bob Beck | |
1998-03-25 | /var/www framework - hopefully in the right file this time.. | Bob Beck | |
1998-03-25 | httpd is now in the tree, and an rc.conf flag turns it on | Theo de Raadt | |
1998-03-25 | sprintf goes away | Theo de Raadt | |
1998-03-25 | Initial import from apache 1.2.6 | Bob Beck | |
1998-03-25 | Make directories for /var/www - your basic www root | Bob Beck | |
1998-03-25 | Config file with MRG_ADB as a default. Should be handy for | gene | |
testing. | |||
1998-03-24 | sync | Theo de Raadt | |
1998-03-24 | Make floppy device names match the pattern <device name><number><sub-class> | Marco S Hyman | |
1998-03-24 | Change fd* names to agree with man page | Marco S Hyman | |
1998-03-24 | o sanitize ftp/http url handling (too many evals make my head spin) | Todd C. Miller | |
o proxied ftp can have a username too o make first ethernet device the default o if there is only one disk device make it the default | |||
1998-03-24 | pretty | Theo de Raadt | |
1998-03-24 | prettty | Theo de Raadt | |
1998-03-24 | pretty | Theo de Raadt | |
1998-03-24 | pretty | Theo de Raadt | |
1998-03-24 | nicer output | Theo de Raadt | |
1998-03-24 | sync | Theo de Raadt | |
1998-03-24 | QLogic calls themselves QLogic | Theo de Raadt | |
1998-03-24 | correct isp header | Theo de Raadt | |
1998-03-24 | add isp driver from netbsd, more munging needed | Theo de Raadt | |
1998-03-24 | add compatibility for Arla. | Artur Grabowski | |
(this change was done using Arla) | |||
1998-03-24 | add compatibility for Arla. | Artur Grabowski | |
1998-03-23 | do not wait if vfork() fails | Theo de Raadt | |
1998-03-23 | Back out the previous change. Wrong fix. | Per Fogelstrom | |
1998-03-23 | crank libc major | Theo de Raadt | |
1998-03-23 | sync | Theo de Raadt | |
1998-03-23 | Also digest the leftovers. | janjaap | |
1998-03-23 | teach rmd160 not to throw leftovers out the window | janjaap | |
1998-03-23 | nicer header | Theo de Raadt | |
1998-03-23 | regen | Todd C. Miller | |
1998-03-23 | Emulated version of SunOS ostime(2) wass totally wrong. For now | Todd C. Miller | |
we will just return EPERM. Correct code is #if 0'd out as it needs to call settime() which is static to kern_time.c (and it's not clear that we really want to be setting the clock from an emulated program anyway). | |||
1998-03-23 | Emulate otimes(2) | Todd C. Miller | |
1998-03-23 | update copyright | Theo de Raadt | |
1998-03-23 | do not mislead user with numbers; johns | Theo de Raadt | |
1998-03-23 | make sure people do not use numbers for disk types; johns | Theo de Raadt | |
1998-03-23 | doc TIOCPKT_IOCTL; fair | Theo de Raadt | |
1998-03-23 | cleanup for -Wall; fix routed+rarpd interaction pointed out by | Theo de Raadt | |
Pierre.Beyssac@hsc.fr; and fix a buglet of greek origin. | |||
1998-03-23 | remove libtelnet shared library, because people who build with/without | Theo de Raadt | |
kerberos end up with significantly different and incompatible libraries. NOTE: Everyone should rm /usr/lib/libtelnet.so* right now, and rebuild all the telnet tools. | |||
1998-03-23 | fix printing for these; ignore model number | Theo de Raadt | |
1998-03-22 | correct a comment | Todd C. Miller | |