Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-12-16 | Typo police | brian | |
Submitted by: Bill Fumerola <billf@FreeBSD.org> | |||
1998-12-15 | more | Theo de Raadt | |
1998-12-15 | flesh out this man page with some examples | Theo de Raadt | |
1998-12-15 | Always provide an argument to .Nm in SYNOPSIS section | Paul Janzen | |
1998-12-15 | Fix a potentially bad latency problem. | brian | |
Problem reported by: Christopher Hall <hsw@acm.org> | |||
1998-12-15 | clean; form | Theo de Raadt | |
1998-12-15 | Sync with NetBSD (no detach updates yet). | Federico G. Schwindt | |
This should fix pcic_chip_socket_enable() to work on more machines. | |||
1998-12-15 | correted sigsetjmp, setjump. Fixed MACHINE_ARCH vs. MACHINE stuff. | Steve Murphree | |
1998-12-15 | Support for the m88k arch. | Steve Murphree | |
1998-12-15 | This fixed a number of things. A serious bug in bugcrt.c's initial stack | Steve Murphree | |
among other things. | |||
1998-12-15 | Added sdcrt.c to make bootxx and bootsd work. | Steve Murphree | |
1998-12-15 | Greatly improved tapeboot. From mvme68k. | Steve Murphree | |
1998-12-15 | Commint for the first real mvme88k OpendBSD | Steve Murphree | |
1998-12-15 | Commit for the first real OpenBSD mvme88k port. | Steve Murphree | |
1998-12-15 | Commit for the first working mvme88k port. | Steve Murphree | |
1998-12-15 | Commit for the first real OpenBSD mvme88k kernel. | Steve Murphree | |
1998-12-15 | check for valid ip_hl too; route@infonexus.com | Theo de Raadt | |
1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell | |
1998-12-15 | forget about the old floppies, do not build them anymore | Theo de Raadt | |
1998-12-15 | push CC and CFLAGS; wd@ics.nara-wu.ac.jp | Theo de Raadt | |
1998-12-14 | adjust argv and argc correctly when reading max from command line | Todd C. Miller | |
1998-12-14 | pasto that caused goal and max params not to work | Todd C. Miller | |
1998-12-14 | ss20 machines which claim to have SBUS_BURST_64 are lying | Theo de Raadt | |
1998-12-14 | Do clamping of dvma burst size like everything else | Jason Wright | |
1998-12-14 | Allow a variable as the first arg to ``set proctitle''. | brian | |
1998-12-14 | Mention the cosmetic necessity to ``iface clear'' in ppp.linkdown. | brian | |
1998-12-14 | ed has been split up | Todd C. Miller | |
1998-12-14 | remove bogus^H^H^H^H^Hconstant cache line size definition | Michael Shalayeff | |
1998-12-14 | add lan_station_id struct | Michael Shalayeff | |
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 | |