summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
...
* Erm, delete the package base hint again. Gotta lay off the crack!jkh1999-05-121-7/+3
| | | | | | I simply forgot that I'd already proven this to be a "really good idea that unfortunately didn't work at all" the *last* time I tried it. Now I remember. Hmmm. I WILL defeat this evil problem.
* We don't bundle the XFree86 release notes on the floppies anymore; take itjkh1999-05-122-26/+26
| | | | out of the appropriate menus.
* Set PKG_ADD_BASE hint in a certain case.jkh1999-05-121-4/+9
|
* Revive the PKG_ADD_BASE stuff a bit.jkh1999-05-121-1/+2
|
* Fix a couple of bogons in the X server/desktop setup menus.jkh1999-05-124-18/+40
|
* Tidy up references to <sys/rlist.h> and support for the old swap managementpeter1999-05-111-2/+1
| | | | that went away in January.
* Don't stop listening to the signal pipe just because you don't havedes1999-05-111-6/+6
| | | | | | anything else to do. PR: 10468, 11594
* Make KDE the "default" desktop.jkh1999-05-112-8/+8
|
* fix name clash for variables named "minor" and "major"hm1999-05-111-6/+6
| | | | Submitted by: Steve Kargl
* Preserve /root's dotfiles across upgrades too.jkh1999-05-111-1/+5
| | | | PR: 6559
* Fix typo.kuriyama1999-05-101-3/+3
| | | | Submitted by: Hiroki Sato <hrs@geocities.co.jp>
* Move sysctl/ to src/sbin/ where it now belongs.obrien1999-05-105-997/+1
| | | | Repository copied by: Peter
* Understand 'config kernelname' and pretend it was apeter1999-05-102-0/+29
| | | | | | 'makeoptions KERNEL=kernelname'. Warn about any trailing stuff as it's not handled here. This is a simple bandaid, hopefully to head off some complaints from certain people.
* Revert to the previous behaviour of only doing a utmpbrian1999-05-091-2/+2
| | | | login if we're -direct on a tty device.
* Deal with the fact that as we now mbuf_Read the fsmbrian1999-05-0915-96/+98
| | | | | | | | | header in fsm_Input() we often end up with a NULL mbuf. Deal with a possible NULL mbuf being passed into mbuf_Prepend(). Adjust some spacing to make things more consistent.
* Put on my viking helmet from the closet, and get out the war axe andpeter1999-05-097-227/+12
| | | | "retire" some more stuff.
* We don't have composite devices here either.peter1999-05-091-18/+2
|
* config(8) lobotomy, please see commit msg in sys.phk1999-05-097-614/+45
| | | | (I have no idea why cvs didn't take these changes before.)
* Added backward compatibility to set key repeat rate.yokota1999-05-091-7/+28
| | | | Requested by: bde
* o Redesign the layering mechanism and make the aliasing code part ofbrian1999-05-0877-2275/+3369
| | | | | | | | | | | | | | | | | | | | | the layering. We now ``stack'' layers as soon as we open the device (when we figure out what we're dealing with). A static set of `dispatch' routines are also declared for dealing with incoming packets after they've been `pulled' up through the stacked layers. Physical devices are now assigned handlers based on the device type when they're opened. For the moment there are three device types; ttys, execs and tcps. o Increment version number to 2.2 o Make an entry in [uw]tmp for non-tty -direct invocations (after pap/chap authentication). o Make throughput counters quad_t's o Account for the absolute number of mbuf malloc()s and free()s in ``show mem''. o ``show modem'' becomes ``show physical''.
* Fix a couple of small buglets.wpaul1999-05-071-2/+2
|
* Don't install compat22 by default.jkh1999-05-072-4/+9
| | | | Add some more safety belts to package foo.
* Erm, correct mighty braino in previous "don't annoy me" change.jkh1999-05-071-7/+10
|
* Make saving kernel configuration info disable-able (may be useful in certainjkh1999-05-075-27/+41
| | | | situations).
* There seems to be a problem (most likely when there is no hosts.allow)markm1999-05-071-2/+2
| | | | with wrapping the internal services, so do not wrap them for now.
* Use a more correct filesystem type name if given a "UFS" mountpoint that'sjkh1999-05-071-2/+10
| | | | | | not really UFS. PR: 10711
* Commit a more general version of the last patch; don't do any back-fillingjkh1999-05-071-18/+21
| | | | of values more than once. User might want to override them.
* 1. Silence warning.jkh1999-05-073-4/+6
| | | | 2. Deal with potential whitespace evil early (PR#7455).
* Add support to wicontrol(8) and wi(4) for enabling and configuringwpaul1999-05-072-3/+37
| | | | | | | power management. This will only work on newer firmware revisions; older firmware will silently ignore the attempts to turn power management on. Patches supplied by: Brad Karp <karp@eecs.harvard.edu>
* Modify wicontrol(8) and wi(4) to allow setting the frequency of thewpaul1999-05-062-11/+19
| | | | | | | WaveLAN's radio modem. The default is whatever the NIC uses since NICs sold in different countries may default to different frequencies. (The Lose95/LoseNT software doesn't let you select the channel so it's probably not really meant to be changed.)
* readklog(): rename variable 'l' to 'len', to avoid possible confusion with 'i'dt1999-05-061-11/+11
| | | | | | and '1'. Requested by: mckay
* revert premature DHCP commitjkh1999-05-061-4/+3
|
* Argh, those last two commits snuck in with the other one by mistake.jkh1999-05-061-1/+3
| | | | Disable the non-working dhcp client code I just committed by mistake.
* Fix includes; I had a slightly different Makefile than everyone elsejkh1999-05-063-8/+24
| | | | | | which is why I didn't see this. :) Noted by: Maxim Sobolev <sobomax@altavista.net>
* Fix some byte ordering problems; I was storing string lengths wrong,wpaul1999-05-061-4/+4
| | | | | | | which was causing wicontrol to crash when reading string parameters from the WaveLAN. Patches submitted by: Brad Karp <karp@eecs.harvard.edu>
* Various cosmetics.phk1999-05-053-7/+10
| | | | | Submitted by: Rudolf Cejka <cejkar@dcse.fee.vutbr.cz> Reviewed by: phk
* Another round of updates for -current and 3.2jkh1999-05-058-21/+38
|
* Fix a few bogons and make this safer for humanity.jkh1999-05-051-23/+36
|
* Add device driver support for the Lucent WaveLAN/IEEE 802.11 PCMCIAwpaul1999-05-054-1/+697
| | | | | | | | | | | | | | | | | | | | | | adapter (and some workalikes). Also add man pages and a wicontrol utility to manipulate some of the card parameters. This driver was written using information gleaned from the Lucent HCF Light library, though it does not use any of the HCF Light code itself, mainly because it's contaminated by the GPL (but also because it's pretty gross). The HCF Light lacks certain featurs from the full (but proprietary) HCF library, including 802.11 frame encapsulation support, however it has just enough register information about the Hermes chip to allow someone with enough spare time and energy to implement a proper driver. (I would have prefered getting my hands on the Hermes manual, but that's proprietary too. For those who are wondering, the Linux driver uses the proprietary HCF library, but it's provided in object code form only.) Note that I do not have access to a WavePOINT access point, so I have only been able to test ad-hoc mode. The wicontrol utility can turn on BSS mode, but I don't know for certain that the NIC will associate with an access point correctly. Testers are encouraged to send their results to me so that I can find out if I screwed up or not.
* Use Cd macro instead of Em for SYNOPSIS, as do other section 4 pages.ghelmer1999-05-041-1/+2
| | | | | | Added $Id$. PR: docs/10494
* Fix various bogons.phk1999-05-043-1/+26
| | | | | Submitted by: Rudolf Cejka <cejkar@dcse.fee.vutbr.cz> Reviewed by: phk
* Is there a limit to how stupid I can get?des1999-05-041-2/+2
|
* Activate pccardc.8.kuriyama1999-05-031-2/+2
|
* Little fix in previous: watch NUL-termination.dt1999-05-021-2/+2
|
* New translation of pccardc.8.kuriyama1999-05-021-0/+237
| | | | | | | | | Obtained from: PAO (written in Japanese) Reviewed by: bsd-nomads@clave.gr.jp freebsd-mobile@freebsd.org Randy Bush <randy@psg.com> Bill Trost <trost@grey.cloud.rain.com> Bruce Campbell <bc@apnic.net>
* Handle receiving more than one acceptable CCP REQbrian1999-05-021-3/+5
| | | | | during one negotiation session without REJecting everything from the second REQuest.
* Fight with false newlines in kernel message logs. Output a line into log onlydt1999-05-021-37/+64
| | | | | after we read a newline, or we have nothing to read from /dev/klog. Read /dev/klog in non-blocking mode.
* Mention ``show mp''.brian1999-05-022-6/+24
| | | | Describe ACFComp correctly.
* MFS: sort reference list and embelish history.obrien1999-05-011-5/+9
|
* Make ports 80 & 81 ``interactive''.brian1999-05-011-2/+2
|
OpenPOWER on IntegriCloud