Commit Graph

135047 Commits

Author SHA1 Message Date
atatat 8ab462048e sendmail 8.13.3 2005-03-15 02:05:26 +00:00
uwe 0b007a7843 Regen for ENE CB710, CB720 CardBus controllers. 2005-03-15 00:14:13 +00:00
uwe fe56de2b46 Fix product ids of ENE CB710 and CB720 CardBus controllers. 2005-03-15 00:13:16 +00:00
christos 476e930172 Add missing define, needed for debugging (from Rob Rodgers) 2005-03-15 00:10:40 +00:00
christos 138a35afd9 comment out pam_ssh and mention it has potential security issues. 2005-03-14 23:41:49 +00:00
christos 52ffc9e55d remove code to deal with authorized keys. it has no place here. 2005-03-14 23:39:26 +00:00
fvdl 486492d83a Check the passed in address as well as determining the maximum length
using VM_MAXUSER_ADDRESS in copyinstr and copyoutstr.

Problem originally fixed in OpenBSD/i386.
This fix suggested by Charles Hannum (mycroft at netbsd dot org).
2005-03-14 21:50:59 +00:00
dsl 3650a70127 Allow the user to change the partition type from FFSv1 to FFSv2
Should fix install/29693
2005-03-14 21:37:43 +00:00
tron 39b687c61a Document that stf(4) now allows to change the MTU. 2005-03-14 16:00:56 +00:00
christos 8f166961b9 Remove extra ; found by gcc-2.95 and reported in port-vax. 2005-03-14 13:34:57 +00:00
perry e99c3b1541 we are at libc.so.126 2005-03-14 13:02:00 +00:00
tsutsui 99e1f5f2d1 Include "ioconf.h" for struct cfdriver *_cd decls. 2005-03-14 12:50:33 +00:00
martin 7839bf7dd6 KNF 2005-03-14 11:50:17 +00:00
wiz dff72e3c43 Remove duplicate "in .Nx" noted by dieter on current-users. 2005-03-14 10:44:02 +00:00
wiz 88a7e2e28f Remove one of two nearly duplicate words. 2005-03-14 10:36:51 +00:00
wiz bf09620d88 Add symbol for POSIX 1003.1-2004. Will be in next groff release. 2005-03-14 10:18:58 +00:00
yamt 42f5578ac9 move the code to drop packets in the previous version
from re_encap to re_start so that other rtk_tx_free checks are
also covered.
2005-03-14 10:08:17 +00:00
manu b586aa59be update ipsec-tools version 2005-03-14 08:15:28 +00:00
manu e298dc4582 Import ipsec-tools ipsec-tools-0_6-20050314 2005-03-14 08:14:24 +00:00
christos 041bcdce98 Go back to rev-1.5. This is better than what was there before, but I am
still uncertain about the proper way to dealing what keys to accept.
2005-03-14 05:45:48 +00:00
christos 56cc440468 Revert previous. This is not the right fix. 2005-03-14 05:40:35 +00:00
christos adb433f9e5 Do not let keys that are not listed in authorized_keys participate
in authentication. Problem reported by Maximum Entropy.
2005-03-14 05:35:23 +00:00
tnozaki 6e2609d649 anonymous union between chlen and _UTF7StatePrive has
compilation problem with gcc295.
this union attempt to make mbsinit(3) handle multibyte state correctly,
but it's useless as far as we use utf-7 only iconv interface.
so i eliminate ctype feature.

patch contributed by Joerg Sonnenberg(who porting Citrus to DragonFlyBSD).
and yamt-san gave me advice, thanks a lot.
2005-03-14 03:43:10 +00:00
perry 1968911436 Fix stupid typo. I added memmem, not memmove. 2005-03-14 03:13:53 +00:00
bsh 2145d5199e change a printf to aprint_normal. 2005-03-13 16:53:08 +00:00
perry 210055fd90 add regression tests for memmem(3) 2005-03-13 15:40:32 +00:00
perry 6439a725d3 move swab regression test to subdir 2005-03-13 15:33:45 +00:00
perry 4d7b53f8df add memmem man pages 2005-03-13 15:20:09 +00:00
perry f4cc0f6ed6 bump for memmem(3) 2005-03-13 15:16:47 +00:00
perry ff41832f1c add memmem 2005-03-13 15:15:13 +00:00
perry 93c3898449 Add prototype for memmem(3). It is API compatible with the version in Linux. 2005-03-13 15:09:50 +00:00
perry f7be5521ff Add memmem(3), compatible with version in Linux 2005-03-13 14:47:02 +00:00
he e3e9ad241e Get rid of a compiler warning saying "dereferencing type-punned pointer
will break strict-aliasing rules" by casting the argument to rn_inithead()
to (void*) instead of (void**).
2005-03-13 10:44:40 +00:00
wiz 5ccbef2012 NetBSD -> .Nx, some whitespace nits. 2005-03-13 09:37:06 +00:00
skrll 41889bdcaa Remove an item - uhidev(4) now exists.
OK'd by Lennart.
2005-03-13 08:21:50 +00:00
kim 077ff6605b One third of screen looks much better than half, for default maxhost. 2005-03-13 04:08:16 +00:00
christos a646be989c Handle the regular case too, not only the error case. 2005-03-13 01:48:54 +00:00
riz 49bc7920f9 Add myself to the list of developers. 2005-03-13 01:43:52 +00:00
christos f048688c46 PR/29683: M. B. Buchanan: mcd driver has printf formatting compile issue
and sets the wrong field to the number of ports.
2005-03-12 22:54:48 +00:00
christos d232675d86 PR/29679: Gunnar.Ritter: fstat() blksize on the write side of the pipe returns
0. Fix it by returning the peer's block size.
XXX: This is the minimal fix. Probably the buffer size should be initialized
somewhere else, but probably this would need some more code changes.
2005-03-12 18:43:42 +00:00
christos bb8740ddcf - Don't call pam functions after pam_end().
- Only call wait for our own pid.
- Improve error checking.
- Reorder some code to minimize diffs with FreeBSD.
2005-03-12 18:23:30 +00:00
dsl 4f6d146592 KNF 2005-03-12 16:39:41 +00:00
dsl 37840e8766 Fix time calculation when:
p->p_rtime.tv_usec + tv.tv_usec < spc->spc_runtime.tv_usec
2005-03-12 16:33:45 +00:00
dsl 94015fc9d6 Fix convertion of seconds to nanoseconds.
Add the usec to the secs before subtracting the usec offset - otherwise
I suspect the value can do horribly wrong!
Change all T_SVR4_GETHRESTIME to return sec + nanoseconds (I've not sure
this is correct, but I doubt the 32bit emulation in a 64bit kernel should
act differently to a 32bit kernel!)
Untested - I don't even have a sparc compile setup at the moment.
2005-03-12 16:29:59 +00:00
salo 5c8095bf97 Adjust to The Not-Quite-That-New World Order:
bsd.pkg.defaults.mk -> defaults/mk.conf
 Packages.txt -> doc/pkgsrc.txt
2005-03-12 16:17:33 +00:00
salo 60410131db bsd.pkg.defaults.mk was moved to defaults/mk.conf a while ago.
spotted by go@
2005-03-12 16:13:38 +00:00
dsl 604ef02ccf You need to multply seconds by 10^9 to get nanoseconds! (not 10^6).
Remove some possible aliasing issues.
I actually suspect this code is returned a word-swapped 64bit value though!
2005-03-12 16:02:02 +00:00
tron 0c7e4628ee Process GL manual pages with tbl(1). This fixes PR xsrc/29662 by
Tim Rightnour.
2005-03-12 16:01:50 +00:00
reed be2370c0aa Sorted two entries that were out of order.
And used spaces (instead of tab) for one entry to be consistent with rest
of file.
2005-03-12 15:13:54 +00:00
reed e991dffff3 Add that NetBSD 2.0 was released on December 09, 2004 2005-03-12 15:07:56 +00:00