135081 Commits

Author SHA1 Message Date
xtraeme
83d6c074cb Bump the number of inodes to 1024 in the MFS case, needed to
create more devices in the ramdisk images, ok'ed by thorpej@.
2005-03-15 23:43:50 +00:00
bouyer
407770d89d Add more DIAGNOSTIC checks
fix test of xbdback_map_shm() return value.
2005-03-15 23:39:18 +00:00
bouyer
c3b1622d19 Add some DIAGNOSTIC checks
Protect more stuff with splvm().
2005-03-15 23:37:58 +00:00
xtraeme
84b54ddae9 /usr/share/sendmail/features/nodns.m4 is installed by the new sendmail
in base.
2005-03-15 20:31:21 +00:00
bouyer
e9e4c49142 Add a test for the bug fixed in subr_extent.c rev 1.51. 2005-03-15 18:27:23 +00:00
bouyer
e97ceab999 Fix off-by-one bug which would cause a region at the end of the extent
to be alloctated multiple times:
- we're allocating region of size 1
- there are holes in the extent, but all of size larger than 1
- there are 2 contigous allocations at the end of the extent, the last one
  being of size 1.
While there fix a DIAGNOSTIC check: to check that a region is inside the extent
we need to check start and end, not only start.
2005-03-15 18:22:24 +00:00
peter
80f533ce07 Do a "flush all" when disabling pf. This also changes the restart case
to do a "flush all", while the reload case will only reload the rules without
flushing anything.

Suggested by Miles Nordin.
2005-03-15 18:22:03 +00:00
peter
851064ccf9 Fix a GCC warning when compiling on evbppc.
From FUKAUMI Naoki in PR #29669.
2005-03-15 18:08:59 +00:00
kurahone
9df36978f0 Adding kurahone to list of developers. 2005-03-15 17:56:45 +00:00
xtraeme
6b34c93b70 regen 2005-03-15 17:54:17 +00:00
xtraeme
8223efec1b Add entry for "SAMSUNG Mighty drive" provided by Thilo Manske in PR
kern/29550.
2005-03-15 17:52:18 +00:00
peter
9843641178 Change BINDIR to /sbin and support MKDYNAMICROOT. 2005-03-15 17:45:11 +00:00
peter
f08689a2d1 Add build glue for pflogd(8). 2005-03-15 16:32:47 +00:00
peter
3041afaec2 Add a small replacement for strtonum(). 2005-03-15 16:28:29 +00:00
peter
94921da3bb Changes to build on NetBSD:
* #ifdef out some things we don't have or do differently.
* Write struct "pcap_sf_pkthdr" instead of "pcap_pkthdr".
  Fixes an LP64 specific problem with reading the pflog with tcpdump(8).
  (OpenBSD fixed this by changing the structs to always use 32-bit fields)

Reviewed by yamt@.
2005-03-15 16:26:49 +00:00
xtraeme
b07d856bff regen 2005-03-15 16:18:34 +00:00
xtraeme
45194ed1bc Add entries for VIA Apollo KM400 chipsets, provided by
Thilo Manske in PR kern/29549.
2005-03-15 16:16:59 +00:00
xtraeme
97e59b19a6 regen 2005-03-15 16:08:33 +00:00
xtraeme
0d88d55d8d Add entry for "S3 Prosavage KM133", provided by Nicolas Joly in PR
kern/20572.
2005-03-15 16:06:38 +00:00
peter
0a9aa9779a Install pf(4) examples. Reviewed by yamt@.
Thanks to hubertf@ for the reminder.
2005-03-15 16:05:03 +00:00
christos
e911ab7deb Add jtc's regression tests. I decided to split them finally to follow suit. 2005-03-15 15:57:58 +00:00
peter
0b79424ae4 bsd-family-tree is now at 1.88. 2005-03-15 15:38:30 +00:00
peter
ecb7de5d70 Sync w/ FreeBSD v1.88, lots of updates for all recent *BSD releases
including NetBSD 2.0.
2005-03-15 15:33:03 +00:00
christos
1c6d713c7d New strcpy.S from jtc. This should have been committed together with the
rest of the string changes before.
2005-03-15 15:16:59 +00:00
christos
4eb907bddf Add "crypto" to the pam_ssh files. 2005-03-15 15:02:51 +00:00
atatat
6472d0c335 Make requestors of kern.file2 be referred to pstat (the same as
kern.file) and add EINVAL to the list of errno values which are
silently ignored when walking the tree.
2005-03-15 13:59:35 +00:00
simonb
38c9d4c236 Remove unused header file. 2005-03-15 13:19:41 +00:00
lukem
f198807ca5 Explicitly REQUIRE mountcritremote, since this uses awk. 2005-03-15 12:06:12 +00:00
yamt
fca21a6d0f yamt-km status 2005-03-15 08:16:39 +00:00
briggs
6089355b00 If -d (debug mode) is specified on the command line, include
LOG_PERROR in openlog() to send log output to stderr as well.
Suggested by Darrin Jewell.
2005-03-15 04:54:59 +00:00
atatat
f42d780218 Mention that sockstat(1) was added and sendmail(8) was updated 2005-03-15 02:37:37 +00:00
atatat
fcf46d8fff Note that I finally got around to importing a newer sendmail 2005-03-15 02:35:42 +00:00
atatat
d69e78afde Update to compensate for new sendmail 2005-03-15 02:34:54 +00:00
atatat
bf9c8c87f6 resolve conflicts, pull 8.13.3 to head, make it build 2005-03-15 02:14:15 +00:00
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