Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copy canonname for *ahost, into static buffer. | ume | 2000-07-20 | 1 | -10/+10 |
| | | | | Obtained from: KAME Project | ||||
* | Implement SGR 22,24,25,27 from ECMA-48 | ache | 2000-07-20 | 1 | -0/+16 |
| | |||||
* | Don't emit a warning message if fchflags() returns EOPNOTSUPP | sada | 2000-07-20 | 1 | -1/+10 |
| | | | | | Requested by: FUJISHIMA Satsuki <k5@cheerful.com> Obtained from: OpenBSD | ||||
* | Oops. SYSCTL_HANDLER_ARGS -> (SYSCTL_HANDLER_ARGS) | nsayer | 2000-07-20 | 1 | -1/+1 |
| | |||||
* | Fix this so it compiles by adding a missing quote. | jhb | 2000-07-20 | 3 | -3/+3 |
| | |||||
* | Allocate memory with M_NOWAIT instead of M_WAITOK, because it's possible | archie | 2000-07-20 | 1 | -5/+5 |
| | | | | | | for these routines to be called from an interrupt context. PR: kern/20057 | ||||
* | Remove unused variable. | archie | 2000-07-20 | 1 | -1/+1 |
| | | | | | PR: bin/20052 Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su> | ||||
* | Add sysctl to perform bridge refresh. This is required if bridged | nsayer | 2000-07-20 | 1 | -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. | nsayer | 2000-07-20 | 6 | -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. | mjacob | 2000-07-20 | 3 | -92/+104 |
| | |||||
* | Add an MLINKS entry which makes snd(4) a link for pcm(4). | sheldonh | 2000-07-20 | 2 | -1/+3 |
| | | | | Suggested by: Udo Erdelhoff <ue@nathan.ruhr.de> | ||||
* | Fix buffer size of ALIGNed buffer. | ume | 2000-07-20 | 3 | -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 to | sheldonh | 2000-07-20 | 1 | -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) | ache | 2000-07-20 | 1 | -5/+5 |
| | |||||
* | Explicetly remove AX for mono consoles. | ache | 2000-07-20 | 1 | -4/+4 |
| | | | | Fix mono Latin2 console color support removing. | ||||
* | Correct default value for -s option. | phantom | 2000-07-20 | 1 | -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 separately | ache | 2000-07-20 | 1 | -1/+1 |
| | |||||
* | Accorfing to ECMA-48 SGR 39 and 49 are just another colors and must not reset | ache | 2000-07-20 | 1 | -2/+2 |
| | | | | other attrs, so reset only bold on 39 | ||||
* | Fix a typo and mark ``update'' up consistently in the HISTORY section. | sheldonh | 2000-07-20 | 1 | -2/+2 |
| | | | | Reported by: des | ||||
* | only allow accept filter modifications on listening sockets | alfred | 2000-07-20 | 1 | -0/+8 |
| | | | | Submitted by: ps | ||||
* | disallow unload until we do proper refcounting | alfred | 2000-07-20 | 2 | -0/+18 |
| | |||||
* | Clear the extraneous Os argument, which survived rev 1.3. | sheldonh | 2000-07-20 | 1 | -1/+1 |
| | |||||
* | General clean-up [1/1]: whitespace | sheldonh | 2000-07-20 | 1 | -7/+10 |
| | |||||
* | General clean-up [0/1]: content | sheldonh | 2000-07-20 | 1 | -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. | sheldonh | 2000-07-20 | 1 | -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 newline | alfred | 2000-07-20 | 1 | -1/+1 |
| | | | | Pointed out by: sheldonh | ||||
* | Don't mis-interpret sockaddr_in6 structures as sockaddr_in structures | brian | 2000-07-20 | 1 | -1/+1 |
| | | | | when purging routes. | ||||
* | document get/set sockopt usage with accept_filter(9) | alfred | 2000-07-20 | 1 | -2/+35 |
| | |||||
* | Need /usr/sbin for arp(8). | obrien | 2000-07-20 | 1 | -1/+1 |
| | |||||
* | Patchlevel 3 of the ISC 2.0 dhcp client now requires us to give it the | obrien | 2000-07-20 | 1 | -0/+1 |
| | | | | shell script's PATH setting in the environment. | ||||
* | Update to match the upgrade I just performed. | obrien | 2000-07-20 | 1 | -6/+5 |
| | |||||
* | Careful with long, command-line provided interface names. | obrien | 2000-07-20 | 1 | -1/+1 |
| | | | | Obtained from: OpenBSD (rev 1.5) | ||||
* | arp(8) invocations fixed -- one does not use "-n" with "-d". | obrien | 2000-07-20 | 1 | -3/+3 |
| | | | | Obtained from: OpenBSD (rev 1.7) | ||||
* | safe shell quoting | obrien | 2000-07-20 | 1 | -77/+77 |
| | | | | Obtained from: OpenBSD (rev 1.6) | ||||
* | Make sure we delete the PID file when we exit. | obrien | 2000-07-20 | 1 | -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 add | dfr | 2000-07-20 | 4 | -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. | obrien | 2000-07-20 | 2 | -2/+16 |
| | |||||
* | Alocate rcmd{,_af}()'s *ahost argument using malloc() (well | brian | 2000-07-20 | 2 | -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. | obrien | 2000-07-20 | 1 | -1/+1 |
| | | | | Obtained from: OpenBSD (rev 1.7) | ||||
* | Fix conflicts. | obrien | 2000-07-20 | 2 | -86/+152 |
| | |||||
* | This commit was generated by cvs2svn to compensate for changes in r63616, | obrien | 2000-07-20 | 6 | -8/+22 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import Patchlevel 3 of the ISC 2.0 dhcp client. | obrien | 2000-07-20 | 8 | -94/+173 |
| | | |||||
* | | We shouldn't use cp to save the old ld-elf.so.1. Use the sanctioned tool | green | 2000-07-20 | 1 | -1/+2 |
| | | | | | | | | ${INSTALL} with -C -p instead. | ||||
* | | Include a comment explaining the usual delay between writes and syncs. | sheldonh | 2000-07-20 | 1 | -0/+5 |
| | | |||||
* | | merge in syslog fixes, do not call syslog with variabel as format string | assar | 2000-07-20 | 3 | -8/+14 |
| | | |||||
* | | Revert implementation of setfsuid and setfsgid due to security | marcel | 2000-07-20 | 4 | -40/+4 |
| | | | | | | | | | | | | | | issues. Requested by: rwatson Backed by: kris | ||||
* | | Move test for -w flag outside of the code dealing with -D (defaults). | davidn | 2000-07-20 | 1 | -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 set | davidn | 2000-07-20 | 1 | -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 BOOTMFS | jhb | 2000-07-20 | 1 | -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 installworld | marcel | 2000-07-20 | 1 | -2/+2 |
| | | | | | | | | | | | | target. These are needed by liloldr. Found by: make release |