summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Copy canonname for *ahost, into static buffer.ume2000-07-201-10/+10
| | | | Obtained from: KAME Project
* Implement SGR 22,24,25,27 from ECMA-48ache2000-07-201-0/+16
|
* Don't emit a warning message if fchflags() returns EOPNOTSUPPsada2000-07-201-1/+10
| | | | | Requested by: FUJISHIMA Satsuki <k5@cheerful.com> Obtained from: OpenBSD
* Oops. SYSCTL_HANDLER_ARGS -> (SYSCTL_HANDLER_ARGS)nsayer2000-07-201-1/+1
|
* Fix this so it compiles by adding a missing quote.jhb2000-07-203-3/+3
|
* Allocate memory with M_NOWAIT instead of M_WAITOK, because it's possiblearchie2000-07-201-5/+5
| | | | | | for these routines to be called from an interrupt context. PR: kern/20057
* Remove unused variable.archie2000-07-201-1/+1
| | | | | PR: bin/20052 Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
* Add sysctl to perform bridge refresh. This is required if bridgednsayer2000-07-201-7/+29
| | | | | | | | configurations include loadable interfaces. After loading new interface drivers, perform a 'sysctl -w net.link.ether.bridge_refresh=1' and the bridge code will reinitialize itself. Submitted by: <vsilyaev@mindspring.com>
* Add the tap driver.nsayer2000-07-206-0/+1149
| | | | | | | | | | | | | The tap driver is used to present a virtual Ethernet interface to the system. Packets presented by the network stack to the interface are made available to a character device in /dev. With tap and the bridge code, you can make remote bridge configurations where both sides of the bridge are separated by userland daemons. This driver also has a special naming hack to allow it to serve a similar purpose to the vmware port. Submitted by: myevmenkin@att.com, vsilyaev@mindspring.com
* Update isp man page, add ispfw man page.mjacob2000-07-203-92/+104
|
* Add an MLINKS entry which makes snd(4) a link for pcm(4).sheldonh2000-07-202-1/+3
| | | | Suggested by: Udo Erdelhoff <ue@nathan.ruhr.de>
* Fix buffer size of ALIGNed buffer.ume2000-07-203-6/+6
| | | | | PR: bin/20053 Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
* Add a FILES section which, as a side-effect, just so happens tosheldonh2000-07-201-1/+14
| | | | | | | give device node creation instructions. PR: 20060 Reported by: "Sean O'Connell" <sto@stat.Duke.EDU>
* Sync with main termcap (AX, latin2 mono)ache2000-07-201-5/+5
|
* Explicetly remove AX for mono consoles.ache2000-07-201-4/+4
| | | | Fix mono Latin2 console color support removing.
* Correct default value for -s option.phantom2000-07-201-1/+2
| | | | | PR: bin/12946 Submitted by: Matthew D. Fuller <fullermd@over-yonder.net>
* cons: add AX to indicate that SGR 39 and 49 present and can be used separatelyache2000-07-201-1/+1
|
* Accorfing to ECMA-48 SGR 39 and 49 are just another colors and must not resetache2000-07-201-2/+2
| | | | other attrs, so reset only bold on 39
* Fix a typo and mark ``update'' up consistently in the HISTORY section.sheldonh2000-07-201-2/+2
| | | | Reported by: des
* only allow accept filter modifications on listening socketsalfred2000-07-201-0/+8
| | | | Submitted by: ps
* disallow unload until we do proper refcountingalfred2000-07-202-0/+18
|
* Clear the extraneous Os argument, which survived rev 1.3.sheldonh2000-07-201-1/+1
|
* General clean-up [1/1]: whitespacesheldonh2000-07-201-7/+10
|
* General clean-up [0/1]: contentsheldonh2000-07-201-15/+26
| | | | | | | Clear extraneous Nm arguments. Clarify some English. Mark netgraph and ifconfig up as a cross-reference. Remove apostrophe from a genitive ``its''.
* Rename the ``name'' argument to ``item'' and mark it up as an argument.sheldonh2000-07-201-6/+9
| | | | | | | | Make use of the marked up argument to clarify the text in the DESCRIPTION section. Insert a missing word: ``the''. Make the phrase in the BUGS section a full sentence. Sort the cross-references in the SEE ALSO section correctly.
* use .Pp instead of faking it with an extra newlinealfred2000-07-201-1/+1
| | | | Pointed out by: sheldonh
* Don't mis-interpret sockaddr_in6 structures as sockaddr_in structuresbrian2000-07-201-1/+1
| | | | when purging routes.
* document get/set sockopt usage with accept_filter(9)alfred2000-07-201-2/+35
|
* Need /usr/sbin for arp(8).obrien2000-07-201-1/+1
|
* Patchlevel 3 of the ISC 2.0 dhcp client now requires us to give it theobrien2000-07-201-0/+1
| | | | shell script's PATH setting in the environment.
* Update to match the upgrade I just performed.obrien2000-07-201-6/+5
|
* Careful with long, command-line provided interface names.obrien2000-07-201-1/+1
| | | | Obtained from: OpenBSD (rev 1.5)
* arp(8) invocations fixed -- one does not use "-n" with "-d".obrien2000-07-201-3/+3
| | | | Obtained from: OpenBSD (rev 1.7)
* safe shell quotingobrien2000-07-201-77/+77
| | | | Obtained from: OpenBSD (rev 1.6)
* Make sure we delete the PID file when we exit.obrien2000-07-201-0/+2
| | | | | Obtained from: OpenBSD rev 1.3 (this semi-security fix was hidden as a lease time fix)
* Add support for the PC87303 chipset (found on Miata alphas) and adddfr2000-07-204-12/+94
| | | | | | | support for relocating the port address if the isa hints specify a different address from the address the chipset currently has. Submitted by: Andrew M. Miklic <miklic@ibm.net>
* Add yet more options to usage() that the author did not document.obrien2000-07-202-2/+16
|
* Alocate rcmd{,_af}()'s *ahost argument using malloc() (wellbrian2000-07-202-3/+14
| | | | | | | | | | | strdup()) rather than pointing it at something that's free()d (via freeaddrinfo(res)) before the function returns. I appreciate that this is an API change, but it's the only way (AFAIK) of doing this without breaking existing code that uses rcmd{,_af}(). Pointed out by: phkmalloc
* Careful with long, command-line provided interface names.obrien2000-07-201-1/+1
| | | | Obtained from: OpenBSD (rev 1.7)
* Fix conflicts.obrien2000-07-202-86/+152
|
* This commit was generated by cvs2svn to compensate for changes in r63616,obrien2000-07-206-8/+22
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import Patchlevel 3 of the ISC 2.0 dhcp client.obrien2000-07-208-94/+173
| |
* | We shouldn't use cp to save the old ld-elf.so.1. Use the sanctioned toolgreen2000-07-201-1/+2
| | | | | | | | ${INSTALL} with -C -p instead.
* | Include a comment explaining the usual delay between writes and syncs.sheldonh2000-07-201-0/+5
| |
* | merge in syslog fixes, do not call syslog with variabel as format stringassar2000-07-203-8/+14
| |
* | Revert implementation of setfsuid and setfsgid due to securitymarcel2000-07-204-40/+4
| | | | | | | | | | | | | | issues. Requested by: rwatson Backed by: kris
* | Move test for -w flag outside of the code dealing with -D (defaults).davidn2000-07-201-2/+2
| | | | | | | | | | | | | | This should cause -w's argument not to be ignored in the usermod case, so it will affect modification of the user's password instead of using the pw.conf (or internal default=no '*') password method. PR: bin/11168
* | Allow -g with an empty argument in the -D case. This allows -g "" to setdavidn2000-07-201-5/+8
| | | | | | | | | | no default group (and thus fall back to user-based groups instead). PR: bin/5717
* | - Don't use quotes for the MD_ROOT_SIZE option when generating the BOOTMFSjhb2000-07-201-10/+29
| | | | | | | | | | | | | | | | | | | | kernel config file. - Add WORLD_FLAGS and KERNEL_FLAGS so you can build world and kernel with extra make options such as -jX to speed up release builds. - When building kernels, allow their hints to tag along, and use this to install hints onto the boot floppy. Since the boot floppy doesn't load loader.4th, we have to change device.hints to strip comments and change each line to an explicit set command.
* | Add awk and wc to the list of copied binaries for the installworldmarcel2000-07-201-2/+2
| | | | | | | | | | | | target. These are needed by liloldr. Found by: make release
OpenPOWER on IntegriCloud