summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Don't leak pipe descriptor to daemons on execv().sheldonh1999-07-221-4/+6
|
* Signal handlers should use _exit(2) and not exit(3).sheldonh1999-07-221-2/+2
|
* - Add new argument `off' to the `-b' option. This will turn offyokota1999-07-222-4/+8
| | | | | | | | the bell. - Document it in the man page. - Fix a couple of typo in the man page. Submitted by: cpiazza
* Move code for all builtin services from inetd.c to builtins.c, includingsheldonh1999-07-224-583/+648
| | | | | | | the Green Piece. :-) In future, new builtin services are less likely to need to touch the already tangled inetd.c .
* Deal with new linux compat package naming.jkh1999-07-222-4/+4
| | | | Submitted by: Marcel Moolenaar <marcel@scc.nl>
* Intentionally do the wrong thing in using the initial DHCP values forjkh1999-07-221-1/+3
| | | | | | | | | | | | | ifconfig, essentially stealing the lease until the user goes and changes it. The alternative, sadly, is total dysfunction since bpf isn't in GENERIC and network connectivity would otherwise fail completely on first bootup when DHCP configuration was attempted again. The ultimate answer here is to make either bpf a loadable kernel module (which security conscious admins will be able to simply remove from /modules) or come up with a lighter weight mechanism just for dhcp and other apps that need to see broadcast packets but not otherwise sniff the wire in full bpf glory.
* Fix for the hosts_options(5) spawn option.sheldonh1999-07-211-5/+9
| | | | | | | | | | | | | | | Restore default SIGHUP, SIGCHLD and SIGALRM handlers in forked inetd processes. This happens to work around the fact that hosts_access() doesn't (but should) set SIG_IGN as the handler for SIGCHLD while it handles the spawn option, but it would make sense even if that were not true. This does not address the leaking descriptors issue discussed on the same PR. PR: 12731 Reviewed by: des Submitted by: David Malone <dwmalone@maths.tcd.ie>
* Fix horribly broken comment. The submitter of the associated code sentsheldonh1999-07-211-3/+4
| | | | me the right comment and I bastardized it. :-(
* XFree86 3.3.4 seems to require "XWINHOME" to be set for the setup tooljkh1999-07-202-2/+4
| | | | to work (fnark).
* Make bcd2int work (resume time reporting now works.)green1999-07-201-3/+5
| | | | | PR: 12613 Submitted by: Michael Constant <mconst@not.there.com>
* Make wall_cmos do something.green1999-07-201-4/+13
| | | | PR: 12614
* The matcd driver is acting strange (returning a successful open evenjkh1999-07-202-2/+6
| | | | when it fails). Disable it in sysinstall for now.
* Fix a bad dhcp keyword; it's host-name not server-name.jkh1999-07-201-3/+3
|
* Add slovakian ftp mirror.jkh1999-07-202-2/+6
| | | | Submitted by: "Tomas TPS Ulej" <tps@ti.sk>
* More Alpha ifdefage.jkh1999-07-204-4/+28
|
* Make memcontrol's internal help actually work. No substitute for a realmsmith1999-07-201-3/+19
| | | | | manpage, but at least now you can get syntax help without resorting to reading the source.
* Activate kgzip.rnordier1999-07-191-1/+2
|
* This commit was generated by cvs2svn to compensate for changes in r48905,rnordier1999-07-1910-0/+1066
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * kgzip is a kzip(8) replacement able to compress and link bootablernordier1999-07-1910-0/+1066
| | | | | | | | | | | | | | | | 32-bit binaries in both ELF and a.out format. Development sponsored by Global Technology Associates, Inc. Reviewed/tested by: abial
* | Catch an XFree86 3.3.4 update I missed.jkh1999-07-191-4/+4
| |
* | Update for XFree86 3.3.4jkh1999-07-194-106/+106
| |
* | Wait for dhclient in a far saner fashion.jkh1999-07-191-4/+9
| | | | | | | | Submitted by: obrien
* | cleanup pass over new stuff.jkh1999-07-191-14/+5
| |
* | Another batch of fixes for dhcp support in sysinstall, now draggingjkh1999-07-198-89/+257
| | | | | | | | | | | | | | | | in some code from C. Stone to parse the lease information. This is still a WIP and this commit is largely intended to allow others to sync up; the dhclient code still only works when doing dhcp configuration post-install and requires a bit more work on the boot floppy before it will truly work in the minimal bootstrapping role.
* | Some additional optimizations for using DHCP.jkh1999-07-186-12/+21
| |
* | Miscellaneous fixes for dhcp client support.jkh1999-07-181-2/+3
| |
* | Fix a typobrian1999-07-172-4/+4
| | | | | | | | Submitted by: Rich Wood <rich@chugaboom.net>
* | Add in a hack to turn off unaligned access warnings for alpha.jkh1999-07-162-4/+12
| | | | | | | | Submitted by: msmith
* | Don't offer compat dists on alpha since it makes no sense to do so.jkh1999-07-164-5/+17
| | | | | | | | Suggested by: msmith
* | Document the new {auth,ident,tap} service and provide examples in thesheldonh1999-07-161-3/+26
| | | | | | | | | | | | configuration file. Requested by: green
* | Re-enable DHCP client support again (but optional and turned off by defaultjkh1999-07-168-27/+90
| | | | | | | | | | | | for the time being) for debugging purposes. Fix bug in options selection.
* | Add a knob to avoid DES code when making crunched binary. This isn't a beautyabial1999-07-151-2/+11
| | | | | | | | | | | | | | | | | | incarnated, it just matches other deficiencies related to crunchgen and friends... and we already have similar code in ppp/Makefile. RELEASE_CRUNCH should be axed, but for now let's be consistent. Submitted by: Patrick Powell <papowell@astart.com>
* | By popular demand, ident_stream now takes arguments. Ex:green1999-07-152-45/+49
| | | | | | | | | | | | | | | | | | # This enables the old, fake ident service. auth stream tcp nowait root internal # This enables the new, real ident service. auth stream tcp nowait root internal auth -r # This enables ~/.fakeid support, too. auth stream tcp nowait root internal auth -r -f
* | Fix a dangling else warning from new egcs.imp1999-07-151-2/+3
| |
* | Don't declare `end' if we aren't compiling radius support.brian1999-07-151-2/+4
| |
* | This is the working internal ident service. Turn it on by settinggreen1999-07-152-19/+106
| | | | | | | | | | | | the make variable REAL_IDENT, and ~/.fakeid support can be added with FAKEID set. Note that the default behavior is the same as the old behavior.
* | Change the wrong URL of back-issue FreeBSD newsletter.foxfair1999-07-141-1/+1
| |
* | Add $Id$, to make it simpler for members of the translation teams tonik1999-07-1265-2/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | track. The Id line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* | Add $Id$ to these manpages.nik1999-07-122-0/+2
| | | | | | | | Approved by: bde
* | Improve Logitech MouseMan+ protocol support.yokota1999-07-121-7/+40
| |
* | Fix ``:''.green1999-07-111-2/+2
| | | | | | | | PR: 12589
* | Fix typo ($Id: ... % --> $Id: ... $).iwasaki1999-07-101-1/+1
| |
* | Activate apmd.iwasaki1999-07-101-1/+2
| |
* | This commit was generated by cvs2svn to compensate for changes in r48730,iwasaki1999-07-108-0/+1697
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | The apmd package provides a means of handling various APM events fromiwasaki1999-07-108-0/+1697
| / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | userland code. Using apmd.conf, the apmd(8) configuration file, you can select the APM events to be handled from userland and specify the commands for a given event, allowing APM behaviour to be configured flexibly. Have Fun! Submitted by: iwasaki, KOIE Hidetaka <hide@koie.org> Reviewed by: -hackers, -mobile and bsd-nomads ML folks. Contributed by: Warner Losh <imp@FreeBSD.org>, Hiroshi Yamashita <bluemoon@msj.biglobe.ne.jp>, Yoshihiko SARUMARU <mistral@imasy.or.jp>, Norihiro Kumagai <kuma@nk.rim.or.jp>, NAKAGAWA Yoshihisa <nakagawa@jp.FreeBSD.org>, and Nick Hilliard <nick@foobar.org>.
* | Oops - add a missing cast.brian1999-07-101-2/+2
| |
* | Leap through one more hoop to avoid alignment problems.brian1999-07-101-2/+2
| |
* | Add example of how to create a jail.phk1999-07-091-1/+18
| |
* | Use the proctitle to indicate that we're busy wrapping a request for asheldonh1999-07-091-1/+3
| | | | | | | | | | | | | | | | service. Inetd already uses the process title to indicate that a request for an internal service is being serviced, so this addition is fairly orthogonal. Submitted by: David Malone <dwmalone@maths.tcd.ie>
* | Allow internal and external wrapping to be enabled independantly ofsheldonh1999-07-092-15/+20
| | | | | | | | | | | | | | each other. Instead of allowing the -w option to be specified twice, we now take -w (wrap external) and -W (wrap internal). Discussed with: markm
OpenPOWER on IntegriCloud