Searched hist:368 (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/usr.sbin/lpr/lpd/
H A Dprintjob.cdiff 8094 Thu Apr 27 04:56:10 MDT 1995 jkh Close PR:
>Number: 368
>Category: bin
>Synopsis: Lpd doesn't log errors after failed exec
>Description:

If an exec done by lpd fails, nothing is sent to the system log
indicating what went wrong. This is because lpd closes all of
the file descriptors before doing the exec, thus closing the syslog
file descriptor in the process.
[Fix applied]
Submitted by: pritc003@maroon.tc.umn.edu
/freebsd-10.2-release/release/
H A DMakefilediff 54616 Tue Dec 14 22:41:09 MST 1999 joerg Step #2 of fixing the fixit floppy.

Kill duplicates for programs that have been in the boot crunched image
as well as on the fixit floppy (pwd, newfs, hostname, test). Our
space is really too valuable to have them around there twice. I doubt
pwd needs to be there at all since it's a builtin into sh(1) anyway
(oh, and the same applies to test(1) IIRC), but heck, leave them by
now.

Use the new `fixit' target in MAKEDEV to create the /dev nodes on
the floppy, instead of including the kitchensink...

Finally, tune the values used for creating the floppy. I currently
end up with

Filesystem 1K-blocks Used Avail Capacity iused ifree %iused
/dev/vnn0c 1363 1301 -47 104% 368 14 96%

...which is not quite ideal yet, but at least a working configuration
again.
/freebsd-10.2-release/sys/i386/conf/
H A DNOTESdiff 368 Tue Aug 31 15:17:26 MDT 1993 rgrimes Changed default irq and iomem address for ed0 so that most 3c503's and
wd80x3 class boards can be configured to the GENERIC kernels.

Entry was:
device ed0 at isa? port 0x280 net irq 9 iomem 0xd0000 vector edintr

Is now:
device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr
/freebsd-10.2-release/sys/conf/
H A DNOTESdiff 368 Tue Aug 31 15:17:26 MDT 1993 rgrimes Changed default irq and iomem address for ed0 so that most 3c503's and
wd80x3 class boards can be configured to the GENERIC kernels.

Entry was:
device ed0 at isa? port 0x280 net irq 9 iomem 0xd0000 vector edintr

Is now:
device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr

Completed in 759 milliseconds