ƒ«r75578 243 615 132 599 372 201 213 124 235 171 134 235 129 117 121 114 139 184 133 154 243 150 588 438 146 120 164 1096 193 149 199 139 102 324 295 121 102 127 199 563 181 163 218 347 244 311 148 127 132 219 127 271 148 290 211 182 153 343 809 297 494 134 148 182 611 156 177 212 406 164 154 156 212 133 130 149 161 556 131 121 175 176 130 134 119 124 116 116 223 207 161 143 119 122 140 228 176 201 402 286 199 133 184 216 176 632 207 192 216 380 402 247 173 113 385 233 127 176 260 197 190 135 204 141 270 218 231 214 159 140 154 166 123 389 243 299 276 248 185 209 116 139 330 230 255 175 284 127 200 392 202 216 181 228 127 142 168 205 135 201 108 188 423 197 125 202 111 123 131 148 186 250 225 166 114 212 114 538 179 147 200 122 126 187 209 194 144 218 175 135 408 580 299 334 125 142 173 173 563 186 305 108 273 139 211 161 113 137 197 115 150 231 275 300 129 200 218 527 141 122 190 121 251 183 1274 159 110 165 131 325 152 137 142 175 388 158 145 151 226 165 159 263 176 126 K 10 svn:author V 4 kris K 8 svn:date V 27 2001-04-17T07:59:52.000000Z K 7 svn:log V 521 Add fmtcheck(), a function for checking consistency of format string arguments where the format string is obtained from user data, or otherwise difficult to verify statically. Example usage: printf(fmtcheck(user_format, standard_format), arg1, arg2); checks the format string user_format for consistency (same number/order/ type of format operators) with standard_format. If they differ, standard_format is used instead to avoid potential crashes or security violations. Obtained from: NetBSD Reviewed by: -arch END K 10 svn:author V 4 kris K 8 svn:date V 27 2001-04-17T08:01:54.000000Z K 7 svn:log V 39 Correct a typo; prefered -> preferred. END K 10 svn:author V 3 phk K 8 svn:date V 27 2001-04-17T08:56:39.000000Z K 7 svn:log V 506 This patch removes the VOP_BWRITE() vector. VOP_BWRITE() was a hack which made it possible for NFS client side to use struct buf with non-bio backing. This patch takes a more general approach and adds a bp->b_op vector where more methods can be added. The success of this patch depends on bp->b_op being initialized all relevant places for some value of "relevant" which is not easy to determine. For now the buffers have grown a b_magic element which will make such issues a tiny bit easier to debug. END K 10 svn:author V 5 dougb K 8 svn:date V 27 2001-04-17T09:42:07.000000Z K 7 svn:log V 277 By popular demand, have adduser preserve comments at the top of the group file. Because of the way the group sorting works while printing out the new file it's not possible at this time to restore comments in other locations, but at least they won't just disappear altogether. END K 10 svn:author V 5 brian K 8 svn:date V 27 2001-04-17T09:59:34.000000Z K 7 svn:log V 106 Dont (ab)use drv2 to know if (si_flags & SI_NAMED) (pointed out by dd) Call cdevsw_remove when we unload. END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2001-04-17T11:00:58.000000Z K 7 svn:log V 116 Update/improve Ukrainian translation. Submitted by: Olexander Kunytsa (author of translation) END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-04-17T12:12:05.000000Z K 7 svn:log V 33 Virgin import of FSF groff v1.17 END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-04-17T12:12:05.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r75584, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 2001-04-17T12:12:06.000000Z K 7 svn:log V 75 This commit was manufactured by cvs2svn to create tag 'groff-vendor-v1_17'. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-04-17T12:23:50.000000Z K 7 svn:log V 43 Removed files not present in v1.17 import. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-04-17T12:23:50.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r75587, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-04-17T12:28:00.000000Z K 7 svn:log V 38 Use stock (FSF) version of this file. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-04-17T12:28:31.000000Z K 7 svn:log V 26 Merge Groff 1.17 changes. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-04-17T12:29:43.000000Z K 7 svn:log V 30 Removed yacc(1) output files. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-04-17T12:37:18.000000Z K 7 svn:log V 23 Upgrade to Groff 1.17. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-04-17T12:40:46.000000Z K 7 svn:log V 48 Synch with new contrib/groff/ directory layout. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-04-17T12:48:14.000000Z K 7 svn:log V 93 Use Groff versions of man(7) and mdoc(7) manpages. mdoc.samples(7) is superseded by mdoc(7). END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-04-17T12:49:42.000000Z K 7 svn:log V 42 mdoc.samples(7) is superseded by mdoc(7). END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-04-17T12:51:21.000000Z K 7 svn:log V 63 Synch template with one documented in the new mdoc(7) manpage. END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2001-04-17T12:51:27.000000Z K 7 svn:log V 146 Add Ukrainian language support for FreeBSD console. Submitted by: Olexander Kunytsa Reviewed by: ache, phantom, ru, sobomax END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-04-17T13:32:10.000000Z K 7 svn:log V 59 FreeBSD provides its own version of this OS-specific file. END K 10 svn:author V 8 gallatin K 8 svn:date V 27 2001-04-17T14:15:12.000000Z K 7 svn:log V 490 changes to smp_init_secondary_glue(): - use the unique value to save the per-cpu globalp struct like the comment says - don't lower the ipl to ALPHA_PSL_IPL_HIGH: we may have a pending machine check to take and we're not prepared for that yet, as we haven't setup our interrupt entry points. (this may only happen on sable/lynx) - indicate the fact that the working version of smp_init_secondary() doesn't return (this is tied up in other changes and hasn't yet been committed). END K 10 svn:author V 8 gallatin K 8 svn:date V 27 2001-04-17T14:20:33.000000Z K 7 svn:log V 340 Changes to support SMP: - don't do the stack overflow sanity check on MP systems -- p->p_addr will be malloc'ed memory (not K0SEG) and the check will fail. - don't ignore clock interrupts on secondaries. Alphas apparently roundrobin clock interrupts to all cpus, so we're going to take clock interrupts on all CPUS and not forward them. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-04-17T14:22:50.000000Z K 7 svn:log V 55 Remove share/tmac/locale/ and share/tmac/mdoc/locale/. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-04-17T14:31:56.000000Z K 7 svn:log V 29 Update upgrade instructions. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 2001-04-17T14:31:57.000000Z K 7 svn:log V 68 This commit was manufactured by cvs2svn to create branch 'RELENG_4'. END K 10 svn:author V 8 gallatin K 8 svn:date V 27 2001-04-17T14:55:09.000000Z K 7 svn:log V 998 Improved support for alpha SMP. The following commit gets dual AS2100s and AS4100s into single user mode. This work was done jointly by jhb and myself, and builds on dfr's earlier work. smp_init_secondary() / smp_start_secondary() - use the uniq val to pass the globalp (me) - fancy footwork to take any pending machine checks (me) - doing things the FreeBSD way and getting the per-cpu idleproc created correctly, and synchronizing the startup of secondaries (jhb) mp_start() - better recognition of available cpus (jhb) smp_rendezvous() - if smp hasn't started, only run the rendezvous function on the current cpu. Sleuthing and (prior) incorrect fix by me, correct fix by jhb smp_handle_ipi() - more verbose handling of console messages (jhb) - grab sched lock around setting PS_ASTPENDING (jhb) forward_*clock() - commented out. Joint decision by dfr, jhb and myself General synchronization improvements (more mb()s, etc) (jhb) Printf cleanups (joint) Whitespace cleanups (jhb) END K 10 svn:author V 8 gallatin K 8 svn:date V 27 2001-04-17T14:59:05.000000Z K 7 svn:log V 96 set gd_other_cpus later, when we have a better idea what the other cpus are. submitted by: jhb END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 2001-04-17T15:00:03.000000Z K 7 svn:log V 53 Remove a bogus %s from a printf. Submitted by: kris END K 10 svn:author V 5 luigi K 8 svn:date V 27 2001-04-17T15:21:02.000000Z K 7 svn:log V 104 Partly back out previous commit: keep IPV6 support even if RELEASE_CRUNCH is defined. Approved-By: jkh END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 2001-04-17T15:34:22.000000Z K 7 svn:log V 43 Lexar jumpSHOT Id. Submitted by: gshapiro END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 2001-04-17T15:34:44.000000Z K 7 svn:log V 7 Regen. END K 10 svn:author V 5 luigi K 8 svn:date V 27 2001-04-17T15:50:31.000000Z K 7 svn:log V 229 MFC: bring in sample script to create a shared readonly root partition for diskless client. With this, and the patches to /etc/rc and /etc/rc.diskless2, diskless support should be working out of the box on 4.3R Approved-by: jkh END K 10 svn:author V 5 luigi K 8 svn:date V 27 2001-04-17T15:52:28.000000Z K 7 svn:log V 200 Fixes for diskless support. in /etc/rc, let rc.diskless2 do the necessary mounts instead of running mount -a -t nonfs in /etc/rc.diskless2, do the various mounts in the right order Approved-by: jkh END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 2001-04-17T15:53:20.000000Z K 7 svn:log V 25 Add the HP scanner 3400C END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 2001-04-17T15:53:35.000000Z K 7 svn:log V 7 Regen. END K 10 svn:author V 8 schweikh K 8 svn:date V 27 2001-04-17T17:42:46.000000Z K 7 svn:log V 30 Typos fixed. Approved by: jkh END K 10 svn:author V 6 jesper K 8 svn:date V 27 2001-04-17T17:48:57.000000Z K 7 svn:log V 103 MFC: Fix typo s/thissystem/this system/ Submitted by: Stephen Approved by: jkh END K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-04-17T17:53:36.000000Z K 7 svn:log V 470 Fix an old bug related to BETTER_CLOCK. Call forward_*clock if SMP and __i386__ are defined rather than if SMP and BETTER_CLOCK are defined. The removal of BETTER_CLOCK would have broken this except that kern_clock.c doesn't include , so it doesn't see the definition of BETTER_CLOCK, and forward_*clock aren't called, even on 4.x. This seems to fix the problem where a n-way SMP system would see 100 * n clk interrupts and 128 * n rtc interrupts. END K 10 svn:author V 6 jedgar K 8 svn:date V 27 2001-04-17T18:03:52.000000Z K 7 svn:log V 86 MFC: Limit number of paths returned via glob() for authorized users Approved by: jkh END K 10 svn:author V 6 jedgar K 8 svn:date V 27 2001-04-17T18:04:09.000000Z K 7 svn:log V 68 MFC: Limit number of paths returned via glob() for authorized users END K 10 svn:author V 4 kris K 8 svn:date V 27 2001-04-17T18:08:01.000000Z K 7 svn:log V 124 Randomize the TCP initial sequence numbers more thoroughly. Obtained from: OpenBSD Reviewed by: jesper, peter, -developers END K 10 svn:author V 4 kris K 8 svn:date V 27 2001-04-17T18:14:37.000000Z K 7 svn:log V 253 Note that the previous commit also restored some historical behaviour in the TCP_COMPAT_42 case (e.g. choosing '1' as the initial sequence number at boot-time, instead of randomizing it). TCP_COMPAT_42 is the repository for old security holes, too :-) END K 10 svn:author V 4 kris K 8 svn:date V 27 2001-04-17T18:16:46.000000Z K 7 svn:log V 150 I think this was supposed to be __const like in NetBSD: I have no idea why I changed it to const. Noticed by: David Wolfskill END K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-04-17T18:27:55.000000Z K 7 svn:log V 218 Save are floating point state in cpu_switch() if needed instead of relying completely on lazy floating point state saving. This is needed for the SMP case since processes can migrate to other CPUs. Submitted by: dfr END K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-04-17T18:32:35.000000Z K 7 svn:log V 53 Optimize make invocations by using multiple targets. END K 10 svn:author V 8 schweikh K 8 svn:date V 27 2001-04-17T19:08:41.000000Z K 7 svn:log V 30 Fixed typos. Approved by: jkh END K 10 svn:author V 8 schweikh K 8 svn:date V 27 2001-04-17T19:19:40.000000Z K 7 svn:log V 35 MFC: fixed typos. Approved by: jkh END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-04-17T19:22:07.000000Z K 7 svn:log V 125 Update for security advisories: 01:32 (ipfilter), 01:33 (glob/ftp). New release notes: TCP ISS randomization, groff-1.17. END K 10 svn:author V 8 schweikh K 8 svn:date V 27 2001-04-17T19:25:41.000000Z K 7 svn:log V 30 Fixed typos. Approved by: jkh END K 10 svn:author V 6 alfred K 8 svn:date V 27 2001-04-17T19:55:44.000000Z K 7 svn:log V 175 The comment for the MSGMNB option is misleading, it's not "max characters per message", rather it's "max characters per message queue" Pointed out by: alex END K 10 svn:author V 3 phk K 8 svn:date V 27 2001-04-17T20:22:07.000000Z K 7 svn:log V 56 Write a switch statement as less obscure if statements. END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-04-17T20:35:40.000000Z K 7 svn:log V 196 Update for security advisories: 01:32 and 01:33. alpha only: Rearrange two items in the security fixes section; somehow the alpha and i386 files got out of sync. Approved by: jkh (implicitly) END K 10 svn:author V 6 alfred K 8 svn:date V 27 2001-04-17T20:45:23.000000Z K 7 svn:log V 115 Implement client side NFS locks. Obtained from: BSD/os Import Ok'd by: mckusick, jkh, motd on builder.freebsd.org END K 10 svn:author V 6 alfred K 8 svn:date V 27 2001-04-17T20:50:43.000000Z K 7 svn:log V 87 Add a sanity check on ucred refcount. Submitted by: Terry Lambert END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-04-17T20:53:11.000000Z K 7 svn:log V 62 Make this driver play ball with devfs(5). Reviewed by: brian END K 10 svn:author V 5 wilko K 8 svn:date V 27 2001-04-17T21:10:45.000000Z K 7 svn:log V 248 Document potential issues with PCI bridge chips and adapter/hose placement for AS4100. Requesting send-pr reports for any bad experiences. Given the limited number of AS4100 with FreeBSD out there this is as good as it gets.. Suggested by: mjacob END K 10 svn:author V 7 iedowse K 8 svn:date V 27 2001-04-17T22:25:48.000000Z K 7 svn:log V 712 Various bugfixes and cleanups, mainly from Martin Blapp: - Revert del_mlist() to its pre-tirpc prototype. Unlike NetBSD's version, ours lets the caller generate any syslog() messages, so that it can include the service name in the message. - Initialise a few local variables to clarify the logic and avoid some compiler warnings. - Remove a few unused functions and local variables, and fix some whitespace issues. - Reinstate the logic for avoiding duplicate host entries that got removed accidentally in revision 1.41 (added in r1.5). This bit was submitted in a slightly different form by Thomas Quinot. Submitted by: Martin Blapp , Thomas Quinot PR: bin/26148 END K 10 svn:author V 3 bsd K 8 svn:date V 27 2001-04-17T22:53:34.000000Z K 7 svn:log V 204 MFC rev 1.7 : Re-order how files are copied into the new /etc directory. Copy default first, then network-specific, finally followed by host-specific files. Approved by: jkh END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-04-17T23:15:00.000000Z K 7 svn:log V 401 When booting, turn on the 3E0 compatibility address for ricoh cardbus parts. This is based on the newcard code that turns it off :-). We can now reboot after NEWCARD or Windows and have OLDCARD work. Add support for the RL5C466 while I'm at it. Treat TI1031 the same as the CLPD6832. It doesn't work yet, but sucks less than it did before. Also add a few #defines for other changes in the pipe. END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-04-17T23:50:24.000000Z K 7 svn:log V 42 Minor comment that missed the last change END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-04-17T23:56:12.000000Z K 7 svn:log V 56 Move setting of TI113X_PCI_CARD_CONTROL register sooner END K 10 svn:author V 6 nsayer K 8 svn:date V 27 2001-04-18T00:10:32.000000Z K 7 svn:log V 87 Actually correctly turn SRA back on by placing the revert correctly. Approved by: jkh END K 10 svn:author V 7 iedowse K 8 svn:date V 27 2001-04-18T00:28:37.000000Z K 7 svn:log V 514 A few more mountd cleanups: - Remove some horrible code that faked a "struct addrinfo" to be later passed to freeaddrinfo(). Instead, add a new group type "GT_DEFAULT" used to denote that the filesystem is exported to the world, and treat this case separately. - Don't clear the AI_CANONNAME flag in a struct addrinfo returned by getaddrinfo. There's still a bit more struct addrinfo abuse left in here. - Simplify do_mount() slightly by using an addrinfo pointer to keep track of the current address. END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-04-18T03:48:53.000000Z K 7 svn:log V 64 MFC: 1.60 Generalize Sony memory stick entry. Approved by: jkh END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-04-18T04:42:11.000000Z K 7 svn:log V 85 Add support for the OZ6832. Submitted by: Martin Nilsson END K 10 svn:author V 6 alfred K 8 svn:date V 27 2001-04-18T05:30:24.000000Z K 7 svn:log V 116 Fix the botched rev 1.59 where I made it such that without INVARIANTS the map is never locked. Submitted by: tegge END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-04-18T05:45:15.000000Z K 7 svn:log V 313 Add some more O2Micro devices I gleened from the web site/linux pcmcia cs. Add TI4451 as well. These are untested since I don't have the hardware to test against. Also, some O2Micro devices are #define w/o numbers as place holders so that I can encourage people to submit them when they appear in the channels. END K 10 svn:author V 3 sos K 8 svn:date V 27 2001-04-18T07:02:20.000000Z K 7 svn:log V 72 MFC: The VIA 586 chip does UDMA from rev 0x3 onwards. Approved by: jkh END K 10 svn:author V 3 sos K 8 svn:date V 27 2001-04-18T07:06:47.000000Z K 7 svn:log V 62 MFC: Add support the the Intel ICH2 mobile. Approved by: jkh END K 10 svn:author V 3 phk K 8 svn:date V 27 2001-04-18T07:16:07.000000Z K 7 svn:log V 64 bread() is a special case of breadn(), so don't replicate code. END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-04-18T07:21:58.000000Z K 7 svn:log V 120 List the explanations of the command line arguments in the same order as they're listed in the synopsis (alphabetical). END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-04-18T08:25:26.000000Z K 7 svn:log V 42 mdoc(7) police: uppercase document title. END K 10 svn:author V 6 alfred K 8 svn:date V 27 2001-04-18T08:33:52.000000Z K 7 svn:log V 35 NFS module now requires nfs_lock.c END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-04-18T09:22:51.000000Z K 7 svn:log V 58 Synch with devascii/R.proto, RFC 1489, and groff_char(7). END K 10 svn:author V 8 dwmalone K 8 svn:date V 27 2001-04-18T09:32:08.000000Z K 7 svn:log V 64 MFC: Make tail work on files bigger than 2GB. Approved by: jkh END K 10 svn:author V 8 tanimura K 8 svn:date V 27 2001-04-18T11:19:50.000000Z K 7 svn:log V 458 Reclaim directory vnodes held in namecache if few free vnodes are available. Only directory vnodes holding no child directory vnodes held in v_cache_src are recycled, so that directory vnodes near the root of the filesystem hierarchy remain in namecache and directory vnodes are not reclaimed in cascade. The period of vnode reclaiming attempt and the number of vnodes attempted to reclaim can be tuned via sysctl(2). Suggested by: tegge Approved by: phk END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-04-18T12:13:08.000000Z K 7 svn:log V 40 Add missing -mtty-char for MANBUILDCAT. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-04-18T12:20:28.000000Z K 7 svn:log V 30 Add groff to bootstrap-tools. END K 10 svn:author V 8 deischen K 8 svn:date V 27 2001-04-18T12:40:30.000000Z K 7 svn:log V 78 Reinstall the alternate signal stack after a fork. PR: 25110 Tested by: knu END K 10 svn:author V 8 deischen K 8 svn:date V 27 2001-04-18T12:42:11.000000Z K 7 svn:log V 79 Typo; fix open() so that it is not a cancellation point when called from libc. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-04-18T12:56:15.000000Z K 7 svn:log V 39 mdoc(7) police: fixed whatis(1) entry. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-04-18T13:14:47.000000Z K 7 svn:log V 43 mdoc(7) police: use .Fx where appropriate. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-04-18T13:16:47.000000Z K 7 svn:log V 28 mdoc(7) police: fix markup. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-04-18T13:21:08.000000Z K 7 svn:log V 33 MFC: mdoc(7) police: fix markup. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-04-18T13:24:18.000000Z K 7 svn:log V 25 mdoc(7) police: use .Fx. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-04-18T13:39:57.000000Z K 7 svn:log V 25 mdoc(7) police: use .Fx. END K 10 svn:author V 3 dfr K 8 svn:date V 27 2001-04-18T14:10:43.000000Z K 7 svn:log V 130 Record the right value for tf_ndirty for kernel interruptions so that we can examine the interrupted register stack frame in DDB. END K 10 svn:author V 3 dfr K 8 svn:date V 27 2001-04-18T14:15:45.000000Z K 7 svn:log V 114 Implement a simple stack trace for DDB. This will have to be redone if/when we change to a more modern toolchain. END K 10 svn:author V 3 dfr K 8 svn:date V 27 2001-04-18T15:07:56.000000Z K 7 svn:log V 69 Print an approximation of the function arguments in the stack trace. END K 10 svn:author V 3 dfr K 8 svn:date V 27 2001-04-18T15:08:37.000000Z K 7 svn:log V 51 Don't panic when we try to modify the kernel pmap. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-04-18T15:43:06.000000Z K 7 svn:log V 28 mdoc(7) police: fix markup. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-04-18T15:54:10.000000Z K 7 svn:log V 31 mdoc(7) police: normalize .Nd. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-04-18T16:01:43.000000Z K 7 svn:log V 49 mdoc(7) police: update referenced standard name. END K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-04-18T17:17:55.000000Z K 7 svn:log V 135 Back out the previous revision as it causes random sig 11's to userland processes until a better fix is found. Submitted by: gallatin END K 10 svn:author V 4 kris K 8 svn:date V 27 2001-04-18T17:55:24.000000Z K 7 svn:log V 83 MFC: Better TCP initial sequence number randomness from OpenBSD. Approved by: jkh END K 10 svn:author V 3 knu K 8 svn:date V 27 2001-04-18T18:40:54.000000Z K 7 svn:log V 108 MFC: (rev.1.24) Reinstall the alternate signal stack after a fork. Confirmed by: deischen Approved by: jkh END K 10 svn:author V 6 alfred K 8 svn:date V 27 2001-04-18T20:24:16.000000Z K 7 svn:log V 306 Protect pager object creation with sx locks. Protect pager object list manipulation with a mutex. It doesn't look possible to combine them under a single sx lock because creation may block and we can't have the object list manipulation block on anything other than a mutex because of interrupt requests. END K 10 svn:author V 5 joerg K 8 svn:date V 27 2001-04-18T20:26:28.000000Z K 7 svn:log V 191 ``An undocumented feature is a bug.'' Turn on my asbesto suit, and document the DD and Wizard mode menu keys. It's a nuisance to always have to look them up in the source code when needed. END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-04-18T20:57:43.000000Z K 7 svn:log V 106 Back out 1.103. It wasn't approved by the owner of the file and introduced style bugs. Submited by: bde END K 10 svn:author V 6 alfred K 8 svn:date V 27 2001-04-18T21:41:27.000000Z K 7 svn:log V 38 remove debug code left in by accident END K 10 svn:author V 5 wilko K 8 svn:date V 27 2001-04-18T21:46:18.000000Z K 7 svn:log V 90 DS20 embedded Adaptec SCSI chips are unfortunately not enabled when SRM 5.9 is installed. END K 10 svn:author V 5 wilko K 8 svn:date V 27 2001-04-18T21:47:31.000000Z K 7 svn:log V 121 DS20 embedded Adaptec SCSI chips are unfortunately not enabled when SRM 5.9 is installed. Approved by: jkh (implicitly) END K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-04-18T21:47:48.000000Z K 7 svn:log V 84 Convert the protection of hte i8254 from critical_enter/exit like it is on the x86. END K 10 svn:author V 6 alfred K 8 svn:date V 27 2001-04-18T22:18:39.000000Z K 7 svn:log V 536 Check validity of signal callback requested via aio routines. Also move the insertion of the request to after the request is validated, there's still looks like there may be some problems if an invalid address is passed to the aio routines, basically a possible leak or having a not completely initialized structure on the queue may still be possible. A new sig macro was made _SIG_VALID to check the validity of a signal, it would be advisable to use it from now on (in kern/kern_sig.c) rather than rolling your own. PR: kern/17152 END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-04-18T22:48:04.000000Z K 7 svn:log V 113 Note support for 3ware Escalade 7000 series. Note MFC of new TCP ISS randomization, tail(1) large file support. END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-04-18T22:49:09.000000Z K 7 svn:log V 99 MFC: TCP ISS randomization from OpenBSD, tail(1) large file support, 3ware Escalade 7000 support. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-04-18T23:17:41.000000Z K 7 svn:log V 120 Back out rev 1.149.2.2, which was committed to -current (and thus MFCed) by mistake. Reviewed by: phk Approved by: jkh END K 10 svn:author V 8 bmilekic K 8 svn:date V 27 2001-04-18T23:54:13.000000Z K 7 svn:log V 282 Fix inconsistency in setup of kernel_map: we need to make sure that we also reserve _adequate_ space for the mb_map submap; i.e. we need space for nmbclusters, nmbufs, _and_ nmbcnt. Furthermore, we need to rounddown, and not roundup, so that we are consistent. Pointed out by: bde END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-04-19T00:04:08.000000Z K 7 svn:log V 309 First cut at bringing NEC PC98 original pccard bridge code back into FreeBSD. This code doesn't work just yet, but does compile. We need to start indirecting via the cinfo pointers, rather than directly calling pcic_*. There may be other issues as well, but you gotta start somewhere. Obtained from: PAO3 END K 10 svn:author V 6 alfred K 8 svn:date V 27 2001-04-19T01:38:35.000000Z K 7 svn:log V 151 MFC: do not allow user applications to give aio bogus signals, fix some possible memory leakage of aio structures PR: kern/17152 Approved by: jkh END K 10 svn:author V 3 jkh K 8 svn:date V 27 2001-04-19T01:39:27.000000Z K 7 svn:log V 81 Fix bogon with the nodump flag. Submitted by: Dima Dorfman END K 10 svn:author V 3 jkh K 8 svn:date V 27 2001-04-19T01:39:48.000000Z K 7 svn:log V 21 MFC: dump flag bogon END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-04-19T05:45:51.000000Z K 7 svn:log V 292 Indirect off cinfo rather than calling pcic_ functions directly. This means that the pcic98 functionality might now work (I've tested it on my pcic machine, but not the pcic98). Since these functions are rarely called, it is unlikely that this will have a measurable impact on performance. END K 10 svn:author V 6 alfred K 8 svn:date V 27 2001-04-19T06:18:23.000000Z K 7 svn:log V 137 vnode_pager_freepage() is really vm_page_free() in disguise, nuke vnode_pager_freepage() and replace all calls to it with vm_page_free() END K 10 svn:author V 5 wosch K 8 svn:date V 27 2001-04-19T08:55:50.000000Z K 7 svn:log V 33 Update FreeBSD 4.3 release date. END K 10 svn:author V 3 ume K 8 svn:date V 27 2001-04-19T09:10:15.000000Z K 7 svn:log V 84 Add missing entry for ospf6d. Submitted by: Akihiro Kosakada END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-04-19T09:10:53.000000Z K 7 svn:log V 168 Work around the problem in multi-job make(1). (Fixes ``make -jN buildworld'' breakage in bootstrap-tools.) Reported by: Steve Kargl END K 10 svn:author V 4 ache K 8 svn:date V 27 2001-04-19T10:32:25.000000Z K 7 svn:log V 103 Add Russian message catalog PR: 26663 Submitted by: Alex Kapranoff END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2001-04-19T11:10:51.000000Z K 7 svn:log V 94 Fix spelling of comparison (was: comparision). Add $FreeBSD$. Obtained from: NetBSD/OpenBSD END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2001-04-19T11:19:14.000000Z K 7 svn:log V 38 MFC rev 1.10: "if" is a sh(1) builtin END K 10 svn:author V 6 alfred K 8 svn:date V 27 2001-04-19T12:29:43.000000Z K 7 svn:log V 108 Remove section from bugs that says we don't support client locks. Pointed out by: Martin Blapp END K 10 svn:author V 3 dfr K 8 svn:date V 27 2001-04-19T12:34:23.000000Z K 7 svn:log V 49 Don't take the Giant mutex for clock interrupts. END K 10 svn:author V 3 dfr K 8 svn:date V 27 2001-04-19T12:35:47.000000Z K 7 svn:log V 177 Don't unwrap the function descriptor used as the callout argument to fork_exit(). The MI version of fork_exit() needs a real function descriptor, not a simple function pointer. END K 10 svn:author V 5 orion K 8 svn:date V 27 2001-04-19T13:23:50.000000Z K 7 svn:log V 123 Add power on to start sequence for 4.x kernels. PR: kern/26255 Submitted by: WATANABE Kiyoshi END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2001-04-19T13:47:53.000000Z K 7 svn:log V 134 o Install sysctl.conf with all other *.conf files; o put a note into sysctl.conf describing vfs.vmiodirenable knob. OK'ed by: alfred END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2001-04-19T14:02:36.000000Z K 7 svn:log V 117 Add a comma after e.g.. This syncs us more with NetBSD and looks more aesthetically correct. Obtained from: NetBSD END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2001-04-19T14:06:12.000000Z K 7 svn:log V 63 Fix english grammar: then does -> than. Obtained from: NetBSD END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2001-04-19T14:20:54.000000Z K 7 svn:log V 44 Fix some mdoc usage. Obtained from: NetBSD END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2001-04-19T14:48:36.000000Z K 7 svn:log V 58 Change SYNOPSIS to use mdoc keeps. Obtained from: NetBSD END K 10 svn:author V 4 ache K 8 svn:date V 27 2001-04-19T14:53:47.000000Z K 7 svn:log V 73 Add mousechar_start hook Reviewed by: Nick Hibma END K 10 svn:author V 4 ache K 8 svn:date V 27 2001-04-19T14:55:32.000000Z K 7 svn:log V 30 Describe mousechar_start hook END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2001-04-19T15:40:04.000000Z K 7 svn:log V 292 Change uses of mktemp() to mkstemp(). Call cc -E, not cpp, this allows lint to be unaware of any machine-dependent defines that cc(1) may normally define. Change fork() to vfork() and exit() to _exit(). Reuse temporary file so that multiple files passed can be processed without problems. END K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-04-19T15:49:54.000000Z K 7 svn:log V 150 - Whoops, forgot to enable the clock lock in the spin order list on the alpha. - Change the Debugger() functions to pass in the real function name. END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2001-04-19T17:21:53.000000Z K 7 svn:log V 202 Comment out vfs.vmiodirenable=0 by default, to prevent inproducing another place where default sysctl value have to be tweaked if we ever would want to switch kernel default to 1. Submitted by: dillon END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2001-04-19T19:45:19.000000Z K 7 svn:log V 179 Who ever came up with the ${CFLAGS} need to be passed to lint? We can now run make lint on src/bin at least. I am sure Mark Murray has way more interesting fixes up his sleeve. END K 10 svn:author V 6 jedgar K 8 svn:date V 27 2001-04-19T21:33:52.000000Z K 7 svn:log V 152 o Document UFS_ACL option o Add link to src/sys/ufs/ufs/README.extattr for UFS_EXTATTR* options Reviewed by: rwatson Obtained from: TrustedBSD Project END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-04-19T22:17:07.000000Z K 7 svn:log V 92 Fix a problem with tests of the form "1.0" vs. "1.0a". MFC candidate. Pointed out by: knu END K 10 svn:author V 4 ache K 8 svn:date V 27 2001-04-19T22:17:59.000000Z K 7 svn:log V 115 Add cons*u aliases to allow programs to determine exact code table via TERM to use capabilities missing in termcap END K 10 svn:author V 4 ache K 8 svn:date V 27 2001-04-19T22:21:18.000000Z K 7 svn:log V 23 Sync with main termcap END K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-04-19T23:15:06.000000Z K 7 svn:log V 44 style(9) edit. Prompted by email from: dfr END K 10 svn:author V 3 ume K 8 svn:date V 27 2001-04-19T23:51:20.000000Z K 7 svn:log V 237 - Fix to receive icmp6 echo reply within the host itself to ff02::1. - Fix to receive icmp6 echo reply to link-local of itself. Reported by: Eriya Akasaka Submitted by: JINMEI Tatuya END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-04-19T23:53:46.000000Z K 7 svn:log V 136 MFC: Fix problem with tests of the form "1.0" vs. "1.0a". pkg_version.pl 1.17->1.18 test-pkg_version.sh 1.1->1.2 Approved by: jkh END K 10 svn:author V 3 ume K 8 svn:date V 27 2001-04-20T00:17:51.000000Z K 7 svn:log V 162 MFC 1.23->1.24: - Fix to receive icmp6 echo reply within the host itself to ff02::1. - Fix to receive icmp6 echo reply to link-local of itself. Approved by: jkh END K 10 svn:author V 8 gallatin K 8 svn:date V 27 2001-04-20T00:55:21.000000Z K 7 svn:log V 78 GC some debugging code that's been #if 0'ed since we got the file from NetBSD END K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-04-20T01:08:27.000000Z K 7 svn:log V 191 Split up the db_printf's for 'show pcpu' so that we only output at most one line for each db_printf(). Also, just use spaces to line the columns up rather than trying to be fancy with tabs. END K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-04-20T01:09:05.000000Z K 7 svn:log V 35 Make the ap_boot_mtx mutex static. END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-04-20T03:49:07.000000Z K 7 svn:log V 108 Fix miscellaneous spelling and grammar errors. PR: 26672 Submitted by: Seth END K 10 svn:author V 6 msmith K 8 svn:date V 27 2001-04-20T05:53:30.000000Z K 7 svn:log V 296 This is the Device Information Library, libdevinfo. The devinfo library provides access to the kernel's internal device hierarchy and to the I/O resource manager. The library uses a sysctl(9) interface to obtain a snapshot of the kernel's state which is then made available to the application. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-04-20T07:41:23.000000Z K 7 svn:log V 106 Fix damage I did in rev 1.4 that broke formatting this example: void foo(struct bar *bar) { return 0; } END K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-04-20T07:42:44.000000Z K 7 svn:log V 120 "ZZ"ed before done with in rev 1.7 commit message: PR: 24146 Submitted by: Thomas Zenker END K 10 svn:author V 3 ume K 8 svn:date V 27 2001-04-20T08:43:20.000000Z K 7 svn:log V 89 Fix typo in previous commit. Submitted by: JINMEI Tatuya END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2001-04-20T09:33:57.000000Z K 7 svn:log V 131 Add $FreeBSD$ to the files which didn't have it yet. Fix the .c files, so that the $FreeBSD$ is contained within the rcsid. [bde] END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2001-04-20T09:43:30.000000Z K 7 svn:log V 31 Properly constify the rcsid[]. END K 10 svn:author V 5 wosch K 8 svn:date V 27 2001-04-20T10:31:25.000000Z K 7 svn:log V 48 FOO -> FreeBSD Submitted by: andrew@ugh.net.au END K 10 svn:author V 6 jesper K 8 svn:date V 27 2001-04-20T11:58:56.000000Z K 7 svn:log V 73 Say goodbye to TCP_COMPAT_42 Reviewed by: wollman Requested by: wollman END K 10 svn:author V 3 knu K 8 svn:date V 27 2001-04-20T13:44:21.000000Z K 7 svn:log V 112 Correct and update Japanese holidays. PR: misc/26703 Submitted by: SUGIMURA Takashi END K 10 svn:author V 3 knu K 8 svn:date V 27 2001-04-20T14:14:21.000000Z K 7 svn:log V 43 MFC: Correct and update Japanese holidays. END K 10 svn:author V 3 jkh K 8 svn:date V 27 2001-04-20T15:04:59.000000Z K 7 svn:log V 108 Add Greece to the FTP mirror list. Submitted by: Konstantinos Konstantinidis PR: 26073 END K 10 svn:author V 3 jkh K 8 svn:date V 27 2001-04-20T15:05:34.000000Z K 7 svn:log V 16 MFC: Add Greece END K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-04-20T17:30:12.000000Z K 7 svn:log V 93 Style changes. Not purfect, but closer to other Makefiles in the tree. Approved by: fenner END K 10 svn:author V 6 alfred K 8 svn:date V 27 2001-04-20T22:34:48.000000Z K 7 svn:log V 327 add a comment to note that a process's vmspace may change, but so far only aiod does this and is also marked P_SYSTEM, the locations that reference p->p_vmspace usually do it within the context of the caller, the async access from the vm system is protected by the fact that it will skip over P_SYSTEM processes. Ok'd by: jhb END K 10 svn:author V 6 alfred K 8 svn:date V 27 2001-04-20T22:38:40.000000Z K 7 svn:log V 101 Assert that when using an interlock mutex it is not recursed when lockmgr() is called. Ok'd by: jhb END K 10 svn:author V 6 msmith K 8 svn:date V 27 2001-04-20T22:48:12.000000Z K 7 svn:log V 30 Add a manpage for libdevinfo. END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-04-20T22:57:29.000000Z K 7 svn:log V 110 Remove references to block devices. PR: 26734 Submitted by: Philipp Mergenthaler END K 10 svn:author V 6 msmith K 8 svn:date V 27 2001-04-20T23:00:24.000000Z K 7 svn:log V 16 typo .Fr -> .Fn END K 10 svn:author V 6 msmith K 8 svn:date V 27 2001-04-20T23:02:52.000000Z K 7 svn:log V 28 More typo fixes, .Os -> .Fx END K 10 svn:author V 6 msmith K 8 svn:date V 27 2001-04-20T23:10:09.000000Z K 7 svn:log V 36 devinfo_var.h should not be in INCS END K 10 svn:author V 3 bsd K 8 svn:date V 27 2001-04-20T23:10:11.000000Z K 7 svn:log V 56 Eliminate the null mount for /etc for diskless clients. END K 10 svn:author V 5 luigi K 8 svn:date V 27 2001-04-20T23:15:25.000000Z K 7 svn:log V 92 Updated manpage for diskless, reflecting the state of affairs in RELENG_4 Approved-by: jkh END K 10 svn:author V 3 bsd K 8 svn:date V 27 2001-04-20T23:21:11.000000Z K 7 svn:log V 157 MFC Rev 1.8: Eliminate the null mount for /etc for diskless clients. This works around the stabilily problems of null mounts. Approved by: jkh END K 10 svn:author V 5 luigi K 8 svn:date V 27 2001-04-21T00:04:29.000000Z K 7 svn:log V 130 Updated picobsd manpage, reflecting reality a bit more than the previous one. Not-explicitly-approved-by-but-I-hope-it's-ok: jkh END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 2001-04-21T00:04:30.000000Z K 7 svn:log V 70 This commit was manufactured by cvs2svn to create branch 'RELENG_4_3'. END K 10 svn:author V 6 msmith K 8 svn:date V 27 2001-04-21T00:11:00.000000Z K 7 svn:log V 19 Turn on libdevinfo END K 10 svn:author V 6 msmith K 8 svn:date V 27 2001-04-21T00:13:25.000000Z K 7 svn:log V 116 Simple tool to print the device tree and resource usage by devices. Also serves as an example of libdevinfo usage. END K 10 svn:author V 6 msmith K 8 svn:date V 27 2001-04-21T00:13:57.000000Z K 7 svn:log V 19 Turn on devinfo(8) END K 10 svn:author V 7 iedowse K 8 svn:date V 27 2001-04-21T00:55:17.000000Z K 7 svn:log V 441 Fix a long-standing bug relating to the handling of SIGHUP: mountd would call malloc, stdio and other library functions from the signal handler which is not safe due to reentrancy problems. Instead, add a simple handler that just sets a flag, and call the more complex function from main() when necessary. Unfortunately to be able to check this flag, we must expand the svc_run() call, but the RPC library makes that relatively easy to do. END K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-04-21T01:50:32.000000Z K 7 svn:log V 87 Spelling nit: acquring -> acquiring. Reported by: T. William Wells END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-04-21T02:29:09.000000Z K 7 svn:log V 55 Only try to delete the resource if we actually got it. END K 10 svn:author V 4 grog K 8 svn:date V 27 2001-04-21T03:09:42.000000Z K 7 svn:log V 106 Add entry for swdog, Sitara Networks' watchdog timer. Submitted by: John Hood END K 10 svn:author V 3 jkh K 8 svn:date V 27 2001-04-21T03:43:31.000000Z K 7 svn:log V 30 This branch now in 4.3-STABLE END K 10 svn:author V 3 jkh K 8 svn:date V 27 2001-04-21T03:45:18.000000Z K 7 svn:log V 34 This branch is now at 4.3-RELEASE END K 10 svn:author V 6 msmith K 8 svn:date V 27 2001-04-21T04:08:26.000000Z K 7 svn:log V 92 Avoid divide-by-zero for devices that the adapter has not negotiated a transfer speed with. END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-04-21T04:08:39.000000Z K 7 svn:log V 116 Add accessor/ivar for the "function". This is so we can generically match disks and serial ports and maybe others. END K 10 svn:author V 6 msmith K 8 svn:date V 27 2001-04-21T04:09:06.000000Z K 7 svn:log V 99 MFC: avoid divide-by-zero with devices that the adapter has not negotiated with. Approved by: jkh END K 10 svn:author V 3 jkh K 8 svn:date V 27 2001-04-21T04:15:24.000000Z K 7 svn:log V 52 MFS: bring in msmith's 11th hour controller cam fix END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-04-21T04:50:02.000000Z K 7 svn:log V 125 Kill the NetBSD based cardbus code in stable. Current's code is based on something different and this is causing confusion. END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-04-21T04:51:03.000000Z K 7 svn:log V 83 This is causing confusion. Kill it until such time that a real MFC has been done. END K 10 svn:author V 3 knu K 8 svn:date V 27 2001-04-21T04:56:53.000000Z K 7 svn:log V 43 MFC: Correct and update Japanese holidays. END K 10 svn:author V 8 gshapiro K 8 svn:date V 27 2001-04-21T05:24:08.000000Z K 7 svn:log V 310 MFC: Clean up temporary file(s) and directory when m4 exits without falling through main() (e.g., signals or calls to errx()). Revision Changes Path 1.4 +3 -0 src/usr.bin/m4/extern.h 1.10 +3 -8 src/usr.bin/m4/main.c 1.7 +14 -1 src/usr.bin/m4/misc.c END K 10 svn:author V 8 gshapiro K 8 svn:date V 27 2001-04-21T05:25:37.000000Z K 7 svn:log V 482 MFC: Match ip6fw's command line options to those of ipfw (specifically, added the ability to use a preprocessor, use the -q (quiet) flag when reading from a file). The source used is from ipfw. Clean up exit codes while I am here. KAME has been informed and plans on integrating these patches into their own source as well. Revision Changes Path 1.9 +50 -5 src/sbin/ip6fw/ip6fw.8 1.6 +128 -18 src/sbin/ip6fw/ip6fw.c END K 10 svn:author V 8 gshapiro K 8 svn:date V 27 2001-04-21T05:26:37.000000Z K 7 svn:log V 201 MFC: With the recent change to ip6fw, it is safe to return to using ${fw6cmd} which may include the -q flag. Revision Changes Path 1.4 +2 -3 src/etc/rc.firewall6 END K 10 svn:author V 8 gshapiro K 8 svn:date V 27 2001-04-21T05:27:55.000000Z K 7 svn:log V 236 Force commit: Last commit message was incorrect. The correct commit message is: MFC: Allow users to override the default map type used for building maps. Revision Changes Path 1.15 +5 -3 src/etc/mail/Makefile END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-04-21T05:31:51.000000Z K 7 svn:log V 33 Merge some PNP ids from current. END K 10 svn:author V 8 gshapiro K 8 svn:date V 27 2001-04-21T05:34:06.000000Z K 7 svn:log V 45 Add a note about the new ip6fw(8) abilities. END K 10 svn:author V 3 jkh K 8 svn:date V 27 2001-04-21T05:50:01.000000Z K 7 svn:log V 81 Update for 4.3-RELEASE Reminded by: Makoto MATSUSHITA END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 2001-04-21T05:50:02.000000Z K 7 svn:log V 77 This commit was manufactured by cvs2svn to create tag 'RELENG_4_3_0_RELEASE'. END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-04-21T05:52:30.000000Z K 7 svn:log V 470 Catch up with current aka MFC cardinfo.h -> 1.20 driver.h -> 1.14 i82365.h -> 1.12 pccard.c -> 1.119 pccard_nbk.h -> 1.26 pcic.c -> 1.108 pcic98reg.h -> 1.3 slot.h -> 1.29 Some items not merged. Those are marked with NOT_YET_XXX. These will be merged in the fullness of time. See the commit logs in -current for the details. # this may cause some people some problems, which is why I waited until # after 4.3 was branched. Please report problems to me. END K 10 svn:author V 3 jkh K 8 svn:date V 27 2001-04-21T06:03:07.000000Z K 7 svn:log V 94 Update for the post 4.3 world, undoing all of Bruce's nice work and making him start over. :) END K 10 svn:author V 8 gshapiro K 8 svn:date V 27 2001-04-21T06:12:23.000000Z K 7 svn:log V 207 MFC: Add a note about the new ip6fw(8) abilities. Revision Changes Path 1.174 +4 -1 src/release/texts/alpha/RELNOTES.TXT 1.248 +4 -1 src/release/texts/i386/RELNOTES.TXT END K 10 svn:author V 8 gshapiro K 8 svn:date V 27 2001-04-21T06:13:03.000000Z K 7 svn:log V 11 Fix a typo END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-04-21T07:08:03.000000Z K 7 svn:log V 180 Set the device name for NEC PC98 PCMCIA Controller on boot. # We really need to allocate i/o ports for it, but I need to learn # the pc98 bus space better before attempting that. END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-04-21T07:12:56.000000Z K 7 svn:log V 47 MFC: 1.108 Set NEC PC98 pcmcia controller name END K 10 svn:author V 8 schweikh K 8 svn:date V 27 2001-04-21T09:47:43.000000Z K 7 svn:log V 113 Add graphics/avifile to list of apps requiring USER_LDT. PR: misc/25030 Submitted by: schweikh Approved by: jkh END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2001-04-21T11:17:44.000000Z K 7 svn:log V 65 Aesthetics: fix placement of $NetBSD$ (use space instead of tab) END K 10 svn:author V 5 brian K 8 svn:date V 27 2001-04-21T12:53:00.000000Z K 7 svn:log V 19 MFC: Fix a comment END K 10 svn:author V 5 brian K 8 svn:date V 27 2001-04-21T12:54:45.000000Z K 7 svn:log V 43 MFC: Ignore comments in /etc/master.passwd END K 10 svn:author V 4 ache K 8 svn:date V 27 2001-04-21T13:25:35.000000Z K 7 svn:log V 103 cons25w: cosmetique, move all bolean and numeric capabilities to the top of the entry for easy reading END K 10 svn:author V 4 ache K 8 svn:date V 27 2001-04-21T13:27:05.000000Z K 7 svn:log V 22 Sync with main v1.105 END K 10 svn:author V 5 brian K 8 svn:date V 27 2001-04-21T13:38:08.000000Z K 7 svn:log V 56 MFC: Return 0 and do nothing when we get a SIOCSIFFLAGS END K 10 svn:author V 4 ache K 8 svn:date V 27 2001-04-21T13:50:32.000000Z K 7 svn:log V 137 Proper upper limit for mousechar start is UCHAR_MAX - 3, not UCHAR_MAX PR: 24437 Submitted by: Cejka Rudolf END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-04-21T14:10:32.000000Z K 7 svn:log V 182 My fix to NEWCARD for getting the function type broke oldcard due to a name conflict. Pointed out by: markm # I had to login to freefall to make this commit, so something maybe up END K 10 svn:author V 4 ache K 8 svn:date V 27 2001-04-21T14:11:48.000000Z K 7 svn:log V 206 Upper limit of mousechar start is UCHAR_MAX - 3, not UCHAR_MAX - 4 Restore original characters when mousechar start changes, not always 0-3 PR: 24437 Submitted by: Cejka Rudolf END K 10 svn:author V 3 ume K 8 svn:date V 27 2001-04-21T14:17:54.000000Z K 7 svn:log V 37 MFC 1.24->1.25: Fix typo in comment. END K 10 svn:author V 3 ume K 8 svn:date V 27 2001-04-21T14:25:50.000000Z K 7 svn:log V 107 MFC: Nuke non-standard EAI_RESNULL. include/netdb.h: 1.17->1.18 lib/libc/net/getaddrinfo.c: 1.19->1.20 END K 10 svn:author V 3 ume K 8 svn:date V 27 2001-04-21T14:30:54.000000Z K 7 svn:log V 125 MFC 1.9->1.10: IPv6 support for skeyaccess(3). You can specify IPv6 address using `internet' keyword into /etc/skey.access. END K 10 svn:author V 3 ume K 8 svn:date V 27 2001-04-21T14:53:06.000000Z K 7 svn:log V 434 MFC: IPv4 address is not unsigned int. include/arpa/inet.h: 1.11->1.12 lib/libc/net/inet.3: 1.11->1.12 lib/libc/net/inet_addr.c: 1.12->1.13 lib/libc/net/inet_lnaof.c: 1.2->1.3 lib/libc/net/inet_makeaddr.c: 1.2->1.3 lib/libc/net/inet_neta.c: 1.6->1.7 lib/libc/net/inet_netof.c: 1.2->1.3 lib/libc/net/inet_network.c: 1.6->1.7 sys/alpha/include/endian.h: 1.3->1.4 sys/netinet/in.h: 1.53->1.54 sys/sys/types.h: 1.41->1.43 END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2001-04-21T16:15:05.000000Z K 7 svn:log V 46 MFC: Add MARVELL PHY support (for Intel GigE) END K 10 svn:author V 4 ache K 8 svn:date V 27 2001-04-21T16:22:26.000000Z K 7 svn:log V 29 Fix typo in mouse_char range END K 10 svn:author V 8 deischen K 8 svn:date V 27 2001-04-21T16:24:49.000000Z K 7 svn:log V 93 MFC: Use the correct TAILQ link when getting the next thread in the "all threads" list. END K 10 svn:author V 4 ache K 8 svn:date V 27 2001-04-21T16:28:29.000000Z K 7 svn:log V 28 Fix typo in mousechar range END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2001-04-21T18:45:41.000000Z K 7 svn:log V 155 MFC: Pick up MII/PHY support for Livengood Copper (PRO-1000T- 10/100/1000). Fix vanilla Livengood support (PRO-1000F) so it actually works. Ansify source. END K 10 svn:author V 6 jedgar K 8 svn:date V 27 2001-04-21T19:52:06.000000Z K 7 svn:log V 88 Fix the cut'n'paste style bugs I introduced in rev 1.16 (spaces -> tab(s) in #define's) END K 10 svn:author V 7 iedowse K 8 svn:date V 27 2001-04-21T20:06:18.000000Z K 7 svn:log V 1176 The introduction of IPv6 support from NetBSD's mountd invalidated a number of assumptions related to the parsing of options in /etc/exports, and missed a few necessary new error checks. The main problems related to netmasks: an IPv6 network address missing a netmask would result in the filesystem being exported to the whole IPv6 world, non-continuous netmasks would be made continuous without any warnings, and nothing prevented you specifying an IPv4 mask with an IPv6 address. This change addresses these issues. As a side-effect we now store netmasks in sockaddr structs (this matches the kernel interface, and is closer to the way it used to be). Add a flag OP_HAVEMASK to keep track of whether or not we have successfully got a mask from any source. Replace some mask-related helper functions with versions that use the sockaddr-based masks. Also tidy up get_net() and fix the code that interprets IPv4 partial networks such as "127.1" as network rather than host addresses. Properly zero out some structures that were ending up partially containing junk from the stack, fix a few formatting issues, and add a comment noting some assumptions about export arguments. END K 10 svn:author V 6 archie K 8 svn:date V 27 2001-04-21T20:43:13.000000Z K 7 svn:log V 64 MFC: don't reference a node after we dropped a reference to it. END K 10 svn:author V 6 archie K 8 svn:date V 27 2001-04-21T20:44:52.000000Z K 7 svn:log V 15 MFC: fix typo. END K 10 svn:author V 6 archie K 8 svn:date V 27 2001-04-21T20:58:09.000000Z K 7 svn:log V 70 MFC: promiscuous mode, header additions, device config before IFF_UP. END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-04-21T21:14:52.000000Z K 7 svn:log V 40 mkisofs is in section 8, not section 1. END K 10 svn:author V 8 gallatin K 8 svn:date V 27 2001-04-21T21:44:39.000000Z K 7 svn:log V 227 Block out all interrupts, even machine checks, for critical_enter() This is will be required to prevent lowering the ipl when a critical_enter() is present in the interrupt path when handling a machine check. reviewed by: jhb END K 10 svn:author V 4 ache K 8 svn:date V 27 2001-04-21T22:02:18.000000Z K 7 svn:log V 59 Move manpages to their original location (cvs copy to doc) END K 10 svn:author V 4 ache K 8 svn:date V 27 2001-04-21T22:05:33.000000Z K 7 svn:log V 44 Pick manpages from their original locations END K 10 svn:author V 4 dirk K 8 svn:date V 27 2001-04-21T22:36:30.000000Z K 7 svn:log V 49 Check for denied zone transfers (AXFR and IXFR). END K 10 svn:author V 4 dirk K 8 svn:date V 27 2001-04-21T22:37:54.000000Z K 7 svn:log V 82 Checking of denied zone transfers is now done in periodic/daily/470.status-named. END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2001-04-21T22:41:45.000000Z K 7 svn:log V 291 o Remove comment indicating policy permits loop-back debugging, but semantics don't: in practice, both policy and semantics permit loop-back debugging operations, only it's just a subset of debugging operations (i.e., a proc can open its own /dev/mem), and that's at a higher layer. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2001-04-21T23:39:20.000000Z K 7 svn:log V 63 MFC: Need miibus_if.h now that we depend on miibus for the wx. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2001-04-21T23:42:19.000000Z K 7 svn:log V 50 add MARVELL to the list of phys to go into miibus END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2001-04-21T23:42:57.000000Z K 7 svn:log V 56 MFC: add MARVELL to the list of phys to go into miibus. END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-04-22T00:28:40.000000Z K 7 svn:log V 134 Reword a few things and document the `search' and `index' make targets. PR: 26690 Submitted by: Pete Fritchman END K 10 svn:author V 6 alfred K 8 svn:date V 27 2001-04-22T00:50:49.000000Z K 7 svn:log V 70 MFC: prism2 support, pci support, timeout issues and other misc fixes END K 10 svn:author V 6 alfred K 8 svn:date V 27 2001-04-22T01:50:02.000000Z K 7 svn:log V 64 Update wi module makefile for if_pci.h dependancy. (unbreak it) END K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-04-22T01:56:09.000000Z K 7 svn:log V 167 Style(9) fixes: * get rid of space (0x20) before tab (^I) * indent with ^I, not 0x20 * continuation line for prototypes is for 0x20's past function's name col. * etc. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-04-22T02:00:39.000000Z K 7 svn:log V 81 Fix prototype wrap example and note how to wrap ANSI-style function definitions. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-04-22T02:32:42.000000Z K 7 svn:log V 31 Address $FreeBSD$ and `rcsid'. END