Matt Jacob
2170c2d960
Remember to decrement interrupt nesting level if leaving early
...
(in the unlikely case we get a clock interrupt on a non-primary CPU).
2000-10-30 04:18:54 +00:00
Vanilla I. Shu
b5ccf8460b
Add suffix "-thread" to archname when perl with thread support.
...
Approved by: markm
2000-10-30 03:27:06 +00:00
Garance A Drosehn
18b85defa1
Change my email on MAINTAINER from an RPI address to my FreeBSD address.
2000-10-30 01:09:32 +00:00
Brian Somers
7f03ca53aa
Add ``all'' logging.
...
Submitted by: eivind
2000-10-30 00:15:35 +00:00
Brian Somers
2388e045c4
Bump our version to reflect the recent MPPE additions (and ccp struct
...
size change).
2000-10-30 00:15:34 +00:00
Brian Somers
ba6fcad9cf
Move the MPPE keysize display in ``show ccp''.
2000-10-30 00:15:33 +00:00
Brian Somers
9b9967924b
Various whitespace changes.
...
Make some functions static.
2000-10-30 00:15:29 +00:00
Brian Somers
46c20a0ec0
staticise mbuftype()
2000-10-30 00:15:27 +00:00
Brian Somers
a8d604ab74
Add MPPE and MSChap v2 support (denied and disabled by default)
...
Submitted by: Ustimenko Semen <semen@iclub.nsu.ru>
2000-10-30 00:15:04 +00:00
Steve Price
fa99586d3a
Add two new classes of problem reports primarily for the Ports Collection:
...
- update: For submitting non-maintainer updates/changes
- maintainer-update: For submitting maintainer updates/changes
The intent is to make it easier to spot maintainer sactioned or submitted
updates to ports though it might also be useful for userland code that is
maintained by someone that is not a FreeBSD committer.
Submitted by: nbm and many others
2000-10-29 22:11:39 +00:00
Steve Price
0da088c1e6
Update to version 3.113. Major changes were to incorporate FreeBSD-
...
specific changes into the original distribution (although sometimes
with a slightly different approach) and to add two commandline
options to send-pr(1):
-c which allows you to specify an address to CC this
PR to
-s allow the severity to be specified on the commandline
PR: 17922
2000-10-29 22:05:52 +00:00
Alan Cox
39b2b25fa0
_aio_aqueue(): Change kevent registration to use its own struct file pointer.
...
Otherwise, aio_read() and aio_write() on sockets are broken if a kevent is
registered. (The code after kevent registration for handling sockets assumes
that the struct file pointer "fp" still refers to the socket, not the kqueue.)
2000-10-29 21:38:28 +00:00
Hajimu UMEMOTO
e726be510b
- ipv6_prefix_* and ipv6_ifconfig_* work for end node
...
- rtsol should be work for only one interface
- new variable ipv6_defaultrouter is added
- option name of rtadvd in comment are corrected
- ipv6_firewall_enable, ipv6_firewall_type, ipv6_firewall_script,
ipv6_firewall_logging are added to introduce rc.firewall6.
IPv6 firewall rule is just starting point and should be brushed up.
This commit includes PR18621, PR21694, PR22051.
PR: conf/18621, conf/21694, conf/22051
Reviewed by: asmodai
2000-10-29 19:59:05 +00:00
Poul-Henning Kamp
fe4e324374
Allow all users to access the dev -> devname sysctl.
2000-10-29 19:50:06 +00:00
Poul-Henning Kamp
da936bf80a
Remove unneeded <stddef.h> #includes.
2000-10-29 16:57:42 +00:00
Hajimu UMEMOTO
e70bc6a4a3
- Sync with latest manpage of rtadvd.
...
- Ripped MIP6 related description out. MIP6 is not merged, yet.
Obtained from: KAME Project
2000-10-29 16:44:10 +00:00
David Malone
66efa50621
Make a few more mallocs use M_ZERO.
...
Submitted by: josh@zipperup.org
Submitted by: Robert Drehmel <robd@gmx.net>
Approved by: imp
2000-10-29 16:29:05 +00:00
Andrew Gallatin
2ff04fe232
Unmask cypress ata controllers. This bug was hidden before
...
the addition of the serverworks isab support because the
cypress case was the last one in the switch
2000-10-29 16:27:40 +00:00
David Malone
da71e9a21b
Make malloc use M_ZERO in some more locations.
...
Don't check for a null pointer if malloc called with M_WAITOK.
Submitted by: josh@zipperup.org
Submitted by: Robert Drehmel <robd@gmx.net>
Approved by: bp
2000-10-29 16:14:28 +00:00
Munechika SUMIKAWA
725f35a7e5
Fix memory leak.
...
Obtained from: KAME
2000-10-29 16:10:48 +00:00
Poul-Henning Kamp
cf9fa8e725
Move suser() and suser_xxx() prototypes and a related #define from
...
<sys/proc.h> to <sys/systm.h>.
Correctly document the #includes needed in the manpage.
Add one now needed #include of <sys/systm.h>.
Remove the consequent 48 unused #includes of <sys/proc.h>.
2000-10-29 16:06:56 +00:00
Dag-Erling Smørgrav
d74a913b68
Use CHECK_FLAG
2000-10-29 15:56:10 +00:00
Nik Clayton
be1494064f
Fix a typo in a date line. I wouldn't normally ignore MAINTAINER, but the
...
PR's been assigned to Warner since June.
PR: docs/18835
Submitted by: shirota@mbox.media.nagoya-u.ac.jp
2000-10-29 15:55:15 +00:00
Dag-Erling Smørgrav
23109751fd
Stricter error checking in the I/O functions.
2000-10-29 15:52:05 +00:00
Nik Clayton
5aeeaeba90
Link kbdmap.5 to keymap.5
...
PR: docs/19995 docs/20298
2000-10-29 15:49:03 +00:00
David Malone
5417ec4db1
Add the use of M_ZERO to some malloc calls.
...
Submitted by: josh@zipperup.org
Submitted by: Robert Drehmel <robd@gmx.net>
Approved by: gibbs
2000-10-29 15:47:16 +00:00
Dag-Erling Smørgrav
1c2598aa2e
Add CHECK_FLAGS, a macro for (safely) checking if a particular flag is set.
2000-10-29 15:45:31 +00:00
Dag-Erling Smørgrav
badea70002
Insetad of using fileno(ftp) as stdin for tar, use a pipe and have the
...
parent pass the data received from the server to the child.
2000-10-29 15:39:51 +00:00
Poul-Henning Kamp
9f69a4578a
Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ing
...
the offending inline function (BUF_KERNPROC) on it being #included
already.
I'm not sure BUF_KERNPROC() is even the right thing to do or in the
right place or implemented the right way (inline vs normal function).
Remove consequently unneeded #includes of <sys/proc.h>
2000-10-29 14:54:55 +00:00
Nik Clayton
1ce9f3171c
.Xr to mount_ext2fs, mount_hpfs, mount_linprocfs, mount_nwfs, and
...
mount_std.
PR: docs/20369
Submitted by: bmah
2000-10-29 14:45:36 +00:00
Nick Hibma
b3096d8884
Entry for umodem0 devices, 124.
2000-10-29 14:06:12 +00:00
Poul-Henning Kamp
53ce36d17a
Remove unneeded #include <sys/proc.h> lines.
2000-10-29 13:57:19 +00:00
Nick Hibma
b8a4b6cd44
Be explicit about the fact that you can only specify one IP address/hostname
2000-10-29 13:49:18 +00:00
Jeroen Ruigrok van der Werven
47f9d42dab
Break a line more appropriately.
2000-10-29 13:37:13 +00:00
Jeroen Ruigrok van der Werven
b705e4512b
Whitespace only commit.
2000-10-29 13:33:57 +00:00
Jeroen Ruigrok van der Werven
eae4fc8ef3
Update the twe manpage to correspond with the latest source changes.
...
Submitted by: msmith
2000-10-29 13:31:24 +00:00
Eivind Eklund
e68aef6429
Back out previous commit (MLINK malloc.conf.5 -> malloc.3).
...
This did not work correctly with whatis(1).
Issue brought up by: mpp
2000-10-29 13:20:24 +00:00
Søren Schmidt
18993f4eb3
Add the ATA RAID device 'ar'.
2000-10-29 13:04:04 +00:00
Dag-Erling Smørgrav
91c5104600
Document FTP_PASSIVE_MODE and FTP_PASSWORD.
...
PR: docs/20626
Submitted by: nik
2000-10-29 12:58:08 +00:00
Chris D. Faulhaber
2d45aed6bc
Remove obsolete /dev/drum references
...
Reviewed by: alex, asmodai, billf
2000-10-29 12:19:52 +00:00
Doug Barton
a6adaece2c
The previous commit had the fascinating side effect of bringing the
...
openssl version 0.9.5a version of this file into RELENG_5. This is
a good thing, but should be documented.
2000-10-29 10:19:55 +00:00
Darren Reed
72371ff249
fix warning compile error about unused variable
2000-10-29 10:07:43 +00:00
Doug Barton
ea8f54b543
Add a CVS Id tag
2000-10-29 10:00:58 +00:00
Eivind Eklund
8b746a4d67
Add link malloc.conf.5 -> malloc.3
2000-10-29 09:59:35 +00:00
Poul-Henning Kamp
db4035961b
Fix params passed to pci_porten() and pci_memen().
2000-10-29 09:59:28 +00:00
Eivind Eklund
dd92980bbd
Teach sysinstall how to restart itself on Ctrl-C (as an addition to its old
...
tricks of rebooting and continuing where it was.)
Reviewed by: jkh, jhb
2000-10-29 09:57:50 +00:00
Poul-Henning Kamp
26dac111f1
Add a hook for doing #include magic (for src/tools/tools/kerninclude).
2000-10-29 09:47:50 +00:00
Doug Barton
74972d42db
Update copyright
2000-10-29 09:41:06 +00:00
Doug Barton
0006169a06
More changes that don't modify functionality.
...
* More whitespace
* Change read -p to echo -n/read to help support portability
* Genericize an informational message regarding /.cshrc and /.profile
for the same reason
2000-10-29 09:40:22 +00:00
Darren Reed
c91fbe3bb4
fix conflicts created by import
2000-10-29 08:08:32 +00:00