Ī%143804 196 194 305 200 665 217 353 258 303 212 197 222 282 210 248 162 234 168 218 215 152 338 190 1002 631 275 232 285 314 185 187 233 162 408 166 203 174 129 106 165 156 184 178 145 826 129 315 407 352 373 147 412 166 183 153 185 209 164 334 127 143 146 272 109 167 396 225 199 163 184 212 217 204 151 679 397 110 149 166 117 144 223 289 143 506 185 275 211 356 224 131 319 224 209 285 259 207 240 165 330 255 260 149 353 136 276 271 365 260 150 321 467 186 265 243 216 382 327 147 320 547 547 168 166 170 140 729 242 132 261 333 166 305 272 193 1081 148 151 479 448 96 276 864 139 431 271 289 493 458 298 273 280 346 304 306 241 239 327 183 181 172 246 278 305 240 216 216 208 257 234 180 169 145 168 150 180 123 267 245 205 205 172 426 164 168 234 211 156 477 202 181 174 174 150 200 165 731 K 10 svn:author V 7 glebius K 8 svn:date V 27 2005-03-18T13:18:34.000000Z K 7 svn:log V 98 Fix a potential crash that could occur when CARP_LOG is being used. Obtained from: OpenBSD (pat) END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2005-03-18T13:33:18.000000Z K 7 svn:log V 208 Impose the upper limit on signals that are allowed between kernel threads in set[ug]id program for compatibility with Linux. Linuxthreads uses 4 signals from SIGRTMIN to SIGRTMIN+3. Pointed out by: rwatson END K 10 svn:author V 7 glebius K 8 svn:date V 27 2005-03-18T13:41:38.000000Z K 7 svn:log V 103 If vhid exists return more informative EEXIST instead of EINVAL. While here remove redundant brackets. END K 10 svn:author V 5 harti K 8 svn:date V 27 2005-03-18T15:16:09.000000Z K 7 svn:log V 570 Fix a bug in matching suffixes. Under certain circumstances the code would access memory before the beginning of the string to match (the suffix match starts at the end of both the string and the suffix and proceedes to the begin until either the start of the suffix is hit or the character does not match). This could lead to a memcpy copying into random memory. Fix this by checking the length of the string to match too and replacing the Lst_Find calls with LST_FOREACH loops (last part by me). Submitted by: Matt Dillon (in principle) END K 10 svn:author V 5 harti K 8 svn:date V 27 2005-03-18T15:23:49.000000Z K 7 svn:log V 122 Replace a bogus use of Lst_Find with explicite LST_FOREACH calls and remove the unneeded second argument to ReadMakefile. END K 10 svn:author V 6 murray K 8 svn:date V 27 2005-03-18T15:24:00.000000Z K 7 svn:log V 257 Add a comment to note that pseudo-device bpf is required for DHCP. This is mentioned in the Handbook but it is not as obvious to new users why bpf is needed compared to the other largely self-explanatory items in GENERIC. PR: conf/40855 MFC after: 1 week END K 10 svn:author V 5 harti K 8 svn:date V 27 2005-03-18T15:25:23.000000Z K 7 svn:log V 163 Replace Lst_Find calls with LST_FOREACH loops. This helps in constification und simplifies the code because the one-liner predicates can be inlined into the code. END K 10 svn:author V 5 harti K 8 svn:date V 27 2005-03-18T15:34:07.000000Z K 7 svn:log V 208 Convert Var_Parse to a wrapper function. Reduce the number of arguments passed between these functions by creating a special-purpose struct. Patch: 7.120,7.121 Submitted by: Max Okumoto END K 10 svn:author V 5 harti K 8 svn:date V 27 2005-03-18T15:37:31.000000Z K 7 svn:log V 117 Split out the 'S' modifier into its own function. Patch: 7.122,7.123 Submitted by: Max Okumoto END K 10 svn:author V 5 harti K 8 svn:date V 27 2005-03-18T15:44:23.000000Z K 7 svn:log V 102 Style: fix indentation and . Patch: 7.124 Submitted by: Max Okumoto END K 10 svn:author V 5 harti K 8 svn:date V 27 2005-03-18T15:51:04.000000Z K 7 svn:log V 127 Unfold parsing of single letter modifiers from multi-letter ones. Patch: 7.125 Submitted by: Max Okumoto END K 10 svn:author V 3 imp K 8 svn:date V 27 2005-03-18T16:37:51.000000Z K 7 svn:log V 189 Need to initialize the resource list that we keep for our children. STAILQ's require this, while it is optional for SLIST (well, as long as the memory is bzeroed). Noticed by: phk's crash END K 10 svn:author V 5 harti K 8 svn:date V 27 2005-03-18T16:52:46.000000Z K 7 svn:log V 115 Cleanup handling of colons in variable substitutions. Patch: 7.126 Submitted by: Max Okumoto END K 10 svn:author V 3 imp K 8 svn:date V 27 2005-03-18T17:49:08.000000Z K 7 svn:log V 155 Sync usage and man page with reality. There's no '-c' command line flag today. Maybe we should still retain it, but I'll let others fight that windmill. END K 10 svn:author V 3 phk K 8 svn:date V 27 2005-03-18T20:21:46.000000Z K 7 svn:log V 70 Typo. Submitted by: Hiroharu Tamaru END K 10 svn:author V 3 imp K 8 svn:date V 27 2005-03-18T21:06:54.000000Z K 7 svn:log V 141 In order to print out the dump dates correctly, the date and ddate fields also need to be convereted for old tapes for records of type TAPE. END K 10 svn:author V 3 das K 8 svn:date V 27 2005-03-18T21:22:28.000000Z K 7 svn:log V 76 Add missing cases for PT_SYSCALL. Found by: Coverity Prevent analysis tool END K 10 svn:author V 3 das K 8 svn:date V 27 2005-03-18T21:22:48.000000Z K 7 svn:log V 125 Move the swap_zone == NULL check earlier (i.e. before we dereference the pointer.) Found by: Coverity Prevent analysis tool END K 10 svn:author V 3 das K 8 svn:date V 27 2005-03-18T21:23:32.000000Z K 7 svn:log V 122 Don't brelse(bp) if bp is null. Also, eliminate some redundancy and dead code. Found by: Coverity Prevent analysis tool END K 10 svn:author V 3 das K 8 svn:date V 27 2005-03-18T22:33:10.000000Z K 7 svn:log V 60 Remove dead code. Found by: Coverity Prevent analysis tool END K 10 svn:author V 6 marius K 8 svn:date V 27 2005-03-19T00:47:02.000000Z K 7 svn:log V 242 - Add a device interface method for bus_get_resource_list() and use bus_generic_rl_release_resource() for the bus_release_resource() method instead of a local copy. - Correctly handle pass-through allocations in central_alloc_resource(). END K 10 svn:author V 6 marius K 8 svn:date V 27 2005-03-19T00:48:34.000000Z K 7 svn:log V 95 Enrich with some register descriptions and additional register macros. Obtained from: OpenBSD END K 10 svn:author V 6 marius K 8 svn:date V 27 2005-03-19T00:50:28.000000Z K 7 svn:log V 906 - Add a device interface method for bus_get_resource_list() and use bus_generic_rl_release_resource() for the bus_release_resource() method instead of a local copy. - Correctly handle pass-through allocations in fhc_alloc_resource(). - In case the board model can't be determined just print "unknown model" so the physical slot number is reported in any case. - Add support for blinking the 'Cycling' LED of boards on a fhc(4) hanging of off the nexus (i.e. all boards except the clock board) via led(4). All boards have at least 3 controllable status LEDs, 'Power', 'Failure' and 'Cycling'. While the 'Cycling' LED is suitable for signaling from the OS the others are better off being controlled by the firmware. The device name for the 'Cycling' LED of each board is /dev/led/boardX where X is the physical slot number of the board. [1] Obtained from: OpenBSD [1] Tested by: joerg [1] END K 10 svn:author V 6 marius K 8 svn:date V 27 2005-03-19T01:04:48.000000Z K 7 svn:log V 535 Add a driver for the 'clock-board' device (the clock board is an inevitable component in Sun Exx00 machines and provides serial ports, NVRAM and TOD amongst others which are handled by uart(4) and eeprom(4) respectively). This driver currently only prints out information about the chassis on attach and allows to blink the 'Cycling' LED (which is duplicated on the front panel) of the clock board just like fhc(4) does for the other boards. The device name for the LED is /dev/led/clockboard. Obtained from: OpenBSD Tested by: joerg END K 10 svn:author V 3 das K 8 svn:date V 27 2005-03-19T01:16:25.000000Z K 7 svn:log V 182 - Don't call rpcclnt_realign() if we don't have any mbufs to realign. - Remove a bogus and unneeded null pointer check. Found by: Coverity Prevent analysis tool Approved by: alfred END K 10 svn:author V 6 murray K 8 svn:date V 27 2005-03-19T01:39:13.000000Z K 7 svn:log V 136 Add device id for nForce 4 audio controller. PR: kern/78482 Submitted by: Markus Niemisț MFC after: 1 week END K 10 svn:author V 6 grehan K 8 svn:date V 27 2005-03-19T01:43:29.000000Z K 7 svn:log V 189 Optimize putc routine to write 2 ints instead of 8 chars to uncached framebuffer memory. Speeds up system time of large ascii file cat by 4x. Inspired by: Linux scrolling so damned fast. END K 10 svn:author V 6 marius K 8 svn:date V 27 2005-03-19T01:46:37.000000Z K 7 svn:log V 218 When disarming a watchdog by using an interval of WD_TO_NEVER a non-zero return value of the ioctl doesn't indicate that the command has failed so don't let watchdog(8) return an error in this case. MFC after: 3 days END K 10 svn:author V 6 murray K 8 svn:date V 27 2005-03-19T02:28:02.000000Z K 7 svn:log V 90 Add Central European and Slovak keymaps to sysinstall. PR: misc/78701 MFC after: 1 week END K 10 svn:author V 6 murray K 8 svn:date V 27 2005-03-19T02:44:41.000000Z K 7 svn:log V 92 Typo. PR: conf/77178 Submitted by: Andras Jako MFC after: 1 week END K 10 svn:author V 6 murray K 8 svn:date V 27 2005-03-19T03:00:22.000000Z K 7 svn:log V 137 Add device ID for Planet IA 128P-STD card. PR: kern/71923 Submitted by: Vassily Kiryanov MFC after: 1 week END K 10 svn:author V 3 sam K 8 svn:date V 27 2005-03-19T04:34:23.000000Z K 7 svn:log V 70 check copyin return value Noticed by: Coverity Prevent analysis tool END K 10 svn:author V 8 kensmith K 8 svn:date V 27 2005-03-19T05:55:41.000000Z K 7 svn:log V 310 This appears to fix a problem with 'make release' when building the compat libraries on amd64. It's not seen during a normal 'buildworld'. This isn't an MFC because the compat libraries have been ripped out of HEAD complely. Reviewed by: obrien Approved by: re (scottl despite a mail client disagreement :-) END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 2005-03-19T05:55:42.000000Z K 7 svn:log V 70 This commit was manufactured by cvs2svn to create branch 'RELENG_5_4'. END K 10 svn:author V 6 scottl K 8 svn:date V 27 2005-03-19T06:29:32.000000Z K 7 svn:log V 107 Handle failures better in the passthrough bus creation code. Submitted by: Coverity Prevent analysis tool END K 10 svn:author V 6 scottl K 8 svn:date V 27 2005-03-19T06:32:57.000000Z K 7 svn:log V 79 Don't free the SIM object twice. Submitted by: Coverity Prevent analysis tool END K 10 svn:author V 3 phk K 8 svn:date V 27 2005-03-19T08:22:13.000000Z K 7 svn:log V 37 Sleeping is not allowed in uma->fini END K 10 svn:author V 3 phk K 8 svn:date V 27 2005-03-19T08:22:36.000000Z K 7 svn:log V 14 Use subr_unit END K 10 svn:author V 5 simon K 8 svn:date V 27 2005-03-19T08:54:06.000000Z K 7 svn:log V 71 Add nForce4 to the list of supported audio devices. MFC after: 1 week END K 10 svn:author V 5 simon K 8 svn:date V 27 2005-03-19T08:57:00.000000Z K 7 svn:log V 62 Bump documentation date for last commit before ru reminds me. END K 10 svn:author V 3 phk K 8 svn:date V 27 2005-03-19T12:55:46.000000Z K 7 svn:log V 92 Instead of a rather useless generation number, use a sample number to keep track of things. END K 10 svn:author V 8 brueffer K 8 svn:date V 27 2005-03-19T13:13:15.000000Z K 7 svn:log V 81 MFC: rev. 1.22 Chase location of scd.c and bump .Dd. Approved by: re (blanket) END K 10 svn:author V 8 brueffer K 8 svn:date V 27 2005-03-19T16:14:31.000000Z K 7 svn:log V 48 Xref carp(4) and polling(4). MFC after: 3 days END K 10 svn:author V 7 iedowse K 8 svn:date V 27 2005-03-19T19:08:46.000000Z K 7 svn:log V 729 It was possible to have two threads concurrently aborting the same transfer, which lead to panics or page faults. For example if a transfer timed out, another thread could come along and attempt to abort the same transfer while the timeout task was sleeping in the *_abort_xfer() function. Add an "aborting" flag to the private transfer state in each host controller driver and use this to ensure that the abort is only executed once. Also prioritise normal abort requests over timeouts so that the callback is always given a status of USB_CANCELLED even if the timeout-initiated abort began first. The crashes caused by this bug were mainly reported in connection with lpd printing to a USB printer. PR: usb/78208, usb/78986 END K 10 svn:author V 5 maxim K 8 svn:date V 27 2005-03-19T19:17:17.000000Z K 7 svn:log V 35 s/SLIST/STAILQ/ Spotted by: clive END K 10 svn:author V 6 marcus K 8 svn:date V 27 2005-03-19T19:20:19.000000Z K 7 svn:log V 219 Change the PATH for pkg_add to be the same used for pointyhat package builds. This will give our users and porters a more consistent experience between installing ports and installing packages. Discussed with: portmgr END K 10 svn:author V 7 iedowse K 8 svn:date V 27 2005-03-19T19:27:38.000000Z K 7 svn:log V 310 Now that all architectures allow hooks to be inserted before configure_final(), assert that "cold" is true in usb_cold_explore() when there are busses to explore. When USB is kldloaded after boot, usb_cold_explore() will still get invoked but the list of busses to explore in that case should always be empty. END K 10 svn:author V 4 bmah K 8 svn:date V 27 2005-03-19T19:52:30.000000Z K 7 svn:log V 258 Rather than pointing users at jp.freebsd.org for CURRENT snapshots, instead point them at a Web page on the main FreeBSD site that gives more information on the monthly (RE-created) snapshots plus pointers to the jp.freebsd.org and se.freebsd.org snapshots. END K 10 svn:author V 4 bmah K 8 svn:date V 27 2005-03-19T19:54:09.000000Z K 7 svn:log V 279 New release notes: clkbrd driver, nve, re(4) ALTQ support. MFCs noted: tcpdrop(8). Updated release notes: Mention ath_rate_sample rate control module, libthr stack size update, Xorg 6.8.2. Fixed a minor grammo in introduction, also adjust wording in pointers to snapshots. END K 10 svn:author V 3 sam K 8 svn:date V 27 2005-03-19T21:04:53.000000Z K 7 svn:log V 55 version 1.1 (with cleanups) Submitted by: John Bicket END K 10 svn:author V 4 bmah K 8 svn:date V 27 2005-03-19T21:12:19.000000Z K 7 svn:log V 318 MFC: Rather than pointing users at jp.freebsd.org for CURRENT snapshots, instead point them at a Web page on the main FreeBSD site that gives more information on the monthly (RE-created) snapshots plus pointers to the jp.freebsd.org and se.freebsd.org snapshots. release.ent 1.22 -> 1.23 Approved by: re (blanket) END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 2005-03-19T21:12:20.000000Z K 7 svn:log V 70 This commit was manufactured by cvs2svn to create branch 'RELENG_5_4'. END K 10 svn:author V 4 bmah K 8 svn:date V 27 2005-03-19T21:14:21.000000Z K 7 svn:log V 90 MFC: Reword pointer to snapshot info, tcpdrop(8), XOrg 6.8.2. Approved by: re (blanket) END K 10 svn:author V 6 cognet K 8 svn:date V 27 2005-03-20T00:34:24.000000Z K 7 svn:log V 58 Bring in a version of float.h more correct for softfloat. END K 10 svn:author V 6 cognet K 8 svn:date V 27 2005-03-20T00:53:52.000000Z K 7 svn:log V 90 Use the correct values for softfloat, in both the little endian and the big endian cases. END K 10 svn:author V 3 njl K 8 svn:date V 27 2005-03-20T01:25:21.000000Z K 7 svn:log V 116 Only activate ICH speedstep if we're going to use it. No bugs were observed due to this but it's cleaner this way. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 2005-03-20T01:25:22.000000Z K 7 svn:log V 68 This commit was manufactured by cvs2svn to create branch 'RELENG_5'. END K 10 svn:author V 3 njl K 8 svn:date V 27 2005-03-20T01:27:27.000000Z K 7 svn:log V 241 Add the acpi_ec_read and write methods. This allows an external driver (like an EC/SMbus controller) to access the EC address space. Access is synchronized by the EcLock/Unlock routines in EcSpaceHandler(). Tested by: Hans Petter Selasky END K 10 svn:author V 3 sam K 8 svn:date V 27 2005-03-20T01:27:33.000000Z K 7 svn:log V 35 eliminate mid-block variable decls END K 10 svn:author V 3 sam K 8 svn:date V 27 2005-03-20T01:55:02.000000Z K 7 svn:log V 51 fix braino introduced when converting from madwifi END K 10 svn:author V 3 jmg K 8 svn:date V 27 2005-03-20T02:08:21.000000Z K 7 svn:log V 54 I forgot to commit this fix that is now kgdb aware... END K 10 svn:author V 3 njl K 8 svn:date V 27 2005-03-20T03:51:18.000000Z K 7 svn:log V 179 Attach acpi_perf early. Especially when it is being used to provide info to other devices, it needs to be attached first. (Multi-pass newbus probes would be a better solution.) END K 10 svn:author V 4 nyan K 8 svn:date V 27 2005-03-20T05:22:57.000000Z K 7 svn:log V 16 s/SLIST/STAILQ/ END K 10 svn:author V 3 njl K 8 svn:date V 27 2005-03-20T06:55:49.000000Z K 7 svn:log V 75 s/SLIST/STAILQ to catch up with changes to resource lists. Missed by: imp END K 10 svn:author V 7 glebius K 8 svn:date V 27 2005-03-20T10:27:17.000000Z K 7 svn:log V 299 Remove a workaround from previos revision. It proved to be incorrect. Add two another workarounds for carp(4) interfaces: - do not add connected route when address is assigned to carp(4) interface - do not add connected route when other interface goes down Embrace workarounds with #ifdef DEV_CARP END K 10 svn:author V 3 pjd K 8 svn:date V 27 2005-03-20T10:33:27.000000Z K 7 svn:log V 132 Make prison structure visible from userland if _WANT_PRISON is defined (simlar to _WANT_UCRED). Reviewed by: gad MFC after: 3 days END K 10 svn:author V 3 pjd K 8 svn:date V 27 2005-03-20T10:35:23.000000Z K 7 svn:log V 106 Add ki_jid field to the kinfo_proc structure and store jail ID there. Reviewed by: gad MFC after: 3 days END K 10 svn:author V 3 pjd K 8 svn:date V 27 2005-03-20T10:37:56.000000Z K 7 svn:log V 71 Make kvm(3) aware of ki_jid field. Reviewed by: gad MFC after: 3 days END K 10 svn:author V 3 pjd K 8 svn:date V 27 2005-03-20T10:40:36.000000Z K 7 svn:log V 92 Add and document the 'jid' keyword for the '-o' option. Reviewed by: gad MFC after: 3 days END K 10 svn:author V 3 pjd K 8 svn:date V 27 2005-03-20T10:53:54.000000Z K 7 svn:log V 119 Add and document '-j' option which allows to match processes based on its jail ID. Reviewed by: gad MFC after: 3 days END K 10 svn:author V 3 pjd K 8 svn:date V 27 2005-03-20T11:03:11.000000Z K 7 svn:log V 124 Add and document '-F' option which allows to use file where PID is stored for matching. Reviewed by: gad MFC after: 3 days END K 10 svn:author V 3 pjd K 8 svn:date V 27 2005-03-20T11:12:13.000000Z K 7 svn:log V 111 Add a -i option to ignore case in the process match. Obtained from: NetBSD Reviewed by: gad MFC after: 3 days END K 10 svn:author V 3 pjd K 8 svn:date V 27 2005-03-20T11:17:06.000000Z K 7 svn:log V 59 Sort options properly. Reviewed by: gad MFC after: 3 days END K 10 svn:author V 3 pjd K 8 svn:date V 27 2005-03-20T11:30:26.000000Z K 7 svn:log V 586 - Introduce '-S' option which allows to match system processes (pgrep only). - Rename IS_KERNPROC() macro to PSKIP() and extend its functionality. Now it'll skip calling process and system processes when -S is not given. As a side effect it fixes '-n' option. Before it was always matching calling process (because of missing 'if (kp->ki_pid == mypid)' check) and after that, calling process was ignored. - When '-l' option is given and there are no arguments, use p_comm as an arguments list (this is helpful for kernel threads matching). Reviewed by: gad MFC after: 3 days END K 10 svn:author V 3 pjd K 8 svn:date V 27 2005-03-20T11:42:26.000000Z K 7 svn:log V 304 - Introduce an '-o' option which allows to match oldest of the matching processes. This option can be also found in Solaris and Linux. - Use timercmp(9) macro for timeval comparsion. - Include time.h directly, don't depend on stat.h doing it for us. Reviewed by: gad (first point) MFC after: 3 days END K 10 svn:author V 3 pjd K 8 svn:date V 27 2005-03-20T11:47:44.000000Z K 7 svn:log V 18 Whitespace fixes. END K 10 svn:author V 3 pjd K 8 svn:date V 27 2005-03-20T12:38:08.000000Z K 7 svn:log V 57 Add regression tests for pkill/pgrep. MFC after: 3 days END K 10 svn:author V 7 glebius K 8 svn:date V 27 2005-03-20T14:31:45.000000Z K 7 svn:log V 70 ifma_protospec is a pointer. Use NULL when assigning or compating it. END K 10 svn:author V 8 brueffer K 8 svn:date V 27 2005-03-20T14:57:46.000000Z K 7 svn:log V 20 Add a missing word. END K 10 svn:author V 6 philip K 8 svn:date V 27 2005-03-20T15:27:38.000000Z K 7 svn:log V 49 Document acpi_fujitsu(4). Reviewed by: brueffer END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2005-03-20T17:05:12.000000Z K 7 svn:log V 126 Add a read-only kern.sched.preemption sysctl so that user space can tell if "options PREEMPTION" is compiled into the kernel. END K 10 svn:author V 7 iedowse K 8 svn:date V 27 2005-03-20T17:13:43.000000Z K 7 svn:log V 192 Interrupt transfers and split transactions work now, so remove the part of the BUGS section that says they don't. Leave the "quite buggy" comment for now though, as it's still partially true. END K 10 svn:author V 5 simon K 8 svn:date V 27 2005-03-20T17:27:57.000000Z K 7 svn:log V 49 Add byteorder(9) to SEE ALSO. MFC after: 3 days END K 10 svn:author V 4 bmah K 8 svn:date V 27 2005-03-20T17:59:17.000000Z K 7 svn:log V 412 When building release documentation for release builds or for release documentation snapshots, force URLS_ABSOLUTE. This allows us to relocate HTML renderings anywhere without worrying about breaking relative links to pages on the Web site. This can happen when we use &base; as part of a URL. I wonder if we should do this for all release documentation builds, but I'm not quite sure what all the cases are. END K 10 svn:author V 6 murray K 8 svn:date V 27 2005-03-20T20:13:21.000000Z K 7 svn:log V 90 Return BUS_PROBE_DEFAULT in preference to 0. Pointed out by: Nate Lawson END K 10 svn:author V 8 kientzle K 8 svn:date V 27 2005-03-20T20:38:46.000000Z K 7 svn:log V 177 Deorbit gtar, step 1: Remove WITH_GTAR knob. "tar" is now always a synonym for "bsdtar". People who need gtar can access it as "gtar." Approved by: No objections on arch@ END K 10 svn:author V 7 glebius K 8 svn:date V 27 2005-03-20T21:03:43.000000Z K 7 svn:log V 114 - Don't lose TCP flags of the first packet in a flow. - Don't account length of the first packet in a flow twice. END K 10 svn:author V 7 iedowse K 8 svn:date V 27 2005-03-20T22:08:52.000000Z K 7 svn:log V 259 Don't skip the initialisation of tl->len when we hit an EOF immediately after allocating a new buffer. This bug caused `tail -r < /dev/null' to core dump when the `J' malloc option is set, and also affected any other input that was an exact multiple of 128k. END K 10 svn:author V 7 iedowse K 8 svn:date V 27 2005-03-20T22:22:18.000000Z K 7 svn:log V 127 Remove trailing whitespace as per NetBSD's revision 1.91. Also update the TODO comments to more closely match current reality. END K 10 svn:author V 7 davidxu K 8 svn:date V 27 2005-03-20T23:28:25.000000Z K 7 svn:log V 35 Add locking code for tls routines. END K 10 svn:author V 6 philip K 8 svn:date V 27 2005-03-20T23:36:36.000000Z K 7 svn:log V 223 Simplify sysctl handling by consolidating various get/set functions into generic functions, use a table for hooking up sysctls nodes rather than doing it manually. While here, clean up some style bugs. Glanced at by: njl END K 10 svn:author V 7 iedowse K 8 svn:date V 27 2005-03-20T23:42:54.000000Z K 7 svn:log V 127 Don't display the redundant `ehci_pci_attach: companion usbX' messages unless EHCI debugging is enabled. Suggested by: scottl END K 10 svn:author V 7 iedowse K 8 svn:date V 27 2005-03-20T23:45:00.000000Z K 7 svn:log V 112 Root hubs don't have transaction translators, so skip printing the message about them if the hub depth is zero. END K 10 svn:author V 4 bmah K 8 svn:date V 27 2005-03-21T00:38:17.000000Z K 7 svn:log V 191 Modified release notes: KDE 3.4.0. For both KDE and GNOME notes, fix upgrading instructions and point users to the Web pages for these respective projects. [1] Discussed with: marcus [1] END K 10 svn:author V 4 bmah K 8 svn:date V 27 2005-03-21T00:41:45.000000Z K 7 svn:log V 165 MFC: When building release documentation for release documentation snapshots, force URLS_ABSOLUTE. Makefile.relnotesng 1.10 -> 1.11 Approved by: re (implicitly) END K 10 svn:author V 4 bmah K 8 svn:date V 27 2005-03-21T00:44:44.000000Z K 7 svn:log V 113 MFC: KDE 3.4.0, update GNOME and KDE upgrading instructions, point to project pages. Approved by: re (blanket) END K 10 svn:author V 8 kientzle K 8 svn:date V 27 2005-03-21T04:02:42.000000Z K 7 svn:log V 142 Ooops. Correctly disable "tar"->"gtar" link. Thanks to: Simon L. Nielsen, who was the first of several people to point this out. END K 10 svn:author V 8 kientzle K 8 svn:date V 27 2005-03-21T05:30:58.000000Z K 7 svn:log V 68 Stop building gtar. Bump __FreeBSD_version to reflect this change. END K 10 svn:author V 3 njl K 8 svn:date V 27 2005-03-21T06:43:25.000000Z K 7 svn:log V 237 Add support for probing EST settings from ACPI. This should handle more modern CPUs that have multiple VID#s that aren't detectable via public methods. We use the control value from acpi_perf as the id16 for setting a given frequency. END K 10 svn:author V 6 scottl K 8 svn:date V 27 2005-03-21T07:17:27.000000Z K 7 svn:log V 159 Start the process of modernizing the Tigon driver by using busdma for the descriptor and configuration data. Thanks to Martin Nilsson for providing hardware. END K 10 svn:author V 5 harti K 8 svn:date V 27 2005-03-21T07:40:33.000000Z K 7 svn:log V 165 Reduce the number of explicit parameters passed to VarParse() by passing them through struct VarParser. Patch: 7.127 Submitted by: Max Okumoto END K 10 svn:author V 3 das K 8 svn:date V 27 2005-03-21T08:00:55.000000Z K 7 svn:log V 57 Teach fmtcheck() about the ' (thousands separator) flag. END K 10 svn:author V 3 das K 8 svn:date V 27 2005-03-21T08:01:09.000000Z K 7 svn:log V 260 Support the L modifier for floating-point values as an extension. When L is omitted, double precision is used, so printf(1) gives reproducable results. When L is specified, long double precision is used, which may improve precision, depending on the machine. END K 10 svn:author V 3 das K 8 svn:date V 27 2005-03-21T08:01:14.000000Z K 7 svn:log V 44 Use sysconf(_SC_ARG_MAX) instead of NCARGS. END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2005-03-21T08:43:54.000000Z K 7 svn:log V 179 Add the following products in preparation for addition of CDCE driver: - G.Mate, Inc's YP3X00 PDA; - Prolific's PL2501 Host-Host interface; - Numver of Sharp's Zaurus PDAs. END K 10 svn:author V 3 hrs K 8 svn:date V 27 2005-03-21T09:09:03.000000Z K 7 svn:log V 178 New release notes: pgrep(1) and pkill(1) -S, -F, -i, -j, and -o option, and ps(1) -o jid. Update release notes: Use &man.acpi.fujitsu.4; entity, and s/Rockridge/RockRidge/. END K 10 svn:author V 5 harti K 8 svn:date V 27 2005-03-21T11:43:02.000000Z K 7 svn:log V 270 Reduce number of parameters passed between the parsing routines by putting them into struct VarParser or computing them (consumed). Change the loop termination condition in VarParseLong from endc to \0. Patch: 7.128-7.132 Submitted by: Max Okumoto END K 10 svn:author V 5 harti K 8 svn:date V 27 2005-03-21T11:44:57.000000Z K 7 svn:log V 165 Replace calls to Lst_Find with either appropriate LST_FOREACH macros plus predicate inlining or a special purpose function with takes and returns the correct types. END K 10 svn:author V 7 glebius K 8 svn:date V 27 2005-03-21T11:48:54.000000Z K 7 svn:log V 54 Plug item leak, which occured when m_pullup() failed. END K 10 svn:author V 5 harti K 8 svn:date V 27 2005-03-21T11:54:46.000000Z K 7 svn:log V 226 Change one occurence of 'delim' to the correct type. Delete another occurence which actually holds always the same constant value. Shorten the name pattern to patt. Patch: 7.133 Submitted by: Max Okumoto END K 10 svn:author V 5 harti K 8 svn:date V 27 2005-03-21T12:07:14.000000Z K 7 svn:log V 372 Don't pass 'consumed' through all the parsing routines where it can be computed by the caller. Don't pass 'endc' - it can be computed from 'startc'. Remove unneccessary temporary variables. Remove constant if-expressions and remove code before call Fatal() - there is no point to cleanup before aborting. Patch: 7.134,7.135 Submitted by: Max Okumoto END K 10 svn:author V 5 harti K 8 svn:date V 27 2005-03-21T12:15:06.000000Z K 7 svn:log V 92 Cleanup the VAR_JUNK handling. Patch: 7.136 Submitted by: Max Okumoto END K 10 svn:author V 5 harti K 8 svn:date V 27 2005-03-21T12:17:44.000000Z K 7 svn:log V 170 Move some code from ParseModifier() into the calling function to simplify things. Correct a number comments. Patch: 7.137 Submitted by: Max Okumoto END K 10 svn:author V 5 harti K 8 svn:date V 27 2005-03-21T12:19:23.000000Z K 7 svn:log V 148 Rename freePtr to freeResult to make it more obvious about what pointer we're talking. Patch: 7.138 Submitted by: Max Okumoto END K 10 svn:author V 5 harti K 8 svn:date V 27 2005-03-21T12:27:53.000000Z K 7 svn:log V 121 Split out SysV variable substitution into its own function. Patch: 7.139 Submitted by: Max Okumoto END K 10 svn:author V 5 harti K 8 svn:date V 27 2005-03-21T12:32:41.000000Z K 7 svn:log V 287 Remove comment about Var_Parse assuming that the first character is always a '$'. This is not always correct, for example for conditionals: .if defined(foobar). Clean up some comments. Move common code out of if-statements. Patch: 7.140 Submitted by: Max Okumoto END K 10 svn:author V 5 harti K 8 svn:date V 27 2005-03-21T12:40:27.000000Z K 7 svn:log V 232 Remove unneeded temporary variables in modifier_S() and modifier_C(). Change the parsing of the C modifier flags so that specifying both '1' and 'g' gives an error. Patch: 7.141,7.142 Submitted by: Max Okumoto END K 10 svn:author V 7 davidxu K 8 svn:date V 27 2005-03-21T13:17:16.000000Z K 7 svn:log V 51 Use __weak_reference macro to define weak symbols. END K 10 svn:author V 3 den K 8 svn:date V 27 2005-03-21T15:07:45.000000Z K 7 svn:log V 227 Merge the following from the English version: 1.275 -> 1.276 hardware/common/dev.sgml 1.823 -> 1.830 relnotes/common/new.sgml Update share/sgml/dev-auto-ru.sgml Obtained from: The FreeBSD Russian Documentation Project END K 10 svn:author V 7 glebius K 8 svn:date V 27 2005-03-21T15:34:03.000000Z K 7 svn:log V 450 Refactor node so that it does not modify mbuf contents. Next step would be pass-thru mode, when traffic is not copied by ng_tee, but passed thru ng_netflow. Changes made: - In ng_netflow_rcvdata() do all necessary pulluping: Ethernet header, IP header, and TCP/UDP header. - Pass only pointer to struct ip to ng_netflow_flow_add(). Any TCP/UDP headers are guaranteed to by after it. - Merge make_flow_rec() function into ng_netflow_flow_add(). END K 10 svn:author V 7 glebius K 8 svn:date V 27 2005-03-21T15:40:25.000000Z K 7 svn:log V 450 Refactor node so that it does not modify mbuf contents. Next step would be pass-thru mode, when traffic is not copied by ng_tee, but passed thru ng_netflow. Changes made: - In ng_netflow_rcvdata() do all necessary pulluping: Ethernet header, IP header, and TCP/UDP header. - Pass only pointer to struct ip to ng_netflow_flow_add(). Any TCP/UDP headers are guaranteed to by after it. - Merge make_flow_rec() function into ng_netflow_flow_add(). END K 10 svn:author V 7 glebius K 8 svn:date V 27 2005-03-21T16:05:36.000000Z K 7 svn:log V 72 MFC Common Address Redundancy Protocol implementation. Approved by: re END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 2005-03-21T16:05:37.000000Z K 7 svn:log V 70 This commit was manufactured by cvs2svn to create branch 'RELENG_5_4'. END K 10 svn:author V 3 hrs K 8 svn:date V 27 2005-03-21T16:33:38.000000Z K 7 svn:log V 78 MFC: CARP (Common Address Redundancy Protocol). Approved by: re (implicitly) END K 10 svn:author V 3 hrs K 8 svn:date V 27 2005-03-21T16:34:34.000000Z K 7 svn:log V 48 MFC: CARP (Common Address Redundancy Protocol). END K 10 svn:author V 8 keramida K 8 svn:date V 27 2005-03-21T16:36:05.000000Z K 7 svn:log V 631 - Add a -h flag to pstat to print swap sizes in "human readable" format, with humanize_number(3). - Move the common parts of the code that prints the sizes for a single swap device and the total to a single function to avoid repeating the humanize_number() stuff all over the place. - Change the type of CONVERT() from intmax_t to int64_t, since this makes calling humanize_number() easier but cast the values to intmax_t before printing them, to make use of the %jd format that printf() supports. - Document the new -h flag in the manpage and bump its date. Approved by: pjd Useful tips: brooks MFC after: 2 weeks END K 10 svn:author V 3 phk K 8 svn:date V 27 2005-03-21T17:14:24.000000Z K 7 svn:log V 149 MFC: record customization script output in _.cs preserve /var contents to retain pkg database Fix a comment to make more sense. Approved by: re@ END K 10 svn:author V 3 hrs K 8 svn:date V 27 2005-03-21T17:21:59.000000Z K 7 svn:log V 40 New release notes: pstat(8) -h option. END K 10 svn:author V 4 emax K 8 svn:date V 27 2005-03-21T17:23:03.000000Z K 7 svn:log V 167 MFC to RELENG_5 bluetooth.h v 1.2 Fix typo in comments (spell Linux correctly) Submitted by: Markus Brueffer < markus at brueffer dot de > Approved by: re (kensmith) END K 10 svn:author V 6 marcus K 8 svn:date V 27 2005-03-21T17:41:00.000000Z K 7 svn:log V 237 MFC: rev 1.61 Change the PATH for pkg_add to be the same used for pointyhat package builds. This will give our users and porters a more consistent experience between installing ports and installing packages. Approved by: re (kensmith) END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 2005-03-21T17:41:01.000000Z K 7 svn:log V 70 This commit was manufactured by cvs2svn to create branch 'RELENG_5_4'. END K 10 svn:author V 6 marcus K 8 svn:date V 27 2005-03-21T17:42:03.000000Z K 7 svn:log V 209 MFC: rev 1.61 Change the PATH for pkg_add to be the same used for pointyhat package builds. This will give our users and porters a more consistent experience between installing ports and installing packages. END K 10 svn:author V 8 keramida K 8 svn:date V 27 2005-03-21T18:11:31.000000Z K 7 svn:log V 174 Use a designator for initializing only one member of the nlist structs, making pstat WARNS=3 clean on i386, sparc64 and amd64. Bump WARNS level to 3. Approved by: sam, pjd END K 10 svn:author V 6 philip K 8 svn:date V 27 2005-03-21T18:11:50.000000Z K 7 svn:log V 98 Make sure status variable is always initialized. Why didn't this show up in my testing? *grmbl* END K 10 svn:author V 3 jhb K 8 svn:date V 27 2005-03-21T19:17:48.000000Z K 7 svn:log V 988 Add a new package splitting mechanism to replace print-cdrom-packages.sh. The new system tries to be more automated so that there is less work for the re's to do. It also no longer uses a /usr/ports tree as its input, but uses the generated package build including its INDEX file as its input. It parses the INDEX file, determines which packages should go on which ISO images, and then builds full-fledged trees of packages that can be added as an argument to mkisofs along with the tree built by 'make release' to build a full CD image. The INDEX files in the populated trees are generated with volume media number to make use of sysinstall's multiple volume support so that the user is kindly prompted to insert the appropriate disc for a package if it is not on the current disc. There is still some more tweaking to be done here, but this part needs to be committed. This stuff will all be used to prep the 5.4 release as well. Tested by: kensmith, others on re@ Reviewed by: re END K 10 svn:author V 3 jhb K 8 svn:date V 27 2005-03-21T19:19:24.000000Z K 7 svn:log V 56 Retire print-cdrom-packages.sh as it has been replaced. END K 10 svn:author V 3 ume K 8 svn:date V 27 2005-03-21T19:31:39.000000Z K 7 svn:log V 59 MFC 1.42: correct space check. Approved by: re (kensmith) END K 10 svn:author V 3 jhb K 8 svn:date V 27 2005-03-21T19:57:18.000000Z K 7 svn:log V 386 - Always include x11/xorg on disc1 as it does exist for ia64 (I must have misread print-cdrom-packages.sh). - Include x11/xorg-manpages and devel/imake-6 since xorg doesn't pull those in as requirements. Not including manpages is a bug IMO. - Add security/freebsd-update to disc2, not sure why I left this one out but I did by accident. Reported by: kensmith (2), cpercival (3) END K 10 svn:author V 3 jhb K 8 svn:date V 27 2005-03-21T20:03:56.000000Z K 7 svn:log V 355 - Use the extend method of list objects to append a new list rather than a bunch of append calls when adding more ports to an existing list. - Remove the compatXY packages from disc1 as they are only intended for use on 5.x (6.x doesn't have them as dists anymore) and on 5.x they aren't packages but are old-fashioned distribution tarballs anyway. END K 10 svn:author V 2 le K 8 svn:date V 27 2005-03-21T22:22:13.000000Z K 7 svn:log V 6 Typo. END K 10 svn:author V 6 julian K 8 svn:date V 27 2005-03-21T22:55:38.000000Z K 7 svn:log V 180 Fix code freeing wrong cred pointer. Submitted by: das Noticed by: Coverity tool MFC after: 3 days Note: usually the two pointers point to the same thing but it was still a bug. END K 10 svn:author V 7 iedowse K 8 svn:date V 27 2005-03-21T23:01:30.000000Z K 7 svn:log V 767 Partialially MFC the changes to the callout system that prevent race conditions when stopping and resetting timers. This only avoids the race conditions with Giant-locked callouts; it was not possible to backport callout_init_mtx() since adding the c_mtx field to struct callout would have changed the callout ABI. Giant-locked callouts will now have much simpler semantics. As long as Giant is held when invoking callout_stop() or callout_reset(), then these functions will guarantee that the callout will be stopped, even if softclock() had already begun to process the callout. There should be no change in behaviour for "MP-safe" callouts; these still need to use the techniques now described in timeout(9) to avoid race conditions. Approved by: re (kensmith) END K 10 svn:author V 7 davidxu K 8 svn:date V 27 2005-03-21T23:10:35.000000Z K 7 svn:log V 43 Eliminate plt relocation for kse_switchin. END K 10 svn:author V 7 iedowse K 8 svn:date V 27 2005-03-21T23:17:26.000000Z K 7 svn:log V 334 MFC 1.27-1.33: o Fix minor endianness confusion o Fix the bug that prevented most EHCI interrupt transfers from working correctly, and enable split transactions o Arrange the periodic QH tree correctly o Ignore non-fatal qTD token status bits o Set the split transaction interrupt C-mask correctly Approved by: re (kensmith) END K 10 svn:author V 3 pjd K 8 svn:date V 27 2005-03-21T23:44:04.000000Z K 7 svn:log V 178 Truncate nextboot.conf file on creation, so existing garbage will be removed. Submitted by: Gary Allan Obtained from: DragonFlyBSD MFC after: 3 days END K 10 svn:author V 7 iedowse K 8 svn:date V 27 2005-03-22T00:14:16.000000Z K 7 svn:log V 192 MFC: split configure() into 3 separate steps like we do on other architectures. This makes it possible to insert hooks before and after the device attachment step. Approved by: re (kensmith) END K 10 svn:author V 7 iedowse K 8 svn:date V 27 2005-03-22T00:20:13.000000Z K 7 svn:log V 396 MFC 1.104, 1.105: defer boot-time exploration of USB busses until all devices in the system have been attached, but no later. This ensures that we do not explore ohci or uhci busses before the companion echi controller has been initialised, so it should fix the problem of multi-speed USB devices getting attached as USB 1 devices first and then re-attached as USB 2. Approved by: re (kensmith) END K 10 svn:author V 7 iedowse K 8 svn:date V 27 2005-03-22T00:56:54.000000Z K 7 svn:log V 361 MFC: handle concurrent attempts to abort the same transfer, by sleeping if necessary and prioritising normal abort requests over timeouts. This fixes crashes that occur when a transfer is aborted after it has timed out but before the timeout processing completes, as was quite frequently seen when lpd was printing to a USB printer. Approved by: re (kensmith) END K 10 svn:author V 3 das K 8 svn:date V 27 2005-03-22T01:19:18.000000Z K 7 svn:log V 205 - Declare mknod in stat.h (in addition to unistd.h), as per XSI. - Use blksize_t and blkcnt_t in struct stat. - Hide non-standard fields in stat.h when !__BSD_VISIBLE. - Add restrict qualifiers in stat.h. END K 10 svn:author V 3 den K 8 svn:date V 27 2005-03-22T06:34:14.000000Z K 7 svn:log V 180 Merge the following from the English version: 1.761.2.33 -> 1.761.2.35 relnotes/common/new.sgml Obtained from: The FreeBSD Russian Documentation Project Approved by: re (hrs) END K 10 svn:author V 3 den K 8 svn:date V 27 2005-03-22T07:23:18.000000Z K 7 svn:log V 187 Merge the following from the English version: 1.761.2.35 -> 1.761.2.36 relnotes/common/new.sgml Obtained from: The FreeBSD Russian Documentation Project Approved by: re (implicitly) END K 10 svn:author V 5 harti K 8 svn:date V 27 2005-03-22T07:38:46.000000Z K 7 svn:log V 251 Remove a temporary variable. Rename pattern to patt to be consistent. Remove unreachable code for VAR_NOSUBST - it was never set. Replace redundant code with calls to VarGetPattern(). Patch: 7.143-7.145 Submitted by: Max Okumoto END K 10 svn:author V 3 phk K 8 svn:date V 27 2005-03-22T07:41:22.000000Z K 7 svn:log V 211 He who receives ideas from me, receives instruction himself without lessening mine; as he who lights his taper at mine receives light without darkening me. -- Thomas Jefferson on patents on ideas. END K 10 svn:author V 5 harti K 8 svn:date V 27 2005-03-22T07:42:51.000000Z K 7 svn:log V 211 Two new functions: Buf_Data() returns a reference to the data in the buffer and Buf_AppendBuf() appends a copy of one buffer to another buffer. Patch: 7.146,7.147 Submitted by: Max Okumoto END K 10 svn:author V 3 den K 8 svn:date V 27 2005-03-22T07:43:31.000000Z K 7 svn:log V 148 Merge the following from the English version: 1.830 -> 1.832 relnotes/common/new.sgml Obtained from: The FreeBSD Russian Documentation Project END K 10 svn:author V 5 harti K 8 svn:date V 27 2005-03-22T07:50:40.000000Z K 7 svn:log V 144 Simplify buffer access by using Buf_Data() and Buf_Peel() where appropriate. Patch: 7.147-7.151 Submitted by: Max Okumoto END K 10 svn:author V 5 harti K 8 svn:date V 27 2005-03-22T07:56:22.000000Z K 7 svn:log V 232 An automatic variable in a local scope is (conceptionally) destroyed with the closing brace so it is unwise to keep a pointer to it. Make the variable static to fix this. Patch: 7.152 Submitted by: Max Okumoto END K 10 svn:author V 5 harti K 8 svn:date V 27 2005-03-22T07:57:18.000000Z K 7 svn:log V 89 Delete an extra empty line. Patch: 7.153 Submitted by: Max Okumoto END K 10 svn:author V 5 harti K 8 svn:date V 27 2005-03-22T08:00:02.000000Z K 7 svn:log V 87 Fix indentation. Patch: 7.154 (partly) Submitted by: Max Okumoto END K 10 svn:author V 5 harti K 8 svn:date V 27 2005-03-22T08:01:04.000000Z K 7 svn:log V 78 Sort prototypes. Patch: 7.155 Submitted by: Max Okumoto END K 10 svn:author V 5 harti K 8 svn:date V 27 2005-03-22T08:03:42.000000Z K 7 svn:log V 151 Merge struct VarREPattern into struct VarPattern. This will help sorting out common code. Patch: 7.156 Submitted by: Max Okumoto END K 10 svn:author V 5 harti K 8 svn:date V 27 2005-03-22T08:06:34.000000Z K 7 svn:log V 183 Use the struct VarPattern's lhs field instead of using an extra variable to store the left expression of a C modificator. Patch: 7.157 Submitted by: Max Okumoto END K 10 svn:author V 5 harti K 8 svn:date V 27 2005-03-22T08:09:43.000000Z K 7 svn:log V 210 Return a Buf object from VarGetPattern() instead of a char * and a size_t. Store a Buf object in struct VarPattern instead of a char * and a length. Patch: 7.158 Submitted by: Max Okumoto END K 10 svn:author V 5 harti K 8 svn:date V 27 2005-03-22T08:12:16.000000Z K 7 svn:log V 145 De-lispify some if()-expressions by removing extra parantheses. Patch: 7.160 Requested by: harti Submitted by: Max Okumoto END K 10 svn:author V 5 harti K 8 svn:date V 27 2005-03-22T08:16:09.000000Z K 7 svn:log V 121 Make some callers of VarFind using the same code structure. Patch: 7.161 Submitted by: Max Okumoto END K 10 svn:author V 5 harti K 8 svn:date V 27 2005-03-22T08:18:15.000000Z K 7 svn:log V 121 Unify callers to Var_Parse() with regard to variable names. Patch: 7.162 Submitted by: Max Okumoto END K 10 svn:author V 5 harti K 8 svn:date V 27 2005-03-22T08:20:08.000000Z K 7 svn:log V 113 Use VarParse() inside var.c instead of Var_Parse(). Patch: 7.163 Submitted by: Max Okumoto END K 10 svn:author V 8 brueffer K 8 svn:date V 27 2005-03-22T12:28:15.000000Z K 7 svn:log V 159 MFC: rev. 1.5 - move supported hardware information into a HARDWARE section - consistently capitalize RISCom - fix typo - bump .Dd Approved by: re (blanket) END K 10 svn:author V 8 brueffer K 8 svn:date V 27 2005-03-22T12:30:01.000000Z K 7 svn:log V 136 MFC: rev. 1.27 - add a HARDWARE section - correct a language nit - remove outdated FILES section - bump .Dd Approved by: re (blanket) END K 10 svn:author V 8 brueffer K 8 svn:date V 27 2005-03-22T12:34:38.000000Z K 7 svn:log V 83 MFC: Autogenerate device listings for sr(4) and rc(4). Approved by: re (blanket) END K 10 svn:author V 8 brueffer K 8 svn:date V 27 2005-03-22T12:36:28.000000Z K 7 svn:log V 72 MFC: rev. 1.90 Xref carp(4) and polling(4). Approved by: re (blanket) END K 10 svn:author V 5 harti K 8 svn:date V 27 2005-03-22T12:38:55.000000Z K 7 svn:log V 51 Remove the last two instances of Lst_Find() calls. END K 10 svn:author V 5 harti K 8 svn:date V 27 2005-03-22T12:40:24.000000Z K 7 svn:log V 74 Remove Lst_Find() and Lst_FindFrom() now that they aren't needed anymore. END K 10 svn:author V 5 harti K 8 svn:date V 27 2005-03-22T12:52:00.000000Z K 7 svn:log V 56 Remove debugging code that crept in in the last commit. END K 10 svn:author V 5 harti K 8 svn:date V 27 2005-03-22T12:54:46.000000Z K 7 svn:log V 86 Rename struct Path to struct Dir and move it into the C-file. It is not used outside. END K 10 svn:author V 5 harti K 8 svn:date V 27 2005-03-22T12:59:02.000000Z K 7 svn:log V 29 Style: -> END K 10 svn:author V 3 pjd K 8 svn:date V 27 2005-03-22T13:40:23.000000Z K 7 svn:log V 174 MFC: kern_proc.c 1.225,1.226 - Function jailed() looks into ucred strcture, so be sure ucred is not NULL. - Clean up a bit. Reviewed by: rwatson Approved by: re (kensmith) END K 10 svn:author V 3 pjd K 8 svn:date V 27 2005-03-22T13:41:58.000000Z K 7 svn:log V 152 MFC: geom_bsd.c 1.73 Plug memory leak. Submitted by: Ted Unangst Found by: Coverity Prevent analysis tool Approved by: phk Approved by: re (kensmith) END K 10 svn:author V 6 avatar K 8 svn:date V 27 2005-03-22T14:10:46.000000Z K 7 svn:log V 109 MFC: (1.33) Adding new device ID for BCM5751M support. Reviewed by: sam (mentor) Approved by: re (kensmith) END K 10 svn:author V 6 avatar K 8 svn:date V 27 2005-03-22T14:12:31.000000Z K 7 svn:log V 109 MFC: (1.84) Adding new device ID for BCM5751M support. Reviewed by: sam (mentor) Approved by: re (kensmith) END K 10 svn:author V 2 ru K 8 svn:date V 27 2005-03-22T14:22:47.000000Z K 7 svn:log V 81 Protect against DESTDIR being set during the build of build32. Reported by: pav END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2005-03-22T14:52:40.000000Z K 7 svn:log V 329 Add USB Communication Device Class Ethernet driver. Originally written for FreeBSD based on aue(4) it was picked by OpenBSD, then from OpenBSD ported to NetBSD and finally NetBSD version merged with original one goes into FreeBSD. Obtained from: http://www.gank.org/freebsd/cdce/ NetBSD OpenBSD END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 2005-03-22T14:52:41.000000Z K 7 svn:log V 68 This commit was manufactured by cvs2svn to create branch 'RELENG_5'. END K 10 svn:author V 3 hrs K 8 svn:date V 27 2005-03-22T15:17:45.000000Z K 7 svn:log V 76 New release notes: cdce(4) USB Communication Device Class Ethernet driver. END K 10 svn:author V 7 glebius K 8 svn:date V 27 2005-03-22T15:49:22.000000Z K 7 svn:log V 137 Add a possibility to bypass unmodified accounted data to special hook(s). Data received on these hook(s) is sent back to ifaceX hook(s). END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2005-03-22T16:35:15.000000Z K 7 svn:log V 114 Zaurus expecrs CRC to be in little-endian order, so that convert it into LE on BE arches. Obtained from: OpenBSD END K 10 svn:author V 3 sam K 8 svn:date V 27 2005-03-22T17:20:07.000000Z K 7 svn:log V 64 MFC 1.76: check copyin return value Approved by: re (kensmith) END K 10 svn:author V 6 cognet K 8 svn:date V 27 2005-03-22T17:22:06.000000Z K 7 svn:log V 381 MFC dev/asr/asr.c rev 1.66 conf/options.i386 rev 1.218 i386/conf/NOTES rev 1.1189 date: 2005/03/17 01:20:49; author: cognet; state: Exp; lines: +121 -2 Bring back some of the ioctl junk that was removed in rev 1.59 as a i386-only kernel option, ASR_COMPAT, and under BURN_BRIDGES. It is really ugly, but raidutils depends on it. Discussed with: scottl Approved by: re END K 10 svn:author V 5 krion K 8 svn:date V 27 2005-03-22T18:29:41.000000Z K 7 svn:log V 107 Add mt locale directory, since more and more ports create and use it. Approved by: kris MFC after: 3 days END K 10 svn:author V 7 delphij K 8 svn:date V 27 2005-03-22T19:19:04.000000Z K 7 svn:log V 85 MFen: 1.227.2.14 -> 1.276 Obtained from: The FreeBSD Simplified Chinese Project CVS END K 10 svn:author V 7 delphij K 8 svn:date V 27 2005-03-22T19:20:19.000000Z K 7 svn:log V 78 MFen: 1.13 -> 1.14 Obtained from: The FreeBSD Simplified Chinese Project CVS END K 10 svn:author V 7 delphij K 8 svn:date V 27 2005-03-22T19:21:31.000000Z K 7 svn:log V 78 MFen: 1.27 -> 1.30 Obtained from: The FreeBSD Simplified Chinese Project CVS END K 10 svn:author V 3 ume K 8 svn:date V 27 2005-03-22T19:25:32.000000Z K 7 svn:log V 58 MFC 1.11: correct space check Approved by: re (kensmith) END K 10 svn:author V 3 njl K 8 svn:date V 27 2005-03-22T20:00:57.000000Z K 7 svn:log V 107 Add support for bus_delete_resource() and make acpi_bus_alloc_gas() do this before setting a new resource. END K 10 svn:author V 3 pjd K 8 svn:date V 27 2005-03-22T22:05:44.000000Z K 7 svn:log V 73 Fix use of uninitialized buf[0]. Reported by: stefanf MFC after: 3 days END K 10 svn:author V 6 avatar K 8 svn:date V 27 2005-03-23T02:51:19.000000Z K 7 svn:log V 635 The live CD itself no longer has /stand since a long time ago; however, there are still a couple of places under src/release such like fixit.profile assumed that system binary can be retrivied from /stand(ex: boot with the live CD and run "disklabel -e" in the fixit CD shell). Since /stand is still functional in fixit floppy, and there are more than one places in src/release needs to be updated(document for example) if we want to make use of something like /mnt2/rescue/vi. This commit try to deal with aforementioned inconsistency with minimal effort by simply create a symbolic link to /rescue. Reviewed by: jhb, sam (mentor) END