ĻA53000 254 162 173 226 191 229 143 122 367 152 119 110 307 305 348 140 199 121 130 228 171 119 224 400 164 183 238 175 153 187 369 149 143 572 158 114 201 174 121 192 139 188 134 175 206 244 194 211 258 198 108 207 112 189 152 156 144 140 151 159 305 164 128 170 145 107 107 271 227 184 155 423 203 337 406 377 247 288 139 204 158 144 254 209 539 124 159 770 149 111 145 300 121 136 132 478 304 531 123 187 158 510 127 108 139 160 453 235 143 211 241 242 199 214 154 157 114 196 375 305 361 143 118 127 464 166 167 1225 115 119 185 116 287 179 253 375 357 186 104 143 902 132 239 137 239 201 181 162 328 209 265 147 147 452 240 147 198 153 125 206 280 140 138 138 153 186 205 161 161 122 168 164 189 148 160 539 150 214 140 132 223 191 213 251 308 190 191 120 249 114 187 167 224 153 184 184 156 206 142 135 227 195 146 128 157 240 196 112 111 453 108 145 292 544 231 125 128 128 161 109 128 141 137 542 119 124 472 114 164 166 116 127 139 145 129 127 180 197 129 399 464 149 173 268 117 100 147 165 166 146 164 124 124 387 118 K 10 svn:author V 3 phk K 8 svn:date V 27 1999-11-08T07:44:01.000000Z K 7 svn:log V 70 Rename remove_dev() to destroy_dev(). Nagged about by: msmith END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-11-08T07:44:26.000000Z K 7 svn:log V 79 Use DRIVER_MODULE(), apm.c already takes care of it's devices with make_dev(). END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-11-08T07:46:28.000000Z K 7 svn:log V 131 Use cdevsw_add() until the rest of the devices are created with make_dev() and change from DEV_DRIVER_MODULE() to DRIVER_MODULE(). END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-11-08T07:51:28.000000Z K 7 svn:log V 97 Take a shot at using cdevsw_add() to get it working again. This really needs to use make_dev(). END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-11-08T07:56:10.000000Z K 7 svn:log V 134 Call id_drvinit() from attach, not probe as the OS hasn't necessarily decided which driver to use until attach. Use DRIVER_MODULE(). END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-11-08T07:57:03.000000Z K 7 svn:log V 49 Use cdevsw_add() explicitly and DRIVER_MODULE(). END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-11-08T08:10:00.000000Z K 7 svn:log V 28 Zap devsw_module_handler(). END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-11-08T08:12:05.000000Z K 7 svn:log V 272 Zap DEV_DRIVER_MODULE(). The New world order is that drivers create their dev nodes with make_dev() in a devfs-compatable way by supplying names. This doesn't fit into a compile-time scheme like DEV_DRIVER_MODULE, especially since the cdevsw[] array's days are numbered. END K 10 svn:author V 6 yokota K 8 svn:date V 27 1999-11-08T09:57:16.000000Z K 7 svn:log V 57 - Removed SC_VIDEO_DEBUG. It is broken and useless now. END K 10 svn:author V 3 phk K 8 svn:date V 27 1999-11-08T09:59:17.000000Z K 7 svn:log V 27 simplify check for device. END K 10 svn:author V 3 phk K 8 svn:date V 27 1999-11-08T09:59:34.000000Z K 7 svn:log V 18 Various cleanups. END K 10 svn:author V 6 yokota K 8 svn:date V 27 1999-11-08T10:04:29.000000Z K 7 svn:log V 211 - Added a new kernel configuration option: SC_TWOBUTTON_MOUSE. The new option will make the right mouse button the `paste' button. Useful for two button mice. Submitted by: morganw@engr.sc.edu (Wes Morgan) END K 10 svn:author V 6 yokota K 8 svn:date V 27 1999-11-08T10:59:48.000000Z K 7 svn:log V 209 - Added the following options; they have existed in syscons for sometime, but haven't been registered here. SC_NORM_ATTR SC_NORM_REV_ATTR SC_KERNEL_CONS_ATTR SC_KERNEL_CONS_REV_ATTR PR: kern/13176 END K 10 svn:author V 6 yokota K 8 svn:date V 27 1999-11-08T11:37:46.000000Z K 7 svn:log V 252 - This is the new version of libvgl jointly developed by sos and I. It adds new functions and extend some structures and can handle VESA modes. - Update the man page. - Bump the library version number. (The old version will be added to compat3x.) END K 10 svn:author V 3 phk K 8 svn:date V 27 1999-11-08T11:44:51.000000Z K 7 svn:log V 48 Ignore leading 'r' in base of root device name. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1999-11-08T11:51:57.000000Z K 7 svn:log V 106 Allow distributions to be excluded more easily in scripts. Submitted by: Brian Dean END K 10 svn:author V 3 phk K 8 svn:date V 27 1999-11-08T13:08:02.000000Z K 7 svn:log V 29 Oops, a bit too hasty there. END K 10 svn:author V 3 phk K 8 svn:date V 27 1999-11-08T13:52:57.000000Z K 7 svn:log V 38 remove a confusing and stale comment. END K 10 svn:author V 6 yokota K 8 svn:date V 27 1999-11-08T14:16:48.000000Z K 7 svn:log V 132 - Document SC_TWOBUTTON_MOUSE, SC_NORM_ATTR, SC_NORM_REV_ATTR, SC_KERNEL_CONS_ATTR and SC_KERNEL_CONS_REV_ATTR. Nudged by eivind END K 10 svn:author V 3 jkh K 8 svn:date V 27 1999-11-08T16:19:25.000000Z K 7 svn:log V 79 Defensive coding to prevent a potential segfault. PR: 14706 Submitted by: ru END K 10 svn:author V 3 jkh K 8 svn:date V 27 1999-11-08T16:23:34.000000Z K 7 svn:log V 27 Add the latest categories. END K 10 svn:author V 4 jhay K 8 svn:date V 27 1999-11-08T17:28:46.000000Z K 7 svn:log V 130 Make sigreturn() work properly by zeroing mc_onstack like Bruce suggested. Restore dos_makepath() functionality to pre r1.5 days. END K 10 svn:author V 6 dillon K 8 svn:date V 27 1999-11-08T19:10:16.000000Z K 7 svn:log V 304 Fix nfssvc_addsock() to not attempt to free a NULL socket structure when returning an error. Bug fix was extracted from the PR. The PR is not yet entirely resolved by this commit. PR: kern/13049 Reviewed by: Matt Dillon Submitted by: Ian Dowse END K 10 svn:author V 3 phk K 8 svn:date V 27 1999-11-08T19:36:45.000000Z K 7 svn:log V 72 A little bit of nitpicking in the 'syncing disks...' end of a shutdown. END K 10 svn:author V 5 guido K 8 svn:date V 27 1999-11-08T20:51:23.000000Z K 7 svn:log V 89 Import of ipfilter 3.3.3 in anticipation of its revival. More to come in the next days. END K 10 svn:author V 5 guido K 8 svn:date V 27 1999-11-08T20:51:23.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r53024, 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 1999-11-08T20:51:24.000000Z K 7 svn:log V 79 This commit was manufactured by cvs2svn to create tag 'ipfilter-vendor-v3_3_3'. END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 1999-11-08T21:06:21.000000Z K 7 svn:log V 57 Remove superfluous header file includes. Pushed-By: phk END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 1999-11-08T21:12:25.000000Z K 7 svn:log V 91 Remove superfluous header file includes Remove definition of initialiser. Some clean up. END K 10 svn:author V 3 sos K 8 svn:date V 27 1999-11-08T21:36:00.000000Z K 7 svn:log V 276 Unbreak ATAPI on the Aladdin chipset, only DMA access worked. Try to use a 32bit mask on the IO addresses, this fixes the alpha and hopefully doesn't break on any i386 machines. Try to enable both read & write cache on disks, they should be as default, but better be sure.. END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 1999-11-08T23:47:34.000000Z K 7 svn:log V 53 remove superfluous header include Submitted-By: phk END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 1999-11-08T23:50:00.000000Z K 7 svn:log V 47 Add QTronix keyboard with PS/2 mouse connector END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 1999-11-08T23:58:33.000000Z K 7 svn:log V 475 The Qtronix keyboard has a built in PS/2 port for a mouse. It however posts a bogus button up event once in a while. Whenever we receive dx=dy=dz=buttons=0 we postpone adding it to the queue for 50msecs with a timeout. If in the meantime something else is posted the event is ignored. This avoids the problem Nik Sayer reported. He noticed that X windows would drop and pick up a window once in a while. Thanks, Nik, for supplying me with the keyboard to fix the problem! END K 10 svn:author V 7 phantom K 8 svn:date V 27 1999-11-09T00:08:58.000000Z K 7 svn:log V 62 Fix comments: LKM -> KLD, /etc/objectformat -> /etc/objformat END K 10 svn:author V 7 phantom K 8 svn:date V 27 1999-11-09T00:13:13.000000Z K 7 svn:log V 18 MFC: fix comments END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-11-09T00:16:30.000000Z K 7 svn:log V 106 Add an empty netgraph.o when building a release to keep the crunch stuff happy. Breakage spotted by: phk END K 10 svn:author V 7 phantom K 8 svn:date V 27 1999-11-09T00:18:22.000000Z K 7 svn:log V 78 style fix PR: docs/14737 Submitted by: Norihiro Kumagai END K 10 svn:author V 7 phantom K 8 svn:date V 27 1999-11-09T00:19:48.000000Z K 7 svn:log V 25 MFC: rev. 1.8, style fix END K 10 svn:author V 7 phantom K 8 svn:date V 27 1999-11-09T00:24:09.000000Z K 7 svn:log V 96 Restore sub-chapters order. PR: docs/14766 Submitted by: Kazutoshi Kubota END K 10 svn:author V 7 phantom K 8 svn:date V 27 1999-11-09T00:25:06.000000Z K 7 svn:log V 43 MFC: rev. 1.19, restore sub-sections order END K 10 svn:author V 7 phantom K 8 svn:date V 27 1999-11-09T00:28:34.000000Z K 7 svn:log V 92 Remove useless section. PR: docs/14764 Submitted by: David Malone END K 10 svn:author V 7 phantom K 8 svn:date V 27 1999-11-09T00:30:54.000000Z K 7 svn:log V 38 MFC: rev. 1.4, remove useless section END K 10 svn:author V 6 julian K 8 svn:date V 27 1999-11-09T00:31:04.000000Z K 7 svn:log V 80 Remove a null pointer reference Submitted by: Brian Somers (brian@freebsd.org) END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-11-09T00:32:21.000000Z K 7 svn:log V 111 Don't treat -unit as a mode flag when counting mode flags. Submitted by: Gert-Jan Vons END K 10 svn:author V 6 yokota K 8 svn:date V 27 1999-11-09T00:39:55.000000Z K 7 svn:log V 148 Cosmetic change: correct formatting error in my previous commit. "Options" should be: optionsOPTION_NAME Pointed out by: obrien END K 10 svn:author V 3 alc K 8 svn:date V 27 1999-11-09T01:44:28.000000Z K 7 svn:log V 101 Passing "0" or "FALSE" as the fourth argument to vm_fault is wrong. It should be "VM_FAULT_NORMAL". END K 10 svn:author V 3 wes K 8 svn:date V 27 1999-11-09T06:58:02.000000Z K 7 svn:log V 118 Add information about Intel managed EEPro card. PR: docs/14505 Submitted by: Stephen J. Roznowski END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-11-09T07:20:22.000000Z K 7 svn:log V 163 Re-support "tape" as an alias for device and clean up a bit more cruft left over from the original system (d_dk was for preassigned iostat unit numbers for disks) END K 10 svn:author V 4 ache K 8 svn:date V 27 1999-11-09T09:01:38.000000Z K 7 svn:log V 104 Change default to whois.crsnic.net - new Central Shared Registry for domains Move InterNIC to -i option END K 10 svn:author V 3 phk K 8 svn:date V 27 1999-11-09T10:22:56.000000Z K 7 svn:log V 16 Add libnetgraph END K 10 svn:author V 4 ache K 8 svn:date V 27 1999-11-09T11:09:16.000000Z K 7 svn:log V 113 Fix dead loop if locale contains / and not all categories specified PR: 14742 Submitted by: peter@wahoo.com.tw END K 10 svn:author V 4 ache K 8 svn:date V 27 1999-11-09T11:11:10.000000Z K 7 svn:log V 19 MFC: dead loop fix END K 10 svn:author V 6 yokota K 8 svn:date V 27 1999-11-09T12:11:24.000000Z K 7 svn:log V 94 Fix the VGLBITMAP_INITIALIZER macro; VXsize and VYsize should be the same as Xsize and Ysize. END K 10 svn:author V 4 nyan K 8 svn:date V 27 1999-11-09T12:16:01.000000Z K 7 svn:log V 59 Sync with sys/i386/conf/options.i386 revision up to 1.127. END K 10 svn:author V 6 yokota K 8 svn:date V 27 1999-11-09T12:18:10.000000Z K 7 svn:log V 61 Fix typo: MOUSE_GETSTAT -> MOUSE_GETSTATUS. Found by: abial END K 10 svn:author V 6 yokota K 8 svn:date V 27 1999-11-09T12:20:04.000000Z K 7 svn:log V 49 MFC: Fix typo: MOUSE_GETSTAT -> MOUSE_GETSTATUS. END K 10 svn:author V 4 nyan K 8 svn:date V 27 1999-11-09T12:20:34.000000Z K 7 svn:log V 47 - Commented out ed driver. - Added sis driver. END K 10 svn:author V 6 yokota K 8 svn:date V 27 1999-11-09T12:35:36.000000Z K 7 svn:log V 56 Correctly record the mouse position in the current VTY. END K 10 svn:author V 3 sos K 8 svn:date V 27 1999-11-09T12:53:01.000000Z K 7 svn:log V 67 cleanup the IDE cases a bit, add the ad driver to the all: target. END K 10 svn:author V 3 phk K 8 svn:date V 27 1999-11-09T14:15:33.000000Z K 7 svn:log V 212 Next step in the device cleanup process. Correctly lock vnodes when calling VOP_OPEN() from filesystem mount code. Unify spec_open() for bdev and cdev cases. Remove the disabled bdev specific read/write code. END K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-11-09T17:28:47.000000Z K 7 svn:log V 69 Change the "-r" output format to match BSDI's default output format. END K 10 svn:author V 8 jmallett K 8 svn:date V 27 1999-11-09T18:16:18.000000Z K 7 svn:log V 31 Import OpenBSD m4 as of today. END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-11-09T19:05:48.000000Z K 7 svn:log V 76 Be a bit smarter when identifying a netgraph node (don't dereference NULL). END K 10 svn:author V 3 sos K 8 svn:date V 27 1999-11-09T19:10:15.000000Z K 7 svn:log V 53 Add devices from the ATA driver (ad, acd, afd, ast). END K 10 svn:author V 3 dfr K 8 svn:date V 27 1999-11-09T21:23:11.000000Z K 7 svn:log V 15 Fix a warning. END K 10 svn:author V 3 dfr K 8 svn:date V 27 1999-11-09T21:35:10.000000Z K 7 svn:log V 15 Fix a warning. END K 10 svn:author V 3 dfr K 8 svn:date V 27 1999-11-09T21:43:12.000000Z K 7 svn:log V 178 Drop ipl to zero before calling ast(). Make sure that this only happens if we are really going to call ast() to avoid unexpected interrupt recursion. Reviewed by: bde, gallatin END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-11-09T21:59:09.000000Z K 7 svn:log V 132 Correct the ``-unix X'' parsing (last time I only corrected ``-unitX''. Pointed out twice by: Gert-Jan Vons END K 10 svn:author V 3 dfr K 8 svn:date V 27 1999-11-09T22:22:36.000000Z K 7 svn:log V 92 Fix the output of 'netstat -I de0 1' for the alpha. Fix a bunch of warnings while I'm here. END K 10 svn:author V 3 dfr K 8 svn:date V 27 1999-11-09T22:32:29.000000Z K 7 svn:log V 63 Fix a boatload of warnings in the generated code on the alpha. END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-11-09T23:21:47.000000Z K 7 svn:log V 328 Don't recurse into datalink_UpdateSet() after doing a HangupDone(). The HangupDone() may fuel bundle_CleanDatalinks(), and if so, the bogus UpdateSet() ends up select()ing on a closed descriptor..... Change the main `do/while' loop to a `for' loop so that any `continue's do the bundle_CleanDatalinks() & bundle_IsDead() bit. END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-11-09T23:30:59.000000Z K 7 svn:log V 108 If dev->connected is already set to CARRIER_OK in ether_AwaitCarrier, don't go and set it to CARRIER_LOST ! END K 10 svn:author V 3 jhb K 8 svn:date V 27 1999-11-10T02:38:34.000000Z K 7 svn:log V 244 MFC the support for the BIOS function to copy extended memory, interrupt 0x15, function 0x87. Also, MFC the PAGING conditional compilation knob to allow paging to be disabled in btx. This is needed for the Mylex and AMI Megaraid controllers. END K 10 svn:author V 6 davidn K 8 svn:date V 27 1999-11-10T04:28:16.000000Z K 7 svn:log V 310 Fix cosmetic bug in time display. Current day logins are now displayed as plain time as originally intended, instead of displaying DayHH times when the login time happens to be prior the GMT - TZ difference. (Only noticable on systems operating east of GMT/UTC). Local times are now used to determine the day. END K 10 svn:author V 3 alc K 8 svn:date V 27 1999-11-10T05:23:19.000000Z K 7 svn:log V 284 Two changes: (1) Use vm_page_unqueue_nowakeup in vm_page_alloc instead of duplicating the code. (2) If a wired page is passed to vm_page_free_toq, panic instead of printing a friendly warning. (If we don't panic here, we'll just panic later in vm_page_unwire obscuring the problem.) END K 10 svn:author V 6 archie K 8 svn:date V 27 1999-11-10T06:15:22.000000Z K 7 svn:log V 151 Move handling of the address and control fields into the PPP node; they belong there because they are device independent. Also some other misc. fixes. END K 10 svn:author V 6 archie K 8 svn:date V 27 1999-11-10T06:17:14.000000Z K 7 svn:log V 192 Fix some bugs; seems to work now. Minor change to the configuration field to make the number of compression slots parameter consistent with what IPCP negotiates (ie, the number of slots - 1). END K 10 svn:author V 6 archie K 8 svn:date V 27 1999-11-10T06:17:51.000000Z K 7 svn:log V 44 Update to reflect changes in the node type. END K 10 svn:author V 3 sos K 8 svn:date V 27 1999-11-10T07:13:51.000000Z K 7 svn:log V 111 Make the atapi device return sensible errno's back to userland. Dont panic if a nonexistant device is opened. END K 10 svn:author V 3 dfr K 8 svn:date V 27 1999-11-10T08:41:08.000000Z K 7 svn:log V 66 ioctlname() is actually passed a register_t. Pointed out by: bde END K 10 svn:author V 3 phk K 8 svn:date V 27 1999-11-10T10:50:51.000000Z K 7 svn:log V 52 Finding root devices is a much more sane thing now. END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 1999-11-10T13:27:54.000000Z K 7 svn:log V 156 Don't call bash(1) a Korn shell clone. Instead, use pdksh(1) as an example of such a clone. PR: 14601 Submitted by: Matthias Buelow END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 1999-11-10T13:34:39.000000Z K 7 svn:log V 111 Allow the year to be specified with an optional century. PR: 14472 Reported by: j_guojun@lbl.gov (Jin Guojun) END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 1999-11-10T14:40:59.000000Z K 7 svn:log V 441 Decremement by 1 the value taken for %j before assigning it to tm_yday, which is zero-based. Correct the range checking for the value taken for %S. Add %w for the day of the week (0-6). Accept (but do nothing with) %U and %W. The comment for this change was taken from NetBSD. These changes were made after several failed attempts to contact the author of our strptime.c . PR: 10131 Submitted by: tadf@kt.rim.or.jp (Tadayoshi Funaba) END K 10 svn:author V 3 imp K 8 svn:date V 27 1999-11-10T18:11:16.000000Z K 7 svn:log V 32 vsprintf -> vsnprintf in msg(). END K 10 svn:author V 3 sos K 8 svn:date V 27 1999-11-10T19:37:00.000000Z K 7 svn:log V 67 Dont listen to disks that say they can only do 0 sector transfers. END K 10 svn:author V 3 dfr K 8 svn:date V 27 1999-11-10T21:14:25.000000Z K 7 svn:log V 677 Re-organise the code which manages the owner of the FP state (fpcurproc). The old code was spread out through the machdep code and was sloppy about enabling and disabling the FEN bit (which controls access to the FP register set). This caused a DIAGNOSTIC warning "DANGER WILL ROBINSON: FEN SET IN cpu_fork!" sometimes when operating under high loads and could conceivably lead to processes getting incorrect FP results. The new code is much more strict about the FEN bit and makes sure that *only* fpcurproc ever has it enabled. This also allows us to remove a section of code from the exception_return path which might improve performance marginally. Reviewed by: gallatin END K 10 svn:author V 6 archie K 8 svn:date V 27 1999-11-10T23:56:19.000000Z K 7 svn:log V 54 Minor change to the configuration of number of slots. END K 10 svn:author V 6 archie K 8 svn:date V 27 1999-11-10T23:56:57.000000Z K 7 svn:log V 16 More bug fixes. END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-11-11T02:25:17.000000Z K 7 svn:log V 51 Oops, netgraph.o -> ether.o for the RELEASE build. END K 10 svn:author V 3 alc K 8 svn:date V 27 1999-11-11T03:02:03.000000Z K 7 svn:log V 207 Correct a locking error in apause: It should always hold the simple lock when it returns. Also, eliminate spinning on a uniprocessor. It's pointless. Submitted by: bde, Assar Westerlund END K 10 svn:author V 3 dfr K 8 svn:date V 27 1999-11-11T08:48:40.000000Z K 7 svn:log V 29 Add code to support ISA PnP. END K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-11-11T11:59:03.000000Z K 7 svn:log V 41 Make `-r -s' also match the BSDI output. END K 10 svn:author V 4 nyan K 8 svn:date V 27 1999-11-11T12:15:15.000000Z K 7 svn:log V 39 Sync with sys/isa/fd.c revision 1.167. END K 10 svn:author V 3 dfr K 8 svn:date V 27 1999-11-11T16:48:00.000000Z K 7 svn:log V 385 Reorganise the code so that I can add custom identify drivers dynamically during autoconfig to support strange hardware (such as the Yamaha DS-1) which implements 'legacy' ISA devices as well as a PCI device. This will allow the PCI driver for the YMF724 to add the legacy devices to the ISA bus and will allow the PnP system to automatically allocate the resources for those devices. END K 10 svn:author V 6 dillon K 8 svn:date V 27 1999-11-11T17:24:02.000000Z K 7 svn:log V 208 Remove special case socket sharing code in order to allow nfsd to bind IP addresses to udp/cltp sockets separately. PR: kern/13049 Reviewed by: David Malone , freebsd-current END K 10 svn:author V 6 dillon K 8 svn:date V 27 1999-11-11T17:35:36.000000Z K 7 svn:log V 435 Give nfsd the ability to bind to specific IP addresses through the -h option and add explicit option to bind to the wildcard address. The default is to bind to the wildcard address when no -h option has been specified and thus backwards compatibility is maintained. PR: kern/13049 Reviewed by: David Malone Submitted by: Matt Dillon , David Malone END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 1999-11-11T17:36:33.000000Z K 7 svn:log V 27 Avoid the usurping message END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-11-11T20:08:04.000000Z K 7 svn:log V 93 Provide an empty name to getsockname() if one hasn't been set up. Ok'd (for now) by: julian END K 10 svn:author V 6 julian K 8 svn:date V 27 1999-11-11T22:23:58.000000Z K 7 svn:log V 63 Oops forgot to put the source MAC address on outgoing packets! END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 1999-11-11T22:32:55.000000Z K 7 svn:log V 413 Fix the computation of the status of the transfers. It never saw a STALLED condition for Short transfers. Change the scheduling to Depth first. We now transfer as many TD's as possible from QH before moving to the next queue (Breadth first). It should still be verified that this does not lead to starvation in a busy system (in the case were transfers are added to the beginning of the control or bulk queues). END K 10 svn:author V 6 eivind K 8 svn:date V 27 1999-11-12T03:34:28.000000Z K 7 svn:log V 32 Remove WILLRELE from VOP_RENAME END K 10 svn:author V 5 billf K 8 svn:date V 27 1999-11-12T04:03:04.000000Z K 7 svn:log V 14 'Dq' -> '.Dq' END K 10 svn:author V 6 mjacob K 8 svn:date V 27 1999-11-12T05:56:25.000000Z K 7 svn:log V 44 Fixes 14836- thanks to kondo@ysyslab.co.jp. END K 10 svn:author V 6 marcel K 8 svn:date V 27 1999-11-12T08:59:41.000000Z K 7 svn:log V 65 Fix the case where there's no path and doscmd defaults it to C:\ END K 10 svn:author V 6 marcel K 8 svn:date V 27 1999-11-12T10:11:48.000000Z K 7 svn:log V 357 Fix bootpd for Alpha. bptypes.h originally defined int32 to be of type long. This obviously doesn't work on the Alpha. By defining int32 (and u_int32) in terms of int32_t (and u_int32_t) it now is what it says it should be. Two occurrences of 'unsigned int32' have been changed to 'u_int32' for consistency. Submitted by: Wilko Bulte END K 10 svn:author V 6 marcel K 8 svn:date V 27 1999-11-12T11:21:34.000000Z K 7 svn:log V 139 Change the type of sf_addr in struct {o}sigframe from char* to register_t. Fix some style bugs and bitrotted comments. Submitted by: bde END K 10 svn:author V 4 nyan K 8 svn:date V 27 1999-11-12T12:00:35.000000Z K 7 svn:log V 50 Sync with sys/i386/i386/machdep.c revision 1.375. END K 10 svn:author V 6 marcel K 8 svn:date V 27 1999-11-12T13:52:11.000000Z K 7 svn:log V 115 Reserve space for FPU state in struct sigcontext. Fix some style bugs and comments while there. Submitted by: bde END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-11-12T15:09:58.000000Z K 7 svn:log V 146 Repo copy ncp_cfg.h ncp_lib.h ncp_file.h ncp_rcfile.h from here to sys/netncp/*. Disconnect them from here to avoid breakage. Submitted by: bp END K 10 svn:author V 6 marcel K 8 svn:date V 27 1999-11-12T16:36:16.000000Z K 7 svn:log V 146 Make cross-compilation work for Alpha on i386 machines. Note that the optimizer has a bug somewhere. This means that only -O0 works at this time. END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-11-12T16:41:21.000000Z K 7 svn:log V 104 Go to a bit more trouble to make it absolutely clear that malloc(3) does not zero the allocated memory. END K 10 svn:author V 6 marcel K 8 svn:date V 27 1999-11-12T16:53:58.000000Z K 7 svn:log V 118 Make binutils for Alpha work on i386 machine, by properly defining whether the host machine has a 64-bit long or not. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1999-11-12T17:21:10.000000Z K 7 svn:log V 62 Reserve #134 for vak@hanoi.cronyx.ru - Cronyx Tau-PCI device. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1999-11-12T19:28:48.000000Z K 7 svn:log V 65 Remove obsolete token ring support comments. Reminded by: joerg END K 10 svn:author V 3 phk K 8 svn:date V 27 1999-11-12T19:30:08.000000Z K 7 svn:log V 22 Set the queue length. END K 10 svn:author V 6 marcel K 8 svn:date V 27 1999-11-12T20:04:59.000000Z K 7 svn:log V 100 Replace 'i386' with '${MACHINE_ARCH}' in preparation of the development of a linuxulator for Alpha. END K 10 svn:author V 5 billf K 8 svn:date V 27 1999-11-12T21:52:10.000000Z K 7 svn:log V 280 (1) Remove ISO support, it's dead in the kernel anyway. (2) Check for ENOENT when checking for /var/db/mountdtab (3) Remove a signal handler that called broken functions. (4) Remove the broken functions. Submitted by: Martin Blapp Reviewed by: bde (1), billf ([234]) END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 1999-11-12T23:31:03.000000Z K 7 svn:log V 208 Add many new devicelabels Rename a few (I wish companies would stop buying each other) Add a quirk entry for hubs that say they are self powered but are in fact bus powered (usage in uhub follows shortly). END K 10 svn:author V 3 jhb K 8 svn:date V 27 1999-11-13T00:11:50.000000Z K 7 svn:log V 268 Fix man so that it does not allow command line arguments to expand when executing apropos or whatis. This prevents `man -k ';echo foo'` from executing `echo foo` and causes apropos to print an error message instead. Add $FreeBSD$ while I am here. Noticed by: chris END K 10 svn:author V 4 nyan K 8 svn:date V 27 1999-11-13T14:04:49.000000Z K 7 svn:log V 50 Fixed missing changes from sys/i386/conf/GENERIC. END K 10 svn:author V 4 nyan K 8 svn:date V 27 1999-11-13T14:09:08.000000Z K 7 svn:log V 25 Fixed the size of array. END K 10 svn:author V 6 eivind K 8 svn:date V 27 1999-11-13T14:35:50.000000Z K 7 svn:log V 32 Fix style bugs from last commit END K 10 svn:author V 5 roger K 8 svn:date V 27 1999-11-13T14:54:00.000000Z K 7 svn:log V 369 Update to driver 2.05 Make tuner on French SECAM Hauppauge cards work Submitted by: Cyrille Lefevre Fix clipping bugs ready for Xv support in XFree86 4.0 Submitted by: Thomas Mueller Fix the 'feature' where /dev/vbi needed to be opened before /dev/bktr when using Teletext with Alevt and FXTV. Requested by: Randall Hopper END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-11-13T16:18:27.000000Z K 7 svn:log V 72 Make the meaning of the provider part of the PPPoE device spec clearer. END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-11-13T16:18:40.000000Z K 7 svn:log V 73 Don't insist on 4 digit umasks in ``set server''. Pointed out by: joerg END K 10 svn:author V 3 dfr K 8 svn:date V 27 1999-11-13T18:31:31.000000Z K 7 svn:log V 1131 * Ignore the wierd fakechan workarounds for simplex in dsp_ioctl(). Without this, ioctl commands for setting formats and speeds were essentially ignored for simplex devices until the application actually performed a read or write. * Make sure that both channels are set in the SB mixer code and provide a mixer table specifically for the ess18xx which supports the extended accuracy available on this part. * Fix a stupid bug in ess_format() which ignored the passed-in format and changed the hardware based on the value which was set last time. This meant that the hardware setting was often not set correctly at all. * Add a custom identify driver for the ESS1888 which automagically detects and adds the device in a pseudo-PnP way. This driver also emits the magic sequence which enables the sound hardware after a hard reset, allowing it to work correctly for the sound hardware of a PWS 433au (and probably all other PWS class alpha machines). With these changes, I was able to play back simple sounds on my 433au. I have not tested recording or any other formats other than 8bit ulaw and 16bit stereo. END K 10 svn:author V 3 dfr K 8 svn:date V 27 1999-11-13T18:34:22.000000Z K 7 svn:log V 23 Enable mixer on alpha. END K 10 svn:author V 3 dfr K 8 svn:date V 27 1999-11-13T19:48:37.000000Z K 7 svn:log V 27 Add the es1888 PnP helper. END K 10 svn:author V 4 ache K 8 svn:date V 27 1999-11-13T20:04:41.000000Z K 7 svn:log V 92 Fix time printing bug PR: 14813 Submitted by: idea by netch@lucky.net (Valentin Nechayev) END K 10 svn:author V 4 ache K 8 svn:date V 27 1999-11-13T20:08:57.000000Z K 7 svn:log V 23 MFC: time printing bug END K 10 svn:author V 6 eivind K 8 svn:date V 27 1999-11-13T20:58:17.000000Z K 7 svn:log V 191 Remove WILLRELE from VOP_SYMLINK Note: Previous commit to these files (except coda_vnops and devfs_vnops) that claimed to remove WILLRELE from VOP_RENAME actually removed it from VOP_MKNOD. END K 10 svn:author V 6 eivind K 8 svn:date V 27 1999-11-13T21:00:26.000000Z K 7 svn:log V 84 Document changed calling conventions (lost WILLRELE) for VOP_MKNOD and VOP_SYMLINK. END K 10 svn:author V 5 green K 8 svn:date V 27 1999-11-13T21:13:25.000000Z K 7 svn:log V 158 Make fstat work with file arguments again after being broken by dev_t changes. Thanks, Mr. Edwards! Submitted by: Peter Edwards END K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-11-13T23:08:46.000000Z K 7 svn:log V 279 Turn on the -fforce-addr and -fschedule-insns optimizations. Adding either one gives us an additional 32 bytes of additional space available when using EGCS 1.1.2. With GCC 2.95.2 -fforce-addr gives us 12 more bytes, and adding -fschedule-insns gives us an additional 4 bytes. END K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-11-14T00:41:54.000000Z K 7 svn:log V 261 Enter complier upgrade mode again. We need to cut 169 bytes from this: Remove some printf() calls, reduce size of buffers, and abbreviate some strings. Hopefully the boot people will fix this spamage after the cut over to Gcc 2.95.2 as the system compiler. END K 10 svn:author V 4 nyan K 8 svn:date V 27 1999-11-14T01:51:16.000000Z K 7 svn:log V 93 Sync with sys/boot/i386/btx/btx/{Makefile,btx.s} revision 1.5.2.2 and 1.8.2.4, respectively. END K 10 svn:author V 4 nyan K 8 svn:date V 27 1999-11-14T01:54:08.000000Z K 7 svn:log V 11 Staticize. END K 10 svn:author V 4 nyan K 8 svn:date V 27 1999-11-14T01:55:49.000000Z K 7 svn:log V 50 Fixed missing changes from sys/i386/conf/GENERIC. END K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-11-14T03:36:34.000000Z K 7 svn:log V 806 Fix clobbers so that GENERIC may compile with GCC 2.95.2. Historically, the documentation of extended asm was lacking, namely you should NOT specify the same register as an input, and a clobber. If the register is clobbered, it should be specified as an output as well, e.g., by linking input and output through the "number" notation. (Beware of lvalues, some local variables needed...) URL:http://egcs.cygnus.com/faq.html In versions up to egcs-1.1.1, the compiler did not even warn about it, but it was liable to output bad code. Newer egcs are pickier and simply refuse to swallow such code. Note, since *addr changes, it needs to be an output operand. We might be excessive in saying that all memory has changed. Obtained from: OpenBSD w/extra thanks to Marc Espie END K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-11-14T08:31:18.000000Z K 7 svn:log V 37 Virgin import of gcc from EGCS 1.1.2 END K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-11-14T08:31:18.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r53140, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-11-14T08:33:44.000000Z K 7 svn:log V 42 Virgin import of the GCC 2.95.1 compilers END K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-11-14T08:33:44.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r53142, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 6 julian K 8 svn:date V 27 1999-11-14T10:16:40.000000Z K 7 svn:log V 105 Fix screwup on synthesising incoming ethernet header in Netgraph mode. Submitted by: brian@freebsd.org END K 10 svn:author V 6 julian K 8 svn:date V 27 1999-11-14T10:21:26.000000Z K 7 svn:log V 86 Try handle missing packet tags better. Inspired by changes suggested by brian Somers. END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-11-14T11:28:11.000000Z K 7 svn:log V 68 Support PPPoE. Add a missing comma to the lcp config options table. END K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-11-14T12:01:58.000000Z K 7 svn:log V 232 Changes for Alpha and EGCS. * Commonalities with i386, moved to a FreeBSD wide config file. * Major additions to this file were adapted from Hidetoshi Shimokawa 's Alpha suppliment to the Egcs 1.1.2 port. END K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-11-14T12:04:02.000000Z K 7 svn:log V 113 Remove 'SET_ASM_OP' macro, which is unused now and rather harmful for recent Egcs 1.1.x. Submitted by: simokawa END K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-11-14T12:07:57.000000Z K 7 svn:log V 169 Make cross-compilation work for Alpha on i386 machines. Note that the optimizer has a bug somewhere. This means that only -O0 works at this time. Submitted by: marcel END K 10 svn:author V 2 bp K 8 svn:date V 27 1999-11-14T13:39:49.000000Z K 7 svn:log V 56 Add reference to the share/examples/nwclient directory. END K 10 svn:author V 2 bp K 8 svn:date V 27 1999-11-14T13:48:31.000000Z K 7 svn:log V 56 Add reference to the share/examples/nwclient directory. END K 10 svn:author V 6 marcel K 8 svn:date V 27 1999-11-14T13:54:44.000000Z K 7 svn:log V 356 ${MACHINE} -> ${MACHINE_ARCH} All Makefiles now use MACHINE_ARCH for the target architecture. Unification is required for cross-building. Tags added to: sys/boot/Makefile sys/boot/arc/loader/Makefile sys/kern/Makefile usr.bin/cpp/Makefile usr.bin/gcore/Makefile usr.bin/truss/Makefile usr.bin/gcore/Makefile: fixed typo: MACHINDE -> MACHINE_ARCH END K 10 svn:author V 6 marcel K 8 svn:date V 27 1999-11-14T15:48:29.000000Z K 7 svn:log V 144 Don't include Kerberos if NOCRYPT is defined, because it isn't build if NOCRYPT is defined. Likewise, don't include DES if NOSECURE is defined. END K 10 svn:author V 6 julian K 8 svn:date V 27 1999-11-14T17:26:58.000000Z K 7 svn:log V 52 Rework some tag handling, prompted by Brian Somers. END K 10 svn:author V 6 eivind K 8 svn:date V 27 1999-11-14T17:33:40.000000Z K 7 svn:log V 102 Fix case where vnode could be unlocked twice. Untested; bug found by code reading. Reviewed by: phk END K 10 svn:author V 5 chris K 8 svn:date V 27 1999-11-14T18:15:33.000000Z K 7 svn:log V 59 Properly document what ENOENT really means for kldfind(2). END K 10 svn:author V 5 chris K 8 svn:date V 27 1999-11-14T18:21:22.000000Z K 7 svn:log V 31 MFC: Properly document ENOENT. END K 10 svn:author V 4 ache K 8 svn:date V 27 1999-11-14T21:28:13.000000Z K 7 svn:log V 112 Add single_mountd_enable hook to run mountd but not NFS server Needed for machine with CFS but without real NFS END K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-11-14T22:17:06.000000Z K 7 svn:log V 184 Return this file to its pre-spammed version. Thanks to some new compiler optimizations, we can go from 3 bytes free with the spammed version, to 279 bytes free with the full version. END K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-11-15T00:25:01.000000Z K 7 svn:log V 45 Cosmetic removeal of a trailing white space. END K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-11-15T00:29:00.000000Z K 7 svn:log V 43 Purely cosmetic changes to lineup targets. END K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-11-15T00:49:35.000000Z K 7 svn:log V 43 Cosmetic change to match cc_tools/Makefile END K 10 svn:author V 6 davidn K 8 svn:date V 27 1999-11-15T02:28:54.000000Z K 7 svn:log V 58 MFC: Use local time not gmt to decide on date formatting. END K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-11-15T02:37:02.000000Z K 7 svn:log V 91 Bump __FreeBSD_version to 400012 to mark the cutover of the system compiler to GCC 2.95.2. END K 10 svn:author V 5 green K 8 svn:date V 27 1999-11-15T02:52:54.000000Z K 7 svn:log V 110 Fix the CLOSING state bug that crept in from 4.0. Noticed by: Jeroen Ruigrok van der Werven END K 10 svn:author V 4 kris K 8 svn:date V 27 1999-11-15T02:53:31.000000Z K 7 svn:log V 68 Remove dead xrefs to gated(8) and htable(8) Obtained from: OpenBSD END K 10 svn:author V 4 kris K 8 svn:date V 27 1999-11-15T02:56:34.000000Z K 7 svn:log V 68 Remove dead xref to scsiformat(8) Obtained from: OpenBSD (kind of) END K 10 svn:author V 4 kris K 8 svn:date V 27 1999-11-15T03:13:23.000000Z K 7 svn:log V 29 Typo Obtained from: OpenBSD END K 10 svn:author V 4 kris K 8 svn:date V 27 1999-11-15T03:29:19.000000Z K 7 svn:log V 75 fts_pathlen and fts_namelen are u_short, not short Obtained from: OpenBSD END K 10 svn:author V 4 kris K 8 svn:date V 27 1999-11-15T03:37:57.000000Z K 7 svn:log V 71 Typo (appropiate -> appropriate) Obtained from: OpenBSD (inspired by) END K 10 svn:author V 6 julian K 8 svn:date V 27 1999-11-15T03:49:35.000000Z K 7 svn:log V 94 YUCK! m_prepend doesn't fix m_pkthdr.len, use M_PREPEND instead, which does.. (Netgraph only) END K 10 svn:author V 6 julian K 8 svn:date V 27 1999-11-15T04:03:34.000000Z K 7 svn:log V 53 Small fixes from Brian for the Server side of PPPoE. END K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-11-15T04:16:19.000000Z K 7 svn:log V 65 Cut over the system compiler from from EGCS 1.1.2 to GCC 2.95.2. END K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-11-15T04:23:40.000000Z K 7 svn:log V 443 Add -fdata-sections, which is a new GCC 2.95 optimization. Remove -fschedule-insns as it wasn't such a big win with 2.95 after all. Add the *BIG* win "-mpreferred-stack-boundary=2" optimiztion submitted by Dima. GCC 2.95 ensures the stack frame is always properly [opitimally] aligned by surrounding every function call by code simular to "addl $-12, %esp" / "addl $12, %esp". Here we need the reduction in space, with speed not an issue. END K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-11-15T04:25:13.000000Z K 7 svn:log V 55 Bump __FreeBSD_cc_version due to the compiler upgrade. END K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-11-15T04:28:55.000000Z K 7 svn:log V 118 Use the stock 2.95.2 file here. I cannot determine if our previous (rev 1.2) changes for ObjC are still appropriate. END K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-11-15T04:33:36.000000Z K 7 svn:log V 45 Add rev 1.2 profiling tweaks, to GCC 2.95.2. END K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-11-15T04:41:30.000000Z K 7 svn:log V 37 Upgrade support file for GCC 2.95.2. END K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-11-15T07:57:13.000000Z K 7 svn:log V 127 Undo rev 1.13 (define "OBSTACK_CHUNK_SIZE" as getpagesize()). It causes internal compiler errors and sig 11's with GCC 2.95.2. END K 10 svn:author V 3 dfr K 8 svn:date V 27 1999-11-15T08:18:24.000000Z K 7 svn:log V 99 Remove some printfs and make it slightly more paranoid about accepting that an ess1888 is present. END K 10 svn:author V 6 marcel K 8 svn:date V 27 1999-11-15T08:31:14.000000Z K 7 svn:log V 117 PC-98 has MACHINE_ARCH=i386 and MACHINE=pc98. Make it a special case. This should fix the breakage reported by nyan. END K 10 svn:author V 3 dfr K 8 svn:date V 27 1999-11-15T09:09:00.000000Z K 7 svn:log V 158 Add the ata devices to the GENERIC kernel. Hopefully, this should allow it to install from ATA cds and to ATA disks. I'll check after my next release builds. END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 1999-11-15T16:45:37.000000Z K 7 svn:log V 210 Add to pwd_mkdb a -q option to silence warnings about large IDs. Add a suitably ominous warning in the manual page. The diff applied is not the one provided in the attributed PR. PR: 13344 Reviewed by: bde END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-11-15T17:02:32.000000Z K 7 svn:log V 96 Remove duplicate entry for ADS7180 - it's meant to be handled by the forked-off ad1816 driver. END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-11-15T17:03:30.000000Z K 7 svn:log V 97 Fix a typo in the DRIVER_MODULE() declaration which caused a collision with the real mss module. END K 10 svn:author V 6 marcel K 8 svn:date V 27 1999-11-15T17:07:45.000000Z K 7 svn:log V 25 Remove CROSS_MAKE_FLAGS. END K 10 svn:author V 3 jmb K 8 svn:date V 27 1999-11-15T18:27:30.000000Z K 7 svn:log V 156 add two more codes to ICMP error 12 (Parameter Problem). these two are detailed in RFC1700. Reviewed by: Garrett Wollman END K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-11-15T19:26:58.000000Z K 7 svn:log V 19 Fix a minor bogon. END K 10 svn:author V 5 luoqi K 8 svn:date V 27 1999-11-15T19:45:19.000000Z K 7 svn:log V 93 Segment registers can be read(write) to(from) memory locations as well as general registers. END K 10 svn:author V 6 archie K 8 svn:date V 27 1999-11-15T20:02:58.000000Z K 7 svn:log V 72 More bug fixes for the VJ Compression node. Seems to work now (really). END K 10 svn:author V 2 pb K 8 svn:date V 27 1999-11-15T20:04:53.000000Z K 7 svn:log V 132 Fix aliasing bug causing in_cksum() to fail on odd packet sizes due to compiler optimization. PR: bin/13292 Suggested by: wollman END K 10 svn:author V 6 archie K 8 svn:date V 27 1999-11-15T20:17:04.000000Z K 7 svn:log V 58 Add some more comments to the sl_compress_tcp() function. END K 10 svn:author V 5 luoqi K 8 svn:date V 27 1999-11-15T20:19:28.000000Z K 7 svn:log V 90 MFC: Save %fs and %gs in sigcontext when delivering signals and restore them upon return. END K 10 svn:author V 5 luoqi K 8 svn:date V 27 1999-11-15T20:34:48.000000Z K 7 svn:log V 90 MFC: Save %fs and %gs in sigcontext when delivering signals and restore them upon return. END K 10 svn:author V 3 joe K 8 svn:date V 27 1999-11-15T22:14:51.000000Z K 7 svn:log V 64 MFC: Synchronise I4B (0.83) from -CURRENT, and enable PPPoISDN. END K 10 svn:author V 3 joe K 8 svn:date V 27 1999-11-15T22:41:23.000000Z K 7 svn:log V 113 MFC: Synchronise -stable's I4B with version 0.83 from -current, and enable PPPoISDN. Approved by: hm and brian END K 10 svn:author V 7 phantom K 8 svn:date V 27 1999-11-15T23:05:18.000000Z K 7 svn:log V 46 Activate manpages repo-copied from man4.i386. END K 10 svn:author V 5 chris K 8 svn:date V 27 1999-11-15T23:09:34.000000Z K 7 svn:log V 41 Update the ASCII diagram for FreeBSD 3.3 END K 10 svn:author V 7 phantom K 8 svn:date V 27 1999-11-15T23:10:44.000000Z K 7 svn:log V 130 Deactivate manpages repo-copied to man4 directory (all these drivers not i386 specific anymore -- move them to appropriate place) END K 10 svn:author V 7 phantom K 8 svn:date V 27 1999-11-15T23:14:32.000000Z K 7 svn:log V 99 * remove i386 specific mark * some style and syntax fixes * some duplicated $FreeBSD$ tags removed END K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-11-15T23:16:06.000000Z K 7 svn:log V 51 Fix __asm__ clobber list abuse. Submitted by: bde END K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-11-15T23:20:56.000000Z K 7 svn:log V 33 Fix __asm__ clobber list abuses. END K 10 svn:author V 2 cg K 8 svn:date V 27 1999-11-15T23:22:52.000000Z K 7 svn:log V 66 set default ogain to 50 since some sb cards produce no sound at 0 END K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-11-15T23:27:40.000000Z K 7 svn:log V 144 Removed the asm version of conv(). This is should be faster in its new C form. See src/sys/i386/isa/sound/audio.c rev.1.23 Submitted by: bde END K 10 svn:author V 2 cg K 8 svn:date V 27 1999-11-15T23:57:33.000000Z K 7 svn:log V 104 this is a full fix for writes not aligned to the sample size selected. should be a no-op in most cases. END K 10 svn:author V 4 nyan K 8 svn:date V 27 1999-11-16T00:38:20.000000Z K 7 svn:log V 19 Install loader.rc. END K 10 svn:author V 4 nyan K 8 svn:date V 27 1999-11-16T00:42:18.000000Z K 7 svn:log V 18 Cosmetic changes. END K 10 svn:author V 3 joe K 8 svn:date V 27 1999-11-16T01:03:12.000000Z K 7 svn:log V 360 Curchill --> Churchill The submitter also posted a change to 'fortunes.sp.ok', but it looks like this file is no longer needed in our version so I've left the typo in the file. (It also doesn't have a $FreeBSD$ tag, and I couldn't easily find in the code whether it will allow comments within it or not.) PR: 14832 Submitted by: mfisher@parsons.rh.rit.edu END K 10 svn:author V 5 billf K 8 svn:date V 27 1999-11-16T02:45:03.000000Z K 7 svn:log V 14 Add $FreeBSD$ END K 10 svn:author V 5 billf K 8 svn:date V 27 1999-11-16T02:58:06.000000Z K 7 svn:log V 51 Sync our register usage with NetBSD's (non-)usage. END K 10 svn:author V 6 marcel K 8 svn:date V 27 1999-11-16T10:26:38.000000Z K 7 svn:log V 196 Add type int to those variables without a type. This is caused by the frequent use of ``register var'' instead of ``register int var'' and the removal of the register hint in the previous commit. END K 10 svn:author V 3 phk K 8 svn:date V 27 1999-11-16T10:56:05.000000Z K 7 svn:log V 451 This is a partial commit of the patch from PR 14914: Alot of the code in sys/kern directly accesses the *Q_HEAD and *Q_ENTRY structures for list operations. This patch makes all list operations in sys/kern use the queue(3) macros, rather than directly accessing the *Q_{HEAD,ENTRY} structures. This batch of changes compile to the same object files. Reviewed by: phk Submitted by: Jake Burkholder PR: 14914 END K 10 svn:author V 6 jkoshy K 8 svn:date V 27 1999-11-16T11:01:19.000000Z K 7 svn:log V 135 Remove unsupported hardstatus related terminal capabilities for the 'xterm' entry. PR: misc/12209 Submitted by: Christian Weisgerber END K 10 svn:author V 6 marcel K 8 svn:date V 27 1999-11-16T11:47:40.000000Z K 7 svn:log V 30 Fix breage by previous commit END K 10 svn:author V 6 marcel K 8 svn:date V 27 1999-11-16T11:49:21.000000Z K 7 svn:log V 33 Fix breakage by previous commit. END K 10 svn:author V 6 marcel K 8 svn:date V 27 1999-11-16T11:55:58.000000Z K 7 svn:log V 33 Fix breakage in previous commit. END K 10 svn:author V 4 nyan K 8 svn:date V 27 1999-11-16T11:56:38.000000Z K 7 svn:log V 68 Remove -mno-486 option and add -mpreferred-stack-boundary=2 option. END K 10 svn:author V 4 nyan K 8 svn:date V 27 1999-11-16T11:59:19.000000Z K 7 svn:log V 16 Fixed warnings. END K 10 svn:author V 6 marcel K 8 svn:date V 27 1999-11-16T12:10:29.000000Z K 7 svn:log V 33 Fix breakage in previous commit. END K 10 svn:author V 4 nyan K 8 svn:date V 27 1999-11-16T12:21:14.000000Z K 7 svn:log V 48 Sync with sys/i386/isa/pcaudio.c revision 1.57. END K 10 svn:author V 4 nyan K 8 svn:date V 27 1999-11-16T12:28:28.000000Z K 7 svn:log V 44 Fixed to compile bs driver with gcc 2.95.2. END K 10 svn:author V 8 gallatin K 8 svn:date V 27 1999-11-16T14:01:12.000000Z K 7 svn:log V 444 Mchines whose interrupts are not routed through the ISA pic were still registering their interrupts with rman as though they were going through the ISA pic. This prevents a conflict between isa & pci for irqs on such machines. Also hookup the chipset struct before calling platform.pci_intr_init(). This allows me to call inw/outw down in the platform code. Add interrupt printfs to match the CIA chipset. Reviewed by: dfr Tested by: wilko END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1999-11-16T15:34:52.000000Z K 7 svn:log V 25 Fix usage of m_pullup(). END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1999-11-16T15:36:14.000000Z K 7 svn:log V 30 MFC: Fix usage of m_pullup(). END K 10 svn:author V 3 phk K 8 svn:date V 27 1999-11-16T16:28:58.000000Z K 7 svn:log V 379 Commit the remaining part of PR14914: Alot of the code in sys/kern directly accesses the *Q_HEAD and *Q_ENTRY structures for list operations. This patch makes all list operations in sys/kern use the queue(3) macros, rather than directly accessing the *Q_{HEAD,ENTRY} structures. Reviewed by: phk Submitted by: Jake Burkholder PR: 14914 END K 10 svn:author V 3 joe K 8 svn:date V 27 1999-11-16T17:16:18.000000Z K 7 svn:log V 22 Added $FreeBSD$ tags. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1999-11-16T17:16:19.000000Z K 7 svn:log V 68 This commit was manufactured by cvs2svn to create branch 'RELENG_3'. END K 10 svn:author V 3 joe K 8 svn:date V 27 1999-11-16T17:21:33.000000Z K 7 svn:log V 74 MFC: Replace the audio files with the new ones from 0.83. Spotted by: hm END K 10 svn:author V 3 joe K 8 svn:date V 27 1999-11-16T17:27:07.000000Z K 7 svn:log V 24 Added $FreeBSD$ idents. END K 10 svn:author V 3 joe K 8 svn:date V 27 1999-11-16T17:28:44.000000Z K 7 svn:log V 35 MFC: Merge the examples from 0.83. END K 10 svn:author V 3 joe K 8 svn:date V 27 1999-11-16T17:39:07.000000Z K 7 svn:log V 47 MFC: Merge the I4B support files from current. END K 10 svn:author V 5 roger K 8 svn:date V 27 1999-11-16T17:44:31.000000Z K 7 svn:log V 51 Add Nokia Cellular Data Card DTP2 and DTP-2 ver II END K 10 svn:author V 5 roger K 8 svn:date V 27 1999-11-16T17:48:38.000000Z K 7 svn:log V 35 MFC: Add Nokia Cellular Data Cards END K 10 svn:author V 3 joe K 8 svn:date V 27 1999-11-16T17:54:31.000000Z K 7 svn:log V 35 MFC: I4B (0.83) merge to -RELEASE. END K 10 svn:author V 3 joe K 8 svn:date V 27 1999-11-16T17:59:23.000000Z K 7 svn:log V 88 MFC: Set the bandwidth (not reported by I4B), and five minutes = 300 seconds, not 600! END K 10 svn:author V 3 joe K 8 svn:date V 27 1999-11-16T18:26:31.000000Z K 7 svn:log V 104 MFC: I4B 0.83 adds support for some new ISDN cards. Submitted by: Udo Schweigert END K 10 svn:author V 5 roger K 8 svn:date V 27 1999-11-16T19:11:33.000000Z K 7 svn:log V 35 Add es1371.c PCI Audio sound chip. END K 10 svn:author V 5 roger K 8 svn:date V 27 1999-11-16T19:17:51.000000Z K 7 svn:log V 304 Add support for the Ensoniq 1371 and 1373 PCI Audio sound chip with AC97 codec. These are found on Creative Labs SoundBlaster PCI 16/64/128 cards. They are also found on my Aaeon 5896 Embedded PC motherboard. Submitted by: Russell Cattelan as the patch file: es1371-5.src3.patch END K 10 svn:author V 3 phk K 8 svn:date V 27 1999-11-16T20:31:58.000000Z K 7 svn:log V 371 Introduce commandline caching in the kernel. This fixes some nasty procfs problems for SMP, makes ps(1) run much faster, and makes ps(1) even less dependent on /proc which will aid chroot and jails alike. To disable this facility and revert to previous behaviour: sysctl -w kern.ps_arg_cache_limit=0 For full details see the current@FreeBSD.org mail-archives. END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-11-16T21:51:35.000000Z K 7 svn:log V 55 modfind(char *) -> modfind(const char *) Ok'd by: dfr END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-11-16T21:57:34.000000Z K 7 svn:log V 79 Use modfind() to check if a kld is already loaded. Submitted mostly by: green END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-11-16T21:57:48.000000Z K 7 svn:log V 173 Remove some extraneous ifdefs, and don't try to put the socket in O_NONBLOCK. The select() is the best best as I don't want to muck about with the send/receive thresholds. END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 1999-11-16T22:00:46.000000Z K 7 svn:log V 21 Add the USB modules. END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 1999-11-16T22:02:16.000000Z K 7 svn:log V 5 Typo END K 10 svn:author V 5 roger K 8 svn:date V 27 1999-11-16T22:04:45.000000Z K 7 svn:log V 53 Fix bug in brackets. Submitted by: Russell Cattelan END K 10 svn:author V 6 archie K 8 svn:date V 27 1999-11-16T23:25:11.000000Z K 7 svn:log V 70 New netgraph node type "ksocket". Obtained from: Whistle source tree END K 10 svn:author V 6 archie K 8 svn:date V 27 1999-11-16T23:27:10.000000Z K 7 svn:log V 71 New Netgraph node type "ksocket". Obtained from: Whistle source tree END K 10 svn:author V 6 archie K 8 svn:date V 27 1999-11-16T23:27:37.000000Z K 7 svn:log V 51 Add reference to new netgraph node type "ksocket". END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1999-11-16T23:27:38.000000Z K 7 svn:log V 68 This commit was manufactured by cvs2svn to create branch 'RELENG_3'. END K 10 svn:author V 6 archie K 8 svn:date V 27 1999-11-16T23:30:05.000000Z K 7 svn:log V 29 Add option NETGRAPH_KSOCKET. END K 10 svn:author V 6 archie K 8 svn:date V 27 1999-11-16T23:49:07.000000Z K 7 svn:log V 29 Add option NETGRAPH_KSOCKET. END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-11-17T01:01:02.000000Z K 7 svn:log V 292 Don't complain loudly about unknown termcap capabilities, eg: {vladivostok:/usr/home/ken:1:0} echo |more "TERMCAP", line 0, col 60, terminal 'screen': unknown capability 'G0' "TERMCAP", line 0, col 806, terminal 'screen': unknown capability 'AX' Submitted by: Kenneth D. Merry END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 1999-11-17T01:40:24.000000Z K 7 svn:log V 22 Remove -O from CFLAGS END