Searched hist:6764 (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/usr.bin/limits/
H A Dlimits.1diff 0692fa04 Mon Mar 15 08:36:56 MST 1999 Guy Helmer <ghelmer@FreeBSD.org> Reference the sysctl variables related to various limits.

PR: docs/6764
/freebsd-current/sbin/route/
H A Droute.cdiff 6764f543 Fri Mar 21 18:50:43 MDT 2008 Remko Lodder <remko@FreeBSD.org> In route.c in newroute() there's a call to exit(0) if the command was
'get'. Since rtmsg() always gets called and returns 0 on success and -1
on failure, it's possible to exit with a suitable exit code by calling
exit(ret != 0) instead, as is done at the end of newroute().

PR: bin/112303
Submitted by: bruce@cran.org.uk
MFC after: 1 week

Completed in 127 milliseconds