Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-03-18 | typo; nash@mcs.net | Aaron Campbell | |
1999-03-18 | ``that that'' -> ``than that''; nash@mcs.net | Aaron Campbell | |
1999-03-18 | powerfull -> powerful; garath@ntplx.net | Aaron Campbell | |
1999-03-18 | Don't allow users to mount umapfs. | Artur Grabowski | |
(only a problem when kern.usermount == 1) | |||
1999-03-18 | make sure mountpoint starts with '/' and call get_mp() from editor_name() ↵ | Todd C. Miller | |
instead of rolling our own | |||
1999-03-18 | Make pcvt arrow keys work with vt220 entries; DEC terminals generate DEL, | Todd C. Miller | |
not ^H. | |||
1999-03-18 | Update to version 10.2.7. Differences are very minor: | Todd C. Miller | |
rename bsdos -> bsdos-pc (since BSD/OS runs on more than PC's), Add more info to descriptions, move beehive entries, fix typos Note that this adds rc and sc back to the xterm entry (now that curses can deal this is safe) since we want these capabilities to show up in termcap. | |||
1999-03-18 | Sort entries by mountpoint, not partition number when writing fstab via | Todd C. Miller | |
the -F option. We do this to make sure /var occurs before /var/mail, /usr before /usr/local, etc... | |||
1999-03-17 | do not toast later swdevt[] entries | Theo de Raadt | |
1999-03-17 | sd3b too | Theo de Raadt | |
1999-03-17 | cleanup default swap devices (MAXPARTITIONS) | Theo de Raadt | |
1999-03-17 | proper formatting for dmesg | Theo de Raadt | |
1999-03-17 | sync | Theo de Raadt | |
1999-03-17 | markers for some unsupported devices | Theo de Raadt | |
1999-03-17 | isp | Theo de Raadt | |
1999-03-17 | If an mfs io is successful set b_resid to 0. | Artur Grabowski | |
From Chuck Silvers <chs@netbsd>. | |||
1999-03-17 | sync | Theo de Raadt | |
1999-03-17 | run libssl distribution target | Theo de Raadt | |
1999-03-17 | subdir Makefiles should not contain anything else | Theo de Raadt | |
1999-03-17 | Add -W option so -type W gets a chance to work. | Marc Espie | |
1999-03-17 | Document known problem and work-around, until I manage to get it fixed. | Marc Espie | |
1999-03-17 | i386, sparc, hp300 not vax, tahoe, hp300 | Todd C. Miller | |
1999-03-17 | fix OpenBSD headers | mjacob | |
1999-03-17 | fix OpenBSD headers | mjacob | |
1999-03-17 | embarrassing typo botch. Thanks to | mjacob | |
Federico G. Schwindt <fgsch@cvs.openbsd.org> for pointing it out. Fix OpenBSD header per his suggestion also. | |||
1999-03-17 | complete update of ISP driver- Finally enabled for sparc | mjacob | |
1999-03-17 | complete update of ISP driver- includes 2100 FC support | mjacob | |
1999-03-17 | complete update of ISP driver- includes 2100 FC support | mjacob | |
1999-03-17 | update firmware substantially | mjacob | |
1999-03-17 | Add in a real working isp_sbus.c | mjacob | |
1999-03-17 | more scrubbing | Theo de Raadt | |
1999-03-17 | oops | Theo de Raadt | |
1999-03-17 | spelling | Theo de Raadt | |
1999-03-17 | do not break things | Theo de Raadt | |
1999-03-17 | Remove all hardcoded [...] syntax. | brian | |
With help from: Daniel C. Sobral <dcs@newsguy.com> | |||
1999-03-16 | tell gnu configure packages to stuff their files under /etc. | Marc Espie | |
1999-03-16 | put duplicate code into its own functions and fix some minor problems this ↵ | Todd C. Miller | |
brought to light | |||
1999-03-16 | Add ssl.8 man page - configuration and issues overview. | Bob Beck | |
1999-03-16 | Reflect reality | Thorsten Lockert | |
1999-03-16 | sync | Theo de Raadt | |
1999-03-16 | more devices | Theo de Raadt | |
1999-03-16 | in match(), check for at least one drq | Theo de Raadt | |
1999-03-16 | Fix typo in 192.168 anti-spoofing rule; truman@research.suspicious.org | Kjell Wooding | |
1999-03-16 | xref xl(4) | Todd C. Miller | |
1999-03-16 | ncurses-4.2-990316 | Todd C. Miller | |
1999-03-16 | Mention changes to the default authentication behaviour. | brian | |
1999-03-16 | K6-3 | Theo de Raadt | |
1999-03-16 | Add install of reasonable default ssleay.cnf file | Bob Beck | |
1999-03-16 | /etc/ssl/lib for ssleay.cnf | Bob Beck | |
1999-03-16 | Add -F flag to cause editor to prompt for mount points and save the ↵ | Todd C. Miller | |
resulting info in fstab format. To be used by the install script. |