obrien
ffa99e45a6
Alpha verions of the crt initialization and finalization files required
...
by the ELF ABI.
2000-10-30 05:21:08 +00:00
vanilla
1ad38d1a24
Change "PERL_THREADED=yes" to "PERL_THREADED=true".
2000-10-30 04:52:33 +00:00
mjacob
64baa9e7c0
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
ddaa6ccb74
Add suffix "-thread" to archname when perl with thread support.
...
Approved by: markm
2000-10-30 03:27:06 +00:00
gad
bd3cb54e6c
Change my email on MAINTAINER from an RPI address to my FreeBSD address.
2000-10-30 01:09:32 +00:00
brian
9814de693a
Add ``all'' logging.
...
Submitted by: eivind
2000-10-30 00:15:35 +00:00
brian
3d1630ef60
Bump our version to reflect the recent MPPE additions (and ccp struct
...
size change).
2000-10-30 00:15:34 +00:00
brian
aed543648b
Move the MPPE keysize display in ``show ccp''.
2000-10-30 00:15:33 +00:00
brian
6d9a542bce
Various whitespace changes.
...
Make some functions static.
2000-10-30 00:15:29 +00:00
brian
09731f0efc
staticise mbuftype()
2000-10-30 00:15:27 +00:00
brian
06792c58d5
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
c238c956a4
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
b85687e8b2
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
alc
452893ff8d
_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
ume
03e9a76a97
- 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
phk
bdfeee725d
Allow all users to access the dev -> devname sysctl.
2000-10-29 19:50:06 +00:00
phk
db841f6fcc
Remove unneeded <stddef.h> #includes.
2000-10-29 16:57:42 +00:00
ume
39a8cfa146
- 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
dwmalone
1978e2e6ea
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
gallatin
13581bd748
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
dwmalone
e401b83c31
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
sumikawa
8cfaee4a94
Fix memory leak.
...
Obtained from: KAME
2000-10-29 16:10:48 +00:00
phk
ff5cdfae2d
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
des
9c7c34c6a0
Use CHECK_FLAG
2000-10-29 15:56:10 +00:00
nik
d2884243d9
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
des
0b058e3e71
Stricter error checking in the I/O functions.
2000-10-29 15:52:05 +00:00
nik
d4b00de32e
Link kbdmap.5 to keymap.5
...
PR: docs/19995 docs/20298
2000-10-29 15:49:03 +00:00
dwmalone
7d9d396fd5
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
des
f8eaa3d801
Add CHECK_FLAGS, a macro for (safely) checking if a particular flag is set.
2000-10-29 15:45:31 +00:00
des
fdc38d445e
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
phk
f82e4ca62c
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
38695be04c
.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
n_hibma
a0c82949bf
Entry for umodem0 devices, 124.
2000-10-29 14:06:12 +00:00
phk
94a5006c9a
Remove unneeded #include <sys/proc.h> lines.
2000-10-29 13:57:19 +00:00
n_hibma
9c6b4f6aa9
Be explicit about the fact that you can only specify one IP address/hostname
2000-10-29 13:49:18 +00:00
asmodai
9e9653c21f
Break a line more appropriately.
2000-10-29 13:37:13 +00:00
asmodai
044e4712c9
Whitespace only commit.
2000-10-29 13:33:57 +00:00
asmodai
3dd1cb5ddf
Update the twe manpage to correspond with the latest source changes.
...
Submitted by: msmith
2000-10-29 13:31:24 +00:00
eivind
b94f208d17
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
sos
80d128ca06
Add the ATA RAID device 'ar'.
2000-10-29 13:04:04 +00:00
des
0237382c52
Document FTP_PASSIVE_MODE and FTP_PASSWORD.
...
PR: docs/20626
Submitted by: nik
2000-10-29 12:58:08 +00:00
jedgar
14485f4b7a
Remove obsolete /dev/drum references
...
Reviewed by: alex, asmodai, billf
2000-10-29 12:19:52 +00:00
dougb
f3bbf2484d
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
darrenr
1c98ed58fc
fix warning compile error about unused variable
2000-10-29 10:07:43 +00:00
dougb
353f00f96c
Add a CVS Id tag
2000-10-29 10:00:58 +00:00
eivind
01fd1b0f22
Add link malloc.conf.5 -> malloc.3
2000-10-29 09:59:35 +00:00
phk
4322514097
Fix params passed to pci_porten() and pci_memen().
2000-10-29 09:59:28 +00:00
eivind
6f8edb50c6
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
phk
e96f5ed9b3
Add a hook for doing #include magic (for src/tools/tools/kerninclude).
2000-10-29 09:47:50 +00:00
dougb
d05d82d2fd
Update copyright
2000-10-29 09:41:06 +00:00