Alfred Perlstein
f408896444
only allow accept filter modifications on listening sockets
...
Submitted by: ps
2000-07-20 12:17:17 +00:00
Alfred Perlstein
85f5e7f098
disallow unload until we do proper refcounting
2000-07-20 12:12:41 +00:00
Sheldon Hearn
6c96813482
Clear the extraneous Os argument, which survived rev 1.3.
2000-07-20 11:46:51 +00:00
Sheldon Hearn
2c7372355e
General clean-up [1/1]: whitespace
2000-07-20 11:45:56 +00:00
Sheldon Hearn
7d28680e93
General clean-up [0/1]: content
...
Clear extraneous Nm arguments.
Clarify some English.
Mark netgraph and ifconfig up as a cross-reference.
Remove apostrophe from a genitive ``its''.
2000-07-20 11:43:40 +00:00
Sheldon Hearn
144d39d4b8
Rename the `name'' argument to
`item'' and mark it up as an argument.
...
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.
2000-07-20 11:39:14 +00:00
Alfred Perlstein
372e9eb0af
use .Pp instead of faking it with an extra newline
...
Pointed out by: sheldonh
2000-07-20 11:05:52 +00:00
Brian Somers
759c81cbad
Don't mis-interpret sockaddr_in6 structures as sockaddr_in structures
...
when purging routes.
2000-07-20 10:38:12 +00:00
Alfred Perlstein
f47d88b0b7
document get/set sockopt usage with accept_filter(9)
2000-07-20 10:33:08 +00:00
David E. O'Brien
fbb0d22951
Need /usr/sbin for arp(8).
2000-07-20 10:29:52 +00:00
David E. O'Brien
a3b867b670
Patchlevel 3 of the ISC 2.0 dhcp client now requires us to give it the
...
shell script's PATH setting in the environment.
2000-07-20 10:11:22 +00:00
David E. O'Brien
f488fa12ec
Update to match the upgrade I just performed.
2000-07-20 10:07:13 +00:00
David E. O'Brien
e6d7feef80
Careful with long, command-line provided interface names.
...
Obtained from: OpenBSD (rev 1.5)
2000-07-20 09:56:18 +00:00
David E. O'Brien
11c898d281
arp(8) invocations fixed -- one does not use "-n" with "-d".
...
Obtained from: OpenBSD (rev 1.7)
2000-07-20 09:55:08 +00:00
David E. O'Brien
38234a80b2
safe shell quoting
...
Obtained from: OpenBSD (rev 1.6)
2000-07-20 09:53:10 +00:00
David E. O'Brien
6ad39c5859
Make sure we delete the PID file when we exit.
...
Obtained from: OpenBSD rev 1.3 (this semi-security fix was hidden as a
lease time fix)
2000-07-20 09:33:24 +00:00
Doug Rabson
ac7ba92669
Add support for the PC87303 chipset (found on Miata alphas) and add
...
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>
2000-07-20 09:28:07 +00:00
David E. O'Brien
795cf8bb96
Add yet more options to usage() that the author did not document.
2000-07-20 09:16:30 +00:00
Brian Somers
732d07e535
Alocate rcmd{,_af}()'s *ahost argument using malloc() (well
...
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
2000-07-20 09:05:15 +00:00
David E. O'Brien
4bb78bf510
Careful with long, command-line provided interface names.
...
Obtained from: OpenBSD (rev 1.7)
2000-07-20 08:57:29 +00:00
David E. O'Brien
3074027e68
Fix conflicts.
2000-07-20 08:44:53 +00:00
David E. O'Brien
46814e0b72
This commit was generated by cvs2svn to compensate for changes in r63616,
...
which included commits to RCS files with non-trunk default branches.
2000-07-20 08:36:42 +00:00
David E. O'Brien
134783f7a8
Import Patchlevel 3 of the ISC 2.0 dhcp client.
2000-07-20 08:36:42 +00:00
Brian Feldman
119fc1a3ce
We shouldn't use cp to save the old ld-elf.so.1. Use the sanctioned tool
...
${INSTALL} with -C -p instead.
2000-07-20 08:00:02 +00:00
Sheldon Hearn
a526cb9e31
Include a comment explaining the usual delay between writes and syncs.
2000-07-20 07:31:52 +00:00
Assar Westerlund
b3e7de4b6e
merge in syslog fixes, do not call syslog with variabel as format string
2000-07-20 05:43:55 +00:00
Marcel Moolenaar
a603fe5a07
Revert implementation of setfsuid and setfsgid due to security
...
issues.
Requested by: rwatson
Backed by: kris
2000-07-20 05:37:41 +00:00
David Nugent
d37861da7a
Move test for -w flag outside of the code dealing with -D (defaults).
...
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
2000-07-20 05:11:56 +00:00
David Nugent
f707b0d536
Allow -g with an empty argument in the -D case. This allows -g "" to set
...
no default group (and thus fall back to user-based groups instead).
PR: bin/5717
2000-07-20 04:37:00 +00:00
John Baldwin
fff8eb5743
- Don't use quotes for the MD_ROOT_SIZE option when generating the BOOTMFS
...
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.
2000-07-20 03:07:29 +00:00
Marcel Moolenaar
eb263e0408
Add awk and wc to the list of copied binaries for the installworld
...
target. These are needed by liloldr.
Found by: make release
2000-07-20 03:03:23 +00:00
Mike Smith
4b85df4ea6
Remove some confusing verbosity - we have no idea what RAID level the
...
drive is at, so don't print the 'unknown' value, just say nothing.
2000-07-20 02:31:56 +00:00
Dag-Erling Smørgrav
5e3f46b51a
Fix the case where the file name is preceded by a lone slash.
2000-07-20 02:03:56 +00:00
John Baldwin
b31edf0c1b
- Clarify some of the text in sysinstall in regards to the cryto bits.
...
- Note that we are up to about 3600 ports now rather than about 3000 ports.
Submitted by: kris
2000-07-20 01:52:07 +00:00
Mike Smith
9105472b9a
Add major numbers for the Adaptec FSA RAID controller.
2000-07-20 01:12:02 +00:00
Kris Kennaway
914594eaa1
Temporary hack for the benefit of the X-Bone project
...
(http://www.isi.edu/xbone ). I expect this to go away in due course.
Submitted by: Lars Eggert <larse@ISI.EDU>
2000-07-20 00:35:37 +00:00
David Nugent
e4ac984548
Fix another missed case where usermod would not set the "modified" flag:
...
-h - to set no password. But only mark modified if the account is not
already locked (i.e. first char of crypt password field is '*').
PR: bin/19999
2000-07-20 00:09:29 +00:00
David E. O'Brien
de5615c10a
Add ftp.freebsd.org Snapshots to the list of servers.
2000-07-19 23:59:01 +00:00
Dag-Erling Smørgrav
10e3b1c738
Fix two bugs related to resumed transfers:
...
- if the dates didn't match, fetch would append the received file to the
existing file instead of replacing it.
- if the local file was complete and up-to-date, fetch would miscalculate
the expected size and report a failure instead of a success, because it
had no way of knowing that the server was actually resending the entire
file since the requested offset was invalid.
2000-07-19 23:56:45 +00:00
Dag-Erling Smørgrav
87b41116cc
Don't try to skip to the requested offset if the server returns more data
...
than requested. Instead, inform the caller of the real offset by modifying
the offset field in the original struct url, and let him decide how to handle
the situation.
2000-07-19 23:43:49 +00:00
Darren Reed
23053d8f2f
actually commit merged diffs to the trunk
2000-07-19 23:10:29 +00:00
Nick Hibma
499893c9a9
Typo.
...
Submitted by: Mike Meyer <mwm@mired.org>
2000-07-19 23:07:42 +00:00
Marcel Moolenaar
39b909dad3
Add cp(1) to the list of binaries we need to save. The cp(1) command
...
is used by the installation of ld-elf.so when an existing version
exists.
2000-07-19 22:48:52 +00:00
Ben Smithurst
1f923b0c89
* document that 'kbdcontrol -k' needs stdin to be the console.
...
* add an example of how to switch the console keyboard to a USB keyboard.
PR: 18520
Submitted by: n_hibma
Reviewed by: sheldonh
2000-07-19 19:13:55 +00:00
Ben Smithurst
91e06c00a3
Document the rc.d system.
...
Suggested by: dcs
Reviewed by: alex, dcs, sheldonh
2000-07-19 19:08:08 +00:00
Warner Losh
f54a3542ef
alex@big.endian.de (Alexander Langer) noticed that I point at LINT,
...
which no longer exists. Updating the entry accordingly.
2000-07-19 18:35:05 +00:00
Marcel Moolenaar
2e826432aa
Don't save install-info. We already have that built. We'll use
...
the one we built anyway.
2000-07-19 18:18:21 +00:00
Archie Cobbs
7c24617ca0
Remove node's name reference when the interface is detached;
...
otherwise, the ng_ether.ko KLD will never be unloadable after
all Ethernet interfaces are detached, as it should be, because
of the lingering extra reference.
Submitted by: "Yevmenkin, Maksim N, CSCIO" <myevmenkin@att.com>
2000-07-19 17:33:53 +00:00
Archie Cobbs
abc3361a8b
Show the actual command line usage in the man page and usage error string.
2000-07-19 17:24:53 +00:00
Jason Evans
c1110eb673
pthread_once --> pthread_once_t.
2000-07-19 16:38:07 +00:00