Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-12-13 | delete a '?' to make work around a bug in mdoc. This is wrong but at least ↵ | Todd C. Miller | |
now it doesn't ignore lines... | |||
1998-12-13 | ed is now ne/we so fix this and make other devices reflect reality | Todd C. Miller | |
1998-12-13 | be more careful with media handlings | Theo de Raadt | |
1998-12-13 | Fall back from passive to active if connect() fails. This can happen if the ↵ | Todd C. Miller | |
remote server has an ip filter in place (live cvs does). | |||
1998-12-13 | use termtypes to build termcap/terminfo | Todd C. Miller | |
1998-12-13 | this this | Niklas Hallqvist | |
1998-12-13 | document new -d option for morse | Paul Janzen | |
1998-12-13 | Include option to decode morse. Concept based on NetBSD code. | Paul Janzen | |
1998-12-13 | Show periodic events the correct number of times. | Paul Janzen | |
Calculate special events (Easter) correctly regardless of which year they occur in (thus fixing user/562). Keep locales and special event names from propogating from one user to the next during "calendar -a". Set up a framework to handle special events other than Easter (for instance, Jewish events, eventually). Various other fixes. | |||
1998-12-13 | implement some more of those write_multi routines; also some 64 bit ones | Michael Shalayeff | |
1998-12-13 | define HPA region | Michael Shalayeff | |
1998-12-13 | use PDC_ALIGNMENT; oops | Michael Shalayeff | |
1998-12-13 | PDC_ALIGNMENT; remove global chasdata | Michael Shalayeff | |
1998-12-13 | define PDC arguments alignment | Michael Shalayeff | |
1998-12-13 | take advantage of IO space equal mapping | Michael Shalayeff | |
1998-12-10 | Several fixes to dounmount. | Artur Grabowski | |
- Check for MNT_UNMOUNT before doing the actual unmount. It shouldn't matter for normal unmounts that go through sys_unmount, because they won't be able to do a lookup on the mountpoint when it's being unmounted, but mfs calls dounmount directly (and there was still a race). - clear the MNT_UNMOUNT flag after reenabling the lock (almost impossible race). - clear the MNT_MWAIT flag after doing a wakeup on the mountpoint. | |||
1998-12-10 | vfs_unmountall: retry to unmount all remaining filesystems when one unmount ↵ | Artur Grabowski | |
failed | |||
1998-12-10 | Boy, this was tricky to find: | brian | |
Remove any dial timer that might be hanging around at datalink_Destroy() time. This timer may be left running after the link is closed (making sure it's not automatically opened again too soon). | |||
1998-12-10 | When using ``set device !someprogram'', when ``someprogram'' | brian | |
exits, it causes a select() exception. Handle these select() exceptions on link descriptors in pretty much the same way as loss of carrier rather than dropping out in confusion. | |||
1998-12-10 | sync with FreeBSD | David Leonard | |
1998-12-10 | split automatic init into own file | David Leonard | |
1998-12-10 | tests are now useful | David Leonard | |
1998-12-09 | snc | Theo de Raadt | |
1998-12-09 | and a gus | Theo de Raadt | |
1998-12-09 | sync | Theo de Raadt | |
1998-12-09 | new USR modem | Theo de Raadt | |
1998-12-08 | fix kvtop() according to the recent changes of mapping IO space equally | Michael Shalayeff | |
1998-12-07 | doc -z pax option; d | Theo de Raadt | |
1998-12-07 | No need to cast to they type we already are. Also minor KNF | Todd C. Miller | |
1998-12-07 | fd leak; oops | Todd C. Miller | |
1998-12-07 | Wall | Theo de Raadt | |
1998-12-07 | remove bogus CURDIR | Todd C. Miller | |
1998-12-07 | kill OBJDIR sillyness | Todd C. Miller | |
1998-12-07 | disgusting ed hack to remove three lines from xterm termcap entry; should be ↵ | Todd C. Miller | |
redone | |||
1998-12-07 | make pcvt arrow keys work with vt220 entries; most dec terminals generate ↵ | Todd C. Miller | |
DEL, not ^H | |||
1998-12-07 | stock master termcap/terminfo file; version Version 10.2.5 | Todd C. Miller | |
1998-12-07 | this will replace share/{termcap,terminfo} soon | Todd C. Miller | |
1998-12-07 | fix [:print:] | Theo de Raadt | |
1998-12-07 | remove bogus divide, fixes pr #656 | Todd C. Miller | |
1998-12-06 | Fix a minor 64 bit constant synth. bug | Per Fogelstrom | |
1998-12-05 | NOMAN fixes | kstailey | |
1998-12-05 | There's still a good bit of lock debugging that needs to happen. Don't | Constantine Sapuntzakis | |
turn it on by default or people will be getting too many panics. | |||
1998-12-05 | typo | Marc Espie | |
1998-12-05 | some locore.S | Michael Shalayeff | |
1998-12-05 | define INT_IO and INT_ALL masks for spl*() macros to use | Michael Shalayeff | |
1998-12-05 | some db_machdep.h | Michael Shalayeff | |
1998-12-05 | do elf and som, no a.out and ecoff | Michael Shalayeff | |
1998-12-05 | some cleanup | Michael Shalayeff | |
1998-12-05 | btlb_insert() now returns slot number, heartbeat() and cpu_gethpa(to get ↵ | Michael Shalayeff | |
cpu#0 HPA) prototypes | |||
1998-12-05 | fake bus_space_barrier() | Michael Shalayeff | |