Ĩf94000 224 180 130 173 177 162 199 165 239 119 476 226 337 902 356 151 137 127 164 132 216 192 602 146 105 219 188 217 154 724 124 122 770 591 168 268 160 412 129 187 112 475 203 152 151 250 176 166 253 135 262 319 237 274 233 331 228 255 224 266 269 220 174 160 229 253 328 245 224 362 217 174 274 257 387 364 174 254 132 229 233 115 168 245 275 122 238 122 296 205 251 457 146 288 235 299 158 129 102 399 241 379 589 316 321 450 343 313 333 243 227 227 279 351 339 243 256 221 265 242 306 157 169 234 224 331 277 116 326 748 222 241 276 201 250 466 156 273 295 285 224 262 260 250 306 120 149 234 239 432 789 106 188 266 184 285 342 234 156 212 783 180 359 178 304 204 235 162 182 133 186 222 239 170 154 118 376 162 135 174 188 274 164 189 119 124 315 262 127 185 187 127 104 165 126 124 104 222 273 257 267 428 143 108 128 111 168 117 166 109 127 236 127 174 127 236 184 169 168 209 334 167 138 183 293 K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-06T21:46:47.000000Z K 7 svn:log V 88 Define away 'Static' when compiling with USB_DEBUG defined, to make it easier to debug. END K 10 svn:author V 2 ue K 8 svn:date V 27 2002-04-06T21:57:38.000000Z K 7 svn:log V 39 Show that 'device.hints' is a filename END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-06T22:06:16.000000Z K 7 svn:log V 81 Iron out some obvious differences between NetBSD's and own version of this file. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2002-04-06T22:37:19.000000Z K 7 svn:log V 82 Break some things out of Makefile.inc that cannot be used build-wide for GCC 3.1. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2002-04-06T23:12:46.000000Z K 7 svn:log V 67 Build and install collect2. This is needed for some C++ programs. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2002-04-06T23:16:26.000000Z K 7 svn:log V 103 Break some things used by the front-ends from Makefile.inc that cannot be used build-wide for GCC 3.1. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 2002-04-06T23:16:27.000000Z K 7 svn:log V 69 This commit was manufactured by cvs2svn to create branch 'WIP_GCC31'. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2002-04-06T23:17:36.000000Z K 7 svn:log V 143 Correction to rev 1.1's log: Break some things out of Makefile.inc that are used by several parts of the GCC 3.1 build -- including in ../lib. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2002-04-06T23:18:01.000000Z K 7 svn:log V 24 Bmake bits for GCC 3.1. END K 10 svn:author V 4 ache K 8 svn:date V 27 2002-04-07T00:49:00.000000Z K 7 svn:log V 382 Original code bugfixed. This NOT touch old sorting order a bit. 1) Remove \n from COPYRIGHT macro to shut up assembler warning 2) Fix struct sigaction initialization (arguments swap) 3) Fix out of bounds negative indexing for -R arg > 127 4) Remove doubled initialization of vars already initialized statically 5) Convert ctype macros char arg to u_char to prevents sign extension END K 10 svn:author V 3 alc K 8 svn:date V 27 2002-04-07T01:28:34.000000Z K 7 svn:log V 133 Change jobref and *ijoblist from int to long in order to avoid a catastrophe after the 2^32nd AIO operation on 64-bit architectures. END K 10 svn:author V 5 peter K 8 svn:date V 27 2002-04-07T01:44:24.000000Z K 7 svn:log V 242 Bandaid for LP64 machines where 'warning: cast to pointer from different sized integer' bites. The various malloc functions return pointers, but without any prototype/declarations visible to callers, the compiler expects them to return int. END K 10 svn:author V 8 jmallett K 8 svn:date V 27 2002-04-07T02:29:56.000000Z K 7 svn:log V 804 Fix sed(1) in the case where a last line is specified and hold space is not specified, and then the first part of the pattern space is deleted, when there are two or more input lines, as this results in subtraction of one from an unsigned integral value of '0'. That bogus value is used in one case for a loop (that will run far too many times in this case) and a function to search for a value within a specified range of memory, however now the range of memory is obscenely large and a segmentation fault will occur. This is fixed by checking for and appropriately handling a nil pattern space as if the specified search in memory failed, as indeed it obviously will with nil pattern space. Submitted by: Tim J. Robbins PR: bin/34813 Reviewed by: mike MFC after: 1 day END K 10 svn:author V 5 peter K 8 svn:date V 27 2002-04-07T02:40:55.000000Z K 7 svn:log V 261 Add -lstdc++ to the link args for these C++ tools so that they can be compiled with gcc-3.1. Somebody thought it was a good idea to move the implementation of new and delete from libgcc to libstdc++. This change doesn't harm the current compiler in the tree. END K 10 svn:author V 4 ache K 8 svn:date V 27 2002-04-07T02:52:11.000000Z K 7 svn:log V 58 Fix this table, it was completely out of reasonable order END K 10 svn:author V 4 ache K 8 svn:date V 27 2002-04-07T02:54:15.000000Z K 7 svn:log V 44 MFC: this table was out of reasonable order END K 10 svn:author V 4 ache K 8 svn:date V 27 2002-04-07T03:15:51.000000Z K 7 svn:log V 34 Add warning about collating order END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 2002-04-07T03:15:52.000000Z K 7 svn:log V 68 This commit was manufactured by cvs2svn to create branch 'RELENG_4'. END K 10 svn:author V 4 ache K 8 svn:date V 27 2002-04-07T03:16:58.000000Z K 7 svn:log V 39 MFC: add warning about collating order END K 10 svn:author V 3 ken K 8 svn:date V 27 2002-04-07T03:44:49.000000Z K 7 svn:log V 123 MFC, rev 1.42: Fix a bzero length calculation. sizeof(struct ccb_getdev) should have been sizeof(struct ccb_getdevstats). END K 10 svn:author V 2 dd K 8 svn:date V 27 2002-04-07T03:59:31.000000Z K 7 svn:log V 100 Minor style cleanup. Remove unneeded includes, and correct or add some comments. Reviewed by: bde END K 10 svn:author V 5 peter K 8 svn:date V 27 2002-04-07T04:16:35.000000Z K 7 svn:log V 507 Fix a relocation bug in the ia64 ld.so. Weak function pointers in shared objects were not being correctly set to zero. Instead, the function descriptor pointer was set to the load address of the .so object. This caused gcc generated binaries to segfault on exit when crtbegin.asm's _fini code tested the __cxa_finalize() function pointer for zero. This is a bit of a hack because of a problem nearby workaround for find_symdef and its quirks (failures) for local symbols. This still needs to be fixed. END K 10 svn:author V 5 peter K 8 svn:date V 27 2002-04-07T04:25:45.000000Z K 7 svn:log V 52 Add loader bootforth infrastructure and install it. END K 10 svn:author V 5 peter K 8 svn:date V 27 2002-04-07T04:26:42.000000Z K 7 svn:log V 11 Set BINDIR END K 10 svn:author V 5 peter K 8 svn:date V 27 2002-04-07T04:27:50.000000Z K 7 svn:log V 124 We must not let install(1) strip loader.efi when installing it, or the resulting binary will be damaged and no longer work. END K 10 svn:author V 5 peter K 8 svn:date V 27 2002-04-07T04:34:21.000000Z K 7 svn:log V 94 Now that we can thorougly self compile the kernel, stop hard coding the cross compiler names. END K 10 svn:author V 5 peter K 8 svn:date V 27 2002-04-07T04:36:02.000000Z K 7 svn:log V 122 ia64 depends on ACPICA on actual hardware. It might be worth having a seperate SKI config (like we had SIMOS for alpha). END K 10 svn:author V 3 des K 8 svn:date V 27 2002-04-07T04:44:16.000000Z K 7 svn:log V 62 Turn on NO_WERROR due to namespace pollution in krb5 headers. END K 10 svn:author V 2 dd K 8 svn:date V 27 2002-04-07T04:47:58.000000Z K 7 svn:log V 632 Fix (for the second time) kvm_getprocs() for the case where no processes match the given criteria. Since revision 1.60 of malloc.c, malloc() and friends return an invalid pointer when given a size of 0. kvm_getprocs() uses sysctl() with a NULL oldp argument to get an initial size, but does not check whether it's 0 before passing it to realloc() (via _kvm_realloc()). Before the aforementioned malloc() change, this resulted in a minimal allocation made and a valid poitner returned, but now results in an invalid, but non-NULL, pointer being returned. When this is passed to sysctl(), the latter returns EFAULT (as it should). END K 10 svn:author V 2 dd K 8 svn:date V 27 2002-04-07T04:57:14.000000Z K 7 svn:log V 33 MFC: recent (type|brain)o fixes. END K 10 svn:author V 6 jedgar K 8 svn:date V 27 2002-04-07T04:59:13.000000Z K 7 svn:log V 27 errx()/strerror() -> err() END K 10 svn:author V 8 mckusick K 8 svn:date V 27 2002-04-07T05:16:33.000000Z K 7 svn:log V 672 When checking the alternate superblock, we used to copy any fields that might have changed, then did a byte-by-byte comparison with the alternate. If any unused fields got used, they had to be added to the exception list. Such changes caused too many false alarms. So, I have changed the comparison algorithm to compare a selected set of fields that are not expected to change. This new algorithm causes far fewer false hits and still does a good job of detecting problems when they have really occurred. In particular, this change should ease the transition to kernels supporting UFS2 which make some significant changes to the superblock. Sponsored by: DARPA, NAI Labs END K 10 svn:author V 3 gad K 8 svn:date V 27 2002-04-07T05:37:27.000000Z K 7 svn:log V 498 Re-arrange how output filters (of=) are handled for queues going to remote machines. Now they really are handled *exactly* the same as input filters (if=) for remote queues, except that they are started with a different set of parameters. This should fix a few subtle bugs in output-filter processing on such queues. It is a pretty significant re-arranging of sendfile(), moving some of it to a new execfilter() routine. PR: 36552 Reviewed by: no screams from freebsd-audit MFC after: 12 days END K 10 svn:author V 6 murray K 8 svn:date V 27 2002-04-07T06:03:33.000000Z K 7 svn:log V 73 Add net/cvsup-without-gui and print/acroread4 to the disc3 package list. END K 10 svn:author V 5 peter K 8 svn:date V 27 2002-04-07T06:28:38.000000Z K 7 svn:log V 173 Later versions of gcc object very strongly to the -C flag being passed as -CC. It makes no difference to gcc in the tree, but this change is necessary for gcc-3.1 to work. END K 10 svn:author V 3 alc K 8 svn:date V 27 2002-04-07T07:17:59.000000Z K 7 svn:log V 68 Reduce the duplication of code for error handling in _aio_aqueue(). END K 10 svn:author V 3 gad K 8 svn:date V 27 2002-04-07T07:48:32.000000Z K 7 svn:log V 319 Rearrange all the error returns from sendfile() to make sure the original input file and any temporary (filter) file are closed upon return, and that is generally done at the end of the routine. This should make it easier for a later update (not yet written) to implement a "resend_copies" option. MFC after: 12 days END K 10 svn:author V 3 sos K 8 svn:date V 27 2002-04-07T07:53:34.000000Z K 7 svn:log V 37 Add yet another ATA133 Promise chip. END K 10 svn:author V 3 gad K 8 svn:date V 27 2002-04-07T08:01:42.000000Z K 7 svn:log V 95 Rename a variable from 'user' to 'userid' to avoid some compiler warnings. MFC after: 12 days END K 10 svn:author V 6 obrien K 8 svn:date V 27 2002-04-07T08:05:33.000000Z K 7 svn:log V 17 Fix search path. END K 10 svn:author V 3 gad K 8 svn:date V 27 2002-04-07T08:12:39.000000Z K 7 svn:log V 382 A variable had been unnecessarily assigned a bogus value because gcc was "confused" about it being unassigned. In fact, gcc was right. Fix the real problem by setting that variable before break-ing out of a select statement so gcc is happy, and then remove the unnecessary assignment. Reported by: a user wondering why lpd syslog-ed about "compiler confusion" MFC after: 12 days END K 10 svn:author V 8 dwmalone K 8 svn:date V 27 2002-04-07T08:58:31.000000Z K 7 svn:log V 105 Remove a comment which relates to the old name cache code, which was replaced in 1997. Approved by: phk END K 10 svn:author V 6 gioria K 8 svn:date V 27 2002-04-07T09:04:04.000000Z K 7 svn:log V 57 First version of the translation of the Security section END K 10 svn:author V 6 obrien K 8 svn:date V 27 2002-04-07T09:30:05.000000Z K 7 svn:log V 56 Bmake bits for GCC 3.1. Sponsored by: bribe from peter END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T09:52:49.000000Z K 7 svn:log V 157 MFNetBSD: revision 1.141 date: 2001/10/24 21:04:04; author: augustss; Exp; lines: +20 -4 Some more paranoia tests when entering the interrupt routine. END K 10 svn:author V 3 sos K 8 svn:date V 27 2002-04-07T09:54:12.000000Z K 7 svn:log V 84 MFC: Dont allow to detach twice. Unlock the channel again if an ata_reinit() fails. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 2002-04-07T09:54:13.000000Z K 7 svn:log V 70 This commit was manufactured by cvs2svn to create branch 'RELENG_4_6'. END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T09:57:23.000000Z K 7 svn:log V 160 MFNetBSD: revision 1.142 date: 2001/10/25 02:08:13; author: augustss; lines: +14 -16 Change reset sequence to get status change bits set right on startup. END K 10 svn:author V 3 phk K 8 svn:date V 27 2002-04-07T09:58:28.000000Z K 7 svn:log V 43 Constify. Sponsored by: DARPA & NAI Labs. END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T10:02:45.000000Z K 7 svn:log V 169 MFNetBSD: revision 1.102 date: 2001/04/01 15:00:29; author: augustss; state: Exp; lines: +3 -1 Add two missing splx() (inside DIAGNOSTIC). From OpenBSD. END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T10:04:16.000000Z K 7 svn:log V 226 MFNetBSD: revision 1.103 date: 2001/09/11 07:00:19; author: augustss; state: Exp; lines: +4 -1 Don't go top mode OPERATIONAL (before reset) on startup even if BIOS claims to have initialized the controller. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2002-04-07T10:08:55.000000Z K 7 svn:log V 141 Remove some last vestages of _interactiveHack. Also tie stderr to something for the invocation of pkg_add. Sponsored by: FreeBSD Mall, Inc. END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T10:09:23.000000Z K 7 svn:log V 181 MFNetBSD: ohci.c (1.104), ohcireg.h (1.28) date: 2001/09/28 23:57:21; author: augustss; Reenable RHSC interrupt after one second so hot plugging works. (From OpenBSD.) END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T10:12:40.000000Z K 7 svn:log V 140 MFNetBSD: revision 1.105 date: 2001/11/07 02:55:04; author: augustss; state: Exp; lines: +17 -3 Improve some debug messages. END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T10:21:16.000000Z K 7 svn:log V 238 MFNetBSD: revision 1.106 date: 2001/11/09 15:01:57; author: augustss; state: Exp; lines: +73 -57 Fix a bug in xfer abort processing when the HC executes ahead of what the driver aborts. Don't block RHSC interrupts. END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T10:24:52.000000Z K 7 svn:log V 135 MFNetBSD: revision 1.107 date: 2001/11/10 17:09:28; author: augustss; state: Exp; lines: +31 -26 Improve dump routines. END K 10 svn:author V 6 murray K 8 svn:date V 27 2002-04-07T10:27:24.000000Z K 7 svn:log V 159 GCC >= 3 and C99 handle zero-length arrays differently than older versions of GCC. With this change, sysinstall compiles and works fine with GCC 3.1 or 2.95. END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T10:29:48.000000Z K 7 svn:log V 131 MFNetBSD: revision 1.51 date: 2001/10/24 15:30:17; author: augustss; state: Exp; lines: +3 -3 Better debug message. END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T10:31:39.000000Z K 7 svn:log V 173 MFNetBSD: revision 1.52 date: 2001/10/26 17:53:59; author: augustss; state: Exp; lines: +8 -2 Compare pointer with NULL instead of using them as a condition. END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T10:36:15.000000Z K 7 svn:log V 176 MFNetBSD: usb_subr.c (1.90), usbdi.c (1.83), usbdivar.h (1.65) date: 2001/11/10 17:11:38; author: augustss; state: Exp; lines: +1 -2 Get rid of unused abort_handle. END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T10:38:07.000000Z K 7 svn:log V 127 MFNetBSD: revision 1.81 date: 2001/04/17 00:05:33; author: augustss; state: Exp; lines: +7 -1 Add a DIAGNOSTIC. END K 10 svn:author V 3 phk K 8 svn:date V 27 2002-04-07T10:39:23.000000Z K 7 svn:log V 82 Nuke a totally pointless optional debug option Sponsored by: DARPA and NAI Labs. END K 10 svn:author V 6 murray K 8 svn:date V 27 2002-04-07T10:40:31.000000Z K 7 svn:log V 65 Add comment to supplement my last commit. Requested by: obrien END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T10:41:51.000000Z K 7 svn:log V 136 MFNetBSD: usbdi.c (1.82), usbdivar.h (1.64) date: 2001/11/10 16:54:56; author: augustss; Add some dump routines for debugging. END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T10:50:41.000000Z K 7 svn:log V 160 MFNetBSD: usbdi.c (1.85), usbdi.h (1.54), usbdi_util.c (1.37) date: 2001/11/15 15:15:59; author: augustss; usbd_interface2device_handle() cannot fail. END K 10 svn:author V 3 phk K 8 svn:date V 27 2002-04-07T10:57:00.000000Z K 7 svn:log V 235 Get us to WARNS=2 with a bit of constification and some printf fiddling. Pick up the c-partitions magicness from sys/disklabel.h instead of defining our own magicness for it, remove trivial comment. Sponsored by: DARPA and NAI Labs. END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T10:57:42.000000Z K 7 svn:log V 152 MFNetBSD: uhub.c (1.54), usb_subr.c (1.92) date: 2001/11/16 01:57:47; author: augustss; Handle devices that disappear during reset gracefully. END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T10:59:02.000000Z K 7 svn:log V 131 MFNetBSD: revision 1.55 date: 2001/11/16 02:21:54; author: augustss; state: Exp; lines: +4 -4 Better error message. END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T11:19:05.000000Z K 7 svn:log V 269 MFNetBSD: ohci.c (1.109), uhci.c (1.144), uhub.c (1.56), usb.c (1.57), usbdi.c (1.86), usbdivar.h (1.66) [Some partial, because most of this was merged in a while ago] date: 2001/11/20 13:48:03; author: augustss; Keep track of device speed for USB 2.0. END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T11:20:41.000000Z K 7 svn:log V 124 MFNetBSD: revision 1.57 date: 2001/11/20 16:08:37; author: augustss; state: Exp; lines: +3 -2 Add a comment. END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T11:29:31.000000Z K 7 svn:log V 82 Reduce the difference between our version and NetBSD's. (No functional changes.) END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T11:33:55.000000Z K 7 svn:log V 181 MFNetBSD: ohci.c (1.104), ohcivar.h (1.28) date: 2001/09/28 23:57:21; author: augustss; Reenable RHSC interrupt after one second so hot plugging works. (From OpenBSD.) END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T11:42:39.000000Z K 7 svn:log V 164 MFNetBSD: revision 1.110 date: 2001/11/20 16:08:10; author: augustss; state: Exp; lines: +5 -4 Use longer reset for root hubs (as told in the spec). END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T11:56:19.000000Z K 7 svn:log V 294 MFNetBSD: usbdi.c (1.63), usbdi.h (1.41) date: 2000/03/02 12:37:51; author: augustss; Use ratecheck() to limit error messages on disconnect. Break out some common functionality. We don't have ratecheck() in our kernel yet, so I've hardcoded usb_ratecheck() to return true always. END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T12:04:02.000000Z K 7 svn:log V 271 MFNetBSD: if_aue.c (1.26), if_auereg.h (1.6), if_cue.c (1.10), if_cuereg.h (1.5), if_kue.c (1.11), if_kuereg.h (1.5) date: 2000/03/02 12:37:51; author: augustss; Use ratecheck() to limit error messages on disconnect. Break out some common functionality. END K 10 svn:author V 6 murray K 8 svn:date V 27 2002-04-07T12:05:05.000000Z K 7 svn:log V 79 GCC 3.1 cleanup - add a break after default: at the end of a switch statement. END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T12:18:52.000000Z K 7 svn:log V 161 MFNetBSD: usbdi.c (1.80), usbdi.h (1.51) date: 2001/04/13 11:19:58; author: augustss; Finally get rid of the UGLY and EVIL hack for avoiding tsleep(). END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T12:19:50.000000Z K 7 svn:log V 40 We not long need to use USBD_NO_TSLEEP. END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T12:24:55.000000Z K 7 svn:log V 136 MFNetBSD: revision 1.87 date: 2001/11/21 15:37:41; author: augustss; state: Exp; lines: +5 -5 Fix indentation and typos. END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T12:25:55.000000Z K 7 svn:log V 140 MFNetBSD: revision 1.88 date: 2001/11/22 04:31:01; author: augustss; state: Exp; lines: +3 -3 Improve dump routine slightly. END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T12:29:55.000000Z K 7 svn:log V 23 Update $NetBSD$ ident. END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T12:32:55.000000Z K 7 svn:log V 76 Move a function to a different place in the source so that we match NetBSD. END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T12:38:16.000000Z K 7 svn:log V 152 MFNetBSD: revision 1.92 date: 2001/12/12 15:38:58; author: augustss; state: Exp; lines: +7 -3 Some more paranoia checks when DIAGNOSTIC. END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T12:42:18.000000Z K 7 svn:log V 182 MFNetBSD: usbdi.c (1.93), usbdi.h (1.59) date: 2001/12/24 21:36:15; author: augustss; Add some more DIAGNOSTIC tests. Make usb_match_device() match on USB_PRODUCT_ANY. END K 10 svn:author V 3 des K 8 svn:date V 27 2002-04-07T12:53:58.000000Z K 7 svn:log V 30 This one needs NO_WERROR too. END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2002-04-07T12:57:29.000000Z K 7 svn:log V 141 Add recognition code for the Intel 82845 chipset (as present on the ASUS P4B266). PR: 35077 Submitted by: David Xu END K 10 svn:author V 3 des K 8 svn:date V 27 2002-04-07T12:59:17.000000Z K 7 svn:log V 30 MFC: Document new categories. END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T13:16:18.000000Z K 7 svn:log V 203 MFNetBSD: ukbd.c (1.52), usbdi.c (1.54), usbdi.h (1.35) date: 2000/01/16 09:37:18; author: augustss; Let usbd_set_polling() work on a usbd_device_handle instead of a usbd_interface_handle. END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2002-04-07T13:20:16.000000Z K 7 svn:log V 108 Recognise old Opti Viper-M chipset. PR: 10608 Submitted by: NAKAGAWA, Yoshihisa END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T13:20:26.000000Z K 7 svn:log V 158 MFNetBSD: revision 1.67 date: 2001/11/21 13:44:47; author: augustss; state: Exp; lines: +3 -1 Wrap dump routine prototypes in #ifdef USB_DEBUG END K 10 svn:author V 3 mux K 8 svn:date V 27 2002-04-07T13:22:47.000000Z K 7 svn:log V 364 o Change kernel_vmount() interface to be more convenient : pass two separate strings instead of passing "foo=bar". o Don't forget to clear the VMOUNT flag on the vnode when vfs_nmount() fails because the fs doesn't implement VFS_NMOUNT (and in vfs_mount() when the fs doesn't implement VFS_MOUNT) ; also decrement the vfs refcount in the !MNT_UPDATE case. END K 10 svn:author V 3 sos K 8 svn:date V 27 2002-04-07T13:25:07.000000Z K 7 svn:log V 54 MFC: Dont quit prematurely when writing from stdin... END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T13:26:59.000000Z K 7 svn:log V 195 MFNetBSD: revision 1.68 date: 2001/12/24 21:36:16; author: augustss; state: Exp; lines: +2 -1 Add some more DIAGNOSTIC tests. Make usb_match_device() match on USB_PRODUCT_ANY. END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T13:27:56.000000Z K 7 svn:log V 142 MFNetBSD: revision 1.69 date: 2001/12/27 18:43:46; author: augustss; state: Exp; lines: +3 -3 Change some DIAGNOSTIC #defines. END K 10 svn:author V 3 mux K 8 svn:date V 27 2002-04-07T13:28:18.000000Z K 7 svn:log V 206 Add code to try the nmount(2) syscall when mount(2) failed with EOPNOTSUPP. This will make things less painful when I will commit the conversion of devfs, fdescfs and pseudofs to nmount. Reviewed by: phk END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T13:37:46.000000Z K 7 svn:log V 66 Synchronise the code style with NetBSD. (No functional changes). END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 2002-04-07T13:45:24.000000Z K 7 svn:log V 33 Add Scanlogic SL11R IDE Adapter. END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 2002-04-07T13:47:19.000000Z K 7 svn:log V 7 Regen. END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T13:58:06.000000Z K 7 svn:log V 306 MFNetBSD: usb.c (1.58) date: 2001/11/20 23:53:26; author: augustss; state: Exp; lines: +61 -33 Create a special kernel thread to run the usb short lived tasks (instead of using the device discovery threads). The change to usb_port.h is a little hack whilst I address an issue with NetBSD. END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T13:59:32.000000Z K 7 svn:log V 148 MFNetBSD: revision 1.59 date: 2001/11/26 20:16:55; author: augustss; state: Exp; lines: +3 -3 Change wchan name for usb task thread. END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T14:02:31.000000Z K 7 svn:log V 286 MFNetBSD: revision 1.61 date: 2001/12/31 15:55:51; author: augustss; state: Exp; lines: +3 -5 Delay bus enumeration a little in case the controller is a companion controller. This way the main controller can gain ownership of the port before enumeration starts. END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T14:10:52.000000Z K 7 svn:log V 496 MFNetBSD: revision 1.62 date: 2002/01/02 20:55:58; author: augustss; state: Exp; lines: +11 -10 Some more usb_proc_ptr changes. Also some minor stylistic changes. revision 1.63 date: 2002/01/02 20:58:12; author: augustss; state: Exp; lines: +4 -4 Fix typo in last commit. revision 1.64 date: 2002/01/02 22:44:44; author: augustss; state: Exp; lines: +7 -4 Add a comment. The usb_proc_ptr changes were introduced in 1.62 and backed out in 1.64. END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T14:12:56.000000Z K 7 svn:log V 223 MFNetBSD: revision 1.65 date: 2002/01/03 22:20:45; author: augustss; state: Exp; lines: +9 -2 Add a DIAGNOSTIC check. From FreeBSD. (Just wrap these changes, that we already had, with a #ifdef DIAGNOSTIC). END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T14:21:32.000000Z K 7 svn:log V 228 MFNetBSD: revision 1.58 date: 2001/11/20 23:53:26; author: augustss; state: Exp; lines: +61 -33 Create a special kernel thread to run the usb short lived tasks (instead of using the device discovery threads). END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T14:25:02.000000Z K 7 svn:log V 357 MFNetBSD: ohci.c (1.100), ohcivar.h (1.25) ohci.c revision 1.100 date: 2001/01/28 16:18:09; author: augustss; state: Exp; lines: +7 -2 Put a rate limiter on the scheduling overrun message. ohcivar.h: revision 1.25 date: 2001/01/28 19:01:20; author: augustss; state: Exp; lines: +4 -1 Commit second half of rate limit change. END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T14:31:03.000000Z K 7 svn:log V 250 MFNetBSD: revision 1.95 date: 2000/12/13 03:09:06; author: augustss; state: Exp; lines: +19 -3 Make the ohci driver not hang suspend/resume. It still doesn't resume correctly. From itohy@netbsd.org (ITOH Yasufumi) PR kern/11714. END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T14:34:23.000000Z K 7 svn:log V 220 MFNetBSD: revision 1.97 date: 2000/12/31 14:29:54; author: augustss; state: Exp; lines: +17 -3 Make the controller survive suspend/resume. Thanks to Steve Woodford for testing. END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T14:40:15.000000Z K 7 svn:log V 240 MFNetBSD: ohci.c (1.101), ohcivar.h (1.26) revision 1.101 date: 2001/02/20 15:20:32; author: minoura; Re-initialize some registers after resuming from suspend. Some APM BIOSes do not restore them. Reviewd by augustss. END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T14:45:38.000000Z K 7 svn:log V 150 MFNetBSD: ohci.c (1.111), uhci.c (1.146) date: 2001/11/20 21:12:46; author: augustss; Don't bother with interrupts when being disconnected. END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T14:49:14.000000Z K 7 svn:log V 134 MFNetBSD: ohci.c (1.112), uhci.c (1.147) date: 2001/11/21 02:38:35; author: augustss; Cast some args to bitmask_snprintf(). END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T14:53:52.000000Z K 7 svn:log V 134 MFNetBSD: revision 1.113 date: 2001/11/21 02:39:31; author: augustss; state: Exp; lines: +10 -4 Some more debug stuff. END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T14:57:31.000000Z K 7 svn:log V 186 MFNetBSD: ohci.c (1.114), ohcivar.h (1.29) date: 2001/11/21 02:41:18; author: augustss; Use a task to perform the timeout abort so we have a process context when sleeping. END K 10 svn:author V 3 phk K 8 svn:date V 27 2002-04-07T14:57:57.000000Z K 7 svn:log V 258 bbsize and sbsize cannot ever be trusted from the disklabel, in particular as there may not be one. Remove #if 0'ed code which might mislead people to think otherwise. unifdef -ULOSTDIR, fsck can make lost+found on the fly. Sponsored by: DARPA & NAI Labs END K 10 svn:author V 2 ru K 8 svn:date V 27 2002-04-07T14:58:12.000000Z K 7 svn:log V 247 Fixed the nasty bug where .depend file that exists somewhere in the .PATH (but not in the ${.OBJDIR}) would result in a leak of the ${OBJS}: ${SRCS:M*.h} dependency hint. Spotted by: fixing the broken gnu/usr.bin/cc/cc1obj build MFC after: 1 day END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T15:01:01.000000Z K 7 svn:log V 150 MFNetBSD: revision 1.27 date: 2001/02/21 10:19:30; author: minoura; state: Exp; lines: +2 -3 There is no reason to exclude FreeBSD :). END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T15:07:23.000000Z K 7 svn:log V 163 MFNetBSD: revision 1.116 date: 2001/11/21 08:18:40; author: augustss; state: Exp; lines: +30 -3 Pay more attention to if the HC is being unplugged. END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T15:08:39.000000Z K 7 svn:log V 128 MFNetBSD: revision 1.117 date: 2001/12/27 11:27:11; author: augustss; state: Exp; lines: +5 -3 Update a comment. END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T15:12:07.000000Z K 7 svn:log V 172 MFNetBSD: revision 1.118 date: 2001/12/27 18:48:28; author: augustss; state: Exp; lines: +24 -5 Add some DIAGNOSTIC stuf that I forgot. From Nate Williams. END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T15:16:31.000000Z K 7 svn:log V 149 MFNetBSD: ohci.c (1.119), ohcivar.h (1.30) date: 2001/12/31 12:20:35; author: augustss; Change xfer abort to wait for the softintr to run. END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T15:18:00.000000Z K 7 svn:log V 213 MFNetBSD: revision 1.121 date: 2002/03/16 16:11:18; author: tsutsui; state: Exp; lines: +4 -4 Fix a couple of typo: - s/ehci/ohci/ (in unused arg of macro) - s/uhci/ohci/ (in debug message) END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T15:41:45.000000Z K 7 svn:log V 65 Re-add the definitions of htole32(x) and le32toh(x) for OpenBSD. END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T16:36:30.000000Z K 7 svn:log V 77 Remove the overt differences between ours and NetBSD's version of this file. END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2002-04-07T16:37:15.000000Z K 7 svn:log V 137 Fix EUC encoding conversion for codeset 3 and 4 to comply to the specification. PR: 28552 Submitted by: NIIMI Satoshi END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T16:38:14.000000Z K 7 svn:log V 131 MFNetBSD: revision 1.148 date: 2001/11/21 12:25:55; author: augustss; state: Exp; lines: +3 -3 Fix typo in comment. END K 10 svn:author V 2 ru K 8 svn:date V 27 2002-04-07T16:53:47.000000Z K 7 svn:log V 239 FreeBSD prior to 4.4-RELEASE and older versions of 5.0-CURRENT do not have setprogname(3) and getprogname(3), and we need to build lint(1) as a cross-tool to bootstrap. Versions from lib/libc/gen can't be compiled either. PR: bin/36747 END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2002-04-07T17:01:20.000000Z K 7 svn:log V 180 Add the possibility to use a no_rip_out configuration option in order to stop routed from sending out RIP updates. PR: 29090 Submitted by: Matthew Braithwaite END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T17:02:25.000000Z K 7 svn:log V 24 Update $NetBSD$ idents. END K 10 svn:author V 2 ru K 8 svn:date V 27 2002-04-07T17:03:06.000000Z K 7 svn:log V 234 FreeBSD prior to 4.5-RELEASE and older versions of 5.0-CURRENT do not have the __FBSDID() macro in . Fix this once and for all for tools that need to be bootstrapped. PR: bin/36747 MFC after: 3 days Prodded by: obrien END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T17:04:01.000000Z K 7 svn:log V 655 MFNetBSD: uhid.c (1.42 & 1.43), ugraphire_rdesc.h (1.1) date: 2000/12/29 01:47:49; author: augustss; Supply our own report descriptor (from Nick Hibma) for the Wacom Graphire. The descriptor it reports is broken. XXX Not tested, because I don't have the device. date: 2001/08/15 00:06:49; author: augustss; state: Exp; lines: +3 -1 If there was a vendor+product locator match return a higher match value. Rationale, if you have a device (e.g., a mouse) with a more specific driver but want to recognize it with the more generic driver you can do that by supplying vendor and product locators for the generic one. END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T17:05:50.000000Z K 7 svn:log V 129 MFNetBSD: revision 1.44 date: 2001/09/15 16:16:28; author: yamt; state: Exp; lines: +3 -3 correct debug messages. END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2002-04-07T17:07:37.000000Z K 7 svn:log V 144 Actually print the port we are listening too when specified verbose mode. PR: 29725 Submitted by: Eugene Grosbein END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T17:13:00.000000Z K 7 svn:log V 183 MFNetBSD: uhid.c (1.45), ums.c (1.49), usbdi_util.c (1.35), usbdi_util.h (1.23) date: 2001/10/26 17:58:21; author: augustss; s/usbd_alloc_report_desc/usbd_read_report_desc/ END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2002-04-07T17:16:28.000000Z K 7 svn:log V 104 Garbage collect unused variables. PR: 29725 Submitted by: Eugene Grosbein END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2002-04-07T17:22:23.000000Z K 7 svn:log V 153 Use %lld instead of %d in order to print struct stat's st_size, which is an off_t. PR: 29725 Submitted by: Eugene Grosbein END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2002-04-07T17:41:33.000000Z K 7 svn:log V 369 Give functions proper return type, since the default is an integer, where the author obviously meant a void since he doesn't return any values. One caveat, http_request has three return()'s, but doesn't do anything with it. Either the code needs to be rewritten to take care of proper error handling on that point, or the returns ripped out. I made it void for now. END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2002-04-07T17:42:27.000000Z K 7 svn:log V 60 Add a missing void in the parameter list of http_request(). END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T17:53:58.000000Z K 7 svn:log V 180 MFNetBSD: hid.c (1.22), uhci.c (1.150), usb_subr.c (1.97) date: 2002/01/14 13:23:37; author: tsutsui; Call malloc(9) with M_ZERO flag instead of memset() after malloc(). END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T17:55:16.000000Z K 7 svn:log V 202 MFNetBSD: revision 1.151 date: 2002/01/27 23:00:34; author: augustss; state: Exp; lines: +3 -3 Use M_WAITOK instead of M_NOWAIT when allocating extra descriptors. Spotted by OpenBSD. END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T18:03:45.000000Z K 7 svn:log V 192 MFNetBSD: revision 1.153 date: 2002/02/11 11:40:33; author: augustss; state: Exp; lines: +67 -26 Switch to the same abort mechanism as in [eo]hci; it should be more robust. END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T18:06:34.000000Z K 7 svn:log V 131 MFNetBSD: uhcireg.h (1.15), uhcivar.h (1.33) date: 2002/02/11 11:41:30; author: augustss; Switch to new abort mechanism. END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T18:10:10.000000Z K 7 svn:log V 169 MFNetBSD: revision 1.154 date: 2002/02/27 12:12:45; author: augustss; state: Exp; lines: +14 -9 Remove spurious splusb(). Lower abort hardware wait. END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T18:13:16.000000Z K 7 svn:log V 167 MFNetBSD: revision 1.155 date: 2002/02/27 12:42:41; author: augustss; state: Exp; lines: +8 -8 Move the interrupt bailout when a cancelled ii is found. END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T18:14:08.000000Z K 7 svn:log V 157 MFNetBSD: revision 1.156 date: 2002/03/04 00:53:33; author: augustss; state: Exp; lines: +3 -3 Use the correct pointer for the timeout abort. END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T18:15:37.000000Z K 7 svn:log V 213 MFNetBSD: revision 1.157 date: 2002/03/16 16:13:41; author: tsutsui; state: Exp; lines: +4 -4 Fix a couple of typo: - s/ehci/uhci/ (in unused arg of macro) - s/ohci/uhci/ (in panic message) END K 10 svn:author V 5 luigi K 8 svn:date V 27 2002-04-07T18:16:18.000000Z K 7 svn:log V 26 Add a missing parenthesis END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-07T18:33:12.000000Z K 7 svn:log V 57 General white space cleanup, to synchronise with NetBSD. END K 10 svn:author V 5 luigi K 8 svn:date V 27 2002-04-07T20:41:09.000000Z K 7 svn:log V 139 Fix handling of undefined variables. Add override for /etc/rc.local . Add hook to start syslogd if compiled-in and /etc/syslog.conf exists END K 10 svn:author V 5 luigi K 8 svn:date V 27 2002-04-07T20:41:43.000000Z K 7 svn:log V 144 MFC: Fix handling of undefined variables. Add override for /etc/rc.local . Add hook to start syslogd if compiled-in and /etc/syslog.conf exists END K 10 svn:author V 3 des K 8 svn:date V 27 2002-04-07T20:43:27.000000Z K 7 svn:log V 339 Fix bug in previous commit that passed the wrong default value to login_getcapstr(3). Also fix a longer-standing bug (login_close(3) frees the string returned by login_getcapstr(3)) by reorganizing the code a little, and use login_getpwclass(3) instead of login_getclass(3) if we already have a struct pwd. Sponsored by: DARPA, NAI Labs END K 10 svn:author V 5 wpaul K 8 svn:date V 27 2002-04-07T20:55:50.000000Z K 7 svn:log V 694 Teach the rlphy driver how to do parallel link detection. If the link partner doesn't support NWAY, the RealTek PHY (both the integrated ones on 8139 chips and the RTL8201L 10/100 PHY) will not report the link speed via the ANLPAR or BMSR registers. For the 8201L, we need to look in magic vendor-specific PHY register 0x19. For the 8139 MAC+PHY combo, we have to be able to test the RL_MEDIASTAT register. The changes to rlphy.c are based largely on the patch from PR 30836, however I tried to eliminate some magic numbers by creating an entry for the 8201 PHY in miidevs. Also updated if_rl.c to allow the rlphy driver to read the RL_MEDIASTAT register via the rl_miibus_readreg() routine. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 2002-04-07T20:56:19.000000Z K 7 svn:log V 12 Regenerate. END K 10 svn:author V 3 phk K 8 svn:date V 27 2002-04-07T21:01:37.000000Z K 7 svn:log V 96 GC the "dumplo" variable, which is no longer used. A lot of sys/*/*/machdep.c seems not to be. END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2002-04-07T21:17:50.000000Z K 7 svn:log V 169 Fix saving system crash dumps larger than 2 GB by using fseeko() instead of fseek(). PR: 33537 Submitted by: Vladimir B. Grebenschikov Reviewed by: peter END K 10 svn:author V 3 des K 8 svn:date V 27 2002-04-07T21:18:18.000000Z K 7 svn:log V 92 Reorganize pam_sm_authenticate() to reduce code duplication. Sponsored by: DARPA, NAI Labs END K 10 svn:author V 5 ticso K 8 svn:date V 27 2002-04-07T22:06:20.000000Z K 7 svn:log V 190 This makes ppbus childs like lpt and ppi succesfully connect to more than just the first ppbus. The child drivers always tried to attach unit 0. Reviewed by: gallatin Approved by: gallatin END K 10 svn:author V 4 jeff K 8 svn:date V 27 2002-04-07T22:47:36.000000Z K 7 svn:log V 248 This fixes a bug where isitem never got set to 1 if a certain chain of events relating to extreme low memory situations occured. This was only ever seen on the port build cluster, so many thanks to kris for helping me debug this. Tested by: kris END K 10 svn:author V 4 jeff K 8 svn:date V 27 2002-04-07T22:51:18.000000Z K 7 svn:log V 140 There should be no remaining references to these two files in the tree. If there are, it is an error. vm_zone has been superseded by uma. END K 10 svn:author V 4 jeff K 8 svn:date V 27 2002-04-07T22:56:48.000000Z K 7 svn:log V 63 Spelling correction; s/seperate/separate/g Submitted by: eric END K 10 svn:author V 3 imp K 8 svn:date V 27 2002-04-08T00:52:15.000000Z K 7 svn:log V 119 Sony ID is 0x0002, not 0x0001. Noticed by Ichiro Fukuhara-san when I submitted patches to him for NetBSD integration. END K 10 svn:author V 4 jeff K 8 svn:date V 27 2002-04-08T02:42:55.000000Z K 7 svn:log V 689 Rework most of the bucket allocation and free code so that per cpu locks are never held across blocking operations. Also, fix two other lock order reversals that were exposed by jhb's witness change. The free path previously had a bug that would cause it to skip the free bucket list in some cases and go straight to allocating a new bucket. This has been fixed as well. These changes made the bucket handling code much cleaner and removed quite a few lock operations. This should be marginally faster now. It is now possible to call malloc w/o Giant and avoid any witness warnings. This still isn't entirely safe though because malloc_type statistics are not protected by any lock. END K 10 svn:author V 3 hsu K 8 svn:date V 27 2002-04-08T03:04:22.000000Z K 7 svn:log V 88 There's only one socket zone so we don't need to remember it in every socket structure. END K 10 svn:author V 4 jeff K 8 svn:date V 27 2002-04-08T04:48:58.000000Z K 7 svn:log V 265 Implement uma_zdestroy(). It's prototype changed slightly. I decided that I didn't like the wait argument and that if you were removing a zone it had better be empty. Also, I broke out part of hash_expand and made a seperate hash_free() for use in uma_zdestroy. END K 10 svn:author V 3 alc K 8 svn:date V 27 2002-04-08T04:57:56.000000Z K 7 svn:log V 86 Restructure aio_return() to eliminate duplicated code and facilitate Giant push down. END K 10 svn:author V 4 jeff K 8 svn:date V 27 2002-04-08T05:13:48.000000Z K 7 svn:log V 210 Don't release the zone lock until after the dtor has been called. As far as I can tell this could not have caused any problems yet because UMA is still called with giant. Pointy hat to: jeff Noticed by: jake END K 10 svn:author V 2 ue K 8 svn:date V 27 2002-04-08T05:19:32.000000Z K 7 svn:log V 112 Explain how to double-check that the partitions do end on a cylinder boundary. reviewed and nitpicked by: bmah END K 10 svn:author V 4 jeff K 8 svn:date V 27 2002-04-08T06:20:34.000000Z K 7 svn:log V 141 Add a mechanism to disable buckets when the v_free_count drops below v_free_min. This should help performance in memory starved situations. END K 10 svn:author V 3 phk K 8 svn:date V 27 2002-04-08T06:26:46.000000Z K 7 svn:log V 70 Don't set WARNS to 2, we're default compatible now. Noticed by: bde END K 10 svn:author V 4 jeff K 8 svn:date V 27 2002-04-08T06:57:43.000000Z K 7 svn:log V 89 Change the vm_zone calls over to uma calls. Remove the reference to the vm_zone header. END K 10 svn:author V 8 takawata K 8 svn:date V 27 2002-04-08T06:58:17.000000Z K 7 svn:log V 36 Print DRQ resource in boot message. END K 10 svn:author V 3 phk K 8 svn:date V 27 2002-04-08T06:59:13.000000Z K 7 svn:log V 94 Put back dumppcb, but this time we put a comment to tell what it is for. Brucifixion by: bde END K 10 svn:author V 3 ume K 8 svn:date V 27 2002-04-08T07:33:14.000000Z K 7 svn:log V 129 MFC 1.135: Make `route add -inet6 default ::1 -ifp gif0' work actually. The change between 1.13 and 1.14 is specific to AF_INET. END K 10 svn:author V 3 ume K 8 svn:date V 27 2002-04-08T07:36:17.000000Z K 7 svn:log V 146 MFC 1.16: In nd6_lookup(), check if rt_llinfo is non-NULL to avoid returning an entry that has the LLINFO flag but is not a neighbor cache entry. END K 10 svn:author V 2 ru K 8 svn:date V 27 2002-04-08T07:40:41.000000Z K 7 svn:log V 79 Bootstrap xargs(1) -- sys/conf/kmod.mk uses the new -J option. PR: bin/36747 END K 10 svn:author V 2 ru K 8 svn:date V 27 2002-04-08T07:45:14.000000Z K 7 svn:log V 63 MFC: Protect against .depend file somewhere else in the .PATH. END K 10 svn:author V 2 ru K 8 svn:date V 27 2002-04-08T07:51:10.000000Z K 7 svn:log V 27 Fix style of ether_ntoa(). END K 10 svn:author V 3 phk K 8 svn:date V 27 2002-04-08T08:00:40.000000Z K 7 svn:log V 283 In reverence of the 3rd X11 development rule: 3.The only thing worse than generalizing from one example is generalizing from no examples at all. Remove the fwcylinders attribute before anybody gets the idea that we alone have squared the circle. Sponsored by: DARPA & NAI Labs. END K 10 svn:author V 2 ru K 8 svn:date V 27 2002-04-08T08:01:51.000000Z K 7 svn:log V 71 MFC: Fix ether_ntoa(3) to print ethernet addresses with leading zeros. END K 10 svn:author V 3 phk K 8 svn:date V 27 2002-04-08T08:12:46.000000Z K 7 svn:log V 43 Remove 3 instances of vm_zone.h inclusion. END K 10 svn:author V 6 murray K 8 svn:date V 27 2002-04-08T08:34:00.000000Z K 7 svn:log V 79 GCC 3.1 cleanup - add a break after default: at the end of a switch statement. END K 10 svn:author V 6 murray K 8 svn:date V 27 2002-04-08T08:38:03.000000Z K 7 svn:log V 93 MFC: r1.665 - Make it easier to specify a custom kernel configuration for the boot floppies. END K 10 svn:author V 8 simokawa K 8 svn:date V 27 2002-04-08T08:44:16.000000Z K 7 svn:log V 176 MFC: - Add support for Simplified Direct Access Device. - Automatically detect devices that do not support READ(6)/WRITE(6). scsi_all.c: rev. 1.29 scsi_da.c: rev. 1.98, 1.101 END K 10 svn:author V 3 phk K 8 svn:date V 27 2002-04-08T08:57:21.000000Z K 7 svn:log V 72 Catch up with const'ification of and quelch warnings. END K 10 svn:author V 3 phk K 8 svn:date V 27 2002-04-08T09:20:07.000000Z K 7 svn:log V 97 Move generic disk ioctls from to . Sponsored by: DARPA & NAI Labs END K 10 svn:author V 4 ache K 8 svn:date V 27 2002-04-08T09:28:22.000000Z K 7 svn:log V 26 Reword compatibility note END K 10 svn:author V 4 ache K 8 svn:date V 27 2002-04-08T09:29:30.000000Z K 7 svn:log V 31 MFC: reword compatibility info END K 10 svn:author V 3 bde K 8 svn:date V 27 2002-04-08T09:39:30.000000Z K 7 svn:log V 222 MFC (ext2_vfsops.c 1.91, cd9660_vfsops.c 1.98, ffs_vfsops.c 1.173: set si_iosize_max correctly in ffs, and don't forget to set it in cd9660 and ext2fs (the original log message mistakenly said msdosfs instead of cd9660)). END K 10 svn:author V 4 ache K 8 svn:date V 27 2002-04-08T09:40:52.000000Z K 7 svn:log V 168 Back out ASCII compatibility and let people face the problems themself Cejka Rudolf tells that it was in strong violation with national standard. END K 10 svn:author V 4 ache K 8 svn:date V 27 2002-04-08T09:42:32.000000Z K 7 svn:log V 34 MFC: back out ASCII compatibility END K 10 svn:author V 5 dougb K 8 svn:date V 27 2002-04-08T09:49:40.000000Z K 7 svn:log V 91 Document the two new options, pre buildworld mode and post-mm rc.conf[.local] comparisons. END K 10 svn:author V 3 des K 8 svn:date V 27 2002-04-08T09:52:47.000000Z K 7 svn:log V 95 If used, pam_ssh should be marked "sufficient", not "required". Sponsored by: DARPA, NAI Labs END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-08T10:16:19.000000Z K 7 svn:log V 35 Add an entry for HP LaserJet 1200. END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-08T10:17:19.000000Z K 7 svn:log V 12 Regenerate. END K 10 svn:author V 3 bde K 8 svn:date V 27 2002-04-08T10:19:20.000000Z K 7 svn:log V 73 MFC (MAKEDEV 1.323, sio.c 1.371: support more than 32 sio unit numbers). END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-08T10:19:52.000000Z K 7 svn:log V 34 MFC: Add a couple of HP printers. END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-08T10:26:34.000000Z K 7 svn:log V 32 MFC: Restore the correct order. END K 10 svn:author V 3 joe K 8 svn:date V 27 2002-04-08T10:27:04.000000Z K 7 svn:log V 12 Regenerate. END K 10 svn:author V 5 dougb K 8 svn:date V 27 2002-04-08T10:30:44.000000Z K 7 svn:log V 127 Solve the problem of spuriously comparing files that were created in the ${TEMPROOT}/usr/obj directory by deleting them first. END K 10 svn:author V 3 bde K 8 svn:date V 27 2002-04-08T10:34:57.000000Z K 7 svn:log V 180 Removed ispc98 sysctl completely. Applications should understand that ispc98 isn't set if its sysctl doesn't exist. At least make(1) already understands this. Approved by: nyan END K 10 svn:author V 5 dougb K 8 svn:date V 27 2002-04-08T10:35:15.000000Z K 7 svn:log V 162 MFC 1.27 - 1.29. * Pre buildworld and post-mm file comparison modes * Some small code improvements * Delete files in ${TEMPROOT}/usr/obj to avoid comparing them END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2002-04-08T10:37:27.000000Z K 7 svn:log V 170 Change ks_calls from int64_t to uint64_t, since it cannot be negative. PR: 32342 Submitted by: ryan beasley Reviewed by: jeff, Tim J Robbins END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2002-04-08T10:39:12.000000Z K 7 svn:log V 331 Change totreq to uint64_t from a long (the PR has an int64_t, which didn't make sense to me) and change the printf argument from %8ld to %20llu to accompany the printing of the totals. Realigned the header printed above it as well. PR: 32342 Submitted by: ryan beasley Reviewed by: jeff, Tim J Robbins END K 10 svn:author V 2 ru K 8 svn:date V 27 2002-04-08T10:58:01.000000Z K 7 svn:log V 52 Synch with login/login.c,v 1.81: Switch to OpenPAM. END K 10 svn:author V 2 ru K 8 svn:date V 27 2002-04-08T11:04:56.000000Z K 7 svn:log V 17 Const poisoning. END K 10 svn:author V 2 ru K 8 svn:date V 27 2002-04-08T11:07:51.000000Z K 7 svn:log V 37 Align for const poisoning in -lutil. END K 10 svn:author V 2 ru K 8 svn:date V 27 2002-04-08T11:17:07.000000Z K 7 svn:log V 20 Fix the broken MFC. END K 10 svn:author V 2 ru K 8 svn:date V 27 2002-04-08T11:20:50.000000Z K 7 svn:log V 77 Add .Fx entries for upcoming 4.6 and forthcoming 4.7. Requested by: asmodai END K 10 svn:author V 2 ru K 8 svn:date V 27 2002-04-08T11:22:23.000000Z K 7 svn:log V 26 MFC: .Fx 4.6 and .Fx 4.7. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 2002-04-08T11:22:24.000000Z K 7 svn:log V 70 This commit was manufactured by cvs2svn to create branch 'RELENG_4_6'. END K 10 svn:author V 4 ache K 8 svn:date V 27 2002-04-08T12:12:07.000000Z K 7 svn:log V 16 Revive GNU sort END K 10 svn:author V 3 des K 8 svn:date V 27 2002-04-08T12:30:31.000000Z K 7 svn:log V 35 Vendor import of OpenPAM Cinchona. END K 10 svn:author V 3 des K 8 svn:date V 27 2002-04-08T12:30:31.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r94209, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 3 des K 8 svn:date V 27 2002-04-08T12:33:48.000000Z K 7 svn:log V 35 Remove commented-out WARNS thingy. END K 10 svn:author V 3 des K 8 svn:date V 27 2002-04-08T12:34:53.000000Z K 7 svn:log V 82 Add new files and man pages from OpenPAM Cinchona. Sponsored by: DARPA, NAI Labs END K 10 svn:author V 3 des K 8 svn:date V 27 2002-04-08T12:38:21.000000Z K 7 svn:log V 35 Vendor import of OpenPAM Cinchona. END K 10 svn:author V 3 des K 8 svn:date V 27 2002-04-08T12:38:21.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r94213, 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 2002-04-08T12:38:22.000000Z K 7 svn:log V 88 This commit was manufactured by cvs2svn to create tag 'openpam-vendor-OPENPAM_CINCHONA'. END K 10 svn:author V 3 des K 8 svn:date V 27 2002-04-08T12:38:50.000000Z K 7 svn:log V 77 Use OpenPAM's credential switching functions. Sponsored by: DARPA, NAI Labs END K 10 svn:author V 3 des K 8 svn:date V 27 2002-04-08T12:41:08.000000Z K 7 svn:log V 76 Remove debugging code that was inadvertantly brought in by previous commit. END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2002-04-08T13:13:28.000000Z K 7 svn:log V 112 Work correctly when skips are given. Add $FreeBSD$ PR: 18597 Submitted by: Anatoly Vorobey END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2002-04-08T13:37:31.000000Z K 7 svn:log V 237 MFC: when loading a font allow size of the font be omitted, in which case size of the current font used instead. For this reason extend CONS_GETINFO ioctl to provide information about size of the currently displayed font. END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2002-04-08T13:50:09.000000Z K 7 svn:log V 71 MFC: allow loader(8) load kernels/modules split across several medias. END K 10 svn:author V 2 ru K 8 svn:date V 27 2002-04-08T15:11:29.000000Z K 7 svn:log V 47 Avoid cleaning modules twice in `buildkernel'. END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2002-04-08T18:03:03.000000Z K 7 svn:log V 87 Add xe module to the build. PR: 26885 Submitted by: Chia-liang Kao END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2002-04-08T18:04:18.000000Z K 7 svn:log V 196 Add Makefile for xe module building. This is different from CURRENT due to differences in handling of files between CURRENT and STABLE. PR: 26885 Submitted by: Chia-liang Kao END