summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-12-13delete 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-13ed is now ne/we so fix this and make other devices reflect realityTodd C. Miller
1998-12-13be more careful with media handlingsTheo de Raadt
1998-12-13Fall 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-13use termtypes to build termcap/terminfoTodd C. Miller
1998-12-13this thisNiklas Hallqvist
1998-12-13document new -d option for morsePaul Janzen
1998-12-13Include option to decode morse. Concept based on NetBSD code.Paul Janzen
1998-12-13Show 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-13implement some more of those write_multi routines; also some 64 bit onesMichael Shalayeff
1998-12-13define HPA regionMichael Shalayeff
1998-12-13use PDC_ALIGNMENT; oopsMichael Shalayeff
1998-12-13PDC_ALIGNMENT; remove global chasdataMichael Shalayeff
1998-12-13define PDC arguments alignmentMichael Shalayeff
1998-12-13take advantage of IO space equal mappingMichael Shalayeff
1998-12-10Several 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-10vfs_unmountall: retry to unmount all remaining filesystems when one unmount ↵Artur Grabowski
failed
1998-12-10Boy, 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-10When 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-10sync with FreeBSDDavid Leonard
1998-12-10split automatic init into own fileDavid Leonard
1998-12-10tests are now usefulDavid Leonard
1998-12-09sncTheo de Raadt
1998-12-09and a gusTheo de Raadt
1998-12-09syncTheo de Raadt
1998-12-09new USR modemTheo de Raadt
1998-12-08fix kvtop() according to the recent changes of mapping IO space equallyMichael Shalayeff
1998-12-07doc -z pax option; dTheo de Raadt
1998-12-07No need to cast to they type we already are. Also minor KNFTodd C. Miller
1998-12-07fd leak; oopsTodd C. Miller
1998-12-07WallTheo de Raadt
1998-12-07remove bogus CURDIRTodd C. Miller
1998-12-07kill OBJDIR sillynessTodd C. Miller
1998-12-07disgusting ed hack to remove three lines from xterm termcap entry; should be ↵Todd C. Miller
redone
1998-12-07make pcvt arrow keys work with vt220 entries; most dec terminals generate ↵Todd C. Miller
DEL, not ^H
1998-12-07stock master termcap/terminfo file; version Version 10.2.5Todd C. Miller
1998-12-07this will replace share/{termcap,terminfo} soonTodd C. Miller
1998-12-07fix [:print:]Theo de Raadt
1998-12-07remove bogus divide, fixes pr #656Todd C. Miller
1998-12-06Fix a minor 64 bit constant synth. bugPer Fogelstrom
1998-12-05NOMAN fixeskstailey
1998-12-05There's still a good bit of lock debugging that needs to happen. Don'tConstantine Sapuntzakis
turn it on by default or people will be getting too many panics.
1998-12-05typoMarc Espie
1998-12-05some locore.SMichael Shalayeff
1998-12-05define INT_IO and INT_ALL masks for spl*() macros to useMichael Shalayeff
1998-12-05some db_machdep.hMichael Shalayeff
1998-12-05do elf and som, no a.out and ecoffMichael Shalayeff
1998-12-05some cleanupMichael Shalayeff
1998-12-05btlb_insert() now returns slot number, heartbeat() and cpu_gethpa(to get ↵Michael Shalayeff
cpu#0 HPA) prototypes
1998-12-05fake bus_space_barrier()Michael Shalayeff