Up to [cvs.netbsd.org] / src / sys / sys
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.395.2.2 / (download) - annotate - [select for diffs], Wed May 23 10:08:17 2012 UTC (2 days, 22 hours ago) by yamt
Branch: yamt-pagecache
Changes since 1.395.2.1: +2 -2
lines
Diff to previous 1.395.2.1 (colored) to branchpoint 1.395 (colored) next main 1.396 (colored)
sync with head.
Revision 1.408.2.2 / (download) - annotate - [select for diffs], Tue May 22 20:26:58 2012 UTC (3 days, 11 hours ago) by riz
Branch: netbsd-6
Changes since 1.408.2.1: +2 -2
lines
Diff to previous 1.408.2.1 (colored) to branchpoint 1.408 (colored) next main 1.409 (colored)
Welcome to 6.0_BETA2!
Revision 1.415 / (download) - annotate - [select for diffs], Thu May 10 07:48:07 2012 UTC (2 weeks, 2 days ago) by riastradh
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
HEAD
Changes since 1.414: +2 -2
lines
Diff to previous 1.414 (colored)
Welcome to 6.99.7, courtesy of genfs_rename. ok martin
Revision 1.397.2.4 / (download) - annotate - [select for diffs], Sun Apr 29 23:05:08 2012 UTC (3 weeks, 5 days ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.397.2.3: +2 -2
lines
Diff to previous 1.397.2.3 (colored) to branchpoint 1.397 (colored) next main 1.398 (colored)
sync to latest -current.
Revision 1.414 / (download) - annotate - [select for diffs], Sun Apr 29 16:36:54 2012 UTC (3 weeks, 5 days ago) by dsl
Branch: MAIN
CVS Tags: jmcneill-usbmp-base9
Changes since 1.413: +2 -2
lines
Diff to previous 1.413 (colored)
Remove the unused 'struct malloc_type' args to kern_malloc/realloc/free The M_xxx arg is left on the calls to malloc() and free(), maybe they could be converted to an enumeration and just saved in the malloc header (for deep diag use). Remove the malloc_type from mbuf extension. Fixes rump build as well. Welcome to 6.99.6
Revision 1.413 / (download) - annotate - [select for diffs], Fri Apr 20 20:23:21 2012 UTC (5 weeks ago) by bouyer
Branch: MAIN
Changes since 1.412: +2 -2
lines
Diff to previous 1.412 (colored)
Add a bustype_async_event_xfer_mode() callback to scsipi_bustype (which can be NULL), so that transport-specific details of transfer mode setting/printing can be handled more easily. Move scsipi_async_event_xfer_mode() and scsipi_print_xfer_mode() to scsi_base.c and split in parallel scsi and FC/SAS parts. size of struct scsipi_bustype has changed, welcome to 6.99.5
Revision 1.395.2.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:08:52 2012 UTC (5 weeks, 4 days ago) by yamt
Branch: yamt-pagecache
Changes since 1.395: +28 -2
lines
Diff to previous 1.395 (colored)
sync with head
Revision 1.397.2.3 / (download) - annotate - [select for diffs], Thu Apr 5 21:33:50 2012 UTC (7 weeks, 1 day ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.397.2.2: +1 -1
lines
Diff to previous 1.397.2.2 (colored) to branchpoint 1.397 (colored)
sync to latest -current.
Revision 1.412 / (download) - annotate - [select for diffs], Tue Mar 13 18:50:41 2012 UTC (2 months, 1 week ago) by elad
Branch: MAIN
CVS Tags: yamt-pagecache-base4,
jmcneill-usbmp-base8
Changes since 1.411: +2 -2
lines
Diff to previous 1.411 (colored)
6.99.4
Revision 1.397.2.2 / (download) - annotate - [select for diffs], Fri Feb 24 09:11:50 2012 UTC (3 months ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.397.2.1: +2 -2
lines
Diff to previous 1.397.2.1 (colored) to branchpoint 1.397 (colored)
sync to -current.
Revision 1.411 / (download) - annotate - [select for diffs], Sun Feb 19 21:06:58 2012 UTC (3 months ago) by rmind
Branch: MAIN
CVS Tags: jmcneill-usbmp-base7,
jmcneill-usbmp-base6,
jmcneill-usbmp-base5,
jmcneill-usbmp-base4,
jmcneill-usbmp-base3
Changes since 1.410: +2 -2
lines
Diff to previous 1.410 (colored)
Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3! Approved by core@.
Revision 1.397.2.1 / (download) - annotate - [select for diffs], Sat Feb 18 07:35:50 2012 UTC (3 months ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.397: +28 -2
lines
Diff to previous 1.397 (colored)
merge to -current.
Revision 1.410 / (download) - annotate - [select for diffs], Fri Feb 17 08:45:12 2012 UTC (3 months, 1 week ago) by yamt
Branch: MAIN
CVS Tags: jmcneill-usbmp-base2
Changes since 1.409: +2 -2
lines
Diff to previous 1.409 (colored)
BUFQ_PRIOCSCAN: - to reduce cpu consumption for a long queue, maintain the sorted lists of buffers with rbtree instead of TAILQ. i vaguely remember that the problem pointed out by someone on a public mailing list while ago. sorry, i can't remember who and where. - add some #ifdef'ed out experimental code. - bump kernel version for struct buf change.
Revision 1.408.2.1 / (download) - annotate - [select for diffs], Wed Feb 15 23:45:50 2012 UTC (3 months, 1 week ago) by riz
Branch: netbsd-6
Changes since 1.408: +2 -2
lines
Diff to previous 1.408 (colored)
Welcome to 6.0_BETA!
Revision 1.409 / (download) - annotate - [select for diffs], Wed Feb 15 23:05:02 2012 UTC (3 months, 1 week ago) by riz
Branch: MAIN
Changes since 1.408: +2 -2
lines
Diff to previous 1.408 (colored)
Welcome to 6.99.1.
Revision 1.408 / (download) - annotate - [select for diffs], Sat Feb 11 23:19:11 2012 UTC (3 months, 1 week ago) by martin
Branch: MAIN
CVS Tags: netbsd-6-base
Branch point for: netbsd-6
Changes since 1.407: +2 -2
lines
Diff to previous 1.407 (colored)
Welcome to 5.99.65 - posix_spawn syscall added
Revision 1.330.4.15.2.5 / (download) - annotate - [select for diffs], Sat Feb 4 20:16:58 2012 UTC (3 months, 2 weeks ago) by snj
Branch: netbsd-5-1
Changes since 1.330.4.15.2.4: +2 -2
lines
Diff to previous 1.330.4.15.2.4 (colored) to branchpoint 1.330.4.15 (colored) next main 1.330.4.16 (colored)
5.1.2_PATCH
Revision 1.407 / (download) - annotate - [select for diffs], Fri Feb 3 20:12:48 2012 UTC (3 months, 3 weeks ago) by matt
Branch: MAIN
Changes since 1.406: +2 -2
lines
Diff to previous 1.406 (colored)
Welcome to 5.99.64 (struct exec_package changed).
Revision 1.330.4.15.2.4 / (download) - annotate - [select for diffs], Thu Feb 2 08:23:03 2012 UTC (3 months, 3 weeks ago) by snj
Branch: netbsd-5-1
CVS Tags: netbsd-5-1-2-RELEASE
Changes since 1.330.4.15.2.3: +2 -2
lines
Diff to previous 1.330.4.15.2.3 (colored) to branchpoint 1.330.4.15 (colored)
Welcome to 5.1.2!
Revision 1.406 / (download) - annotate - [select for diffs], Wed Feb 1 05:48:14 2012 UTC (3 months, 3 weeks ago) by dholland
Branch: MAIN
Changes since 1.405: +2 -2
lines
Diff to previous 1.405 (colored)
5.99.63: new quotactl syscall, bump required for rump and due to vfs-level adjustments.
Revision 1.405 / (download) - annotate - [select for diffs], Sun Jan 29 07:23:02 2012 UTC (3 months, 3 weeks ago) by dholland
Branch: MAIN
Changes since 1.404: +2 -2
lines
Diff to previous 1.404 (colored)
5.99.62: new VFS_QUOTACTL interface.
Revision 1.404 / (download) - annotate - [select for diffs], Sat Jan 28 12:27:30 2012 UTC (3 months, 3 weeks ago) by rmind
Branch: MAIN
Changes since 1.403: +2 -2
lines
Diff to previous 1.403 (colored)
Welcome to 5.99.61: major UVM/kmem/vmem changes, tsleep and wakeup_one removal.
Revision 1.403 / (download) - annotate - [select for diffs], Wed Jan 25 19:47:18 2012 UTC (3 months, 4 weeks ago) by tron
Branch: MAIN
Changes since 1.402: +2 -2
lines
Diff to previous 1.402 (colored)
Add brackets arround macro arguments to avoid nasty problem caused by macro expansion.
Revision 1.402 / (download) - annotate - [select for diffs], Wed Jan 25 19:39:07 2012 UTC (3 months, 4 weeks ago) by christos
Branch: MAIN
Changes since 1.401: +2 -2
lines
Diff to previous 1.401 (colored)
missing paren
Revision 1.401 / (download) - annotate - [select for diffs], Wed Jan 25 18:26:26 2012 UTC (3 months, 4 weeks ago) by christos
Branch: MAIN
Changes since 1.400: +2 -1
lines
Diff to previous 1.400 (colored)
Add a macro to align the length of the stack, not the pointer itself, since we always want the alignment to grow the length.
Revision 1.400 / (download) - annotate - [select for diffs], Tue Jan 24 20:03:36 2012 UTC (4 months ago) by christos
Branch: MAIN
Changes since 1.399: +26 -1
lines
Diff to previous 1.399 (colored)
Use and define ALIGN() ALIGN_POINTER() and STACK_ALIGN() consistently, and avoid definining them in 10 different places if not needed.
Revision 1.399 / (download) - annotate - [select for diffs], Fri Jan 13 16:25:16 2012 UTC (4 months, 1 week ago) by macallan
Branch: MAIN
Changes since 1.398: +2 -2
lines
Diff to previous 1.398 (colored)
wsfont_find() and wsfont_matches() got a new parameter to allow drivers to request bitmap or alpha fonts ( or both ) welcome to 5.99.60
Revision 1.330.4.15.2.3 / (download) - annotate - [select for diffs], Sat Jan 7 03:55:08 2012 UTC (4 months, 2 weeks ago) by snj
Branch: netbsd-5-1
Changes since 1.330.4.15.2.2: +2 -2
lines
Diff to previous 1.330.4.15.2.2 (colored) to branchpoint 1.330.4.15 (colored)
5.1.1_PATCH
Revision 1.330.4.15.2.2 / (download) - annotate - [select for diffs], Tue Jan 3 05:31:08 2012 UTC (4 months, 3 weeks ago) by snj
Branch: netbsd-5-1
CVS Tags: netbsd-5-1-1-RELEASE
Changes since 1.330.4.15.2.1: +2 -2
lines
Diff to previous 1.330.4.15.2.1 (colored) to branchpoint 1.330.4.15 (colored)
Welcome to 5.1.1!
Revision 1.398 / (download) - annotate - [select for diffs], Sat Dec 17 20:05:40 2011 UTC (5 months, 1 week ago) by tls
Branch: MAIN
Changes since 1.397: +2 -2
lines
Diff to previous 1.397 (colored)
Separate /dev/random pseudodevice implemenation from kernel entropy pool implementation. Rewrite pseudodevice code to use cprng_strong(9). The new pseudodevice is cloning, so each caller gets bits from a stream generated with its own key. Users of /dev/urandom get their generators keyed on a "best effort" basis -- the kernel will rekey generators whenever the entropy pool hits the high water mark -- while users of /dev/random get their generators rekeyed every time key-length bits are output. The underlying cprng_strong API can use AES-256 or AES-128, but we use AES-128 because of concerns about related-key attacks on AES-256. This improves performance (and reduces entropy pool depletion) significantly for users of /dev/urandom but does cause users of /dev/random to rekey twice as often. Also fixes various bugs (including some missing locking and a reseed-counter overflow in the CTR_DRBG code) found while testing this. For long reads, this generator is approximately 20 times as fast as the old generator (dd with bs=64K yields 53MB/sec on 2Ghz Core2 instead of 2.5MB/sec) and also uses a separate mutex per instance so concurrency is greatly improved. For reads of typical key sizes for modern cryptosystems (16-32 bytes) performance is about the same as the old code: a little better for 32 bytes, a little worse for 16 bytes.
Revision 1.397 / (download) - annotate - [select for diffs], Mon Nov 28 08:05:07 2011 UTC (5 months, 3 weeks ago) by tls
Branch: MAIN
CVS Tags: jmcneill-usbmp-pre-base2,
jmcneill-usbmp-base
Branch point for: jmcneill-usbmp
Changes since 1.396: +2 -2
lines
Diff to previous 1.396 (colored)
Remove arc4random() and arc4randbytes() from the kernel API. Replace arc4random() hacks in rump with stubs that call the host arc4random() to get numbers that are hopefully actually random (arc4random() keyed with stack junk is not). This should fix some of the currently failing anita tests -- we should no longer generate duplicate "random" MAC addresses in the test environment.
Revision 1.396 / (download) - annotate - [select for diffs], Wed Nov 23 23:07:36 2011 UTC (6 months ago) by jmcneill
Branch: MAIN
Changes since 1.395: +2 -2
lines
Diff to previous 1.395 (colored)
Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. From the original ad-audiomp branch notes: Add MP locking to the audio drivers. Making the audio drivers MP safe is necessary before efforts can be made to make the VM system MP safe. The are two locks per device instance, an ISR lock and a character device lock. The ISR lock replaces calls to splaudio()/splx(), and will be held across calls to device methods which were called at splaudio() before (e.g. trigger_output). The character device lock is held across calls to nearly all of the methods, excluding some only used for initialization, e.g. get_locks. Welcome to 5.99.57.
Revision 1.395 / (download) - annotate - [select for diffs], Tue Sep 27 23:04:18 2011 UTC (7 months, 4 weeks ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
jmcneill-audiomp3-base,
jmcneill-audiomp3
Branch point for: yamt-pagecache
Changes since 1.394: +2 -2
lines
Diff to previous 1.394 (colored)
Welcome to .56; NAME_MAX bump.
Revision 1.394 / (download) - annotate - [select for diffs], Tue Sep 27 01:40:32 2011 UTC (7 months, 4 weeks ago) by christos
Branch: MAIN
Changes since 1.393: +10 -1
lines
Diff to previous 1.393 (colored)
Introduce KERNEL_NAME_MAX = 255, and bump NAME_MAX to 511. This makes NAME_MAX match MAXNAMLEN, while at the same time does not allow names to exceed KERNEL_NAME_MAX (enforced in vfs_lookup) so that binaries don't break.
Revision 1.393 / (download) - annotate - [select for diffs], Fri Sep 23 14:47:41 2011 UTC (8 months ago) by christos
Branch: MAIN
Changes since 1.392: +1 -7
lines
Diff to previous 1.392 (colored)
remove things that have not been used for almost 20 years (cblock stuff)
Revision 1.392 / (download) - annotate - [select for diffs], Mon Jul 11 08:27:39 2011 UTC (10 months, 2 weeks ago) by hannken
Branch: MAIN
Changes since 1.391: +2 -2
lines
Diff to previous 1.391 (colored)
Change VOP_BWRITE() to take a vnode as its first argument like all other VOPs do. Layered file systems no longer have to modify bp->b_vp and run into trouble when an async VOP_BWRITE() uses the wrong vnode. - change all occurences of VOP_BWRITE(bp) to VOP_BWRITE(bp->b_vp, bp). - remove layer_bwrite(). - welcome to 5.99.55 Adresses PR kern/38762 panic: vwakeup: neg numoutput No objections from tech-kern@.
Revision 1.391 / (download) - annotate - [select for diffs], Tue Jun 28 09:47:00 2011 UTC (10 months, 4 weeks ago) by jruoho
Branch: MAIN
Changes since 1.390: +2 -2
lines
Diff to previous 1.390 (colored)
Bump kernel due recent ACPICA changes.
Revision 1.389.2.1 / (download) - annotate - [select for diffs], Thu Jun 23 14:20:29 2011 UTC (11 months ago) by cherry
Branch: cherry-xenmp
Changes since 1.389: +2 -2
lines
Diff to previous 1.389 (colored) next main 1.390 (colored)
Catchup with rmind-uvmplock merge.
Revision 1.390 / (download) - annotate - [select for diffs], Sun Jun 12 03:35:59 2011 UTC (11 months, 2 weeks ago) by rmind
Branch: MAIN
Changes since 1.389: +2 -2
lines
Diff to previous 1.389 (colored)
Welcome to 5.99.53! Merge rmind-uvmplock branch: - Reorganize locking in UVM and provide extra serialisation for pmap(9). New lock order: [vmpage-owner-lock] -> pmap-lock. - Simplify locking in some pmap(9) modules by removing P->V locking. - Use lock object on vmobjlock (and thus vnode_t::v_interlock) to share the locks amongst UVM objects where necessary (tmpfs, layerfs, unionfs). - Rewrite and optimise x86 TLB shootdown code, make it simpler and cleaner. Add TLBSTATS option for x86 to collect statistics about TLB shootdowns. - Unify /dev/mem et al in MI code and provide required locking (removes kernel-lock on some ports). Also, avoid cache-aliasing issues. Thanks to Andrew Doran and Joerg Sonnenberger, as their initial patches formed the core changes of this branch.
Revision 1.379.2.1 / (download) - annotate - [select for diffs], Mon Jun 6 09:10:12 2011 UTC (11 months, 2 weeks ago) by jruoho
Branch: jruoho-x86intr
Changes since 1.379: +2 -2
lines
Diff to previous 1.379 (colored) next main 1.380 (colored)
Sync with HEAD.
Revision 1.359.4.5 / (download) - annotate - [select for diffs], Tue May 31 03:05:12 2011 UTC (11 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.359.4.4: +1 -1
lines
Diff to previous 1.359.4.4 (colored) to branchpoint 1.359 (colored) next main 1.360 (colored)
sync with head
Revision 1.389 / (download) - annotate - [select for diffs], Tue May 24 18:07:11 2011 UTC (12 months ago) by spz
Branch: MAIN
CVS Tags: rmind-uvmplock-nbase,
rmind-uvmplock-base,
cherry-xenmp-base
Branch point for: cherry-xenmp
Changes since 1.388: +2 -2
lines
Diff to previous 1.388 (colored)
RA flood mitigation via a limit on accepted routes: - introduce a limit for the routes accepted via IPv6 Router Advertisement: a common 2 interface client will have 6, the default limit is 100 and can be adjusted via sysctl - report the current number of routes installed via RA via sysctl - count discarded route additions. Note that one RA message is two routes. This is at present only across all interfaces even though per-interface would be more useful, since the per-interface structure complies to RFC2466 - bump kernel version due to the previous change - adjust netstat to use the new value (with netstat -p icmp6)
Revision 1.330.4.9.2.2.2.2 / (download) - annotate - [select for diffs], Fri May 20 14:14:03 2011 UTC (12 months ago) by matt
Branch: matt-nb5-mips64
Changes since 1.330.4.9.2.2.2.1: +2 -2
lines
Diff to previous 1.330.4.9.2.2.2.1 (colored) to branchpoint 1.330.4.9.2.2 (colored) next main 1.330.4.9.2.3 (colored)
bring matt-nb5-mips64 up to date with netbsd-5-1-RELEASE
Revision 1.388 / (download) - annotate - [select for diffs], Tue Apr 26 11:32:39 2011 UTC (13 months ago) by hannken
Branch: MAIN
Changes since 1.387: +2 -2
lines
Diff to previous 1.387 (colored)
Change vflushbuf() to return an error if a synchronous write fails. Welcome to 5.99.51.
Revision 1.387 / (download) - annotate - [select for diffs], Sun Apr 24 21:50:34 2011 UTC (13 months ago) by rmind
Branch: MAIN
Changes since 1.386: +2 -2
lines
Diff to previous 1.386 (colored)
Bump to 5.99.50 for recent changes.
Revision 1.359.4.4 / (download) - annotate - [select for diffs], Thu Apr 21 01:42:19 2011 UTC (13 months ago) by rmind
Branch: rmind-uvmplock
Changes since 1.359.4.3: +1 -1
lines
Diff to previous 1.359.4.3 (colored) to branchpoint 1.359 (colored)
sync with head
Revision 1.386 / (download) - annotate - [select for diffs], Mon Apr 11 01:33:46 2011 UTC (13 months, 2 weeks ago) by dholland
Branch: MAIN
Changes since 1.385: +2 -2
lines
Diff to previous 1.385 (colored)
5.99.49: you need a new nfsd module.
Revision 1.385 / (download) - annotate - [select for diffs], Wed Mar 9 19:02:04 2011 UTC (14 months, 2 weeks ago) by pooka
Branch: MAIN
Changes since 1.384: +2 -2
lines
Diff to previous 1.384 (colored)
Bump version for new quota code -- even if ABIs didn't change, it's still a major feature.
Revision 1.359.4.3 / (download) - annotate - [select for diffs], Sat Mar 5 20:56:24 2011 UTC (14 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.359.4.2: +3 -2
lines
Diff to previous 1.359.4.2 (colored) to branchpoint 1.359 (colored)
sync with head
Revision 1.380.2.2 / (download) - annotate - [select for diffs], Sat Mar 5 15:10:51 2011 UTC (14 months, 3 weeks ago) by bouyer
Branch: bouyer-quota2
Changes since 1.380.2.1: +2 -2
lines
Diff to previous 1.380.2.1 (colored) next main 1.381 (colored)
Sync with HEAD
Revision 1.384 / (download) - annotate - [select for diffs], Fri Feb 25 13:29:46 2011 UTC (14 months, 4 weeks ago) by joerg
Branch: MAIN
CVS Tags: bouyer-quota2-nbase
Changes since 1.383: +2 -2
lines
Diff to previous 1.383 (colored)
Fix redundant version.
Revision 1.383 / (download) - annotate - [select for diffs], Fri Feb 25 12:15:32 2011 UTC (14 months, 4 weeks ago) by joerg
Branch: MAIN
Changes since 1.382: +2 -2
lines
Diff to previous 1.382 (colored)
Bump to 5.99.47 for TLS changes.
Revision 1.382 / (download) - annotate - [select for diffs], Sat Feb 19 09:54:01 2011 UTC (15 months ago) by jruoho
Branch: MAIN
Changes since 1.381: +2 -2
lines
Diff to previous 1.381 (colored)
Bump kernel due recent ACPICA changes. (ACPI modules may panic, etc.).
Revision 1.380.2.1 / (download) - annotate - [select for diffs], Tue Feb 8 16:20:05 2011 UTC (15 months, 2 weeks ago) by bouyer
Branch: bouyer-quota2
Changes since 1.380: +2 -2
lines
Diff to previous 1.380 (colored)
Sync with HEAD
Revision 1.381 / (download) - annotate - [select for diffs], Tue Feb 1 01:40:00 2011 UTC (15 months, 3 weeks ago) by matt
Branch: MAIN
CVS Tags: uebayasi-xip-base7,
bouyer-quota2-base
Changes since 1.380: +2 -2
lines
Diff to previous 1.380 (colored)
Welcome to NetBSD 5.99.45 (Routing socket changes)
Revision 1.380 / (download) - annotate - [select for diffs], Tue Jan 18 21:45:28 2011 UTC (16 months ago) by matt
Branch: MAIN
Branch point for: bouyer-quota2
Changes since 1.379: +2 -2
lines
Diff to previous 1.379 (colored)
Welcome to 5.99.44
Revision 1.379 / (download) - annotate - [select for diffs], Sun Jan 2 05:13:53 2011 UTC (16 months, 3 weeks ago) by dholland
Branch: MAIN
CVS Tags: matt-mips64-premerge-20101231,
jruoho-x86intr-base
Branch point for: jruoho-x86intr
Changes since 1.378: +2 -2
lines
Diff to previous 1.378 (colored)
5.99.43: R.I.P. SAVESTART.
Revision 1.378 / (download) - annotate - [select for diffs], Mon Dec 27 10:58:27 2010 UTC (16 months, 4 weeks ago) by martin
Branch: MAIN
Changes since 1.377: +2 -2
lines
Diff to previous 1.377 (colored)
Belatedly bump version to 5.99.42 - cpu_info changed (at least on sparc64)
Revision 1.377 / (download) - annotate - [select for diffs], Tue Nov 30 10:50:29 2010 UTC (17 months, 3 weeks ago) by dholland
Branch: MAIN
Changes since 1.376: +2 -2
lines
Diff to previous 1.376 (colored)
Time for 5.99.41 - struct componentbuf and struct nameidata both changed.
Revision 1.330.4.15.2.1 / (download) - annotate - [select for diffs], Fri Nov 19 21:16:35 2010 UTC (18 months ago) by riz
Branch: netbsd-5-1
Changes since 1.330.4.15: +2 -2
lines
Diff to previous 1.330.4.15 (colored)
Welcome to 5.1.0_PATCH.
Revision 1.330.4.16 / (download) - annotate - [select for diffs], Fri Nov 19 20:45:37 2010 UTC (18 months ago) by riz
Branch: netbsd-5
CVS Tags: matt-nb5-pq3-base,
matt-nb5-pq3
Changes since 1.330.4.15: +2 -2
lines
Diff to previous 1.330.4.15 (colored) to branchpoint 1.330 (colored) next main 1.331 (colored)
Welcome to 5.1_STABLE.
Revision 1.376 / (download) - annotate - [select for diffs], Fri Nov 19 06:46:33 2010 UTC (18 months ago) by dholland
Branch: MAIN
Changes since 1.375: +2 -2
lines
Diff to previous 1.375 (colored)
5.99.40: nameidata changed.
Revision 1.359.2.4 / (download) - annotate - [select for diffs], Mon Nov 15 14:38:23 2010 UTC (18 months, 1 week ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.359.2.3: +1 -0
lines
Diff to previous 1.359.2.3 (colored) to branchpoint 1.359 (colored) next main 1.360 (colored)
Sync with HEAD.
Revision 1.375 / (download) - annotate - [select for diffs], Sat Nov 13 08:41:40 2010 UTC (18 months, 1 week ago) by uebayasi
Branch: MAIN
CVS Tags: uebayasi-xip-base6
Changes since 1.374: +2 -1
lines
Diff to previous 1.374 (colored)
Include uvm/uvm_param.h from here to provide PAGE_SIZE and other VM related constants. Many users of uvm/uvm_extern.h in subsystems are interested in only PAGE_SIZE. The whole uvm/uvm_extern.h is not necessary at all.
Revision 1.330.4.15 / (download) - annotate - [select for diffs], Sat Nov 6 18:10:17 2010 UTC (18 months, 2 weeks ago) by snj
Branch: netbsd-5
CVS Tags: netbsd-5-1-RELEASE
Branch point for: netbsd-5-1
Changes since 1.330.4.14: +2 -2
lines
Diff to previous 1.330.4.14 (colored) to branchpoint 1.330 (colored)
Welcome to 5.1!
Revision 1.359.2.3 / (download) - annotate - [select for diffs], Fri Oct 22 07:22:55 2010 UTC (19 months ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.359.2.2: +1 -1
lines
Diff to previous 1.359.2.2 (colored) to branchpoint 1.359 (colored)
Sync with HEAD (-D20101022).
Revision 1.316.2.9 / (download) - annotate - [select for diffs], Sat Oct 9 03:32:45 2010 UTC (19 months, 2 weeks ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.316.2.8: +2 -2
lines
Diff to previous 1.316.2.8 (colored) to branchpoint 1.316 (colored) next main 1.317 (colored)
sync with head
Revision 1.330.4.14 / (download) - annotate - [select for diffs], Mon Sep 13 07:32:06 2010 UTC (20 months, 1 week ago) by snj
Branch: netbsd-5
CVS Tags: netbsd-5-1-RC4
Changes since 1.330.4.13: +2 -2
lines
Diff to previous 1.330.4.13 (colored) to branchpoint 1.330 (colored)
Welcome to 5.1_RC4!
Revision 1.374 / (download) - annotate - [select for diffs], Sat Aug 21 13:17:32 2010 UTC (21 months ago) by pgoyette
Branch: MAIN
CVS Tags: yamt-nfs-mp-base11,
uebayasi-xip-base5,
uebayasi-xip-base4,
uebayasi-xip-base3
Changes since 1.373: +2 -2
lines
Diff to previous 1.373 (colored)
Define a set of new kernel locking primitives to implement the recursive kernconfig_mutex. Update module subsystem to use this mutex rather than its own internal (non-recursive) mutex. Make module_autoload() do its own locking to be consistent with the rest of the module_xxx() calls. Update module(9) man page appropriately. As discussed on tech-kern over the last few weeks. Welcome to NetBSD 5.99.39 !
Revision 1.359.2.2 / (download) - annotate - [select for diffs], Tue Aug 17 06:48:08 2010 UTC (21 months, 1 week ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.359.2.1: +1 -1
lines
Diff to previous 1.359.2.1 (colored) to branchpoint 1.359 (colored)
Sync with HEAD.
Revision 1.316.2.8 / (download) - annotate - [select for diffs], Wed Aug 11 22:55:11 2010 UTC (21 months, 2 weeks ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.316.2.7: +2 -2
lines
Diff to previous 1.316.2.7 (colored) to branchpoint 1.316 (colored)
sync with head.
Revision 1.373 / (download) - annotate - [select for diffs], Wed Jul 28 11:03:47 2010 UTC (21 months, 4 weeks ago) by hannken
Branch: MAIN
CVS Tags: yamt-nfs-mp-base10,
uebayasi-xip-base2
Changes since 1.372: +2 -2
lines
Diff to previous 1.372 (colored)
ext2fs,ffs: free on disk inodes in the reclaim routine. Remove now unneeded vnode flag VI_FREEING. Welcome to 5.99.38. Ok: Andrew Doran <ad@netbsd.org>
Revision 1.372 / (download) - annotate - [select for diffs], Wed Jul 21 09:06:37 2010 UTC (22 months ago) by hannken
Branch: MAIN
Changes since 1.371: +2 -2
lines
Diff to previous 1.371 (colored)
Using vfinddev() leads to vnode races as it returns an unreferenced vnode that may disappear before the caller has a chance to reference it. Reference the vnode while the specfs cache is locked. Welcome to 5.99.37. No objections on tech-kern.
Revision 1.371 / (download) - annotate - [select for diffs], Thu Jul 8 12:23:31 2010 UTC (22 months, 2 weeks ago) by rmind
Branch: MAIN
Changes since 1.370: +2 -2
lines
Diff to previous 1.370 (colored)
Implement direct select/poll support, currently effective for socket and pipe subsystems. Avoids overhead of second selscan() on wake-up, and thus improves performance on certain workloads (especially when polling on many file-descriptors). Also, clean-up sys/fd_set.h header and improve macros. Welcome to 5.99.36!
Revision 1.370 / (download) - annotate - [select for diffs], Wed Jul 7 01:37:35 2010 UTC (22 months, 2 weeks ago) by chs
Branch: MAIN
Changes since 1.369: +2 -2
lines
Diff to previous 1.369 (colored)
welcome to 5.99.35 (changes for updated COMPAT_LINUX).
Revision 1.359.4.2 / (download) - annotate - [select for diffs], Sat Jul 3 01:20:04 2010 UTC (22 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.359.4.1: +2 -2
lines
Diff to previous 1.359.4.1 (colored) to branchpoint 1.359 (colored)
sync with head
Revision 1.369 / (download) - annotate - [select for diffs], Thu Jul 1 13:00:57 2010 UTC (22 months, 3 weeks ago) by hannken
Branch: MAIN
Changes since 1.368: +2 -2
lines
Diff to previous 1.368 (colored)
Remove vlockmgr(). Generic vnode lock operations now use a rwlock located in the vnode. All LK_* flags move from sys/lock.h to sys/vnode.h. Calls to vlockmgr() in file systems get replaced with VOP_LOCK() or VOP_UNLOCK(). Welcome to 5.99.34. Discussed on tech-kern.
Revision 1.368 / (download) - annotate - [select for diffs], Sat Jun 26 14:24:27 2010 UTC (23 months ago) by kefren
Branch: MAIN
Changes since 1.367: +2 -2
lines
Diff to previous 1.367 (colored)
Add MPLS support, proposed on tech-net@ a couple of days ago Welcome to 5.99.33
Revision 1.367 / (download) - annotate - [select for diffs], Thu Jun 24 13:03:18 2010 UTC (23 months ago) by hannken
Branch: MAIN
Changes since 1.366: +2 -2
lines
Diff to previous 1.366 (colored)
Clean up vnode lock operations pass 2: VOP_UNLOCK(vp, flags) -> VOP_UNLOCK(vp): Remove the unneeded flags argument. Welcome to 5.99.32. Discussed on tech-kern.
Revision 1.366 / (download) - annotate - [select for diffs], Fri Jun 18 16:29:02 2010 UTC (23 months, 1 week ago) by hannken
Branch: MAIN
Changes since 1.365: +2 -2
lines
Diff to previous 1.365 (colored)
Remove the concept of recursive vnode locks by eliminating vn_setrecurse(), vn_restorerecurse() and LK_CANRECURSE. Welcome to 5.99.31 Discussed on tech-kern.
Revision 1.330.4.13 / (download) - annotate - [select for diffs], Sat Jun 12 02:51:38 2010 UTC (23 months, 2 weeks ago) by riz
Branch: netbsd-5
CVS Tags: netbsd-5-1-RC3
Changes since 1.330.4.12: +2 -2
lines
Diff to previous 1.330.4.12 (colored) to branchpoint 1.330 (colored)
Welcome to 5.1_RC3!
Revision 1.365 / (download) - annotate - [select for diffs], Sun Jun 6 08:01:32 2010 UTC (23 months, 2 weeks ago) by hannken
Branch: MAIN
Changes since 1.364: +2 -2
lines
Diff to previous 1.364 (colored)
Change layered file systems to always pass the locking VOP's down to the leaf file system. Remove now unused member v_vnlock from struct vnode. Welcome to 5.99.30 Discussed on tech-kern.
Revision 1.359.4.1 / (download) - annotate - [select for diffs], Sun May 30 05:18:08 2010 UTC (23 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.359: +2 -2
lines
Diff to previous 1.359 (colored)
sync with head
Revision 1.330.4.12 / (download) - annotate - [select for diffs], Thu May 20 06:06:48 2010 UTC (2 years ago) by snj
Branch: netbsd-5
CVS Tags: netbsd-5-1-RC2
Changes since 1.330.4.11: +2 -2
lines
Diff to previous 1.330.4.11 (colored) to branchpoint 1.330 (colored)
Welcome to 5.1_RC2!
Revision 1.364 / (download) - annotate - [select for diffs], Sun May 2 05:31:47 2010 UTC (2 years ago) by dholland
Branch: MAIN
Changes since 1.363: +2 -2
lines
Diff to previous 1.363 (colored)
5.99.29: smaller struct exec_package.
Revision 1.359.2.1 / (download) - annotate - [select for diffs], Fri Apr 30 14:44:32 2010 UTC (2 years ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.359: +2 -2
lines
Diff to previous 1.359 (colored)
Sync with HEAD.
Revision 1.363 / (download) - annotate - [select for diffs], Wed Apr 28 23:46:37 2010 UTC (2 years ago) by dyoung
Branch: MAIN
CVS Tags: uebayasi-xip-base1
Changes since 1.362: +2 -2
lines
Diff to previous 1.362 (colored)
Bump kernel version for bus_space_tag_t changes on x86.
Revision 1.330.4.11 / (download) - annotate - [select for diffs], Sat Apr 24 06:59:48 2010 UTC (2 years, 1 month ago) by snj
Branch: netbsd-5
CVS Tags: netbsd-5-1-RC1
Changes since 1.330.4.10: +2 -2
lines
Diff to previous 1.330.4.10 (colored) to branchpoint 1.330 (colored)
Welcome to 5.1_RC1!
Revision 1.330.4.9.2.2.2.1 / (download) - annotate - [select for diffs], Wed Apr 21 00:28:24 2010 UTC (2 years, 1 month ago) by matt
Branch: matt-nb5-mips64
CVS Tags: matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-k15
Changes since 1.330.4.9.2.2: +2 -2
lines
Diff to previous 1.330.4.9.2.2 (colored)
sync to netbsd-5
Revision 1.362 / (download) - annotate - [select for diffs], Sat Apr 10 19:04:59 2010 UTC (2 years, 1 month ago) by pgoyette
Branch: MAIN
Changes since 1.361: +2 -2
lines
Diff to previous 1.361 (colored)
Welcome to 5.99.27
Revision 1.361 / (download) - annotate - [select for diffs], Mon Apr 5 07:16:12 2010 UTC (2 years, 1 month ago) by he
Branch: MAIN
Changes since 1.360: +2 -2
lines
Diff to previous 1.360 (colored)
Extend struct malloc_type to count the number of active allocations
per size, and make vmstat report this information under the "Memory
statistics by type" display, which is only printed when the kernel
has been compiled with KMEMSTATS defined, like this:
Memory statistics by type Type Kern
Type InUse MemUse HighUse Limit Requests Limit Limit Size(s)
wapbl 15 4192K 4192K 78644K 376426 0 0 32:0,256:3,512:6,131072:1,262144:2,524288:3
Since struct malloc_type is user-visible and is changed, bump kernel
revision to 5.99.26.
While it is true that malloc(9) is in general on the path of slowly
being replaced by kmem(9) (kmem_alloc/kmem_free), there remains a
lot of points of usage of malloc/free, and this could aid in finding
any leaks. (It helped finding the leak fixed in PR#42661.)
This was discussed with and somewhat hestitantly OKed by rmind@
Revision 1.360 / (download) - annotate - [select for diffs], Mon Mar 29 13:41:06 2010 UTC (2 years, 1 month ago) by pooka
Branch: MAIN
Changes since 1.359: +2 -2
lines
Diff to previous 1.359 (colored)
5.99.25: fifofs stopped exporting its private parts
Revision 1.316.2.7 / (download) - annotate - [select for diffs], Thu Mar 11 15:04:42 2010 UTC (2 years, 2 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.316.2.6: +2 -2
lines
Diff to previous 1.316.2.6 (colored) to branchpoint 1.316 (colored)
sync with head
Revision 1.330.4.9.2.5 / (download) - annotate - [select for diffs], Sat Feb 13 08:15:33 2010 UTC (2 years, 3 months ago) by snj
Branch: netbsd-5-0
Changes since 1.330.4.9.2.4: +2 -2
lines
Diff to previous 1.330.4.9.2.4 (colored) to branchpoint 1.330.4.9 (colored) next main 1.330.4.10 (colored)
Bump version to 5.0.2_PATCH.
Revision 1.330.4.9.2.4 / (download) - annotate - [select for diffs], Sat Feb 6 16:31:35 2010 UTC (2 years, 3 months ago) by snj
Branch: netbsd-5-0
CVS Tags: netbsd-5-0-2-RELEASE
Changes since 1.330.4.9.2.3: +2 -2
lines
Diff to previous 1.330.4.9.2.3 (colored) to branchpoint 1.330.4.9 (colored)
Welcome to 5.0.2!
Revision 1.359 / (download) - annotate - [select for diffs], Tue Jan 19 22:12:00 2010 UTC (2 years, 4 months ago) by pooka
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9,
uebayasi-xip-base
Branch point for: uebayasi-xip,
rmind-uvmplock
Changes since 1.358: +2 -2
lines
Diff to previous 1.358 (colored)
5.99.24: bpf_foo => bpf_ops->bpf_foo (better bump than bummer)
Revision 1.358 / (download) - annotate - [select for diffs], Tue Dec 29 04:24:32 2009 UTC (2 years, 4 months ago) by elad
Branch: MAIN
Changes since 1.357: +2 -2
lines
Diff to previous 1.357 (colored)
Changes to struct socket (added credentials) - 5.99.23.
Revision 1.357 / (download) - annotate - [select for diffs], Mon Nov 9 17:11:29 2009 UTC (2 years, 6 months ago) by cegger
Branch: MAIN
CVS Tags: matt-premerge-20091211
Changes since 1.356: +2 -2
lines
Diff to previous 1.356 (colored)
5.99.22: Added flags argument to pmap_kenter_pa(9). Pointed out by tnn@
Revision 1.356 / (download) - annotate - [select for diffs], Wed Oct 21 21:28:36 2009 UTC (2 years, 7 months ago) by rmind
Branch: MAIN
CVS Tags: jym-xensuspend-nbase
Changes since 1.355: +2 -2
lines
Diff to previous 1.355 (colored)
5.99.21: removed uarea swap-out functionality.
Revision 1.355 / (download) - annotate - [select for diffs], Fri Oct 2 18:50:14 2009 UTC (2 years, 7 months ago) by elad
Branch: MAIN
Changes since 1.354: +2 -2
lines
Diff to previous 1.354 (colored)
First part of secmodel cleanup and other misc. changes:
- Separate the suser part of the bsd44 secmodel into its own secmodel
and directory, pending even more cleanups. For revision history
purposes, the original location of the files was
src/sys/secmodel/bsd44/secmodel_bsd44_suser.c
src/sys/secmodel/bsd44/suser.h
- Add a man-page for secmodel_suser(9) and update the one for
secmodel_bsd44(9).
- Add a "secmodel" module class and use it. Userland program and
documentation updated.
- Manage secmodel count (nsecmodels) through the module framework.
This eliminates the need for secmodel_{,de}register() calls in
secmodel code.
- Prepare for secmodel modularization by adding relevant module bits.
The secmodels don't allow auto unload. The bsd44 secmodel depends
on the suser and securelevel secmodels. The overlay secmodel depends
on the bsd44 secmodel. As the module class is only cosmetic, and to
prevent ambiguity, the bsd44 and overlay secmodels are prefixed with
"secmodel_".
- Adapt the overlay secmodel to recent changes (mainly vnode scope).
- Stop using link-sets for the sysctl node(s) creation.
- Keep sysctl variables under nodes of their relevant secmodels. In
other words, don't create duplicates for the suser/securelevel
secmodels under the bsd44 secmodel, as the latter is merely used
for "grouping".
- For the suser and securelevel secmodels, "advertise presence" in
relevant sysctl nodes (sysctl.security.models.{suser,securelevel}).
- Get rid of the LKM preprocessor stuff.
- As secmodels are now modules, there's no need for an explicit call
to secmodel_start(); it's handled by the module framework. That
said, the module framework was adjusted to properly load secmodels
early during system startup.
- Adapt rump to changes: Instead of using empty stubs for securelevel,
simply use the suser secmodel. Also replace secmodel_start() with a
call to secmodel_suser_start().
- 5.99.20.
Testing was done on i386 ("release" build). Spearated module_init()
changes were tested on sparc and sparc64 as well by martin@ (thanks!).
Mailing list reference:
http://mail-index.netbsd.org/tech-kern/2009/09/25/msg006135.html
Revision 1.354 / (download) - annotate - [select for diffs], Sun Sep 27 17:25:25 2009 UTC (2 years, 7 months ago) by dholland
Branch: MAIN
Changes since 1.353: +2 -2
lines
Diff to previous 1.353 (colored)
5.99.19: need new nfs modules.
Revision 1.353 / (download) - annotate - [select for diffs], Fri Sep 18 15:07:10 2009 UTC (2 years, 8 months ago) by dyoung
Branch: MAIN
Changes since 1.352: +2 -2
lines
Diff to previous 1.352 (colored)
Belated version bump for pmf(9) changes.
Revision 1.316.2.6 / (download) - annotate - [select for diffs], Wed Sep 16 13:38:06 2009 UTC (2 years, 8 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.316.2.5: +2 -2
lines
Diff to previous 1.316.2.5 (colored) to branchpoint 1.316 (colored)
sync with head
Revision 1.352 / (download) - annotate - [select for diffs], Fri Sep 11 22:07:43 2009 UTC (2 years, 8 months ago) by dyoung
Branch: MAIN
CVS Tags: yamt-nfs-mp-base8
Changes since 1.351: +2 -2
lines
Diff to previous 1.351 (colored)
Bump version for the change to struct domain.
Revision 1.351 / (download) - annotate - [select for diffs], Wed Sep 2 15:45:10 2009 UTC (2 years, 8 months ago) by tls
Branch: MAIN
Changes since 1.350: +2 -2
lines
Diff to previous 1.350 (colored)
Bump __NetBSD_Version__ for previous, per ad@ -- welcome to 5.99.16.
Revision 1.330.4.9.2.3 / (download) - annotate - [select for diffs], Mon Aug 3 00:32:26 2009 UTC (2 years, 9 months ago) by snj
Branch: netbsd-5-0
Changes since 1.330.4.9.2.2: +2 -2
lines
Diff to previous 1.330.4.9.2.2 (colored) to branchpoint 1.330.4.9 (colored)
Welcome to 5.0.1_PATCH.
Revision 1.330.4.9.2.2 / (download) - annotate - [select for diffs], Wed Jul 29 22:35:18 2009 UTC (2 years, 9 months ago) by snj
Branch: netbsd-5-0
CVS Tags: netbsd-5-0-1-RELEASE,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20091211,
matt-nb4-mips64-k7-u2a-k9b
Branch point for: matt-nb5-mips64
Changes since 1.330.4.9.2.1: +2 -2
lines
Diff to previous 1.330.4.9.2.1 (colored) to branchpoint 1.330.4.9 (colored)
Welcome to 5.0.1!
Revision 1.340.2.2 / (download) - annotate - [select for diffs], Thu Jul 23 23:32:56 2009 UTC (2 years, 10 months ago) by jym
Branch: jym-xensuspend
Changes since 1.340.2.1: +4 -4
lines
Diff to previous 1.340.2.1 (colored) to branchpoint 1.340 (colored) next main 1.341 (colored)
Sync with HEAD.
Revision 1.316.2.5 / (download) - annotate - [select for diffs], Sat Jul 18 14:53:27 2009 UTC (2 years, 10 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.316.2.4: +4 -4
lines
Diff to previous 1.316.2.4 (colored) to branchpoint 1.316 (colored)
sync with head.
Revision 1.350 / (download) - annotate - [select for diffs], Mon Jun 29 05:47:35 2009 UTC (2 years, 10 months ago) by dholland
Branch: MAIN
CVS Tags: yamt-nfs-mp-base7,
yamt-nfs-mp-base6,
jymxensuspend-base
Changes since 1.349: +2 -2
lines
Diff to previous 1.349 (colored)
Time for 5.99.15: newly compiled fs modules won't work with an older kernel.
Revision 1.316.2.4 / (download) - annotate - [select for diffs], Sat Jun 20 07:20:38 2009 UTC (2 years, 11 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.316.2.3: +2 -2
lines
Diff to previous 1.316.2.3 (colored) to branchpoint 1.316 (colored)
sync with head
Revision 1.349 / (download) - annotate - [select for diffs], Fri Jun 19 15:25:16 2009 UTC (2 years, 11 months ago) by christos
Branch: MAIN
Changes since 1.348: +3 -3
lines
Diff to previous 1.348 (colored)
MIN and MAX could be used with constant predicates, and it does not matter if they are, so make lint shut up.
Revision 1.348 / (download) - annotate - [select for diffs], Sun Jun 14 21:37:06 2009 UTC (2 years, 11 months ago) by yamt
Branch: MAIN
CVS Tags: yamt-nfs-mp-base5
Changes since 1.347: +2 -2
lines
Diff to previous 1.347 (colored)
bump the kernel version to 5.99.14 for the vm_anon change.
Revision 1.347 / (download) - annotate - [select for diffs], Mon Jun 1 20:08:44 2009 UTC (2 years, 11 months ago) by pgoyette
Branch: MAIN
Changes since 1.346: +2 -2
lines
Diff to previous 1.346 (colored)
Since we no longer have individual events for each sensor value limit, we don't need individual flag bits. Clean up extra bit definitions. Bump kernel version - welcome to 5.99.13
Revision 1.346 / (download) - annotate - [select for diffs], Sat May 23 18:28:26 2009 UTC (3 years ago) by ad
Branch: MAIN
Changes since 1.345: +2 -2
lines
Diff to previous 1.345 (colored)
5.99.12 struct lwp changes for timecounter detachment
Revision 1.316.2.3 / (download) - annotate - [select for diffs], Sat May 16 10:41:53 2009 UTC (3 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.316.2.2: +2 -2
lines
Diff to previous 1.316.2.2 (colored) to branchpoint 1.316 (colored)
sync with head
Revision 1.340.2.1 / (download) - annotate - [select for diffs], Wed May 13 17:23:03 2009 UTC (3 years ago) by jym
Branch: jym-xensuspend
Changes since 1.340: +3 -3
lines
Diff to previous 1.340 (colored)
Sync with HEAD. Commit is split, to avoid a "too many arguments" protocol error.
Revision 1.345 / (download) - annotate - [select for diffs], Sat May 9 04:03:47 2009 UTC (3 years ago) by tsutsui
Branch: MAIN
CVS Tags: yamt-nfs-mp-base4,
jym-xensuspend-base
Changes since 1.344: +2 -2
lines
Diff to previous 1.344 (colored)
Add necessary parentheses to roundup2() macro.
Revision 1.316.2.2 / (download) - annotate - [select for diffs], Mon May 4 08:14:35 2009 UTC (3 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.316.2.1: +20 -4
lines
Diff to previous 1.316.2.1 (colored) to branchpoint 1.316 (colored)
sync with head.
Revision 1.330.4.9.2.1 / (download) - annotate - [select for diffs], Thu Apr 30 01:03:08 2009 UTC (3 years ago) by snj
Branch: netbsd-5-0
Changes since 1.330.4.9: +2 -2
lines
Diff to previous 1.330.4.9 (colored)
Welcome to 5.0.0_PATCH.
Revision 1.330.4.10 / (download) - annotate - [select for diffs], Thu Apr 30 00:54:47 2009 UTC (3 years ago) by snj
Branch: netbsd-5
Changes since 1.330.4.9: +2 -2
lines
Diff to previous 1.330.4.9 (colored) to branchpoint 1.330 (colored)
Welcome to 5.0_STABLE.
Revision 1.330.2.2 / (download) - annotate - [select for diffs], Tue Apr 28 07:37:53 2009 UTC (3 years ago) by skrll
Branch: nick-hppapmap
Changes since 1.330.2.1: +2 -2
lines
Diff to previous 1.330.2.1 (colored) to branchpoint 1.330 (colored) next main 1.331 (colored)
Sync with HEAD.
Revision 1.330.4.9 / (download) - annotate - [select for diffs], Sun Apr 26 01:39:55 2009 UTC (3 years, 1 month ago) by snj
Branch: netbsd-5
CVS Tags: netbsd-5-0-RELEASE
Branch point for: netbsd-5-0
Changes since 1.330.4.8: +2 -2
lines
Diff to previous 1.330.4.8 (colored) to branchpoint 1.330 (colored)
Welcome to NetBSD 5.0!
Revision 1.344 / (download) - annotate - [select for diffs], Fri Apr 17 02:38:26 2009 UTC (3 years, 1 month ago) by yamt
Branch: MAIN
CVS Tags: yamt-nfs-mp-base3,
nick-hppapmap-base4,
nick-hppapmap-base3,
nick-hppapmap-base
Changes since 1.343: +2 -2
lines
Diff to previous 1.343 (colored)
bump to 5.99.11 for the recent change of KAUTH_ constants.
Revision 1.330.4.8 / (download) - annotate - [select for diffs], Tue Apr 14 17:24:21 2009 UTC (3 years, 1 month ago) by snj
Branch: netbsd-5
CVS Tags: netbsd-5-0-RC4
Changes since 1.330.4.7: +2 -2
lines
Diff to previous 1.330.4.7 (colored) to branchpoint 1.330 (colored)
Welcome to 5.0_RC4!
Revision 1.330.4.7 / (download) - annotate - [select for diffs], Sat Apr 4 23:36:28 2009 UTC (3 years, 1 month ago) by snj
Branch: netbsd-5
Changes since 1.330.4.6: +2 -2
lines
Diff to previous 1.330.4.6 (colored) to branchpoint 1.330 (colored)
Pull up following revision(s) (requested by ad in ticket #661): sys/arch/xen/xen/xenevt.c: revision 1.32 sys/compat/svr4/svr4_net.c: revision 1.56 sys/compat/svr4_32/svr4_32_net.c: revision 1.19 sys/dev/dmover/dmover_io.c: revision 1.32 sys/dev/putter/putter.c: revision 1.21 sys/kern/kern_descrip.c: revision 1.190 sys/kern/kern_drvctl.c: revision 1.23 sys/kern/kern_event.c: revision 1.64 sys/kern/sys_mqueue.c: revision 1.14 sys/kern/sys_pipe.c: revision 1.109 sys/kern/sys_socket.c: revision 1.59 sys/kern/uipc_syscalls.c: revision 1.136 sys/kern/vfs_vnops.c: revision 1.164 sys/kern/uipc_socket.c: revision 1.188 sys/net/bpf.c: revision 1.144 sys/net/if_tap.c: revision 1.55 sys/opencrypto/cryptodev.c: revision 1.47 sys/sys/file.h: revision 1.67 sys/sys/param.h: patch sys/sys/socketvar.h: revision 1.119 Add fileops::fo_drain(), to be called from fd_close() when there is more than one active reference to a file descriptor. It should dislodge threads sleeping while holding a reference to the descriptor. Implemented only for sockets but should be extended to pipes, fifos, etc. Fixes the case of a multithreaded process doing something like the following, which would have hung until the process got a signal. thr0 accept(fd, ...) thr1 close(fd)
Revision 1.343 / (download) - annotate - [select for diffs], Sat Apr 4 10:13:30 2009 UTC (3 years, 1 month ago) by ad
Branch: MAIN
Changes since 1.342: +2 -2
lines
Diff to previous 1.342 (colored)
5.99.10 struct fileops changed for f_drain. I have added a couple of spares.
Revision 1.330.4.6 / (download) - annotate - [select for diffs], Wed Apr 1 00:25:22 2009 UTC (3 years, 1 month ago) by snj
Branch: netbsd-5
Changes since 1.330.4.5: +2 -2
lines
Diff to previous 1.330.4.5 (colored) to branchpoint 1.330 (colored)
Pull up following revision(s) (requested by mrg in ticket #622):
bin/csh/csh.1: revision 1.46
bin/csh/func.c: revision 1.37
bin/ps/print.c: revision 1.111
bin/ps/ps.c: revision 1.74
bin/sh/miscbltin.c: revision 1.38
bin/sh/sh.1: revision 1.92 via patch
external/bsd/top/dist/machine/m_netbsd.c: revision 1.7
lib/libkvm/kvm_proc.c: revision 1.82
sys/arch/mips/mips/cpu_exec.c: revision 1.55
sys/compat/darwin/darwin_exec.c: revision 1.57
sys/compat/ibcs2/ibcs2_exec.c: revision 1.73
sys/compat/irix/irix_resource.c: revision 1.15
sys/compat/linux/arch/amd64/linux_exec_machdep.c: revision 1.16
sys/compat/linux/arch/i386/linux_exec_machdep.c: revision 1.12
sys/compat/linux/common/linux_limit.h: revision 1.5
sys/compat/osf1/osf1_resource.c: revision 1.14
sys/compat/svr4/svr4_resource.c: revision 1.18
sys/compat/svr4_32/svr4_32_resource.c: revision 1.17
sys/kern/exec_subr.c: revision 1.62
sys/kern/init_sysctl.c: revision 1.160
sys/kern/kern_exec.c: revision 1.288
sys/kern/kern_resource.c: revision 1.151
sys/sys/param.h: patch
sys/sys/resource.h: revision 1.31
sys/sys/sysctl.h: revision 1.184
sys/uvm/uvm_extern.h: revision 1.153
sys/uvm/uvm_glue.c: revision 1.136
sys/uvm/uvm_mmap.c: revision 1.128
usr.bin/systat/ps.c: revision 1.32
- - add new RLIMIT_AS (aka RLIMIT_VMEM) resource that limits the total
address space available to processes. this limit exists in most other
modern unix variants, and like most of them, our defaults are unlimited.
remove the old mmap / rlimit.datasize hack.
- - adds the VMCMD_STACK flag to all the stack-creation vmcmd callers.
it is currently unused, but was added a few years ago.
- - add a pair of new process size values to kinfo_proc2{}. one is the
total size of the process memory map, and the other is the total size
adjusted for unused stack space (since most processes have a lot of
this...)
- - patch sh, and csh to notice RLIMIT_AS. (in some cases, the alias
RLIMIT_VMEM was already present and used if availble.)
- - patch ps, top and systat to notice the new k_vm_vsize member of
kinfo_proc2{}.
- - update irix, svr4, svr4_32, linux and osf1 emulations to support
this information. (freebsd could be done, but that it's best left
as part of the full-update of compat/freebsd.)
this addresses PR 7897. it also gives correct memory usage values,
which have never been entirely correct (since mmap), and have been
very incorrect since jemalloc() was enabled.
tested on i386 and sparc64, build tested on several other platforms.
thanks to many folks for feedback and testing but most espcially
chuq and yamt for critical suggestions that lead to this patch not
having a special ugliness i wasn't happy with anyway :-)
Revision 1.342 / (download) - annotate - [select for diffs], Sun Mar 29 01:12:22 2009 UTC (3 years, 1 month ago) by mrg
Branch: MAIN
Changes since 1.341: +2 -2
lines
Diff to previous 1.341 (colored)
5.99.9: struct vmspace grew a new member.
Revision 1.330.4.5 / (download) - annotate - [select for diffs], Fri Mar 20 04:28:17 2009 UTC (3 years, 2 months ago) by snj
Branch: netbsd-5
CVS Tags: netbsd-5-0-RC3
Changes since 1.330.4.4: +2 -2
lines
Diff to previous 1.330.4.4 (colored) to branchpoint 1.330 (colored)
Welcome to RC3!
Revision 1.330.4.4 / (download) - annotate - [select for diffs], Wed Mar 18 05:33:23 2009 UTC (3 years, 2 months ago) by snj
Branch: netbsd-5
Changes since 1.330.4.3: +2 -2
lines
Diff to previous 1.330.4.3 (colored) to branchpoint 1.330 (colored)
Pull up following revision(s) (requested by mrg in ticket #577): sys/kern/kern_descrip.c: revision 1.188 sys/kern/uipc_usrreq.c: revision 1.121 sys/sys/fcntl.h: revision 1.35 sys/sys/file.h: revision 1.66 sys/sys/param.h: patch sys/sys/un.h: revision 1.45 completely rework the way that orphaned sockets that are being fdpassed via SCM_RIGHTS messages are dealt with: 1. unp_gc: make this a kthread. 2. unp_detach: go not call unp_gc directly. instead, wake up unp_gc kthread. 3. unp_scan: do not close files here. instead, put them on a global list for unp_gc to close, along with a per-file "deferred close count". if file is already enqueued for close, just increment deferred close count. this eliminates the recursive calls. 3. unp_gc: scan files on global deferred close list. close each file N times, as specified by deferred close count in file. continue processing list until it becomes empty (closing may cause additional files to be queued for close). 4. unp_gc: add additional bit to mark files we are scanning. set during initial scan of global file list that currently clears FMARK/FDEFER. during later scans, never examine / garbage collect descriptors that we have not marked during the earlier scan. do not proceed with this initial scan until all deferred closes have been processed. be careful with locking to ensure no races are introduced between deferred close and file scan. 5. unp_gc: use dummy file_t to mark position in list when scanning. allow us to drop filelist_lock. in turn allows us to eliminate kmem_alloc() and safely close files, etc. 6. prohibit transfer of descriptors within SCM_RIGHTS messages if (num_files_in_transit > maxfiles / unp_rights_ratio) 7. fd_allocfile: ensure recycled filse don't get scanned. this is 97% work done by andrew doran, with a couple of minor bug fixes and a lot of testing by yours truly.
Revision 1.341 / (download) - annotate - [select for diffs], Wed Mar 11 06:05:30 2009 UTC (3 years, 2 months ago) by mrg
Branch: MAIN
Changes since 1.340: +2 -2
lines
Diff to previous 1.340 (colored)
completely rework the way that orphaned sockets that are being fdpassed via SCM_RIGHTS messages are dealt with: 1. unp_gc: make this a kthread. 2. unp_detach: go not call unp_gc directly. instead, wake up unp_gc kthread. 3. unp_scan: do not close files here. instead, put them on a global list for unp_gc to close, along with a per-file "deferred close count". if file is already enqueued for close, just increment deferred close count. this eliminates the recursive calls. 3. unp_gc: scan files on global deferred close list. close each file N times, as specified by deferred close count in file. continue processing list until it becomes empty (closing may cause additional files to be queued for close). 4. unp_gc: add additional bit to mark files we are scanning. set during initial scan of global file list that currently clears FMARK/FDEFER. during later scans, never examine / garbage collect descriptors that we have not marked during the earlier scan. do not proceed with this initial scan until all deferred closes have been processed. be careful with locking to ensure no races are introduced between deferred close and file scan. 5. unp_gc: use dummy file_t to mark position in list when scanning. allow us to drop filelist_lock. in turn allows us to eliminate kmem_alloc() and safely close files, etc. 6. prohibit transfer of descriptors within SCM_RIGHTS messages if (num_files_in_transit > maxfiles / unp_rights_ratio) 7. fd_allocfile: ensure recycled filse don't get scanned. this is 97% work done by andrew doran, with a couple of minor bug fixes and a lot of testing by yours truly.
Revision 1.330.4.3 / (download) - annotate - [select for diffs], Mon Feb 9 00:22:09 2009 UTC (3 years, 3 months ago) by snj
Branch: netbsd-5
CVS Tags: netbsd-5-0-RC2
Changes since 1.330.4.2: +2 -2
lines
Diff to previous 1.330.4.2 (colored) to branchpoint 1.330 (colored)
Welcome to 5.0_RC2!
Revision 1.330.4.2 / (download) - annotate - [select for diffs], Mon Jan 26 06:23:39 2009 UTC (3 years, 3 months ago) by snj
Branch: netbsd-5
CVS Tags: netbsd-5-0-RC1
Changes since 1.330.4.1: +2 -2
lines
Diff to previous 1.330.4.1 (colored) to branchpoint 1.330 (colored)
Welcome to 5.0_RC1!
Revision 1.330.2.1 / (download) - annotate - [select for diffs], Mon Jan 19 13:20:30 2009 UTC (3 years, 4 months ago) by skrll
Branch: nick-hppapmap
Changes since 1.330: +16 -4
lines
Diff to previous 1.330 (colored)
Sync with HEAD.
Revision 1.306.6.6 / (download) - annotate - [select for diffs], Sat Jan 17 13:29:40 2009 UTC (3 years, 4 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.306.6.5: +15 -3
lines
Diff to previous 1.306.6.5 (colored) to branchpoint 1.306 (colored) next main 1.307 (colored)
Sync with HEAD.
Revision 1.340 / (download) - annotate - [select for diffs], Mon Jan 12 02:51:30 2009 UTC (3 years, 4 months ago) by pooka
Branch: MAIN
CVS Tags: nick-hppapmap-base2,
mjf-devfs2-base
Branch point for: jym-xensuspend
Changes since 1.339: +3 -3
lines
Diff to previous 1.339 (colored)
.. and finally, we need __ASSEMBLER__ instead of _LOCORE, since we might want this header from userspace assembly files as well.
Revision 1.339 / (download) - annotate - [select for diffs], Sun Jan 11 22:29:02 2009 UTC (3 years, 4 months ago) by pooka
Branch: MAIN
Changes since 1.338: +14 -14
lines
Diff to previous 1.338 (colored)
... except we mostly need _HARD/SOFTKERNEL in assembly and we can't include param.h from asm as such. So wrap in #ifndef logore.
Revision 1.338 / (download) - annotate - [select for diffs], Sun Jan 11 21:38:19 2009 UTC (3 years, 4 months ago) by pooka
Branch: MAIN
Changes since 1.337: +13 -1
lines
Diff to previous 1.337 (colored)
Currently _KERNEL can mean either a) use kernel C namespace or b) code runs in priviledged mode. Introduce _HARDKERNEL and _SOFTKERNEL to be able to say if the code runs in priviledged mode. Currently used by rump, but Xen should probably set them too.
Revision 1.337 / (download) - annotate - [select for diffs], Sun Jan 11 03:12:21 2009 UTC (3 years, 4 months ago) by christos
Branch: MAIN
Changes since 1.336: +2 -2
lines
Diff to previous 1.336 (colored)
christos-time_t: welcome to 5.99.7
Revision 1.336 / (download) - annotate - [select for diffs], Mon Jan 5 21:46:47 2009 UTC (3 years, 4 months ago) by pooka
Branch: MAIN
Changes since 1.335: +2 -2
lines
Diff to previous 1.335 (colored)
5.99.6: kernel malloc symbol name is now kern_malloc
Revision 1.325.2.2 / (download) - annotate - [select for diffs], Sat Dec 13 01:15:35 2008 UTC (3 years, 5 months ago) by haad
Branch: haad-dm
Changes since 1.325.2.1: +2 -2
lines
Diff to previous 1.325.2.1 (colored) next main 1.326 (colored)
Update haad-dm branch to haad-dm-base2.
Revision 1.335 / (download) - annotate - [select for diffs], Tue Dec 9 20:48:52 2008 UTC (3 years, 5 months ago) by pooka
Branch: MAIN
CVS Tags: haad-nbase2,
haad-dm-base2,
haad-dm-base
Changes since 1.334: +2 -2
lines
Diff to previous 1.334 (colored)
5.99.5: pmap_kernel() unified
Revision 1.334 / (download) - annotate - [select for diffs], Sat Nov 29 23:16:26 2008 UTC (3 years, 5 months ago) by cube
Branch: MAIN
CVS Tags: ad-audiomp2-base,
ad-audiomp2
Changes since 1.333: +2 -2
lines
Diff to previous 1.333 (colored)
Bump to 5.99.4, ppp compressor interface changed.
Revision 1.333 / (download) - annotate - [select for diffs], Wed Nov 19 18:36:58 2008 UTC (3 years, 6 months ago) by ad
Branch: MAIN
Changes since 1.332: +2 -2
lines
Diff to previous 1.332 (colored)
5.99.3: exec_add/exec_remove made useful. vfs_hooks changed. I have added a bunch of empty entrypoints so this can be extended again without bumping the kernel version.
Revision 1.332 / (download) - annotate - [select for diffs], Thu Nov 13 20:24:17 2008 UTC (3 years, 6 months ago) by dyoung
Branch: MAIN
Changes since 1.331: +2 -2
lines
Diff to previous 1.331 (colored)
Bump kernel version to 5.99.02 for ifioctl changes.
Revision 1.330.4.1 / (download) - annotate - [select for diffs], Fri Oct 31 04:27:01 2008 UTC (3 years, 6 months ago) by agc
Branch: netbsd-5
Changes since 1.330: +2 -2
lines
Diff to previous 1.330 (colored)
Welcome to NetBSD 5.0_BETA
Revision 1.331 / (download) - annotate - [select for diffs], Fri Oct 31 00:12:51 2008 UTC (3 years, 6 months ago) by matt
Branch: MAIN
Changes since 1.330: +2 -2
lines
Diff to previous 1.330 (colored)
Welcome to 5.99.1!
Revision 1.325.2.1 / (download) - annotate - [select for diffs], Sun Oct 19 22:18:09 2008 UTC (3 years, 7 months ago) by haad
Branch: haad-dm
Changes since 1.325: +5 -2
lines
Diff to previous 1.325 (colored)
Sync with HEAD.
Revision 1.317.2.3 / (download) - annotate - [select for diffs], Fri Oct 10 22:37:09 2008 UTC (3 years, 7 months ago) by skrll
Branch: wrstuden-revivesa
Changes since 1.317.2.2: +2 -2
lines
Diff to previous 1.317.2.2 (colored) to branchpoint 1.317 (colored) next main 1.318 (colored)
Sync with HEAD.
Revision 1.330 / (download) - annotate - [select for diffs], Thu Oct 9 11:02:17 2008 UTC (3 years, 7 months ago) by pooka
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-4,
netbsd-5-base,
matt-mips64-base2,
haad-dm-base1
Branch point for: nick-hppapmap,
netbsd-5
Changes since 1.329: +2 -2
lines
Diff to previous 1.329 (colored)
4.99.73: once_t changed
Revision 1.244.2.9.2.3 / (download) - annotate - [select for diffs], Sun Oct 5 17:13:04 2008 UTC (3 years, 7 months ago) by bouyer
Branch: netbsd-4-0
Changes since 1.244.2.9.2.2: +2 -2
lines
Diff to previous 1.244.2.9.2.2 (colored) to branchpoint 1.244.2.9 (colored) next main 1.244.2.10 (colored)
Switch netbsd-4-0 to 4.0.1_PATCH
Revision 1.244.2.9.2.2 / (download) - annotate - [select for diffs], Sun Oct 5 08:44:03 2008 UTC (3 years, 7 months ago) by bouyer
Branch: netbsd-4-0
CVS Tags: netbsd-4-0-1-RELEASE
Changes since 1.244.2.9.2.1: +2 -2
lines
Diff to previous 1.244.2.9.2.1 (colored) to branchpoint 1.244.2.9 (colored)
Welcome to NetBSD 4.0.1
Revision 1.306.6.5 / (download) - annotate - [select for diffs], Sun Sep 28 10:41:04 2008 UTC (3 years, 7 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.306.6.4: +4 -1
lines
Diff to previous 1.306.6.4 (colored) to branchpoint 1.306 (colored)
Sync with HEAD.
Revision 1.317.2.2 / (download) - annotate - [select for diffs], Thu Sep 18 04:37:05 2008 UTC (3 years, 8 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.317.2.1: +5 -2
lines
Diff to previous 1.317.2.1 (colored) to branchpoint 1.317 (colored)
Sync with wrstuden-revivesa-base-2.
Revision 1.329 / (download) - annotate - [select for diffs], Mon Aug 4 17:08:49 2008 UTC (3 years, 9 months ago) by matt
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2
Changes since 1.328: +4 -1
lines
Diff to previous 1.328 (colored)
Add _POSIX_HOST_NAME_MAX and _POSIX_SYMLOOP_MAX to <limits.h> and add some references to them in <sys/param.h> in <stdio.h> also export v*scanf when _ISOC99_SOURCE is defined From andy dot shevchenko at gmail dot com.
Revision 1.328 / (download) - annotate - [select for diffs], Fri Aug 1 13:34:31 2008 UTC (3 years, 9 months ago) by pooka
Branch: MAIN
Changes since 1.327: +2 -2
lines
Diff to previous 1.327 (colored)
72 for wapbl
Revision 1.319.2.5 / (download) - annotate - [select for diffs], Thu Jul 31 04:51:05 2008 UTC (3 years, 9 months ago) by simonb
Branch: simonb-wapbl
Changes since 1.319.2.4: +2 -2
lines
Diff to previous 1.319.2.4 (colored) to branchpoint 1.319 (colored) next main 1.320 (colored)
Sync with head.
Revision 1.327 / (download) - annotate - [select for diffs], Tue Jul 29 00:03:06 2008 UTC (3 years, 9 months ago) by matt
Branch: MAIN
CVS Tags: simonb-wapbl-nbase,
simonb-wapbl-base
Changes since 1.326: +2 -2
lines
Diff to previous 1.326 (colored)
Make uvm_map.? use <sys/rb.h> instead of <sys/tree.h>. Change the ambiguous members ownspace/space to gap/maxgap. Add some evcnt for evaluation of lookups using tree/list. Drop threshold of using tree for lookups from > 30 to > 15. Bump kernel version to 4.99.71
Revision 1.319.2.4 / (download) - annotate - [select for diffs], Fri Jul 18 16:37:57 2008 UTC (3 years, 10 months ago) by simonb
Branch: simonb-wapbl
Changes since 1.319.2.3: +2 -2
lines
Diff to previous 1.319.2.3 (colored) to branchpoint 1.319 (colored)
Sync with head.
Revision 1.326 / (download) - annotate - [select for diffs], Tue Jul 15 16:18:08 2008 UTC (3 years, 10 months ago) by christos
Branch: MAIN
Changes since 1.325: +2 -2
lines
Diff to previous 1.325 (colored)
Use more timespecs internally. From Alexander Shishkin and me. Welcome to 4.99.70, 30 more to go for 100.
Revision 1.319.2.3 / (download) - annotate - [select for diffs], Thu Jul 3 18:38:24 2008 UTC (3 years, 10 months ago) by simonb
Branch: simonb-wapbl
Changes since 1.319.2.2: +2 -2
lines
Diff to previous 1.319.2.2 (colored) to branchpoint 1.319 (colored)
Sync with head.
Revision 1.306.6.4 / (download) - annotate - [select for diffs], Wed Jul 2 19:08:21 2008 UTC (3 years, 10 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.306.6.3: +1 -1
lines
Diff to previous 1.306.6.3 (colored) to branchpoint 1.306 (colored)
Sync with HEAD.
Revision 1.325 / (download) - annotate - [select for diffs], Wed Jul 2 16:45:20 2008 UTC (3 years, 10 months ago) by matt
Branch: MAIN
Branch point for: haad-dm
Changes since 1.324: +2 -2
lines
Diff to previous 1.324 (colored)
Change {ff,fd}_exclose and ff_allocated to bool. Change exclose arg to
fd_dup to bool. Switch assignments from 1/0 to true/false.
This make alpha kernels compile. Bump kern to 4.99.69 since structure
changed.
Revision 1.324 / (download) - annotate - [select for diffs], Mon Jun 30 16:43:12 2008 UTC (3 years, 10 months ago) by matt
Branch: MAIN
Changes since 1.323: +2 -2
lines
Diff to previous 1.323 (colored)
Hello 4.99.68 (struct rb_node changed size)
Revision 1.306.6.3 / (download) - annotate - [select for diffs], Sun Jun 29 09:33:20 2008 UTC (3 years, 10 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.306.6.2: +2 -1
lines
Diff to previous 1.306.6.2 (colored) to branchpoint 1.306 (colored)
Sync with HEAD.
Revision 1.319.2.2 / (download) - annotate - [select for diffs], Fri Jun 27 15:11:55 2008 UTC (3 years, 10 months ago) by simonb
Branch: simonb-wapbl
Changes since 1.319.2.1: +2 -2
lines
Diff to previous 1.319.2.1 (colored) to branchpoint 1.319 (colored)
Sync with head.
Revision 1.323 / (download) - annotate - [select for diffs], Wed Jun 25 01:09:51 2008 UTC (3 years, 11 months ago) by gmcgarry
Branch: MAIN
Changes since 1.322: +2 -2
lines
Diff to previous 1.322 (colored)
Bump to 4.99.67 for fsetown()/fgetown() ABI change on 64-bit architectures. Prompted by Greg Troxel.
Revision 1.317.2.1 / (download) - annotate - [select for diffs], Mon Jun 23 04:32:02 2008 UTC (3 years, 11 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.317: +3 -2
lines
Diff to previous 1.317 (colored)
Sync w/ -current. 34 merge conflicts to follow.
Revision 1.322 / (download) - annotate - [select for diffs], Thu Jun 19 03:37:14 2008 UTC (3 years, 11 months ago) by yamt
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-1,
wrstuden-revivesa-base
Changes since 1.321: +2 -2
lines
Diff to previous 1.321 (colored)
4.99.66 - yamt-pf42 branch merge
Revision 1.319.2.1 / (download) - annotate - [select for diffs], Wed Jun 18 16:33:51 2008 UTC (3 years, 11 months ago) by simonb
Branch: simonb-wapbl
Changes since 1.319: +3 -2
lines
Diff to previous 1.319 (colored)
Sync with head.
Revision 1.315.2.3 / (download) - annotate - [select for diffs], Tue Jun 17 09:15:16 2008 UTC (3 years, 11 months ago) by yamt
Branch: yamt-pf42
Changes since 1.315.2.2: +3 -2
lines
Diff to previous 1.315.2.2 (colored) to branchpoint 1.315 (colored) next main 1.316 (colored)
sync with head.
Revision 1.321 / (download) - annotate - [select for diffs], Tue Jun 17 02:59:08 2008 UTC (3 years, 11 months ago) by yamt
Branch: MAIN
CVS Tags: yamt-pf42-base4
Changes since 1.320: +2 -2
lines
Diff to previous 1.320 (colored)
4.99.65; bump for cpuset changes
Revision 1.320 / (download) - annotate - [select for diffs], Mon Jun 16 11:26:28 2008 UTC (3 years, 11 months ago) by ad
Branch: MAIN
Changes since 1.319: +2 -1
lines
Diff to previous 1.319 (colored)
PR kern/38927: processes getting stuck in uvm_map (cv_timedwait), hanging machine Assume that a vnode (and associated data structures) costs 2kB in the worst imaginable case. Don't allow sysctl to set desiredvnodes to a value that would use more than 75% of KVA or 75% of physical memory.
Revision 1.315.2.2 / (download) - annotate - [select for diffs], Wed Jun 4 02:05:49 2008 UTC (3 years, 11 months ago) by yamt
Branch: yamt-pf42
Changes since 1.315.2.1: +2 -2
lines
Diff to previous 1.315.2.1 (colored) to branchpoint 1.315 (colored)
sync with head
Revision 1.306.6.2 / (download) - annotate - [select for diffs], Mon Jun 2 13:24:33 2008 UTC (3 years, 11 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.306.6.1: +1 -1
lines
Diff to previous 1.306.6.1 (colored) to branchpoint 1.306 (colored)
Sync with HEAD.
Revision 1.319 / (download) - annotate - [select for diffs], Sat May 31 19:32:33 2008 UTC (3 years, 11 months ago) by ad
Branch: MAIN
CVS Tags: yamt-pf42-base3
Branch point for: simonb-wapbl
Changes since 1.318: +2 -2
lines
Diff to previous 1.318 (colored)
4.99.64 - kcondvar_t changed
Revision 1.315.2.1 / (download) - annotate - [select for diffs], Sun May 18 12:35:49 2008 UTC (4 years ago) by yamt
Branch: yamt-pf42
Changes since 1.315: +2 -2
lines
Diff to previous 1.315 (colored)
sync with head.
Revision 1.318 / (download) - annotate - [select for diffs], Fri May 16 09:22:00 2008 UTC (4 years ago) by hannken
Branch: MAIN
CVS Tags: yamt-pf42-base2,
hpcarm-cleanup-nbase
Changes since 1.317: +2 -2
lines
Diff to previous 1.317 (colored)
Make sure all cached buffers with valid, not yet written data have been run through copy-on-write. Call fscow_run() with valid data where possible. The LP_UFSCOW hack is no longer needed to protect ffs_copyonwrite() against endless recursion. - Add a flag B_MODIFY to bread(), breada() and breadn(). If set the caller intends to modify the buffer returned. - Always run copy-on-write on buffers returned from ffs_balloc(). - Add new function ffs_getblk() that gets a buffer, assigns a new blkno, may clear the buffer and runs copy-on-write. Process possible errors from getblk() or fscow_run(). Part of PR kern/38664. Welcome to 4.99.63 Reviewed by: YAMAMOTO Takashi <yamt@netbsd.org>
Revision 1.316.2.1 / (download) - annotate - [select for diffs], Fri May 16 02:25:51 2008 UTC (4 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.316: +2 -2
lines
Diff to previous 1.316 (colored)
sync with head.
Revision 1.317 / (download) - annotate - [select for diffs], Mon Apr 28 22:44:18 2008 UTC (4 years ago) by ad
Branch: MAIN
CVS Tags: yamt-nfs-mp-base2
Branch point for: wrstuden-revivesa
Changes since 1.316: +2 -2
lines
Diff to previous 1.316 (colored)
4.99.62 - struct lwp changed for kernel preemption
Revision 1.316 / (download) - annotate - [select for diffs], Thu Apr 24 11:52:53 2008 UTC (4 years, 1 month ago) by ad
Branch: MAIN
CVS Tags: yamt-nfs-mp-base
Branch point for: yamt-nfs-mp
Changes since 1.315: +2 -2
lines
Diff to previous 1.315 (colored)
4.99.61: socket locking patch merged, goodbye SYCALL_MPSAFE.
Revision 1.315 / (download) - annotate - [select for diffs], Thu Apr 17 09:52:47 2008 UTC (4 years, 1 month ago) by hannken
Branch: MAIN
CVS Tags: yamt-pf42-baseX,
yamt-pf42-base
Branch point for: yamt-pf42
Changes since 1.314: +2 -2
lines
Diff to previous 1.314 (colored)
Replace get/setspecific with a void pointer in struct ufsmount. Use explicit initialization/finalization of snapshot private data on creation/deletion of struct ufsmount. Snapshot mounts no longer may fail silently because kmem_alloc() fails. Welcome to 4.99.60 Ok: Andrew Doran <ad@netbsd.org>
Revision 1.314 / (download) - annotate - [select for diffs], Fri Apr 11 15:26:24 2008 UTC (4 years, 1 month ago) by ad
Branch: MAIN
Changes since 1.313: +2 -2
lines
Diff to previous 1.313 (colored)
4.99.59 - struct cpu_data changed (namecache changes)
Revision 1.306.6.1 / (download) - annotate - [select for diffs], Thu Apr 3 12:43:12 2008 UTC (4 years, 1 month ago) by mjf
Branch: mjf-devfs2
Changes since 1.306: +14 -1
lines
Diff to previous 1.306 (colored)
Sync with HEAD.
Revision 1.313 / (download) - annotate - [select for diffs], Thu Mar 27 18:28:20 2008 UTC (4 years, 1 month ago) by ad
Branch: MAIN
Changes since 1.312: +8 -3
lines
Diff to previous 1.312 (colored)
Introduce COHERENCY_UNIT/coherency_unit as proposed on tech-kern.
Revision 1.312 / (download) - annotate - [select for diffs], Tue Mar 25 23:21:42 2008 UTC (4 years, 2 months ago) by yamt
Branch: MAIN
CVS Tags: ad-socklock-base1
Changes since 1.311: +6 -0
lines
Diff to previous 1.311 (colored)
- for some ports, especially for ones without pmap_growkernel, buf_memcalc is used by bootstrap as well. fix NULL dereference for them. - limit kva usage for each cache to 20% of vm_map. XXX a bit arbitrary. - add a comment.
Revision 1.311 / (download) - annotate - [select for diffs], Mon Mar 24 12:26:30 2008 UTC (4 years, 2 months ago) by yamt
Branch: MAIN
Changes since 1.310: +2 -2
lines
Diff to previous 1.310 (colored)
4.99.58 - merge yamt-lazymbuf branch
Revision 1.219.2.12 / (download) - annotate - [select for diffs], Mon Mar 24 09:39:10 2008 UTC (4 years, 2 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.219.2.11: +2 -2
lines
Diff to previous 1.219.2.11 (colored) next main 1.220 (colored)
sync with head.
Revision 1.306.2.1 / (download) - annotate - [select for diffs], Mon Mar 24 07:16:28 2008 UTC (4 years, 2 months ago) by keiichi
Branch: keiichi-mipv6
Changes since 1.306: +4 -2
lines
Diff to previous 1.306 (colored) next main 1.307 (colored)
sync with head.
Revision 1.274.2.4 / (download) - annotate - [select for diffs], Sun Mar 23 02:05:10 2008 UTC (4 years, 2 months ago) by matt
Branch: matt-armv6
Changes since 1.274.2.3: +8 -2
lines
Diff to previous 1.274.2.3 (colored) next main 1.275 (colored)
sync with HEAD
Revision 1.310 / (download) - annotate - [select for diffs], Sat Mar 22 18:05:13 2008 UTC (4 years, 2 months ago) by ad
Branch: MAIN
CVS Tags: yamt-lazymbuf-base15,
yamt-lazymbuf-base14
Changes since 1.309: +2 -2
lines
Diff to previous 1.309 (colored)
4.99.57 - struct selinfo changed
Revision 1.309 / (download) - annotate - [select for diffs], Fri Mar 21 21:56:53 2008 UTC (4 years, 2 months ago) by ad
Branch: MAIN
Changes since 1.308: +2 -2
lines
Diff to previous 1.308 (colored)
4.99.56 - file descriptor and kqueue changes
Revision 1.219.2.11 / (download) - annotate - [select for diffs], Mon Mar 17 09:15:47 2008 UTC (4 years, 2 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.219.2.10: +4 -2
lines
Diff to previous 1.219.2.10 (colored)
sync with head.
Revision 1.308 / (download) - annotate - [select for diffs], Mon Mar 17 08:20:05 2008 UTC (4 years, 2 months ago) by yamt
Branch: MAIN
CVS Tags: matt-armv6-nbase,
keiichi-mipv6-nbase,
keiichi-mipv6-base
Changes since 1.307: +3 -1
lines
Diff to previous 1.307 (colored)
move schedppq from sched.h to param.h because it's used by some of PRI_ constants.
Revision 1.307 / (download) - annotate - [select for diffs], Sat Mar 1 14:16:52 2008 UTC (4 years, 2 months ago) by rmind
Branch: MAIN
Changes since 1.306: +2 -2
lines
Diff to previous 1.306 (colored)
Welcome to 4.99.55: - Add a lot of missing selinit() and seldestroy() calls. - Merge selwakeup() and selnotify() calls into a single selnotify(). - Add an additional 'events' argument to selnotify() call. It will indicate which event (POLL_IN, POLL_OUT, etc) happen. If unknown, zero may be used. Note: please pass appropriate value of 'events' where possible. Proposed on: <tech-kern>
Revision 1.280.4.4 / (download) - annotate - [select for diffs], Mon Feb 18 21:07:23 2008 UTC (4 years, 3 months ago) by mjf
Branch: mjf-devfs
Changes since 1.280.4.3: +6 -2
lines
Diff to previous 1.280.4.3 (colored) to branchpoint 1.280 (colored) next main 1.281 (colored)
Sync with HEAD.
Revision 1.219.2.10 / (download) - annotate - [select for diffs], Mon Feb 11 15:00:09 2008 UTC (4 years, 3 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.219.2.9: +2 -2
lines
Diff to previous 1.219.2.9 (colored)
sync with head.
Revision 1.306 / (download) - annotate - [select for diffs], Sat Feb 9 16:59:48 2008 UTC (4 years, 3 months ago) by yamt
Branch: MAIN
CVS Tags: nick-net80211-sync-base,
nick-net80211-sync,
mjf-devfs-base,
hpcarm-cleanup-base
Branch point for: mjf-devfs2,
keiichi-mipv6
Changes since 1.305: +2 -2
lines
Diff to previous 1.305 (colored)
4.99.54 - _sched_{get,set}param changes.
Revision 1.305 / (download) - annotate - [select for diffs], Wed Feb 6 22:13:07 2008 UTC (4 years, 3 months ago) by ad
Branch: MAIN
Changes since 1.304: +2 -2
lines
Diff to previous 1.304 (colored)
4.99.53 - struct file, socket changed
Revision 1.219.2.9 / (download) - annotate - [select for diffs], Mon Feb 4 09:24:59 2008 UTC (4 years, 3 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.219.2.8: +2 -2
lines
Diff to previous 1.219.2.8 (colored)
sync with head.
Revision 1.304 / (download) - annotate - [select for diffs], Wed Jan 30 12:19:22 2008 UTC (4 years, 3 months ago) by ad
Branch: MAIN
Changes since 1.303: +2 -2
lines
Diff to previous 1.303 (colored)
4.99.52 - vnode, mount locking changes
Revision 1.303 / (download) - annotate - [select for diffs], Mon Jan 28 15:38:13 2008 UTC (4 years, 3 months ago) by pooka
Branch: MAIN
Changes since 1.302: +2 -2
lines
Diff to previous 1.302 (colored)
update name to 4.99.51 (hi dh ;)
Revision 1.302 / (download) - annotate - [select for diffs], Mon Jan 28 14:34:36 2008 UTC (4 years, 3 months ago) by dholland
Branch: MAIN
Changes since 1.301: +2 -2
lines
Diff to previous 1.301 (colored)
Welcome to 4.99.51 - new vfsops for rename locking.
Revision 1.301 / (download) - annotate - [select for diffs], Fri Jan 25 14:33:08 2008 UTC (4 years, 4 months ago) by ad
Branch: MAIN
Changes since 1.300: +2 -2
lines
Diff to previous 1.300 (colored)
4.99.50 - goodbye VOP_LEASE
Revision 1.219.2.8 / (download) - annotate - [select for diffs], Mon Jan 21 09:47:54 2008 UTC (4 years, 4 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.219.2.7: +6 -2
lines
Diff to previous 1.219.2.7 (colored)
sync with head
Revision 1.291.2.3 / (download) - annotate - [select for diffs], Sat Jan 19 12:15:42 2008 UTC (4 years, 4 months ago) by bouyer
Branch: bouyer-xeni386
Changes since 1.291.2.2: +4 -0
lines
Diff to previous 1.291.2.2 (colored) to branchpoint 1.291 (colored) next main 1.292 (colored)
Sync with HEAD
Revision 1.300 / (download) - annotate - [select for diffs], Tue Jan 15 03:37:12 2008 UTC (4 years, 4 months ago) by rmind
Branch: MAIN
CVS Tags: bouyer-xeni386-nbase,
bouyer-xeni386-base
Changes since 1.299: +5 -1
lines
Diff to previous 1.299 (colored)
Implementation of processor-sets, affinity and POSIX real-time extensions. Add schedctl(8) - a program to control scheduling of processes and threads. Notes: - This is supported only by SCHED_M2; - Migration of LWP mechanism will be revisited; Proposed on: <tech-kern>. Reviewed by: <ad>.
Revision 1.291.2.2 / (download) - annotate - [select for diffs], Thu Jan 10 23:44:41 2008 UTC (4 years, 4 months ago) by bouyer
Branch: bouyer-xeni386
CVS Tags: bouyer-xeni386-merge1
Changes since 1.291.2.1: +1 -1
lines
Diff to previous 1.291.2.1 (colored) to branchpoint 1.291 (colored)
Sync with HEAD
Revision 1.299 / (download) - annotate - [select for diffs], Wed Jan 9 16:16:27 2008 UTC (4 years, 4 months ago) by ad
Branch: MAIN
Changes since 1.298: +2 -2
lines
Diff to previous 1.298 (colored)
4.99.49: struct vnode changed.
Revision 1.274.2.3 / (download) - annotate - [select for diffs], Wed Jan 9 01:58:13 2008 UTC (4 years, 4 months ago) by matt
Branch: matt-armv6
Changes since 1.274.2.2: +5 -2
lines
Diff to previous 1.274.2.2 (colored)
sync with HEAD
Revision 1.291.2.1 / (download) - annotate - [select for diffs], Wed Jan 2 21:58:04 2008 UTC (4 years, 4 months ago) by bouyer
Branch: bouyer-xeni386
Changes since 1.291: +2 -2
lines
Diff to previous 1.291 (colored)
Sync with HEAD
Revision 1.298 / (download) - annotate - [select for diffs], Wed Jan 2 11:51:59 2008 UTC (4 years, 4 months ago) by ad
Branch: MAIN
CVS Tags: matt-armv6-base
Changes since 1.297: +2 -2
lines
Diff to previous 1.297 (colored)
4.99.48 - vmlocking2 merged
Revision 1.297 / (download) - annotate - [select for diffs], Mon Dec 31 22:49:39 2007 UTC (4 years, 4 months ago) by dyoung
Branch: MAIN
Changes since 1.296: +2 -2
lines
Diff to previous 1.296 (colored)
struct ethercom changed. Welcome to 4.99.47.
Revision 1.296 / (download) - annotate - [select for diffs], Sat Dec 29 08:16:46 2007 UTC (4 years, 4 months ago) by agc
Branch: MAIN
Changes since 1.295: +2 -2
lines
Diff to previous 1.295 (colored)
Make the version number in the comment match the value given in the definition. As noted by Hisashi T Fujinaka (htodd) on current-users.
Revision 1.295 / (download) - annotate - [select for diffs], Sat Dec 29 01:35:30 2007 UTC (4 years, 4 months ago) by elad
Branch: MAIN
Changes since 1.294: +2 -2
lines
Diff to previous 1.294 (colored)
4.99.46: addition and removal of 'ep_random' from 'struct exec_package'.
Revision 1.280.4.3 / (download) - annotate - [select for diffs], Thu Dec 27 00:46:41 2007 UTC (4 years, 5 months ago) by mjf
Branch: mjf-devfs
Changes since 1.280.4.2: +2 -2
lines
Diff to previous 1.280.4.2 (colored) to branchpoint 1.280 (colored)
Sync with HEAD.
Revision 1.289.2.1 / (download) - annotate - [select for diffs], Wed Dec 26 19:57:54 2007 UTC (4 years, 5 months ago) by ad
Branch: vmlocking2
Changes since 1.289: +2 -2
lines
Diff to previous 1.289 (colored) next main 1.290 (colored)
Sync with head.
Revision 1.294 / (download) - annotate - [select for diffs], Tue Dec 25 02:53:38 2007 UTC (4 years, 5 months ago) by ad
Branch: MAIN
CVS Tags: vmlocking2-base3
Changes since 1.293: +2 -2
lines
Diff to previous 1.293 (colored)
4.99.45 struct buf + pool constants changed
Revision 1.293 / (download) - annotate - [select for diffs], Sat Dec 22 01:20:10 2007 UTC (4 years, 5 months ago) by yamt
Branch: MAIN
Changes since 1.292: +2 -2
lines
Diff to previous 1.292 (colored)
4.99.44: use binuptime for l_stime/l_rtime.
Revision 1.292 / (download) - annotate - [select for diffs], Fri Dec 21 02:01:52 2007 UTC (4 years, 5 months ago) by dyoung
Branch: MAIN
Changes since 1.291: +2 -2
lines
Diff to previous 1.291 (colored)
Bump __NetBSD_Version__ for ifnet changes.
Revision 1.244.2.9.2.1 / (download) - annotate - [select for diffs], Mon Dec 17 12:49:29 2007 UTC (4 years, 5 months ago) by ghen
Branch: netbsd-4-0
Changes since 1.244.2.9: +2 -2
lines
Diff to previous 1.244.2.9 (colored)
Welcome to 4.0.0_PATCH.
Revision 1.244.2.10 / (download) - annotate - [select for diffs], Mon Dec 17 12:49:10 2007 UTC (4 years, 5 months ago) by ghen
Branch: netbsd-4
CVS Tags: wrstuden-fixsa-newbase,
wrstuden-fixsa-base
Changes since 1.244.2.9: +2 -2
lines
Diff to previous 1.244.2.9 (colored) to branchpoint 1.244 (colored) next main 1.245 (colored)
Welcome to 4.0_STABLE.
Revision 1.244.2.9 / (download) - annotate - [select for diffs], Sat Dec 15 20:19:11 2007 UTC (4 years, 5 months ago) by bouyer
Branch: netbsd-4
CVS Tags: wrstuden-fixsa-base-1,
netbsd-4-0-RELEASE
Branch point for: netbsd-4-0
Changes since 1.244.2.8: +2 -2
lines
Diff to previous 1.244.2.8 (colored) to branchpoint 1.244 (colored)
Welcome to NetBSD 4.0.
Revision 1.290.2.1 / (download) - annotate - [select for diffs], Tue Dec 11 15:45:41 2007 UTC (4 years, 5 months ago) by yamt
Branch: yamt-kmem
Changes since 1.290: +2 -2
lines
Diff to previous 1.290 (colored) next main 1.291 (colored)
sync with head.
Revision 1.291 / (download) - annotate - [select for diffs], Mon Dec 10 11:07:05 2007 UTC (4 years, 5 months ago) by pooka
Branch: MAIN
CVS Tags: yamt-kmem-base3,
yamt-kmem-base2,
cube-autoconf-base,
cube-autoconf
Branch point for: bouyer-xeni386
Changes since 1.290: +2 -2
lines
Diff to previous 1.290 (colored)
4.99.42: pmf (just if to be able to say "pmf appeared in 4.99.42")
Revision 1.269.2.12 / (download) - annotate - [select for diffs], Sun Dec 9 19:38:49 2007 UTC (4 years, 5 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.269.2.11: +2 -2
lines
Diff to previous 1.269.2.11 (colored) next main 1.270 (colored)
Sync with HEAD.
Revision 1.290 / (download) - annotate - [select for diffs], Sat Dec 8 19:30:53 2007 UTC (4 years, 5 months ago) by pooka
Branch: MAIN
CVS Tags: yamt-kmem-base,
jmcneill-pm-base
Branch point for: yamt-kmem
Changes since 1.289: +2 -2
lines
Diff to previous 1.289 (colored)
4.99.41: cn_lwp is dead, long live curlwp
Revision 1.280.4.2 / (download) - annotate - [select for diffs], Sat Dec 8 18:21:34 2007 UTC (4 years, 5 months ago) by mjf
Branch: mjf-devfs
Changes since 1.280.4.1: +2 -2
lines
Diff to previous 1.280.4.1 (colored) to branchpoint 1.280 (colored)
Sync with HEAD.
Revision 1.219.2.7 / (download) - annotate - [select for diffs], Fri Dec 7 17:34:56 2007 UTC (4 years, 5 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.219.2.6: +2 -2
lines
Diff to previous 1.219.2.6 (colored)
sync with head
Revision 1.289 / (download) - annotate - [select for diffs], Mon Dec 3 17:15:37 2007 UTC (4 years, 5 months ago) by ad
Branch: MAIN
CVS Tags: vmlocking2-base2,
vmlocking2-base1,
vmlocking-nbase,
reinoud-bufcleanup-nbase,
reinoud-bufcleanup-base
Branch point for: vmlocking2
Changes since 1.288: +2 -2
lines
Diff to previous 1.288 (colored)
4.99.40 - interrupt changes
Revision 1.269.2.11 / (download) - annotate - [select for diffs], Mon Dec 3 16:15:20 2007 UTC (4 years, 5 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.269.2.10: +2 -2
lines
Diff to previous 1.269.2.10 (colored)
Sync with HEAD.
Revision 1.288 / (download) - annotate - [select for diffs], Sun Dec 2 13:56:19 2007 UTC (4 years, 5 months ago) by hannken
Branch: MAIN
Changes since 1.287: +2 -2
lines
Diff to previous 1.287 (colored)
Fscow_run(): add a flag "bool data_valid" to note still valid data. Buffers run through copy-on-write are marked B_COWDONE. This condition is valid until the buffer has run through bwrite() and gets cleared from biodone(). Welcome to 4.99.39. Reviewed by: YAMAMOTO Takashi <yamt@netbsd.org>
Revision 1.269.2.10 / (download) - annotate - [select for diffs], Tue Nov 27 19:39:14 2007 UTC (4 years, 5 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.269.2.9: +2 -2
lines
Diff to previous 1.269.2.9 (colored)
Sync with HEAD. amd64 Xen support needs testing.
Revision 1.244.2.8 / (download) - annotate - [select for diffs], Tue Nov 27 17:43:39 2007 UTC (4 years, 5 months ago) by bouyer
Branch: netbsd-4
CVS Tags: netbsd-4-0-RC5
Changes since 1.244.2.7: +2 -2
lines
Diff to previous 1.244.2.7 (colored) to branchpoint 1.244 (colored)
Welcome to 4.0_RC5
Revision 1.287 / (download) - annotate - [select for diffs], Mon Nov 26 19:04:28 2007 UTC (4 years, 6 months ago) by pooka
Branch: MAIN
Changes since 1.286: +2 -2
lines
Diff to previous 1.286 (colored)
4.99.38: struct lwp gone from VFS/VOP interfaces
Revision 1.269.2.9 / (download) - annotate - [select for diffs], Wed Nov 21 21:56:16 2007 UTC (4 years, 6 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.269.2.8: +2 -2
lines
Diff to previous 1.269.2.8 (colored)
Sync with HEAD.
Revision 1.280.2.2 / (download) - annotate - [select for diffs], Wed Nov 21 21:19:50 2007 UTC (4 years, 6 months ago) by bouyer
Branch: bouyer-xenamd64
Changes since 1.280.2.1: +1 -1
lines
Diff to previous 1.280.2.1 (colored) to branchpoint 1.280 (colored) next main 1.281 (colored)
Sync with HEAD
Revision 1.286 / (download) - annotate - [select for diffs], Wed Nov 21 10:20:55 2007 UTC (4 years, 6 months ago) by yamt
Branch: MAIN
CVS Tags: bouyer-xenamd64-base2,
bouyer-xenamd64-base
Changes since 1.285: +2 -2
lines
Diff to previous 1.285 (colored)
4.99.37: kmutex_t and krwlock_t changes.
Revision 1.280.4.1 / (download) - annotate - [select for diffs], Mon Nov 19 00:49:30 2007 UTC (4 years, 6 months ago) by mjf
Branch: mjf-devfs
Changes since 1.280: +60 -18
lines
Diff to previous 1.280 (colored)
Sync with HEAD.
Revision 1.219.2.6 / (download) - annotate - [select for diffs], Thu Nov 15 11:45:32 2007 UTC (4 years, 6 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.219.2.5: +60 -18
lines
Diff to previous 1.219.2.5 (colored)
sync with head.
Revision 1.269.2.8 / (download) - annotate - [select for diffs], Wed Nov 14 19:04:53 2007 UTC (4 years, 6 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.269.2.7: +5 -2
lines
Diff to previous 1.269.2.7 (colored)
Sync with HEAD.
Revision 1.280.2.1 / (download) - annotate - [select for diffs], Tue Nov 13 16:03:24 2007 UTC (4 years, 6 months ago) by bouyer
Branch: bouyer-xenamd64
Changes since 1.280: +60 -18
lines
Diff to previous 1.280 (colored)
Sync with HEAD
Revision 1.285 / (download) - annotate - [select for diffs], Mon Nov 12 23:13:30 2007 UTC (4 years, 6 months ago) by ad
Branch: MAIN
Changes since 1.284: +2 -2
lines
Diff to previous 1.284 (colored)
4.99.36: struct proc/lwp changed.
Revision 1.284 / (download) - annotate - [select for diffs], Mon Nov 12 23:12:00 2007 UTC (4 years, 6 months ago) by ad
Branch: MAIN
Changes since 1.283: +4 -1
lines
Diff to previous 1.283 (colored)
Add _lwp_ctl() system call: provides a bidirectional, per-LWP communication area between processes and the kernel.
Revision 1.269.2.7 / (download) - annotate - [select for diffs], Sun Nov 11 16:48:50 2007 UTC (4 years, 6 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.269.2.6: +8 -10
lines
Diff to previous 1.269.2.6 (colored)
Sync with HEAD.
Revision 1.274.2.2 / (download) - annotate - [select for diffs], Thu Nov 8 11:00:21 2007 UTC (4 years, 6 months ago) by matt
Branch: matt-armv6
CVS Tags: matt-armv6-prevmlocking
Changes since 1.274.2.1: +8 -10
lines
Diff to previous 1.274.2.1 (colored)
sync with -HEAD
Revision 1.283 / (download) - annotate - [select for diffs], Wed Nov 7 00:39:10 2007 UTC (4 years, 6 months ago) by ad
Branch: MAIN
Changes since 1.282: +2 -2
lines
Diff to previous 1.282 (colored)
4.99.35 - more merges from vmlocking.
Revision 1.282 / (download) - annotate - [select for diffs], Wed Nov 7 00:23:42 2007 UTC (4 years, 6 months ago) by ad
Branch: MAIN
Changes since 1.281: +7 -9
lines
Diff to previous 1.281 (colored)
Merge from vmlocking: - pool_cache changes. - Debugger/procfs locking fixes. - Other minor changes.
Revision 1.274.2.1 / (download) - annotate - [select for diffs], Tue Nov 6 23:34:52 2007 UTC (4 years, 6 months ago) by matt
Branch: matt-armv6
Changes since 1.274: +65 -16
lines
Diff to previous 1.274 (colored)
sync with HEAD
Revision 1.269.2.6 / (download) - annotate - [select for diffs], Tue Nov 6 19:25:39 2007 UTC (4 years, 6 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.269.2.5: +50 -9
lines
Diff to previous 1.269.2.5 (colored)
Sync with HEAD.
Revision 1.244.2.7 / (download) - annotate - [select for diffs], Tue Nov 6 16:10:04 2007 UTC (4 years, 6 months ago) by liamjfoy
Branch: netbsd-4
CVS Tags: netbsd-4-0-RC4,
matt-nb4-arm-base,
matt-nb4-arm
Changes since 1.244.2.6: +2 -2
lines
Diff to previous 1.244.2.6 (colored) to branchpoint 1.244 (colored)
Welcome to NetBSD 4.0_RC4.
Revision 1.281 / (download) - annotate - [select for diffs], Tue Nov 6 00:42:45 2007 UTC (4 years, 6 months ago) by ad
Branch: MAIN
CVS Tags: jmcneill-base
Changes since 1.280: +50 -9
lines
Diff to previous 1.280 (colored)
Merge scheduler changes from the vmlocking branch. All discussed on tech-kern: - Invert priority space so that zero is the lowest priority. Rearrange number and type of priority levels into bands. Add new bands like 'kernel real time'. - Ignore the priority level passed to tsleep. Compute priority for sleep dynamically. - For SCHED_4BSD, make priority adjustment per-LWP, not per-process.
Revision 1.255.4.16 / (download) - annotate - [select for diffs], Mon Nov 5 16:51:52 2007 UTC (4 years, 6 months ago) by ad
Branch: vmlocking
Changes since 1.255.4.15: +13 -9
lines
Diff to previous 1.255.4.15 (colored) to branchpoint 1.255 (colored) next main 1.256 (colored)
Expand the LWP priority space again to include 32 levels for kthreads, so that they always run before user processes.
Revision 1.255.4.15 / (download) - annotate - [select for diffs], Thu Nov 1 21:58:25 2007 UTC (4 years, 6 months ago) by ad
Branch: vmlocking
Changes since 1.255.4.14: +37 -22
lines
Diff to previous 1.255.4.14 (colored) to branchpoint 1.255 (colored)
- Fix interactivity problems under high load. Beacuse soft interrupts
are being stacked on top of regular LWPs, more often than not aston()
was being called on a soft interrupt thread instead of a user thread,
meaning that preemption was not happening on EOI.
- Don't use bool in a couple of data structures. Sub-word writes are not
always atomic and may clobber other fields in the containing word.
- For SCHED_4BSD, make p_estcpu per thread (l_estcpu). Rework how the
dynamic priority level is calculated - it's much better behaved now.
- Kill the l_usrpri/l_priority split now that priorities are no longer
directly assigned by tsleep(). There are three fields describing LWP
priority:
l_priority: Dynamic priority calculated by the scheduler.
This does not change for kernel/realtime threads,
and always stays within the correct band. Eg for
timeshared LWPs it never moves out of the user
priority range. This is basically what l_usrpri
was before.
l_inheritedprio: Lent to the LWP due to priority inheritance
(turnstiles).
l_kpriority: A boolean value set true the first time an LWP
sleeps within the kernel. This indicates that the LWP
should get a priority boost as compensation for blocking.
lwp_eprio() now does the equivalent of sched_kpri() if
the flag is set. The flag is cleared in userret().
- Keep track of scheduling class (OTHER, FIFO, RR) in struct lwp, and use
this to make decisions in a few places where we previously tested for a
kernel thread.
- Partially fix itimers and usr/sys/intr time accounting in the presence
of software interrupts.
- Use kthread_create() to create idle LWPs. Move priority definitions
from the various modules into sys/param.h.
- newlwp -> lwp_create
Revision 1.219.2.5 / (download) - annotate - [select for diffs], Sat Oct 27 11:36:31 2007 UTC (4 years, 6 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.219.2.4: +16 -8
lines
Diff to previous 1.219.2.4 (colored)
sync with head.
Revision 1.255.4.14 / (download) - annotate - [select for diffs], Sat Oct 27 09:18:53 2007 UTC (4 years, 7 months ago) by yamt
Branch: vmlocking
Changes since 1.255.4.13: +6 -1
lines
Diff to previous 1.255.4.13 (colored) to branchpoint 1.255 (colored)
fix priorities for some kernel threads. advised and ok'ed by Andrew Doran.
Revision 1.269.2.5 / (download) - annotate - [select for diffs], Fri Oct 26 15:49:20 2007 UTC (4 years, 7 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.269.2.4: +16 -8
lines
Diff to previous 1.269.2.4 (colored)
Sync with HEAD. Follow the merge of pmap.c on i386 and amd64 and move pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup code to restore CR4 before jumping back into kernel space as the large page option might cover that.
Revision 1.255.4.13 / (download) - annotate - [select for diffs], Tue Oct 23 20:17:25 2007 UTC (4 years, 7 months ago) by ad
Branch: vmlocking
Changes since 1.255.4.12: +2 -2
lines
Diff to previous 1.255.4.12 (colored) to branchpoint 1.255 (colored)
Sync with head.
Revision 1.275.2.2 / (download) - annotate - [select for diffs], Thu Oct 18 08:33:15 2007 UTC (4 years, 7 months ago) by yamt
Branch: yamt-x86pmap
Changes since 1.275.2.1: +2 -2
lines
Diff to previous 1.275.2.1 (colored) to branchpoint 1.275 (colored) next main 1.276 (colored)
sync with head.
Revision 1.280 / (download) - annotate - [select for diffs], Tue Oct 16 20:31:33 2007 UTC (4 years, 7 months ago) by joerg
Branch: MAIN
CVS Tags: yamt-x86pmap-base4
Branch point for: mjf-devfs,
bouyer-xenamd64
Changes since 1.279: +2 -2
lines
Diff to previous 1.279 (colored)
Inline callout_t in struct in6_multi. This fixes a number of possible memory leaks. Explicitly destroy the callout before freeing it. Use callout_setfunc/callout_schedule instead of repeating it for callout_reset. Bump NetBSD version to 4.99.34 for kvm users.
Revision 1.244.2.6 / (download) - annotate - [select for diffs], Mon Oct 15 17:26:43 2007 UTC (4 years, 7 months ago) by bouyer
Branch: netbsd-4
CVS Tags: netbsd-4-0-RC3
Changes since 1.244.2.5: +2 -2
lines
Diff to previous 1.244.2.5 (colored) to branchpoint 1.244 (colored)
Welcome to NetBSD-4.0_RC3.
Revision 1.275.2.1 / (download) - annotate - [select for diffs], Sun Oct 14 11:49:09 2007 UTC (4 years, 7 months ago) by yamt
Branch: yamt-x86pmap
Changes since 1.275: +16 -8
lines
Diff to previous 1.275 (colored)
sync with head.
Revision 1.255.4.12 / (download) - annotate - [select for diffs], Fri Oct 12 17:03:23 2007 UTC (4 years, 7 months ago) by ad
Branch: vmlocking
Changes since 1.255.4.11: +2 -2
lines
Diff to previous 1.255.4.11 (colored) to branchpoint 1.255 (colored)
Sync with head.
Revision 1.279 / (download) - annotate - [select for diffs], Thu Oct 11 20:11:10 2007 UTC (4 years, 7 months ago) by ad
Branch: MAIN
CVS Tags: yamt-x86pmap-base3,
vmlocking-base
Changes since 1.278: +2 -2
lines
Diff to previous 1.278 (colored)
NetBSD 4.99.33 - more stuff merged from vmlocking branch.
Revision 1.255.4.11 / (download) - annotate - [select for diffs], Wed Oct 10 23:03:26 2007 UTC (4 years, 7 months ago) by rmind
Branch: vmlocking
Changes since 1.255.4.10: +7 -1
lines
Diff to previous 1.255.4.10 (colored) to branchpoint 1.255 (colored)
Sync with HEAD.
Revision 1.278 / (download) - annotate - [select for diffs], Wed Oct 10 20:42:32 2007 UTC (4 years, 7 months ago) by ad
Branch: MAIN
Changes since 1.277: +9 -7
lines
Diff to previous 1.277 (colored)
Merge from vmlocking: - Split vnode::v_flag into three fields, depending on field locking. - simple_lock -> kmutex in a few places. - Fix some simple locking problems.
Revision 1.277 / (download) - annotate - [select for diffs], Tue Oct 9 19:00:16 2007 UTC (4 years, 7 months ago) by rmind
Branch: MAIN
Changes since 1.276: +7 -1
lines
Diff to previous 1.276 (colored)
Import of SCHED_M2 - the implementation of new scheduler, which is based on the original approach of SVR4 with some inspirations about balancing and migration from Solaris. It implements per-CPU runqueues, provides a real-time (RT) and time-sharing (TS) queues, ready to support a POSIX real-time extensions, and also prepared for the support of CPU affinity. The following lines in the kernel config enables the SCHED_M2: no options SCHED_4BSD options SCHED_M2 The scheduler seems to be stable. Further work will come soon. http://mail-index.netbsd.org/tech-kern/2007/10/04/0001.html http://www.netbsd.org/~rmind/m2/mysql_bench_ro_4x_local.png Thanks <ad> for the benchmarks!
Revision 1.255.4.10 / (download) - annotate - [select for diffs], Tue Oct 9 13:45:10 2007 UTC (4 years, 7 months ago) by ad
Branch: vmlocking
Changes since 1.255.4.9: +2 -2
lines
Diff to previous 1.255.4.9 (colored) to branchpoint 1.255 (colored)
Sync with head.
Revision 1.276 / (download) - annotate - [select for diffs], Sun Oct 7 13:39:04 2007 UTC (4 years, 7 months ago) by hannken
Branch: MAIN
Changes since 1.275: +2 -2
lines
Diff to previous 1.275 (colored)
Update the file system copy-on-write handler. - Instead of hooking the handler on the specdev of a mounted file system hook directly on the `struct mount'. - Rename from `vn_cow_*' to `fscow_*' and move to `kern/vfs_trans.c'. Use `mount_*specific' instead of clobbering `struct mount' or `struct specinfo'. - Replace the hand-made reader/writer lock with a krwlock. - Keep `vn_cow_*' functions and mark as obsolete. - Welcome to NetBSD 4.99.32 - `struct specinfo' changed size. Reviewed by: Jason Thorpe <thorpej@netbsd.org>
Revision 1.269.2.4 / (download) - annotate - [select for diffs], Tue Oct 2 18:29:28 2007 UTC (4 years, 7 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.269.2.3: +2 -2
lines
Diff to previous 1.269.2.3 (colored)
Sync with HEAD.
Revision 1.244.2.5 / (download) - annotate - [select for diffs], Sun Sep 30 21:05:57 2007 UTC (4 years, 7 months ago) by xtraeme
Branch: netbsd-4
CVS Tags: netbsd-4-0-RC2
Changes since 1.244.2.4: +2 -2
lines
Diff to previous 1.244.2.4 (colored) to branchpoint 1.244 (colored)
Welcome to NetBSD-4.0_RC2.
Revision 1.244.2.2.2.2 / (download) - annotate - [select for diffs], Sun Sep 23 21:36:36 2007 UTC (4 years, 8 months ago) by wrstuden
Branch: wrstuden-fixsa
Changes since 1.244.2.2.2.1: +2 -2
lines
Diff to previous 1.244.2.2.2.1 (colored) next main 1.244.2.3 (colored)
Sync with somewhat-recent netbsd-4.
Revision 1.267.2.3 / (download) - annotate - [select for diffs], Mon Sep 10 10:56:20 2007 UTC (4 years, 8 months ago) by skrll
Branch: nick-csl-alignment
Changes since 1.267.2.2: +2 -2
lines
Diff to previous 1.267.2.2 (colored) to branchpoint 1.267 (colored) next main 1.268 (colored)
Sync with HEAD.
Revision 1.275 / (download) - annotate - [select for diffs], Fri Sep 7 19:21:42 2007 UTC (4 years, 8 months ago) by rmind
Branch: MAIN
CVS Tags: yamt-x86pmap-base2,
yamt-x86pmap-base,
nick-csl-alignment-base5
Branch point for: yamt-x86pmap
Changes since 1.274: +2 -2
lines
Diff to previous 1.274 (colored)
Added support for POSIX message queues. Welcome to NetBSD 4.99.31!
Revision 1.269.2.3 / (download) - annotate - [select for diffs], Mon Sep 3 16:49:13 2007 UTC (4 years, 8 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.269.2.2: +2 -2
lines
Diff to previous 1.269.2.2 (colored)
Sync with HEAD.
Revision 1.219.2.4 / (download) - annotate - [select for diffs], Mon Sep 3 14:46:30 2007 UTC (4 years, 8 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.219.2.3: +14 -3
lines
Diff to previous 1.219.2.3 (colored)
sync with head.
Revision 1.267.2.2 / (download) - annotate - [select for diffs], Mon Sep 3 10:24:01 2007 UTC (4 years, 8 months ago) by skrll
Branch: nick-csl-alignment
Changes since 1.267.2.1: +2 -2
lines
Diff to previous 1.267.2.1 (colored) to branchpoint 1.267 (colored)
Sync with HEAD.
Revision 1.244.2.2.2.1 / (download) - annotate - [select for diffs], Mon Sep 3 07:05:16 2007 UTC (4 years, 8 months ago) by wrstuden
Branch: wrstuden-fixsa
Changes since 1.244.2.2: +2 -2
lines
Diff to previous 1.244.2.2 (colored)
Sync w/ NetBSD-4-RC_1
Revision 1.244.2.4 / (download) - annotate - [select for diffs], Sat Sep 1 09:35:35 2007 UTC (4 years, 8 months ago) by liamjfoy
Branch: netbsd-4
CVS Tags: netbsd-4-0-RC1
Changes since 1.244.2.3: +2 -2
lines
Diff to previous 1.244.2.3 (colored) to branchpoint 1.244 (colored)
Welcome to NetBSD 4.0_RC1
Revision 1.255.4.9 / (download) - annotate - [select for diffs], Thu Aug 30 13:07:12 2007 UTC (4 years, 8 months ago) by ad
Branch: vmlocking
Changes since 1.255.4.8: +9 -7
lines
Diff to previous 1.255.4.8 (colored) to branchpoint 1.255 (colored)
Add a MAXCPUS define.
Revision 1.274 / (download) - annotate - [select for diffs], Wed Aug 22 17:52:16 2007 UTC (4 years, 9 months ago) by pooka
Branch: MAIN
Branch point for: matt-armv6
Changes since 1.273: +2 -2
lines
Diff to previous 1.273 (colored)
struct nameidata/componentname size changes Welcome to 4.99.30, we wish you a pleasant stay.
Revision 1.255.4.8 / (download) - annotate - [select for diffs], Mon Aug 20 21:28:18 2007 UTC (4 years, 9 months ago) by ad
Branch: vmlocking
Changes since 1.255.4.7: +11 -3
lines
Diff to previous 1.255.4.7 (colored) to branchpoint 1.255 (colored)
Sync with HEAD.
Revision 1.269.2.2 / (download) - annotate - [select for diffs], Thu Aug 16 11:03:55 2007 UTC (4 years, 9 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.269.2.1: +2 -2
lines
Diff to previous 1.269.2.1 (colored)
Sync with HEAD.
Revision 1.267.2.1 / (download) - annotate - [select for diffs], Wed Aug 15 13:50:57 2007 UTC (4 years, 9 months ago) by skrll
Branch: nick-csl-alignment
Changes since 1.267: +11 -3
lines
Diff to previous 1.267 (colored)
Sync with HEAD.
Revision 1.273 / (download) - annotate - [select for diffs], Wed Aug 15 12:10:33 2007 UTC (4 years, 9 months ago) by ad
Branch: MAIN
Changes since 1.272: +2 -2
lines
Diff to previous 1.272 (colored)
NetBSD 4.99.29 - change ktrace to be LKM friendly.
Revision 1.188.2.9.2.13 / (download) - annotate - [select for diffs], Sun Aug 12 17:13:59 2007 UTC (4 years, 9 months ago) by bouyer
Branch: netbsd-2
Changes since 1.188.2.9.2.12: +2 -2
lines
Diff to previous 1.188.2.9.2.12 (colored) to branchpoint 1.188.2.9 (colored) next main 1.188.2.10 (colored)
Pull up following revision(s) (requested by hannken in ticket #11334): sys/ufs/ufs/ufs_quota.c: revision 1.46 sys/ufs/ufs/quota.h: revision 1.24 sys/sys/param.h: patch If a quota-enabled file system has 65536 active vnodes for one uid the reference counter of the corresponding struct dquot will overflow. Change the type of the reference counter from u_int16_t to u_int32_t and add an assertion to check for overflow. Observed and tested by Edgar Fu Bump kernel version as LKM's depending on UFS internals will have to be recompiled after this change (discussed and approved on tech-kern).
Revision 1.272 / (download) - annotate - [select for diffs], Thu Aug 9 07:34:27 2007 UTC (4 years, 9 months ago) by hannken
Branch: MAIN
Changes since 1.271: +2 -2
lines
Diff to previous 1.271 (colored)
Move snapshot per-mount data from struct ufsmount to mount specific data. No functional changes. Welcome to 4.99.28 (struct ufsmount changed size)
Revision 1.269.2.1 / (download) - annotate - [select for diffs], Thu Aug 9 02:37:29 2007 UTC (4 years, 9 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.269: +11 -3
lines
Diff to previous 1.269 (colored)
Sync with HEAD.
Revision 1.271 / (download) - annotate - [select for diffs], Tue Aug 7 19:02:43 2007 UTC (4 years, 9 months ago) by ad
Branch: MAIN
Changes since 1.270: +2 -2
lines
Diff to previous 1.270 (colored)
NetBSD 4.99.27: _lwp_park() behaviour changed. libpthread will check kern.osrevision.
Revision 1.270.2.2 / (download) - annotate - [select for diffs], Sun Aug 5 01:19:18 2007 UTC (4 years, 9 months ago) by rmind
Branch: matt-mips64
Changes since 1.270.2.1: +361 -0
lines
Diff to previous 1.270.2.1 (colored) to branchpoint 1.270 (colored) next main 1.271 (colored)
Improve per-CPU support for the workqueue(9): - Make structures CPU-cache friendly, as suggested and explained by Andrew Doran. CACHE_LINE_SIZE definition is invented. - Use current CPU if NULL is passed to the workqueue_enqueue(). - Implemented MI CPU index, which could be used as an index of array. Removed linked-lists usage for work queues. The roundup2() function avoids division, but works only with power of 2. Reviewed by: <ad>, <yamt>, <tech-kern>
Revision 1.270.2.1, Sun Aug 5 01:19:17 2007 UTC (4 years, 9 months ago) by rmind
Branch: matt-mips64
Changes since 1.270: +0 -361
lines
FILE REMOVED
file param.h was added on branch matt-mips64 on 2007-08-05 01:19:18 +0000
Revision 1.270 / (download) - annotate - [select for diffs], Sun Aug 5 01:19:17 2007 UTC (4 years, 9 months ago) by rmind
Branch: MAIN
CVS Tags: matt-mips64-base
Branch point for: matt-mips64
Changes since 1.269: +10 -2
lines
Diff to previous 1.269 (colored)
Improve per-CPU support for the workqueue(9): - Make structures CPU-cache friendly, as suggested and explained by Andrew Doran. CACHE_LINE_SIZE definition is invented. - Use current CPU if NULL is passed to the workqueue_enqueue(). - Implemented MI CPU index, which could be used as an index of array. Removed linked-lists usage for work queues. The roundup2() function avoids division, but works only with power of 2. Reviewed by: <ad>, <yamt>, <tech-kern>
Revision 1.269 / (download) - annotate - [select for diffs], Tue Jul 31 21:18:20 2007 UTC (4 years, 9 months ago) by pooka
Branch: MAIN
Branch point for: jmcneill-pm
Changes since 1.268: +2 -2
lines
Diff to previous 1.268 (colored)
4.99.26: whole lotta love + remove nameidata parameter from VFS_MOUNT() + struct buf.b_flags B_ERROR removal + ubc_uiomove() advice parameter
Revision 1.268 / (download) - annotate - [select for diffs], Sat Jul 21 19:54:03 2007 UTC (4 years, 10 months ago) by ad
Branch: MAIN
CVS Tags: hpcarm-cleanup
Changes since 1.267: +2 -2
lines
Diff to previous 1.267 (colored)
NetBSD 4.99.25 - struct disk changed, .
Revision 1.267 / (download) - annotate - [select for diffs], Tue Jul 17 11:27:11 2007 UTC (4 years, 10 months ago) by pooka
Branch: MAIN
CVS Tags: nick-csl-alignment-base
Branch point for: nick-csl-alignment
Changes since 1.266: +2 -2
lines
Diff to previous 1.266 (colored)
4.99.24 - set_statvfs_info() vfsname parameter
Revision 1.255.4.7 / (download) - annotate - [select for diffs], Sun Jul 15 13:28:10 2007 UTC (4 years, 10 months ago) by ad
Branch: vmlocking
Changes since 1.255.4.6: +2 -2
lines
Diff to previous 1.255.4.6 (colored) to branchpoint 1.255 (colored)
Sync with head.
Revision 1.257.2.1 / (download) - annotate - [select for diffs], Wed Jul 11 20:12:33 2007 UTC (4 years, 10 months ago) by mjf
Branch: mjf-ufs-trans
Changes since 1.257: +5 -2
lines
Diff to previous 1.257 (colored) next main 1.258 (colored)
Sync with head.
Revision 1.266 / (download) - annotate - [select for diffs], Mon Jul 9 21:13:56 2007 UTC (4 years, 10 months ago) by ad
Branch: MAIN
CVS Tags: mjf-ufs-trans-base
Changes since 1.265: +2 -2
lines
Diff to previous 1.265 (colored)
4.99.23 - partial merge from the vmlocking branch.
Revision 1.265 / (download) - annotate - [select for diffs], Mon Jul 9 21:11:33 2007 UTC (4 years, 10 months ago) by ad
Branch: MAIN
Changes since 1.264: +4 -1
lines
Diff to previous 1.264 (colored)
Merge some of the less invasive changes from the vmlocking branch: - kthread, callout, devsw API changes - select()/poll() improvements - miscellaneous MT safety improvements
Revision 1.255.4.6 / (download) - annotate - [select for diffs], Sat Jul 7 11:56:12 2007 UTC (4 years, 10 months ago) by ad
Branch: vmlocking
Changes since 1.255.4.5: +2 -5
lines
Diff to previous 1.255.4.5 (colored) to branchpoint 1.255 (colored)
- Remove the interrupt priority range and use 'kernel RT' instead, since only soft interrupts are threaded. - Rename l->l_pinned to l->l_switchto. It might be useful for (re-) implementing SA or doors. - Simplify soft interrupt dispatch so MD code is doing as little as possible that is new.
Revision 1.264 / (download) - annotate - [select for diffs], Sat Jun 30 13:42:47 2007 UTC (4 years, 10 months ago) by dsl
Branch: MAIN
Changes since 1.263: +2 -2
lines
Diff to previous 1.263 (colored)
Welcome to 4.99.22: Addition of flags parameter to kauth_cred_get/setgroups().
Revision 1.211.2.14.2.4 / (download) - annotate - [select for diffs], Fri Jun 29 16:59:04 2007 UTC (4 years, 10 months ago) by ghen
Branch: netbsd-3-1
Changes since 1.211.2.14.2.3: +2 -2
lines
Diff to previous 1.211.2.14.2.3 (colored) to branchpoint 1.211.2.14 (colored) next main 1.211.2.15 (colored)
Welcome to NetBSD 3.1.1_PATCH.
Revision 1.211.2.8.2.8 / (download) - annotate - [select for diffs], Fri Jun 29 16:58:49 2007 UTC (4 years, 10 months ago) by ghen
Branch: netbsd-3-0
Changes since 1.211.2.8.2.7: +2 -2
lines
Diff to previous 1.211.2.8.2.7 (colored) to branchpoint 1.211.2.8 (colored) next main 1.211.2.9 (colored)
Welcome to NetBSD 3.0.3_PATCH.
Revision 1.211.2.14.2.3 / (download) - annotate - [select for diffs], Thu Jun 28 18:40:57 2007 UTC (4 years, 10 months ago) by ghen
Branch: netbsd-3-1
CVS Tags: netbsd-3-1-1-RELEASE
Changes since 1.211.2.14.2.2: +2 -2
lines
Diff to previous 1.211.2.14.2.2 (colored) to branchpoint 1.211.2.14 (colored)
Welcome to NetBSD 3.1.1.
Revision 1.211.2.8.2.7 / (download) - annotate - [select for diffs], Thu Jun 28 18:40:53 2007 UTC (4 years, 10 months ago) by ghen
Branch: netbsd-3-0
CVS Tags: netbsd-3-0-3-RELEASE
Changes since 1.211.2.8.2.6: +2 -2
lines
Diff to previous 1.211.2.8.2.6 (colored) to branchpoint 1.211.2.8 (colored)
Welcome to NetBSD 3.0.3.
Revision 1.244.2.3 / (download) - annotate - [select for diffs], Thu Jun 28 12:36:01 2007 UTC (4 years, 10 months ago) by ghen
Branch: netbsd-4
Changes since 1.244.2.2: +2 -2
lines
Diff to previous 1.244.2.2 (colored) to branchpoint 1.244 (colored)
Pull up following revision(s) (requested by hannken in ticket #747): sys/ufs/ufs/ufs_quota.c: revision 1.46 sys/ufs/ufs/quota.h: revision 1.24 sys/sys/param.h: patch If a quota-enabled file system has 65536 active vnodes for one uid the reference counter of the corresponding struct dquot will overflow. Change the type of the reference counter from u_int16_t to u_int32_t and add an assertion to check for overflow. Bump kernel version as LKM's depending on UFS internals will have to be recompiled after this change (discussed and approved on tech-kern).
Revision 1.211.2.14.2.2 / (download) - annotate - [select for diffs], Thu Jun 28 11:43:31 2007 UTC (4 years, 10 months ago) by ghen
Branch: netbsd-3-1
Changes since 1.211.2.14.2.1: +2 -2
lines
Diff to previous 1.211.2.14.2.1 (colored) to branchpoint 1.211.2.14 (colored)
Pull up following revision(s) (requested by hannken in ticket #1807): sys/ufs/ufs/ufs_quota.c: revision 1.46 sys/ufs/ufs/quota.h: revision 1.24 sys/sys/param.h: patch If a quota-enabled file system has 65536 active vnodes for one uid the reference counter of the corresponding struct dquot will overflow. Change the type of the reference counter from u_int16_t to u_int32_t and add an assertion to check for overflow. Bump kernel version as LKM's depending on UFS internals will have to be recompiled after this change (discussed and approved on tech-kern).
Revision 1.211.2.8.2.6 / (download) - annotate - [select for diffs], Thu Jun 28 11:43:22 2007 UTC (4 years, 10 months ago) by ghen
Branch: netbsd-3-0
Changes since 1.211.2.8.2.5: +2 -2
lines
Diff to previous 1.211.2.8.2.5 (colored) to branchpoint 1.211.2.8 (colored)
Pull up following revision(s) (requested by hannken in ticket #1807): sys/ufs/ufs/ufs_quota.c: revision 1.46 sys/ufs/ufs/quota.h: revision 1.24 sys/sys/param.h: patch If a quota-enabled file system has 65536 active vnodes for one uid the reference counter of the corresponding struct dquot will overflow. Change the type of the reference counter from u_int16_t to u_int32_t and add an assertion to check for overflow. Bump kernel version as LKM's depending on UFS internals will have to be recompiled after this change (discussed and approved on tech-kern).
Revision 1.211.2.16 / (download) - annotate - [select for diffs], Thu Jun 28 11:43:13 2007 UTC (4 years, 10 months ago) by ghen
Branch: netbsd-3
Changes since 1.211.2.15: +2 -2
lines
Diff to previous 1.211.2.15 (colored) to branchpoint 1.211 (colored) next main 1.212 (colored)
Pull up following revision(s) (requested by hannken in ticket #1807): sys/ufs/ufs/ufs_quota.c: revision 1.46 sys/ufs/ufs/quota.h: revision 1.24 sys/sys/param.h: patch If a quota-enabled file system has 65536 active vnodes for one uid the reference counter of the corresponding struct dquot will overflow. Change the type of the reference counter from u_int16_t to u_int32_t and add an assertion to check for overflow. Bump kernel version as LKM's depending on UFS internals will have to be recompiled after this change (discussed and approved on tech-kern).
Revision 1.263 / (download) - annotate - [select for diffs], Sat Jun 23 14:56:10 2007 UTC (4 years, 11 months ago) by hannken
Branch: MAIN
Changes since 1.262: +2 -2
lines
Diff to previous 1.262 (colored)
If a quota-enabled file system has 65536 active vnodes for one uid the reference counter of the corresponding struct dquot will overflow. Change the type of the reference counter from u_int16_t to u_int32_t and add an assertion to check for overflow. Observed and tested by Edgar Fu Welcome to 4.99.21 (struct dquot and therefore struct inode changed layout)
Revision 1.255.4.5 / (download) - annotate - [select for diffs], Sun Jun 17 21:32:02 2007 UTC (4 years, 11 months ago) by ad
Branch: vmlocking
Changes since 1.255.4.4: +23 -3
lines
Diff to previous 1.255.4.4 (colored) to branchpoint 1.255 (colored)
- Increase the number of thread priorities from 128 to 256. How the space is set up is to be revisited. - Implement soft interrupts as kernel threads. A generic implementation is provided, with hooks for fast-path MD code that can run the interrupt threads over the top of other threads executing in the kernel. - Split vnode::v_flag into three fields, depending on how the flag is locked (by the interlock, by the vnode lock, by the file system). - Miscellaneous locking fixes and improvements.
Revision 1.255.4.4 / (download) - annotate - [select for diffs], Fri Jun 8 14:18:11 2007 UTC (4 years, 11 months ago) by ad
Branch: vmlocking
Changes since 1.255.4.3: +2 -2
lines
Diff to previous 1.255.4.3 (colored) to branchpoint 1.255 (colored)
Sync with head.
Revision 1.262 / (download) - annotate - [select for diffs], Thu May 17 14:53:33 2007 UTC (5 years ago) by yamt
Branch: MAIN
Changes since 1.261: +2 -2
lines
Diff to previous 1.261 (colored)
bump to 4.99.20. yamt-idlelwp merge.
Revision 1.252.2.5 / (download) - annotate - [select for diffs], Mon May 7 10:56:14 2007 UTC (5 years ago) by yamt
Branch: yamt-idlelwp
Changes since 1.252.2.4: +2 -2
lines
Diff to previous 1.252.2.4 (colored) next main 1.253 (colored)
sync with head.
Revision 1.261 / (download) - annotate - [select for diffs], Mon Apr 30 15:14:13 2007 UTC (5 years ago) by rmind
Branch: MAIN
CVS Tags: yamt-idlelwp-base8
Changes since 1.260: +2 -2
lines
Diff to previous 1.260 (colored)
Welcome to NetBSD 4.99.19: Added support for POSIX Asynchronous I/O.
Revision 1.260 / (download) - annotate - [select for diffs], Sun Apr 22 08:34:48 2007 UTC (5 years, 1 month ago) by dsl
Branch: MAIN
Changes since 1.259: +2 -2
lines
Diff to previous 1.259 (colored)
4.99.18 for changes to namei() and emulation roots
Revision 1.252.2.4 / (download) - annotate - [select for diffs], Sun Apr 15 16:04:05 2007 UTC (5 years, 1 month ago) by yamt
Branch: yamt-idlelwp
Changes since 1.252.2.3: +2 -2
lines
Diff to previous 1.252.2.3 (colored)
sync with head.
Revision 1.255.4.3 / (download) - annotate - [select for diffs], Tue Apr 10 13:26:19 2007 UTC (5 years, 1 month ago) by ad
Branch: vmlocking
Changes since 1.255.4.2: +2 -2
lines
Diff to previous 1.255.4.2 (colored) to branchpoint 1.255 (colored)
Sync with head.
Revision 1.255.4.2 / (download) - annotate - [select for diffs], Mon Apr 9 22:10:06 2007 UTC (5 years, 1 month ago) by ad
Branch: vmlocking
Changes since 1.255.4.1: +4 -1
lines
Diff to previous 1.255.4.1 (colored) to branchpoint 1.255 (colored)
- Add two new arguments to kthread_create1: pri_t pri, bool mpsafe. - Fork kthreads off proc0 as new LWPs, not new processes.
Revision 1.259 / (download) - annotate - [select for diffs], Sun Apr 8 11:20:49 2007 UTC (5 years, 1 month ago) by hannken
Branch: MAIN
CVS Tags: thorpej-atomic-base,
thorpej-atomic
Changes since 1.258: +2 -2
lines
Diff to previous 1.258 (colored)
Remove now obsolete vn_start_write() and vn_finished_write() and corresponding flags. Revert softdep_trackbufs() to its state before vn_start_write() was added. Remove from struct mount now unneeded flags IMNT_SUSPEND* and members mnt_writeopcountupper, mnt_writeopcountlower and mnt_leaf. Welcome to 4.99.17
Revision 1.257.4.1 / (download) - annotate - [select for diffs], Thu Mar 29 19:28:03 2007 UTC (5 years, 1 month ago) by reinoud
Branch: reinoud-bufcleanup
Changes since 1.257: +2 -2
lines
Diff to previous 1.257 (colored) next main 1.258 (colored)
Pullup to -current
Revision 1.252.2.3 / (download) - annotate - [select for diffs], Sat Mar 24 14:56:15 2007 UTC (5 years, 2 months ago) by yamt
Branch: yamt-idlelwp
Changes since 1.252.2.2: +2 -2
lines
Diff to previous 1.252.2.2 (colored)
sync with head.
Revision 1.258 / (download) - annotate - [select for diffs], Wed Mar 21 18:28:13 2007 UTC (5 years, 2 months ago) by ad
Branch: MAIN
Changes since 1.257: +2 -2
lines
Diff to previous 1.257 (colored)
NetBSD 4.99.16 - struct lwp changed.
Revision 1.255.4.1 / (download) - annotate - [select for diffs], Tue Mar 13 16:52:05 2007 UTC (5 years, 2 months ago) by ad
Branch: vmlocking
Changes since 1.255: +2 -2
lines
Diff to previous 1.255 (colored)
Sync with head.
Revision 1.257 / (download) - annotate - [select for diffs], Mon Mar 12 18:20:55 2007 UTC (5 years, 2 months ago) by ad
Branch: MAIN
Branch point for: reinoud-bufcleanup,
mjf-ufs-trans
Changes since 1.256: +2 -2
lines
Diff to previous 1.256 (colored)
NetBSD 4.99.15 - pool_init() signature change.
Revision 1.252.2.2 / (download) - annotate - [select for diffs], Mon Mar 12 06:00:53 2007 UTC (5 years, 2 months ago) by rmind
Branch: yamt-idlelwp
Changes since 1.252.2.1: +2 -2
lines
Diff to previous 1.252.2.1 (colored)
Sync with HEAD.
Revision 1.256 / (download) - annotate - [select for diffs], Sat Mar 10 21:47:03 2007 UTC (5 years, 2 months ago) by dsl
Branch: MAIN
Changes since 1.255: +2 -2
lines
Diff to previous 1.255 (colored)
Welcome to 4.99.14 , New compat LKMs wont load in old kernels due to changes in the way sys_stat() etc is now done.
Revision 1.252.2.1 / (download) - annotate - [select for diffs], Tue Feb 27 16:55:15 2007 UTC (5 years, 2 months ago) by yamt
Branch: yamt-idlelwp
Changes since 1.252: +2 -2
lines
Diff to previous 1.252 (colored)
- sync with head. - move sched_changepri back to kern_synch.c as it doesn't know PPQ anymore.
Revision 1.255 / (download) - annotate - [select for diffs], Mon Feb 26 12:43:47 2007 UTC (5 years, 2 months ago) by yamt
Branch: MAIN
CVS Tags: ad-audiomp-base,
ad-audiomp
Branch point for: vmlocking
Changes since 1.254: +2 -2
lines
Diff to previous 1.254 (colored)
bump to 4.99.13; priority inheritance
Revision 1.219.2.3 / (download) - annotate - [select for diffs], Mon Feb 26 09:12:13 2007 UTC (5 years, 2 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.219.2.2: +21 -14
lines
Diff to previous 1.219.2.2 (colored)
sync with head.
Revision 1.254 / (download) - annotate - [select for diffs], Mon Feb 19 15:11:15 2007 UTC (5 years, 3 months ago) by cube
Branch: MAIN
Changes since 1.253: +2 -2
lines
Diff to previous 1.253 (colored)
Bump to 4.99.12 because of struct emul change.
Revision 1.253 / (download) - annotate - [select for diffs], Sun Feb 18 03:54:34 2007 UTC (5 years, 3 months ago) by dyoung
Branch: MAIN
Changes since 1.252: +2 -2
lines
Diff to previous 1.252 (colored)
Hello, NetBSD 4.99.11. (For ifnet change.)
Revision 1.244.2.2 / (download) - annotate - [select for diffs], Sat Feb 17 23:27:51 2007 UTC (5 years, 3 months ago) by tron
Branch: netbsd-4
Branch point for: wrstuden-fixsa
Changes since 1.244.2.1: +2 -2
lines
Diff to previous 1.244.2.1 (colored) to branchpoint 1.244 (colored)
Apply patch (requested by chs in ticket #422): - Fix various deadlock problems with nullfs and unionfs. - Speed up path lookups by upto 25%.
Revision 1.252 / (download) - annotate - [select for diffs], Fri Feb 9 23:31:00 2007 UTC (5 years, 3 months ago) by ad
Branch: MAIN
Branch point for: yamt-idlelwp
Changes since 1.251: +2 -2
lines
Diff to previous 1.251 (colored)
Welcome to NetBSD 4.99.10.
Revision 1.251 / (download) - annotate - [select for diffs], Fri Feb 9 21:55:37 2007 UTC (5 years, 3 months ago) by ad
Branch: MAIN
CVS Tags: post-newlock2-merge
Changes since 1.250: +10 -3
lines
Diff to previous 1.250 (colored)
Merge newlock2 to head.
Revision 1.238.2.5 / (download) - annotate - [select for diffs], Thu Feb 1 08:48:47 2007 UTC (5 years, 3 months ago) by ad
Branch: newlock2
Changes since 1.238.2.4: +12 -12
lines
Diff to previous 1.238.2.4 (colored) to branchpoint 1.238 (colored) next main 1.239 (colored)
Sync with head.
Revision 1.238.2.4 / (download) - annotate - [select for diffs], Thu Feb 1 06:21:07 2007 UTC (5 years, 3 months ago) by ad
Branch: newlock2
Changes since 1.238.2.3: +10 -1
lines
Diff to previous 1.238.2.3 (colored) to branchpoint 1.238 (colored)
Get sh3 compiling.
Revision 1.250 / (download) - annotate - [select for diffs], Sat Jan 20 18:59:01 2007 UTC (5 years, 4 months ago) by christos
Branch: MAIN
CVS Tags: newlock2-nbase,
newlock2-base
Changes since 1.249: +11 -11
lines
Diff to previous 1.249 (colored)
Add casts to pacify lint
Revision 1.249 / (download) - annotate - [select for diffs], Fri Jan 19 14:49:11 2007 UTC (5 years, 4 months ago) by hannken
Branch: MAIN
Changes since 1.248: +2 -2
lines
Diff to previous 1.248 (colored)
New file system suspension API to replace vn_start_write and vn_finished_write. The suspension helpers are now put into file system specific operations. This means every file system not supporting these helpers cannot be suspended and therefore snapshots are no longer possible. Implemented for file systems of type ffs. The new API is enabled on a kernel option NEWVNGATE. This option is not enabled by default in any kernel config. Presented and discussed on tech-kern with much input from Bill Studenmund <wrstuden@netbsd.org> and YAMAMOTO Takashi <yamt@netbsd.org>. Welcome to 4.99.9 (new vfs op vfs_suspendctl).
Revision 1.238.2.3 / (download) - annotate - [select for diffs], Fri Jan 12 01:04:24 2007 UTC (5 years, 4 months ago) by ad
Branch: newlock2
Changes since 1.238.2.2: +2 -2
lines
Diff to previous 1.238.2.2 (colored) to branchpoint 1.238 (colored)
Sync with head.
Revision 1.248 / (download) - annotate - [select for diffs], Wed Jan 10 11:22:18 2007 UTC (5 years, 4 months ago) by elad
Branch: MAIN
Changes since 1.247: +2 -2
lines
Diff to previous 1.247 (colored)
Bump kernel version to 4.99.8. (securelevel changes) Okay yamt@.
Revision 1.219.2.2 / (download) - annotate - [select for diffs], Sat Dec 30 20:50:55 2006 UTC (5 years, 4 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.219.2.1: +16 -3
lines
Diff to previous 1.219.2.1 (colored)
sync with head.
Revision 1.247 / (download) - annotate - [select for diffs], Thu Dec 21 15:57:11 2006 UTC (5 years, 5 months ago) by yamt
Branch: MAIN
Changes since 1.246: +1 -1
lines
Diff to previous 1.246 (colored)
bump to 4.99.7; yamt-splraiseipl merge.
Revision 1.239.2.3 / (download) - annotate - [select for diffs], Mon Dec 18 11:42:27 2006 UTC (5 years, 5 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.239.2.2: +2 -2
lines
Diff to previous 1.239.2.2 (colored) to branchpoint 1.239 (colored) next main 1.240 (colored)
sync with head.
Revision 1.246 / (download) - annotate - [select for diffs], Mon Dec 11 15:25:26 2006 UTC (5 years, 5 months ago) by yamt
Branch: MAIN
CVS Tags: yamt-splraiseipl-base5,
yamt-splraiseipl-base4
Changes since 1.245: +2 -2
lines
Diff to previous 1.245 (colored)
bump to 4.99.6. fileassoc changes.
Revision 1.239.2.2 / (download) - annotate - [select for diffs], Sun Dec 10 07:19:28 2006 UTC (5 years, 5 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.239.2.1: +2 -2
lines
Diff to previous 1.239.2.1 (colored) to branchpoint 1.239 (colored)
sync with head.
Revision 1.244.2.1 / (download) - annotate - [select for diffs], Sat Dec 2 01:00:35 2006 UTC (5 years, 5 months ago) by riz
Branch: netbsd-4
Changes since 1.244: +2 -2
lines
Diff to previous 1.244 (colored)
Welcome to NetBSD 4.0_BETA2
Revision 1.245 / (download) - annotate - [select for diffs], Sat Dec 2 00:48:45 2006 UTC (5 years, 5 months ago) by riz
Branch: MAIN
CVS Tags: yamt-splraiseipl-base3
Changes since 1.244: +2 -2
lines
Diff to previous 1.244 (colored)
Welcome to 4.99.5
Revision 1.238.2.2 / (download) - annotate - [select for diffs], Sat Nov 18 21:39:47 2006 UTC (5 years, 6 months ago) by ad
Branch: newlock2
Changes since 1.238.2.1: +4 -3
lines
Diff to previous 1.238.2.1 (colored) to branchpoint 1.238 (colored)
Sync with head.
Revision 1.244 / (download) - annotate - [select for diffs], Fri Nov 17 17:05:18 2006 UTC (5 years, 6 months ago) by hannken
Branch: MAIN
CVS Tags: netbsd-4-base
Branch point for: netbsd-4
Changes since 1.243: +2 -2
lines
Diff to previous 1.243 (colored)
Add specificdata support to mount points. Welcome to NetBSD 4.99.4 Approved by: Jason Thorpe <thorpej@netbsd.org>
Revision 1.211.2.14.2.1 / (download) - annotate - [select for diffs], Sat Oct 28 14:36:22 2006 UTC (5 years, 6 months ago) by ghen
Branch: netbsd-3-1
Changes since 1.211.2.14: +2 -2
lines
Diff to previous 1.211.2.14 (colored)
Welcome to NetBSD 3.1.0_PATCH.
Revision 1.211.2.15 / (download) - annotate - [select for diffs], Sat Oct 28 14:15:55 2006 UTC (5 years, 6 months ago) by ghen
Branch: netbsd-3
Changes since 1.211.2.14: +2 -2
lines
Diff to previous 1.211.2.14 (colored) to branchpoint 1.211 (colored)
Welcome to NetBSD 3.1_STABLE.
Revision 1.211.2.14 / (download) - annotate - [select for diffs], Sat Oct 28 13:59:35 2006 UTC (5 years, 6 months ago) by ghen
Branch: netbsd-3
CVS Tags: netbsd-3-1-RELEASE
Branch point for: netbsd-3-1
Changes since 1.211.2.13: +2 -2
lines
Diff to previous 1.211.2.13 (colored) to branchpoint 1.211 (colored)
Welcome to NetBSD 3.1 release.
Revision 1.211.2.8.2.5 / (download) - annotate - [select for diffs], Sat Oct 28 13:57:41 2006 UTC (5 years, 6 months ago) by ghen
Branch: netbsd-3-0
Changes since 1.211.2.8.2.4: +2 -2
lines
Diff to previous 1.211.2.8.2.4 (colored) to branchpoint 1.211.2.8 (colored)
Welcome to NetBSD 3.0.2_PATCH.
Revision 1.211.2.8.2.4 / (download) - annotate - [select for diffs], Sat Oct 28 13:31:32 2006 UTC (5 years, 6 months ago) by ghen
Branch: netbsd-3-0
CVS Tags: netbsd-3-0-2-RELEASE
Changes since 1.211.2.8.2.3: +2 -2
lines
Diff to previous 1.211.2.8.2.3 (colored) to branchpoint 1.211.2.8 (colored)
Welcome to NetBSD 3.0.2 release.
Revision 1.239.2.1 / (download) - annotate - [select for diffs], Sun Oct 22 06:07:47 2006 UTC (5 years, 7 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.239: +4 -3
lines
Diff to previous 1.239 (colored)
sync with head
Revision 1.238.2.1 / (download) - annotate - [select for diffs], Fri Oct 20 19:46:01 2006 UTC (5 years, 7 months ago) by ad
Branch: newlock2
Changes since 1.238: +1 -3
lines
Diff to previous 1.238 (colored)
Nuke PNOEXITERR and awaken().
Revision 1.211.2.13 / (download) - annotate - [select for diffs], Mon Oct 9 16:40:55 2006 UTC (5 years, 7 months ago) by ghen
Branch: netbsd-3
CVS Tags: netbsd-3-1-RC4
Changes since 1.211.2.12: +2 -2
lines
Diff to previous 1.211.2.12 (colored) to branchpoint 1.211 (colored)
Welcome to NetBSD 3.1_RC4.
Revision 1.243 / (download) - annotate - [select for diffs], Wed Oct 4 14:23:28 2006 UTC (5 years, 7 months ago) by christos
Branch: MAIN
CVS Tags: yamt-splraiseipl-base2
Changes since 1.242: +2 -1
lines
Diff to previous 1.242 (colored)
Add rounddown from <sys/gmon.h>
Revision 1.242 / (download) - annotate - [select for diffs], Mon Sep 25 20:28:47 2006 UTC (5 years, 8 months ago) by christos
Branch: MAIN
Changes since 1.241: +2 -2
lines
Diff to previous 1.241 (colored)
Fix reversed test in __NetBSD_Prereq__; from dbj
Revision 1.241 / (download) - annotate - [select for diffs], Sun Sep 24 07:55:20 2006 UTC (5 years, 8 months ago) by xtraeme
Branch: MAIN
Changes since 1.240: +2 -2
lines
Diff to previous 1.240 (colored)
Update __NetBSD_Version__ comment... it's 4.99.3. (hi dogcow!)
Revision 1.240 / (download) - annotate - [select for diffs], Sun Sep 24 06:52:38 2006 UTC (5 years, 8 months ago) by dogcow
Branch: MAIN
Changes since 1.239: +2 -2
lines
Diff to previous 1.239 (colored)
Hello and welcome to 4.99.03; required due to powerhook_establish args change.
Revision 1.211.2.12 / (download) - annotate - [select for diffs], Sat Sep 16 19:29:53 2006 UTC (5 years, 8 months ago) by ghen
Branch: netbsd-3
CVS Tags: netbsd-3-1-RC3
Changes since 1.211.2.11: +2 -2
lines
Diff to previous 1.211.2.11 (colored) to branchpoint 1.211 (colored)
Welcome to NetBSD 3.1_RC3.
Revision 1.239 / (download) - annotate - [select for diffs], Fri Sep 15 15:52:13 2006 UTC (5 years, 8 months ago) by yamt
Branch: MAIN
CVS Tags: yamt-splraiseipl-base
Branch point for: yamt-splraiseipl
Changes since 1.238: +1 -1
lines
Diff to previous 1.238 (colored)
bump to 4.99.2. yamt-pdpolicy merge.
Revision 1.227.4.1 / (download) - annotate - [select for diffs], Sat Sep 9 02:59:42 2006 UTC (5 years, 8 months ago) by rpaulo
Branch: rpaulo-netinet-merge-pcb
Changes since 1.227: +14 -2
lines
Diff to previous 1.227 (colored) next main 1.228 (colored)
sync with head
Revision 1.228.2.5 / (download) - annotate - [select for diffs], Sun Sep 3 15:25:56 2006 UTC (5 years, 8 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.228.2.4: +13 -1
lines
Diff to previous 1.228.2.4 (colored) to branchpoint 1.228 (colored) next main 1.229 (colored)
sync with head.
Revision 1.211.2.11 / (download) - annotate - [select for diffs], Sat Sep 2 21:21:51 2006 UTC (5 years, 8 months ago) by ghen
Branch: netbsd-3
CVS Tags: netbsd-3-1-RC2
Changes since 1.211.2.10: +2 -2
lines
Diff to previous 1.211.2.10 (colored) to branchpoint 1.211 (colored)
Welcome to NetBSD 3.1_RC2.
Revision 1.238 / (download) - annotate - [select for diffs], Mon Aug 28 13:43:36 2006 UTC (5 years, 8 months ago) by yamt
Branch: MAIN
CVS Tags: yamt-pdpolicy-base9,
yamt-pdpolicy-base8,
rpaulo-netinet-merge-pcb-base
Branch point for: newlock2
Changes since 1.237: +13 -1
lines
Diff to previous 1.237 (colored)
- remove unused bdbtofsb. - move the following macros from MD headers to sys/param.h. ctod dtoc ctob btoc dbtob btodb
Revision 1.211.2.10 / (download) - annotate - [select for diffs], Sat Aug 19 09:33:56 2006 UTC (5 years, 9 months ago) by ghen
Branch: netbsd-3
CVS Tags: netbsd-3-1-RC1
Changes since 1.211.2.9: +2 -2
lines
Diff to previous 1.211.2.9 (colored) to branchpoint 1.211 (colored)
Welcome to NetBSD 3.1_RC1.
Revision 1.228.2.4 / (download) - annotate - [select for diffs], Fri Aug 11 15:47:26 2006 UTC (5 years, 9 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.228.2.3: +2 -2
lines
Diff to previous 1.228.2.3 (colored) to branchpoint 1.228 (colored)
sync with head
Revision 1.237 / (download) - annotate - [select for diffs], Tue Aug 8 05:43:00 2006 UTC (5 years, 9 months ago) by riz
Branch: MAIN
CVS Tags: yamt-pdpolicy-base7
Changes since 1.236: +2 -2
lines
Diff to previous 1.236 (colored)
Welcome to NetBSD 4.99.1
Revision 1.236.2.1 / (download) - annotate - [select for diffs], Tue Aug 8 05:39:00 2006 UTC (5 years, 9 months ago) by riz
Branch: abandoned-netbsd-4
Changes since 1.236: +2 -2
lines
Diff to previous 1.236 (colored) next main 1.237 (colored)
Welcome to NetBSD 4.0_BETA
Revision 1.236 / (download) - annotate - [select for diffs], Mon Jul 31 16:36:38 2006 UTC (5 years, 9 months ago) by martin
Branch: MAIN
CVS Tags: abandoned-netbsd-4-base
Branch point for: abandoned-netbsd-4
Changes since 1.235: +2 -2
lines
Diff to previous 1.235 (colored)
Welcome to 3.99.24 - filehandle syscalls changed
Revision 1.235 / (download) - annotate - [select for diffs], Wed Jul 19 22:29:25 2006 UTC (5 years, 10 months ago) by ad
Branch: MAIN
Changes since 1.234: +2 -2
lines
Diff to previous 1.234 (colored)
Bump version to NetBSD 3.99.23 (LWP creds).
Revision 1.233.2.1 / (download) - annotate - [select for diffs], Thu Jul 13 17:50:06 2006 UTC (5 years, 10 months ago) by gdamore
Branch: gdamore-uart
Changes since 1.233: +2 -2
lines
Diff to previous 1.233 (colored) next main 1.234 (colored)
Merge from HEAD.
Revision 1.234 / (download) - annotate - [select for diffs], Thu Jul 13 12:01:48 2006 UTC (5 years, 10 months ago) by martin
Branch: MAIN
Changes since 1.233: +2 -2
lines
Diff to previous 1.233 (colored)
Welcome to 3.99.22 (getfh(2)/vfs_composefh changed)
Revision 1.211.2.8.2.3 / (download) - annotate - [select for diffs], Wed Jul 12 21:33:07 2006 UTC (5 years, 10 months ago) by tron
Branch: netbsd-3-0
Changes since 1.211.2.8.2.2: +2 -2
lines
Diff to previous 1.211.2.8.2.2 (colored) to branchpoint 1.211.2.8 (colored)
Welcome to 3.0.1_STABLE.
Revision 1.228.2.3 / (download) - annotate - [select for diffs], Mon Jun 26 12:54:29 2006 UTC (5 years, 11 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.228.2.2: +2 -2
lines
Diff to previous 1.228.2.2 (colored) to branchpoint 1.228 (colored)
sync with head.
Revision 1.219.2.1 / (download) - annotate - [select for diffs], Wed Jun 21 15:12:03 2006 UTC (5 years, 11 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.219: +2 -2
lines
Diff to previous 1.219 (colored)
sync with head.
Revision 1.232.2.1 / (download) - annotate - [select for diffs], Mon Jun 19 04:11:13 2006 UTC (5 years, 11 months ago) by chap
Branch: chap-midi
Changes since 1.232: +2 -2
lines
Diff to previous 1.232 (colored) next main 1.233 (colored)
Sync with head.
Revision 1.211.2.8.2.2 / (download) - annotate - [select for diffs], Sat Jun 17 10:35:30 2006 UTC (5 years, 11 months ago) by tron
Branch: netbsd-3-0
CVS Tags: netbsd-3-0-1-RELEASE
Changes since 1.211.2.8.2.1: +2 -2
lines
Diff to previous 1.211.2.8.2.1 (colored) to branchpoint 1.211.2.8 (colored)
Welcome to NetBSD 3.0.1 release.
Revision 1.233 / (download) - annotate - [select for diffs], Wed Jun 7 22:34:18 2006 UTC (5 years, 11 months ago) by kardel
Branch: MAIN
CVS Tags: yamt-pdpolicy-base6,
gdamore-uart-base,
chap-midi-nbase,
chap-midi-base
Branch point for: gdamore-uart
Changes since 1.232: +2 -2
lines
Diff to previous 1.232 (colored)
merge FreeBSD timecounters from branch simonb-timecounters
- struct timeval time is gone
time.tv_sec -> time_second
- struct timeval mono_time is gone
mono_time.tv_sec -> time_uptime
- access to time via
{get,}{micro,nano,bin}time()
get* versions are fast but less precise
- support NTP nanokernel implementation (NTP API 4)
- further reading:
Timecounter Paper: http://phk.freebsd.dk/pubs/timecounter.pdf
NTP Nanokernel: http://www.eecis.udel.edu/~mills/ntp/html/kern.html
Revision 1.227.6.2 / (download) - annotate - [select for diffs], Thu Jun 1 22:39:26 2006 UTC (5 years, 11 months ago) by kardel
Branch: simonb-timecounters
CVS Tags: simonb-timcounters-final
Changes since 1.227.6.1: +2 -2
lines
Diff to previous 1.227.6.1 (colored) to branchpoint 1.227 (colored) next main 1.228 (colored)
Sync with head.
Revision 1.229.2.1 / (download) - annotate - [select for diffs], Wed May 24 15:50:47 2006 UTC (6 years ago) by tron
Branch: peter-altq
Changes since 1.229: +2 -2
lines
Diff to previous 1.229 (colored) next main 1.230 (colored)
Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
Revision 1.228.2.2 / (download) - annotate - [select for diffs], Wed May 24 10:59:21 2006 UTC (6 years ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.228.2.1: +2 -2
lines
Diff to previous 1.228.2.1 (colored) to branchpoint 1.228 (colored)
sync with head.
Revision 1.232 / (download) - annotate - [select for diffs], Tue May 16 19:45:23 2006 UTC (6 years ago) by elad
Branch: MAIN
CVS Tags: yamt-pdpolicy-base5,
simonb-timecounters-base
Branch point for: chap-midi
Changes since 1.231: +2 -2
lines
Diff to previous 1.231 (colored)
bump kernel version to 3.99.20 for kauth(9) changes; prompted by agc@.
Revision 1.228.4.2 / (download) - annotate - [select for diffs], Thu May 11 23:31:36 2006 UTC (6 years ago) by elad
Branch: elad-kernelauth
Changes since 1.228.4.1: +2 -2
lines
Diff to previous 1.228.4.1 (colored) to branchpoint 1.228 (colored) next main 1.229 (colored)
sync with head
Revision 1.231 / (download) - annotate - [select for diffs], Fri May 5 18:28:19 2006 UTC (6 years ago) by thorpej
Branch: MAIN
CVS Tags: elad-kernelauth-base
Changes since 1.230: +2 -2
lines
Diff to previous 1.230 (colored)
Welcome to 3.99.19 (proplib replaces propdb).
Revision 1.227.6.1 / (download) - annotate - [select for diffs], Sat Apr 22 11:40:19 2006 UTC (6 years, 1 month ago) by simonb
Branch: simonb-timecounters
Changes since 1.227: +2 -2
lines
Diff to previous 1.227 (colored)
Sync with head.
Revision 1.228.4.1 / (download) - annotate - [select for diffs], Wed Apr 19 04:36:01 2006 UTC (6 years, 1 month ago) by elad
Branch: elad-kernelauth
Changes since 1.228: +2 -2
lines
Diff to previous 1.228 (colored)
sync with head.
Revision 1.230 / (download) - annotate - [select for diffs], Thu Apr 13 13:50:14 2006 UTC (6 years, 1 month ago) by macallan
Branch: MAIN
Changes since 1.229: +2 -2
lines
Diff to previous 1.229 (colored)
bump kernel version because of wscons API changes
Revision 1.228.2.1 / (download) - annotate - [select for diffs], Sat Apr 1 12:07:51 2006 UTC (6 years, 1 month ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.228: +2 -2
lines
Diff to previous 1.228 (colored)
sync with head.
Revision 1.229 / (download) - annotate - [select for diffs], Tue Mar 14 20:57:07 2006 UTC (6 years, 2 months ago) by bouyer
Branch: MAIN
CVS Tags: yamt-pdpolicy-base4,
yamt-pdpolicy-base3,
peter-altq-base
Branch point for: peter-altq
Changes since 1.228: +2 -2
lines
Diff to previous 1.228 (colored)
Welcome to 3.99.17: kfsfileop changed.
Revision 1.228 / (download) - annotate - [select for diffs], Thu Mar 2 22:13:37 2006 UTC (6 years, 2 months ago) by yamt
Branch: MAIN
CVS Tags: yamt-pdpolicy-base2,
yamt-pdpolicy-base
Branch point for: yamt-pdpolicy,
elad-kernelauth
Changes since 1.227: +2 -2
lines
Diff to previous 1.227 (colored)
bump to 3.99.16 for yamt-uio_vmspace merge.
Revision 1.211.2.9 / (download) - annotate - [select for diffs], Wed Dec 28 15:35:55 2005 UTC (6 years, 4 months ago) by riz
Branch: netbsd-3
Changes since 1.211.2.8: +2 -2
lines
Diff to previous 1.211.2.8 (colored) to branchpoint 1.211 (colored)
Welcome to 3.0_STABLE
Revision 1.211.2.8.2.1 / (download) - annotate - [select for diffs], Wed Dec 28 15:16:21 2005 UTC (6 years, 4 months ago) by riz
Branch: netbsd-3-0
Changes since 1.211.2.8: +2 -2
lines
Diff to previous 1.211.2.8 (colored)
Welcome to 3.0.0_STABLE
Revision 1.227 / (download) - annotate - [select for diffs], Sat Dec 24 13:06:15 2005 UTC (6 years, 5 months ago) by yamt
Branch: MAIN
CVS Tags: yamt-uio_vmspace-base5,
yamt-uio_vmspace
Branch point for: simonb-timecounters,
rpaulo-netinet-merge-pcb
Changes since 1.226: +2 -2
lines
Diff to previous 1.226 (colored)
bump to 3.99.15 for p_estcpu_inherited.
Revision 1.211.2.8 / (download) - annotate - [select for diffs], Sun Dec 18 14:11:21 2005 UTC (6 years, 5 months ago) by tron
Branch: netbsd-3
CVS Tags: netbsd-3-0-RELEASE
Branch point for: netbsd-3-0
Changes since 1.211.2.7: +2 -2
lines
Diff to previous 1.211.2.7 (colored) to branchpoint 1.211 (colored)
Welcome to NetBSD 3.0 release.
Revision 1.226 / (download) - annotate - [select for diffs], Sun Dec 11 12:25:20 2005 UTC (6 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.225: +2 -2
lines
Diff to previous 1.225 (colored)
merge ktrace-lwp.
Revision 1.169.2.11 / (download) - annotate - [select for diffs], Sun Dec 11 10:29:36 2005 UTC (6 years, 5 months ago) by christos
Branch: ktrace-lwp
Changes since 1.169.2.10: +2 -2
lines
Diff to previous 1.169.2.10 (colored) next main 1.170 (colored)
Sync with head.
Revision 1.211.2.7 / (download) - annotate - [select for diffs], Thu Dec 8 08:14:43 2005 UTC (6 years, 5 months ago) by tron
Branch: netbsd-3
CVS Tags: netbsd-3-0-RC6
Changes since 1.211.2.6: +2 -2
lines
Diff to previous 1.211.2.6 (colored) to branchpoint 1.211 (colored)
Welcome to NetBSD 3.0_RC6.
Revision 1.225 / (download) - annotate - [select for diffs], Tue Nov 29 22:52:34 2005 UTC (6 years, 5 months ago) by yamt
Branch: MAIN
CVS Tags: ktrace-lwp-base
Changes since 1.224: +2 -2
lines
Diff to previous 1.224 (colored)
bump to 3.99.13; yamt-readahead merge.
Revision 1.223.2.1 / (download) - annotate - [select for diffs], Tue Nov 29 21:23:33 2005 UTC (6 years, 5 months ago) by yamt
Branch: yamt-readahead
Changes since 1.223: +2 -2
lines
Diff to previous 1.223 (colored) next main 1.224 (colored)
sync with head.
Revision 1.211.2.6 / (download) - annotate - [select for diffs], Tue Nov 29 10:36:49 2005 UTC (6 years, 5 months ago) by tron
Branch: netbsd-3
CVS Tags: netbsd-3-0-RC5
Changes since 1.211.2.5: +2 -2
lines
Diff to previous 1.211.2.5 (colored) to branchpoint 1.211 (colored)
Welcome to NetBSD 3.0_RC5.
Revision 1.211.2.5 / (download) - annotate - [select for diffs], Mon Nov 28 01:16:24 2005 UTC (6 years, 5 months ago) by riz
Branch: netbsd-3
CVS Tags: netbsd-3-0-RC4
Changes since 1.211.2.4: +2 -2
lines
Diff to previous 1.211.2.4 (colored) to branchpoint 1.211 (colored)
Welcome to NetBSD 3.0_RC4.
Revision 1.224 / (download) - annotate - [select for diffs], Sun Nov 27 05:35:52 2005 UTC (6 years, 5 months ago) by thorpej
Branch: MAIN
CVS Tags: yamt-readahead-base3
Changes since 1.223: +2 -2
lines
Diff to previous 1.223 (colored)
Overhaul how TTY line disciplines are handled:
- Replace references to linesw[0] with a ttyldisc_default() function
that returns the default ("termios") line discipline.
- The linesw[] array is gone, replaced by a linked list.
- ttyldisc_add() and ttyldisc_remove() have been replaced by
ttyldisc_attach() and ttyldisc_detach().
- Things that provide line disciplines are now responsible for
registering those disciplines with the system. The linesw
structures are no longer declared in tty_conf.c
- Line disciplines are now refcounted; a lookup causes a reference to
be held. ttyldisc_release() releases the reference. Attempts to
detach an in-use line discipline result in EBUSY.
- Fix function signature lossage in if_sl.c, if_strip.c, and tty_tb.c
that was masked by the old tty_conf.c
- tty_init() is no longer necessary; delete it and its call from main().
Revision 1.211.2.4 / (download) - annotate - [select for diffs], Tue Nov 22 21:11:24 2005 UTC (6 years, 6 months ago) by tron
Branch: netbsd-3
CVS Tags: netbsd-3-0-RC3
Changes since 1.211.2.3: +2 -2
lines
Diff to previous 1.211.2.3 (colored) to branchpoint 1.211 (colored)
Welcome to NetBSD 3.0_RC3.
Revision 1.211.2.3 / (download) - annotate - [select for diffs], Mon Nov 21 21:58:35 2005 UTC (6 years, 6 months ago) by tron
Branch: netbsd-3
CVS Tags: netbsd-3-0-RC2
Changes since 1.211.2.2: +2 -2
lines
Diff to previous 1.211.2.2 (colored) to branchpoint 1.211 (colored)
Welcome to NetBSD 3.0_RC2.
Revision 1.211.2.2 / (download) - annotate - [select for diffs], Sun Nov 13 16:04:15 2005 UTC (6 years, 6 months ago) by tron
Branch: netbsd-3
CVS Tags: netbsd-3-0-RC1
Changes since 1.211.2.1: +2 -2
lines
Diff to previous 1.211.2.1 (colored) to branchpoint 1.211 (colored)
Welcome to NetBSD 3.0_RC1.
Revision 1.169.2.10 / (download) - annotate - [select for diffs], Thu Nov 10 14:12:12 2005 UTC (6 years, 6 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.169.2.9: +2 -2
lines
Diff to previous 1.169.2.9 (colored)
Sync with HEAD. Here we go again...
Revision 1.223 / (download) - annotate - [select for diffs], Wed Nov 2 12:42:58 2005 UTC (6 years, 6 months ago) by yamt
Branch: MAIN
CVS Tags: yamt-readahead-pervnode,
yamt-readahead-perfile,
yamt-readahead-base2,
yamt-readahead-base
Branch point for: yamt-readahead
Changes since 1.222: +2 -2
lines
Diff to previous 1.222 (colored)
bump to 3.99.11. yamt-vop merge.
Revision 1.188.2.19 / (download) - annotate - [select for diffs], Sun Oct 30 00:45:49 2005 UTC (6 years, 6 months ago) by jmc
Branch: netbsd-2-0
Changes since 1.188.2.18: +2 -2
lines
Diff to previous 1.188.2.18 (colored) to branchpoint 1.188 (colored) next main 1.189 (colored)
Mark as 2.0.3_STABLE
Revision 1.188.2.18 / (download) - annotate - [select for diffs], Sat Oct 29 23:38:48 2005 UTC (6 years, 6 months ago) by jmc
Branch: netbsd-2-0
CVS Tags: netbsd-2-0-3-RELEASE
Changes since 1.188.2.17: +2 -2
lines
Diff to previous 1.188.2.17 (colored) to branchpoint 1.188 (colored)
2.0.3
Revision 1.188.2.9.2.11.2.1 / (download) - annotate - [select for diffs], Wed Oct 26 23:49:27 2005 UTC (6 years, 7 months ago) by riz
Branch: netbsd-2-1
Changes since 1.188.2.9.2.11: +2 -2
lines
Diff to previous 1.188.2.9.2.11 (colored) next main 1.188.2.9.2.12 (colored)
Welcome to 2.1.0_STABLE
Revision 1.188.2.9.2.12 / (download) - annotate - [select for diffs], Wed Oct 26 23:18:53 2005 UTC (6 years, 7 months ago) by riz
Branch: netbsd-2
Changes since 1.188.2.9.2.11: +2 -2
lines
Diff to previous 1.188.2.9.2.11 (colored) to branchpoint 1.188.2.9 (colored)
Welcome to 2.1_STABLE
Revision 1.188.2.9.2.11 / (download) - annotate - [select for diffs], Fri Oct 21 06:16:42 2005 UTC (6 years, 7 months ago) by riz
Branch: netbsd-2
CVS Tags: netbsd-2-1-RELEASE
Branch point for: netbsd-2-1
Changes since 1.188.2.9.2.10: +2 -2
lines
Diff to previous 1.188.2.9.2.10 (colored) to branchpoint 1.188.2.9 (colored)
Welcome to 2.1
Revision 1.222 / (download) - annotate - [select for diffs], Sat Oct 15 17:41:19 2005 UTC (6 years, 7 months ago) by yamt
Branch: MAIN
CVS Tags: yamt-vop-base3,
yamt-vop-base2,
yamt-vop-base,
yamt-vop,
thorpej-vnode-attr-base,
thorpej-vnode-attr
Changes since 1.221: +2 -2
lines
Diff to previous 1.221 (colored)
bump to 3.99.10. bufq interface change.
Revision 1.188.2.9.2.10 / (download) - annotate - [select for diffs], Wed Oct 12 01:02:23 2005 UTC (6 years, 7 months ago) by riz
Branch: netbsd-2
CVS Tags: netbsd-2-1-RC6
Changes since 1.188.2.9.2.9: +2 -2
lines
Diff to previous 1.188.2.9.2.9 (colored) to branchpoint 1.188.2.9 (colored)
Welcome to 2.1_RC6
Revision 1.188.2.9.2.9 / (download) - annotate - [select for diffs], Sun Sep 18 17:58:06 2005 UTC (6 years, 8 months ago) by riz
Branch: netbsd-2
CVS Tags: netbsd-2-1-RC5
Changes since 1.188.2.9.2.8: +2 -2
lines
Diff to previous 1.188.2.9.2.8 (colored) to branchpoint 1.188.2.9 (colored)
Welcome to 2.1_RC5
Revision 1.221 / (download) - annotate - [select for diffs], Sat Sep 17 14:54:24 2005 UTC (6 years, 8 months ago) by yamt
Branch: MAIN
Changes since 1.220: +2 -2
lines
Diff to previous 1.220 (colored)
bump to 3.99.9 for uvm_swap_stats change.
Revision 1.188.2.9.2.8 / (download) - annotate - [select for diffs], Thu Sep 15 14:48:58 2005 UTC (6 years, 8 months ago) by riz
Branch: netbsd-2
CVS Tags: netbsd-2-1-RC4
Changes since 1.188.2.9.2.7: +2 -2
lines
Diff to previous 1.188.2.9.2.7 (colored) to branchpoint 1.188.2.9 (colored)
Welcome to 2.1_RC4
Revision 1.188.2.9.2.7 / (download) - annotate - [select for diffs], Wed Aug 31 06:03:29 2005 UTC (6 years, 8 months ago) by riz
Branch: netbsd-2
CVS Tags: netbsd-2-1-RC3
Changes since 1.188.2.9.2.6: +2 -2
lines
Diff to previous 1.188.2.9.2.6 (colored) to branchpoint 1.188.2.9 (colored)
Welcome to 2.1_RC3
Revision 1.188.2.9.2.6 / (download) - annotate - [select for diffs], Mon Aug 29 05:09:03 2005 UTC (6 years, 8 months ago) by riz
Branch: netbsd-2
CVS Tags: netbsd-2-1-RC2
Changes since 1.188.2.9.2.5: +2 -2
lines
Diff to previous 1.188.2.9.2.5 (colored) to branchpoint 1.188.2.9 (colored)
Welcome to 2.1_RC2
Revision 1.188.2.9.2.5 / (download) - annotate - [select for diffs], Fri Aug 26 00:07:15 2005 UTC (6 years, 9 months ago) by riz
Branch: netbsd-2
CVS Tags: netbsd-2-1-RC1
Changes since 1.188.2.9.2.4: +2 -2
lines
Diff to previous 1.188.2.9.2.4 (colored) to branchpoint 1.188.2.9 (colored)
Welcome to 2.1_RC1
Revision 1.220 / (download) - annotate - [select for diffs], Fri Aug 19 12:31:41 2005 UTC (6 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.219: +2 -2
lines
Diff to previous 1.219 (colored)
bump us to 3.99.8 (for 64 bit inode changes). Noted by Bernd Ernesti
Revision 1.219 / (download) - annotate - [select for diffs], Thu Jun 23 17:00:30 2005 UTC (6 years, 11 months ago) by thorpej
Branch: MAIN
Branch point for: yamt-lazymbuf
Changes since 1.218: +2 -2
lines
Diff to previous 1.218 (colored)
Remove the last references to M_NAMEI; everything should be using PNBUF_*() now (for a long time now). Remove M_NAMEI, and bump the kernel version to 3.99.7 to reflect its removal.
Revision 1.218 / (download) - annotate - [select for diffs], Fri Jun 10 05:11:16 2005 UTC (6 years, 11 months ago) by matt
Branch: MAIN
Changes since 1.217: +2 -2
lines
Diff to previous 1.217 (colored)
Welcome to 3.99.6
Revision 1.217 / (download) - annotate - [select for diffs], Sun May 22 08:36:36 2005 UTC (7 years ago) by hannken
Branch: MAIN
Changes since 1.216: +2 -2
lines
Diff to previous 1.216 (colored)
Welcome to 3.99.5. struct ufsmount changed size.
Revision 1.216 / (download) - annotate - [select for diffs], Fri May 20 12:44:50 2005 UTC (7 years ago) by fvdl
Branch: MAIN
Changes since 1.215: +2 -2
lines
Diff to previous 1.215 (colored)
Bump to 3.99.4 because of struct emul change.
Revision 1.208.2.1 / (download) - annotate - [select for diffs], Fri Apr 29 11:29:37 2005 UTC (7 years ago) by kent
Branch: kent-audio2
Changes since 1.208: +20 -20
lines
Diff to previous 1.208 (colored) next main 1.209 (colored)
sync with -current
Revision 1.188.2.17 / (download) - annotate - [select for diffs], Wed Apr 6 11:46:33 2005 UTC (7 years, 1 month ago) by tron
Branch: netbsd-2-0
Changes since 1.188.2.16: +2 -2
lines
Diff to previous 1.188.2.16 (colored) to branchpoint 1.188 (colored)
Welcome to 2.0.2_STABLE
Revision 1.169.2.9 / (download) - annotate - [select for diffs], Fri Apr 1 14:32:11 2005 UTC (7 years, 1 month ago) by skrll
Branch: ktrace-lwp
Changes since 1.169.2.8: +2 -2
lines
Diff to previous 1.169.2.8 (colored)
Sync with HEAD.
Revision 1.215 / (download) - annotate - [select for diffs], Fri Apr 1 12:01:32 2005 UTC (7 years, 1 month ago) by yamt
Branch: MAIN
CVS Tags: kent-audio2-base
Changes since 1.214: +2 -2
lines
Diff to previous 1.214 (colored)
bump to 3.99.3. uvm_km_* API changes. (yamt-km merge)
Revision 1.214 / (download) - annotate - [select for diffs], Sun Mar 27 23:12:55 2005 UTC (7 years, 2 months ago) by agc
Branch: MAIN
Changes since 1.213: +2 -2
lines
Diff to previous 1.213 (colored)
Update the NetBSD version number in the trailing comment to match the __NetBSD_Version__ in rev 1.213 of this file.
Revision 1.209.2.2 / (download) - annotate - [select for diffs], Sat Mar 26 18:19:20 2005 UTC (7 years, 2 months ago) by yamt
Branch: yamt-km
Changes since 1.209.2.1: +2 -2
lines
Diff to previous 1.209.2.1 (colored) to branchpoint 1.209 (colored) next main 1.210 (colored)
sync with head.
Revision 1.213 / (download) - annotate - [select for diffs], Sat Mar 26 05:12:36 2005 UTC (7 years, 2 months ago) by fvdl
Branch: MAIN
CVS Tags: yamt-km-base4
Changes since 1.212: +2 -2
lines
Diff to previous 1.212 (colored)
Fix some things regarding COMPAT_NETBSD32 and limits/VM addresses. * For sparc64 and amd64, define *SIZ32 VM constants. * Add a new function pointer to struct emul, pointing at a function that will return the default VM map address. The default function is uvm_map_defaultaddr, which just uses the VM_DEFAULT_ADDRESS macro. This gives emulations control over the default map address, and allows things to be mapped at the right address (in 32bit range) for COMPAT_NETBSD32. * Add code to adjust the data and stack limits when a COMPAT_NETBSD32 or COMPAT_SVR4_32 binary is executed. * Don't use USRSTACK in kern_resource.c, use p_vmspace->vm_minsaddr instead (emulations might have set it differently) * Since this changes struct emul, bump kernel version to 3.99.2 Tested on amd64, compile-tested on sparc64.
Revision 1.188.2.16 / (download) - annotate - [select for diffs], Tue Mar 22 00:53:13 2005 UTC (7 years, 2 months ago) by jmc
Branch: netbsd-2-0
CVS Tags: netbsd-2-0-2-RELEASE
Changes since 1.188.2.15: +2 -2
lines
Diff to previous 1.188.2.15 (colored) to branchpoint 1.188 (colored)
Welcome to 2.0.2
Revision 1.209.2.1 / (download) - annotate - [select for diffs], Sat Mar 19 08:36:52 2005 UTC (7 years, 2 months ago) by yamt
Branch: yamt-km
Changes since 1.209: +20 -20
lines
Diff to previous 1.209 (colored)
sync with head. xen and whitespace. xen part is not finished.
Revision 1.211.2.1 / (download) - annotate - [select for diffs], Thu Mar 17 00:26:32 2005 UTC (7 years, 2 months ago) by jmc
Branch: netbsd-3
Changes since 1.211: +2 -2
lines
Diff to previous 1.211 (colored)
Update to 3.0_BETA
Revision 1.212 / (download) - annotate - [select for diffs], Thu Mar 17 00:22:34 2005 UTC (7 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: yamt-km-base3
Changes since 1.211: +2 -2
lines
Diff to previous 1.211 (colored)
Kernel dump to 3.99.1
Revision 1.188.2.15 / (download) - annotate - [select for diffs], Wed Mar 16 15:59:26 2005 UTC (7 years, 2 months ago) by jmc
Branch: netbsd-2-0
Changes since 1.188.2.14: +2 -2
lines
Diff to previous 1.188.2.14 (colored) to branchpoint 1.188 (colored)
Actually revert to _BETA until pullup 1160 is resolved
Revision 1.188.2.14 / (download) - annotate - [select for diffs], Wed Mar 16 15:57:32 2005 UTC (7 years, 2 months ago) by jmc
Branch: netbsd-2-0
Changes since 1.188.2.13: +2 -2
lines
Diff to previous 1.188.2.13 (colored) to branchpoint 1.188 (colored)
Note this as 2.0.2. All pullups to 2.0.2 are done
Revision 1.188.2.9.2.4 / (download) - annotate - [select for diffs], Wed Mar 16 15:54:53 2005 UTC (7 years, 2 months ago) by jmc
Branch: netbsd-2
Changes since 1.188.2.9.2.3: +2 -2
lines
Diff to previous 1.188.2.9.2.3 (colored) to branchpoint 1.188.2.9 (colored)
This branch is 2.0_STABLE (until 2.1comes out). Note that 2.0.2 exists but the version otherwise stays at 2.0 here
Revision 1.188.2.9.2.3 / (download) - annotate - [select for diffs], Wed Mar 16 15:24:47 2005 UTC (7 years, 2 months ago) by tron
Branch: netbsd-2
Changes since 1.188.2.9.2.2: +2 -2
lines
Diff to previous 1.188.2.9.2.2 (colored) to branchpoint 1.188.2.9 (colored)
After thinking about it again "2.0.2_STABLE" isn't the correct name. It will be used for 2.0.2 plus fixes. Use "2.0.2_BETA" instead.
Revision 1.188.2.13 / (download) - annotate - [select for diffs], Wed Mar 16 15:24:02 2005 UTC (7 years, 2 months ago) by tron
Branch: netbsd-2-0
Changes since 1.188.2.12: +2 -2
lines
Diff to previous 1.188.2.12 (colored) to branchpoint 1.188 (colored)
After thinking about it again "2.0.2_STABLE" isn't the correct name. It will be used for 2.0.2 plus fixes. Use "2.0.2_BETA" instead.
Revision 1.188.2.9.2.2 / (download) - annotate - [select for diffs], Wed Mar 16 12:22:49 2005 UTC (7 years, 2 months ago) by tron
Branch: netbsd-2
Changes since 1.188.2.9.2.1: +2 -2
lines
Diff to previous 1.188.2.9.2.1 (colored) to branchpoint 1.188.2.9 (colored)
Welcome to 2.0.2
Revision 1.188.2.12 / (download) - annotate - [select for diffs], Wed Mar 16 12:21:45 2005 UTC (7 years, 2 months ago) by tron
Branch: netbsd-2-0
Changes since 1.188.2.11: +2 -2
lines
Diff to previous 1.188.2.11 (colored) to branchpoint 1.188 (colored)
Add a "_STABLE" suffix for now.
Revision 1.188.2.11 / (download) - annotate - [select for diffs], Wed Mar 16 12:20:38 2005 UTC (7 years, 2 months ago) by tron
Branch: netbsd-2-0
Changes since 1.188.2.10: +2 -2
lines
Diff to previous 1.188.2.10 (colored) to branchpoint 1.188 (colored)
Welcome to 2.0.2
Revision 1.169.2.8 / (download) - annotate - [select for diffs], Fri Mar 4 16:54:23 2005 UTC (7 years, 2 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.169.2.7: +19 -19
lines
Diff to previous 1.169.2.7 (colored)
Sync with HEAD. Hi Perry!
Revision 1.211 / (download) - annotate - [select for diffs], Sat Feb 26 22:25:34 2005 UTC (7 years, 2 months ago) by perry
Branch: MAIN
CVS Tags: netbsd-3-base
Branch point for: netbsd-3
Changes since 1.210: +19 -19
lines
Diff to previous 1.210 (colored)
nuke trailing whitespace
Revision 1.169.2.7 / (download) - annotate - [select for diffs], Thu Feb 17 07:10:37 2005 UTC (7 years, 3 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.169.2.6: +2 -2
lines
Diff to previous 1.169.2.6 (colored)
Sync with HEAD.
Revision 1.210 / (download) - annotate - [select for diffs], Tue Feb 15 21:11:01 2005 UTC (7 years, 3 months ago) by cube
Branch: MAIN
CVS Tags: matt-timespec
Changes since 1.209: +2 -2
lines
Diff to previous 1.209 (colored)
Welcome to 2.99.16 [fdclone and ksyms_getval changes].
Revision 1.169.2.6 / (download) - annotate - [select for diffs], Mon Jan 24 08:36:05 2005 UTC (7 years, 4 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.169.2.5: +2 -2
lines
Diff to previous 1.169.2.5 (colored)
Sync with HEAD.
Revision 1.209 / (download) - annotate - [select for diffs], Sun Jan 23 18:44:44 2005 UTC (7 years, 4 months ago) by matt
Branch: MAIN
CVS Tags: yamt-km-base2,
yamt-km-base
Branch point for: yamt-km
Changes since 1.208: +2 -2
lines
Diff to previous 1.208 (colored)
Welcome 2.99.15 (domain link sets).
Revision 1.169.2.5 / (download) - annotate - [select for diffs], Mon Jan 17 19:33:10 2005 UTC (7 years, 4 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.169.2.4: +2 -2
lines
Diff to previous 1.169.2.4 (colored)
Sync with HEAD.
Revision 1.188.2.10 / (download) - annotate - [select for diffs], Sun Jan 16 02:31:19 2005 UTC (7 years, 4 months ago) by jmc
Branch: netbsd-2-0
CVS Tags: netbsd-2-0-1-RELEASE
Changes since 1.188.2.9: +2 -2
lines
Diff to previous 1.188.2.9 (colored) to branchpoint 1.188 (colored)
Welcome to 2.0.1
Revision 1.208 / (download) - annotate - [select for diffs], Thu Jan 13 11:53:34 2005 UTC (7 years, 4 months ago) by yamt
Branch: MAIN
Branch point for: kent-audio2
Changes since 1.207: +2 -2
lines
Diff to previous 1.207 (colored)
bump to 2.99.14. for uvm_km_free_wakeup.
Revision 1.207 / (download) - annotate - [select for diffs], Mon Jan 10 22:08:55 2005 UTC (7 years, 4 months ago) by kent
Branch: MAIN
Changes since 1.206: +2 -2
lines
Diff to previous 1.206 (colored)
2.99.13 (audio in-kernel API changes)
Revision 1.206 / (download) - annotate - [select for diffs], Sat Jan 1 21:20:12 2005 UTC (7 years, 4 months ago) by yamt
Branch: MAIN
CVS Tags: kent-audio1-beforemerge
Changes since 1.205: +2 -2
lines
Diff to previous 1.205 (colored)
bump version in a comment as well.
Revision 1.205 / (download) - annotate - [select for diffs], Sat Jan 1 21:19:03 2005 UTC (7 years, 4 months ago) by yamt
Branch: MAIN
Changes since 1.204: +2 -2
lines
Diff to previous 1.204 (colored)
bump to 2.99.12. uvm and pool changes.
Revision 1.188.2.9.2.1 / (download) - annotate - [select for diffs], Thu Dec 23 05:05:42 2004 UTC (7 years, 5 months ago) by jmc
Branch: netbsd-2
Changes since 1.188.2.9: +2 -2
lines
Diff to previous 1.188.2.9 (colored)
Welcome to 2.0_STABLE
Revision 1.169.2.4 / (download) - annotate - [select for diffs], Sat Dec 18 09:33:18 2004 UTC (7 years, 5 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.169.2.3: +2 -2
lines
Diff to previous 1.169.2.3 (colored)
Sync with HEAD.
Revision 1.204 / (download) - annotate - [select for diffs], Sat Dec 4 18:34:09 2004 UTC (7 years, 5 months ago) by peter
Branch: MAIN
CVS Tags: kent-audio1-base,
kent-audio1
Changes since 1.203: +2 -2
lines
Diff to previous 1.203 (colored)
Bump version to 2.99.11 (lo0/ifc_destroy changes).
Revision 1.188.2.9 / (download) - annotate - [select for diffs], Mon Nov 29 06:24:21 2004 UTC (7 years, 5 months ago) by jmc
Branch: netbsd-2-0
CVS Tags: netbsd-2-base,
netbsd-2-0-RELEASE
Branch point for: netbsd-2
Changes since 1.188.2.8: +2 -2
lines
Diff to previous 1.188.2.8 (colored) to branchpoint 1.188 (colored)
Welcome to the 2.0 release (finally)
Revision 1.188.2.8 / (download) - annotate - [select for diffs], Fri Nov 12 07:08:50 2004 UTC (7 years, 6 months ago) by jmc
Branch: netbsd-2-0
CVS Tags: netbsd-2-0-RC5
Changes since 1.188.2.7: +2 -2
lines
Diff to previous 1.188.2.7 (colored) to branchpoint 1.188 (colored)
Welcome to 2.0RC5
Revision 1.169.2.3 / (download) - annotate - [select for diffs], Tue Oct 19 15:58:30 2004 UTC (7 years, 7 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.169.2.2: +12 -10
lines
Diff to previous 1.169.2.2 (colored)
Sync with HEAD
Revision 1.203 / (download) - annotate - [select for diffs], Fri Oct 15 04:38:36 2004 UTC (7 years, 7 months ago) by thorpej
Branch: MAIN
Changes since 1.202: +2 -2
lines
Diff to previous 1.202 (colored)
Change config_attach_pseudo() to take a cfdata * that contains the necessary information to create the pseudo-device instance. Pseudo-device device's will reference this cfdata, just as normal devices reference their corresponding cfdata. Welcome to 2.99.10.
Revision 1.188.2.7 / (download) - annotate - [select for diffs], Fri Oct 8 03:29:18 2004 UTC (7 years, 7 months ago) by jmc
Branch: netbsd-2-0
CVS Tags: netbsd-2-0-RC4
Changes since 1.188.2.6: +2 -2
lines
Diff to previous 1.188.2.6 (colored) to branchpoint 1.188 (colored)
Welcome to 2.0_RC4
Revision 1.188.2.6 / (download) - annotate - [select for diffs], Mon Oct 4 06:07:24 2004 UTC (7 years, 7 months ago) by jmc
Branch: netbsd-2-0
CVS Tags: netbsd-2-0-RC3
Changes since 1.188.2.5: +2 -2
lines
Diff to previous 1.188.2.5 (colored) to branchpoint 1.188 (colored)
Welcome to 2.0_RC3
Revision 1.188.2.5 / (download) - annotate - [select for diffs], Mon Oct 4 05:25:37 2004 UTC (7 years, 7 months ago) by jmc
Branch: netbsd-2-0
Changes since 1.188.2.4: +11 -12
lines
Diff to previous 1.188.2.4 (colored) to branchpoint 1.188 (colored)
Pull up via patch and rev 1.201 (requested by christos in ticket #887) Add addition of __NetBSD_Prereq__() macro to reflect reality at release time
Revision 1.202 / (download) - annotate - [select for diffs], Mon Oct 4 03:20:50 2004 UTC (7 years, 7 months ago) by enami
Branch: MAIN
Changes since 1.201: +2 -2
lines
Diff to previous 1.201 (colored)
Unbalanced bracket in comment.
Revision 1.201 / (download) - annotate - [select for diffs], Fri Oct 1 04:02:10 2004 UTC (7 years, 7 months ago) by christos
Branch: MAIN
Changes since 1.200: +12 -10
lines
Diff to previous 1.200 (colored)
- Switch -current to M.99.p as posted in tech-kern. - Update comments to reflect reality. - Welcome to 2.99.9!
Revision 1.188.2.4 / (download) - annotate - [select for diffs], Fri Oct 1 03:56:23 2004 UTC (7 years, 7 months ago) by jmc
Branch: netbsd-2-0
CVS Tags: netbsd-2-0-RC2
Changes since 1.188.2.3: +2 -2
lines
Diff to previous 1.188.2.3 (colored) to branchpoint 1.188 (colored)
Welcome to 2.0RC2
Revision 1.169.2.2 / (download) - annotate - [select for diffs], Fri Sep 24 10:53:43 2004 UTC (7 years, 8 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.169.2.1: +2 -2
lines
Diff to previous 1.169.2.1 (colored)
Sync with HEAD.
Revision 1.188.2.3 / (download) - annotate - [select for diffs], Thu Sep 23 02:55:07 2004 UTC (7 years, 8 months ago) by jmc
Branch: netbsd-2-0
CVS Tags: netbsd-2-0-RC1
Changes since 1.188.2.2: +2 -2
lines
Diff to previous 1.188.2.2 (colored) to branchpoint 1.188 (colored)
Welcome to 2.0_RC1
Revision 1.200 / (download) - annotate - [select for diffs], Sat Sep 18 16:37:12 2004 UTC (7 years, 8 months ago) by yamt
Branch: MAIN
Changes since 1.199: +2 -2
lines
Diff to previous 1.199 (colored)
fix allocbuf() O(n**2) behaviour where n is number of AGE buffers by always tracking amount of buffers on a queue. bump to 2.0H.
Revision 1.169.2.1 / (download) - annotate - [select for diffs], Tue Aug 3 10:56:29 2004 UTC (7 years, 9 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.169: +7 -10
lines
Diff to previous 1.169 (colored)
Sync with HEAD
Revision 1.199 / (download) - annotate - [select for diffs], Sun Jul 18 21:21:34 2004 UTC (7 years, 10 months ago) by chs
Branch: MAIN
Changes since 1.198: +3 -3
lines
Diff to previous 1.198 (colored)
expose the STACK_* macros to userland if __EXPOSE_STACK is defined.
Revision 1.198 / (download) - annotate - [select for diffs], Thu Jul 1 10:03:32 2004 UTC (7 years, 10 months ago) by hannken
Branch: MAIN
Changes since 1.197: +2 -2
lines
Diff to previous 1.197 (colored)
Keep a pointer to the leaf mount. Needed for write gating where a file system gets suspended and has layered mounts above it. Welcome to 2.0G Reviewed by: Bill Studenmund <wrstuden@netbsd.org>
Revision 1.197 / (download) - annotate - [select for diffs], Tue May 25 14:54:58 2004 UTC (8 years ago) by hannken
Branch: MAIN
Changes since 1.196: +2 -2
lines
Diff to previous 1.196 (colored)
Add ffs internal snapshots. Written by Marshall Kirk McKusick for FreeBSD.
- Not enabled by default. Needs kernel option FFS_SNAPSHOT.
- Change parameters of ffs_blkfree.
- Let the copy-on-write functions return an error so spec_strategy
may fail if the copy-on-write fails.
- Change genfs_*lock*() to use vp->v_vnlock instead of &vp->v_lock.
- Add flag B_METAONLY to VOP_BALLOC to return indirect block buffer.
- Add a function ffs_checkfreefile needed for snapshot creation.
- Add special handling of snapshot files:
Snapshots may not be opened for writing and the attributes are read-only.
Use the mtime as the time this snapshot was taken.
Deny mtime updates for snapshot files.
- Add function transferlockers to transfer any waiting processes from
one lock to another.
- Add vfsop VFS_SNAPSHOT to take a snapshot and make it accessible through
a vnode.
- Add snapshot support to ls, fsck_ffs and dump.
Welcome to 2.0F.
Approved by: Jason R. Thorpe <thorpej@netbsd.org>
Revision 1.196 / (download) - annotate - [select for diffs], Sat Apr 24 09:51:06 2004 UTC (8 years, 1 month ago) by kleink
Branch: MAIN
Changes since 1.195: +2 -2
lines
Diff to previous 1.195 (colored)
2.0E: new pci_devinfo() argument.
Revision 1.195 / (download) - annotate - [select for diffs], Wed Apr 21 01:05:43 2004 UTC (8 years, 1 month ago) by christos
Branch: MAIN
Changes since 1.194: +2 -2
lines
Diff to previous 1.194 (colored)
Replace the statfs() family of system calls with statvfs(). Retain binary compatibility.
Revision 1.194 / (download) - annotate - [select for diffs], Sat Apr 17 15:23:23 2004 UTC (8 years, 1 month ago) by christos
Branch: MAIN
Changes since 1.193: +1 -4
lines
Diff to previous 1.193 (colored)
remove obsolete comment.
Revision 1.193 / (download) - annotate - [select for diffs], Thu Apr 15 15:50:45 2004 UTC (8 years, 1 month ago) by thorpej
Branch: MAIN
Changes since 1.192: +2 -2
lines
Diff to previous 1.192 (colored)
There was no need to bump the kernel version for a BPF ioctl change; back that out.
Revision 1.192 / (download) - annotate - [select for diffs], Thu Apr 15 15:17:11 2004 UTC (8 years, 1 month ago) by darrenr
Branch: MAIN
Changes since 1.191: +2 -2
lines
Diff to previous 1.191 (colored)
don't use u_long in an ioctl, rather, u_int64_t so there are no long 32/64 bit compatibility problems. bump kernel version like it should have been.
Revision 1.191 / (download) - annotate - [select for diffs], Mon Apr 5 10:22:30 2004 UTC (8 years, 1 month ago) by yamt
Branch: MAIN
Changes since 1.190: +2 -2
lines
Diff to previous 1.190 (colored)
bump to 2.0C for the cache_purge change.
Revision 1.190 / (download) - annotate - [select for diffs], Tue Mar 30 13:00:13 2004 UTC (8 years, 1 month ago) by yamt
Branch: MAIN
Changes since 1.189: +2 -2
lines
Diff to previous 1.189 (colored)
bump to 2.0B. (uvm_map alignment change)
Revision 1.188.2.2 / (download) - annotate - [select for diffs], Mon Mar 29 15:31:52 2004 UTC (8 years, 1 month ago) by jmc
Branch: netbsd-2-0
Changes since 1.188.2.1: +2 -2
lines
Diff to previous 1.188.2.1 (colored) to branchpoint 1.188 (colored)
Make sure to note 2.0_BETA in the comment as osrelease.sh parses for this for uname output. Ticket #11 from cube
Revision 1.188.2.1 / (download) - annotate - [select for diffs], Mon Mar 29 05:21:33 2004 UTC (8 years, 1 month ago) by jmc
Branch: netbsd-2-0
Changes since 1.188: +2 -2
lines
Diff to previous 1.188 (colored)
Update to 2.0_BETA
Revision 1.189 / (download) - annotate - [select for diffs], Mon Mar 29 03:14:26 2004 UTC (8 years, 1 month ago) by jmc
Branch: MAIN
Changes since 1.188: +2 -2
lines
Diff to previous 1.188 (colored)
Welcome to 2.0A
Revision 1.188 / (download) - annotate - [select for diffs], Wed Mar 24 15:48:39 2004 UTC (8 years, 2 months ago) by atatat
Branch: MAIN
CVS Tags: netbsd-2-0-base
Branch point for: netbsd-2-0
Changes since 1.187: +2 -2
lines
Diff to previous 1.187 (colored)
Sysctl flags and sysctl_createv() interface changed. More sysctl related changes are coming in a short while that will ride this bump.
Revision 1.187 / (download) - annotate - [select for diffs], Sat Feb 14 00:00:56 2004 UTC (8 years, 3 months ago) by hannken
Branch: MAIN
Changes since 1.186: +2 -2
lines
Diff to previous 1.186 (colored)
Add a generic copy-on-write hook to add/remove functions that will be called with every buffer written through spec_strategy(). Used by fss(4). Future file-system-internal snapshots will need them too. Welcome to 1.6ZK Approved by: Jason R. Thorpe <thorpej@netbsd.org>
Revision 1.186 / (download) - annotate - [select for diffs], Tue Feb 10 01:34:38 2004 UTC (8 years, 3 months ago) by matt
Branch: MAIN
Changes since 1.185: +2 -2
lines
Diff to previous 1.185 (colored)
Welcome to 1.6ZJ
Revision 1.185 / (download) - annotate - [select for diffs], Sun Jan 25 18:11:13 2004 UTC (8 years, 4 months ago) by hannken
Branch: MAIN
Changes since 1.184: +2 -2
lines
Diff to previous 1.184 (colored)
bump to 1.6ZI. VOP_STRATEGY has new argument and vnode_if.? have been regenerated.
Revision 1.184 / (download) - annotate - [select for diffs], Sat Jan 10 14:46:24 2004 UTC (8 years, 4 months ago) by yamt
Branch: MAIN
Changes since 1.183: +2 -2
lines
Diff to previous 1.183 (colored)
bump to 1.6ZH. add b_prio to struct buf.
Revision 1.183 / (download) - annotate - [select for diffs], Thu Dec 4 19:39:57 2003 UTC (8 years, 5 months ago) by atatat
Branch: MAIN
Changes since 1.182: +2 -2
lines
Diff to previous 1.182 (colored)
Dynamic sysctl makes 1.6ZF into 1.6ZG
Revision 1.182 / (download) - annotate - [select for diffs], Wed Nov 12 21:07:38 2003 UTC (8 years, 6 months ago) by dsl
Branch: MAIN
Changes since 1.181: +2 -2
lines
Diff to previous 1.181 (colored)
- Count number of zombies and stopped children and requeue them at the top of the sibling list so that find_stopped_child can be optimised to avoid traversing the entire sibling list - helps when a process has a lot of children. - Modify locking in pfind() and pgfind() to that the caller can rely on the result being valid, allow caller to request that zombies be findable. - Rename pfind() to p_find() to ensure we break binary compatibility. - Remove svr4_pfind since p_find willnow do the job. - Modify some of the SMP locking of the proc lists - signals are still stuffed. Welcome to 1.6ZF
Revision 1.138.4.6 / (download) - annotate - [select for diffs], Mon Oct 27 04:44:33 2003 UTC (8 years, 7 months ago) by jmc
Branch: netbsd-1-6
CVS Tags: netbsd-1-6-PATCH002-RELEASE,
netbsd-1-6-PATCH002-RC4,
netbsd-1-6-PATCH002-RC3,
netbsd-1-6-PATCH002-RC2,
netbsd-1-6-PATCH002-RC1,
netbsd-1-6-PATCH002
Changes since 1.138.4.5: +1 -1
lines
Diff to previous 1.138.4.5 (colored) to branchpoint 1.138 (colored) next main 1.139 (colored)
Update to 1.6.2_RC1
Revision 1.181 / (download) - annotate - [select for diffs], Sat Oct 25 17:00:35 2003 UTC (8 years, 7 months ago) by jdolecek
Branch: MAIN
Changes since 1.180: +2 -2
lines
Diff to previous 1.180 (colored)
bump version to 1.6ZE - struct sigctx change
Revision 1.180 / (download) - annotate - [select for diffs], Tue Oct 14 14:02:56 2003 UTC (8 years, 7 months ago) by dbj
Branch: MAIN
Changes since 1.179: +2 -2
lines
Diff to previous 1.179 (colored)
add mnt_iflag field to struct mount for internal flags mv MNT_GONE, MNT_UNMOUNT and MNT_WANTRDWR to this field additonally add mnt_writeopcountupper and mnt_writeopcountlower fields in preparation for pending write suspension support work bump kernel version to 1.6ZD
Revision 1.179 / (download) - annotate - [select for diffs], Sat Oct 4 07:45:38 2003 UTC (8 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.178: +4 -1
lines
Diff to previous 1.178 (colored)
Note mdoc file that needs updating when releases are made.
Revision 1.178 / (download) - annotate - [select for diffs], Sat Oct 4 07:04:17 2003 UTC (8 years, 7 months ago) by jdolecek
Branch: MAIN
Changes since 1.177: +3 -2
lines
Diff to previous 1.177 (colored)
update comment regarding conf/osrelease.sh - it's not necessary to change it on kernel version bump anymore
Revision 1.177 / (download) - annotate - [select for diffs], Tue Sep 16 12:08:23 2003 UTC (8 years, 8 months ago) by christos
Branch: MAIN
Changes since 1.176: +2 -2
lines
Diff to previous 1.176 (colored)
Welcome to 1.6ZC - hope this sticks for a while since it is my initials - cl, here is your chance to commit the SA pagefault stuff.
Revision 1.176 / (download) - annotate - [select for diffs], Sun Sep 14 07:00:44 2003 UTC (8 years, 8 months ago) by christos
Branch: MAIN
Changes since 1.175: +2 -2
lines
Diff to previous 1.175 (colored)
handle deferred signal delivery with siginfo. struct sigctx changed, so bump to ZB.
Revision 1.175 / (download) - annotate - [select for diffs], Sat Sep 13 08:55:10 2003 UTC (8 years, 8 months ago) by jdolecek
Branch: MAIN
Changes since 1.174: +2 -2
lines
Diff to previous 1.174 (colored)
Bump version to 1.6ZA - struct proc and struct lwp changes Deja vu ...
Revision 1.174 / (download) - annotate - [select for diffs], Sat Sep 6 22:01:20 2003 UTC (8 years, 8 months ago) by christos
Branch: MAIN
Changes since 1.173: +2 -2
lines
Diff to previous 1.173 (colored)
SA_SIGINFO changes. This is 1.5Z
Revision 1.173 / (download) - annotate - [select for diffs], Thu Sep 4 09:17:40 2003 UTC (8 years, 8 months ago) by itojun
Branch: MAIN
Changes since 1.172: +2 -2
lines
Diff to previous 1.172 (colored)
welcome to 1.6Y (for inpcb/in6pcb change)
Revision 1.172 / (download) - annotate - [select for diffs], Mon Aug 25 19:25:09 2003 UTC (8 years, 9 months ago) by cb
Branch: MAIN
Changes since 1.171: +2 -2
lines
Diff to previous 1.171 (colored)
bump kernel version to 1.6X for systrace changes
Revision 1.138.4.5 / (download) - annotate - [select for diffs], Sun Aug 17 11:19:33 2003 UTC (8 years, 9 months ago) by tron
Branch: netbsd-1-6
Changes since 1.138.4.4: +1 -1
lines
Diff to previous 1.138.4.4 (colored) to branchpoint 1.138 (colored)
Pull up revision 1.163 (requested by tv in ticket #1423): grow #! line length -- patch from cgd, fixes PR kern/20112 from Todd Vierling
Revision 1.171 / (download) - annotate - [select for diffs], Thu Aug 7 16:34:10 2003 UTC (8 years, 9 months ago) by agc
Branch: MAIN
Changes since 1.170: +2 -6
lines
Diff to previous 1.170 (colored)
Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by Joel Baker in PR 22364, verified by myself.
Revision 1.170 / (download) - annotate - [select for diffs], Fri Aug 1 01:24:44 2003 UTC (8 years, 9 months ago) by yamt
Branch: MAIN
Changes since 1.169: +2 -2
lines
Diff to previous 1.169 (colored)
bump kernel version to 1.6W, because of vnode/namecache changes. (skip 1.6V to avoid confusion.) pointed by Love.
Revision 1.169 / (download) - annotate - [select for diffs], Sun Jun 29 22:32:26 2003 UTC (8 years, 10 months ago) by fvdl
Branch: MAIN
Branch point for: ktrace-lwp
Changes since 1.168: +1 -1
lines
Diff to previous 1.168 (colored)
Back out the lwp/ktrace changes. They contained a lot of colateral damage, and need to be examined and discussed more.
Revision 1.168 / (download) - annotate - [select for diffs], Sat Jun 28 14:22:21 2003 UTC (8 years, 11 months ago) by darrenr
Branch: MAIN
Changes since 1.167: +2 -2
lines
Diff to previous 1.167 (colored)
Pass lwp pointers throughtout the kernel, as required, so that the lwpid can be inserted into ktrace records. The general change has been to replace "struct proc *" with "struct lwp *" in various function prototypes, pass the lwp through and use l_proc to get the process pointer when needed. Bump the kernel rev up to 1.6V
Revision 1.167 / (download) - annotate - [select for diffs], Sun Jun 15 23:11:25 2003 UTC (8 years, 11 months ago) by fvdl
Branch: MAIN
Changes since 1.166: +2 -2
lines
Diff to previous 1.166 (colored)
Bump version to 1.6U, because of PCI attach args changes.
Revision 1.166 / (download) - annotate - [select for diffs], Sat May 10 21:12:24 2003 UTC (9 years ago) by thorpej
Branch: MAIN
Changes since 1.165: +2 -2
lines
Diff to previous 1.165 (colored)
Bump version to 1.6T:
Back out the following chagne:
http://mail-index.netbsd.org/source-changes/2003/05/08/0068.html
There were some side-effects that I didn't anticipate, and fixing them
is proving to be more difficult than I thought, do just eject for now.
Maybe one day we can look at this again.
Fixes PR kern/21517.
Revision 1.165 / (download) - annotate - [select for diffs], Thu May 8 18:13:29 2003 UTC (9 years ago) by thorpej
Branch: MAIN
Changes since 1.164: +2 -2
lines
Diff to previous 1.164 (colored)
Simplify the way the bounds of the managed kernel virtual address
space is advertised to UVM by making virtual_avail and virtual_end
first-class exported variables by UVM. Machine-dependent code is
responsible for initializing them before main() is called. Anything
that steals KVA must adjust these variables accordingly.
This reduces the number of instances of this info from 3 to 1, and
simplifies the pmap(9) interface by removing the pmap_virtual_space()
function call, and removing two arguments from pmap_steal_memory().
This also eliminates some kludges such as having to burn kernel_map
entries on space used by the kernel and stolen KVA.
This also eliminates use of VM_{MIN,MAX}_KERNEL_ADDRESS from MI code,
this giving MD code greater flexibility over the bounds of the managed
kernel virtual address space if a given port's specific platforms can
vary in this regard (this is especially true of the evb* ports).
Revision 1.164 / (download) - annotate - [select for diffs], Wed Apr 9 19:28:07 2003 UTC (9 years, 1 month ago) by thorpej
Branch: MAIN
Changes since 1.163: +2 -2
lines
Diff to previous 1.163 (colored)
Bump to 1.6R -- mbuf and pool changes.
Revision 1.163 / (download) - annotate - [select for diffs], Wed Apr 2 00:58:56 2003 UTC (9 years, 1 month ago) by perry
Branch: MAIN
Changes since 1.162: +2 -2
lines
Diff to previous 1.162 (colored)
grow #! line length -- patch from cgd, fixes PR kern/20112 from Todd Vierling
Revision 1.162 / (download) - annotate - [select for diffs], Wed Mar 19 11:57:04 2003 UTC (9 years, 2 months ago) by dsl
Branch: MAIN
Changes since 1.161: +2 -2
lines
Diff to previous 1.161 (colored)
Bump version to 1.6Q - for struct proc and struct pgrp change
Revision 1.161 / (download) - annotate - [select for diffs], Wed Feb 26 06:31:21 2003 UTC (9 years, 3 months ago) by matt
Branch: MAIN
Changes since 1.160: +2 -2
lines
Diff to previous 1.160 (colored)
Add MBUFTRACE kernel option. Do a little mbuf rework while here. Change all uses of MGET*(*, M_WAIT, *) to m_get*(M_WAIT, *). These are not performance critical and making them call m_get saves considerable space. Add m_clget analogue of MCLGET and make corresponding change for M_WAIT uses. Modify netinet, gem, fxp, tulip, nfs to support MBUFTRACE. Begin to change netstat to use sysctl.
Revision 1.160 / (download) - annotate - [select for diffs], Mon Feb 17 23:48:13 2003 UTC (9 years, 3 months ago) by perseant
Branch: MAIN
Changes since 1.159: +2 -2
lines
Diff to previous 1.159 (colored)
Add code to UBCify LFS. This is still behind "#ifdef LFS_UBC" for now (there are still some details to work out) but expect that to go away soon. To support these basic changes (creation of lfs_putpages, lfs_gop_write, mods to lfs_balloc) several other changes were made, to wit: * Create a writer daemon kernel thread whose purpose is to handle page writes for the pagedaemon, but which also takes over some of the functions of lfs_check(). This thread is started the first time an LFS is mounted. * Add a "flags" parameter to GOP_SIZE. Current values are GOP_SIZE_READ, meaning that the call should return the size of the in-core version of the file, and GOP_SIZE_WRITE, meaning that it should return the on-disk size. One of GOP_SIZE_READ or GOP_SIZE_WRITE must be specified. * Instead of using malloc(...M_WAITOK) for everything, reserve enough resources to get by and use malloc(...M_NOWAIT), using the reserves if necessary. Use the pool subsystem for structures small enough that this is feasible. This also obsoletes LFS_THROTTLE. And a few that are not strictly necessary: * Moves the LFS inode extensions off onto a separately allocated structure; getting closer to LFS as an LKM. "Welcome to 1.6O." * Unified GOP_ALLOC between FFS and LFS. * Update LFS copyright headers to correct values. * Actually cast to unsigned in lfs_shellsort, like the comment says. * Keep track of which segments were empty before the previous checkpoint; any segments that pass two checkpoints both dirty and empty can be summarily cleaned. Do this. Right now lfs_segclean still works, but this should be turned into an effectless compatibility syscall.
Revision 1.159 / (download) - annotate - [select for diffs], Sat Feb 1 06:26:30 2003 UTC (9 years, 3 months ago) by thorpej
Branch: MAIN
Changes since 1.158: +2 -2
lines
Diff to previous 1.158 (colored)
Bump version to 1.6N; extensible malloc types.
Revision 1.158 / (download) - annotate - [select for diffs], Sat Feb 1 06:23:50 2003 UTC (9 years, 3 months ago) by thorpej
Branch: MAIN
Changes since 1.157: +5 -1
lines
Diff to previous 1.157 (colored)
Add extensible malloc types, adapted from FreeBSD. This turns malloc types into a structure, a pointer to which is passed around, instead of an int constant. Allow the limit to be adjusted when the malloc type is defined, or with a function call, as suggested by Jonathan Stone.
Revision 1.138.4.4 / (download) - annotate - [select for diffs], Fri Jan 31 09:32:22 2003 UTC (9 years, 3 months ago) by jmc
Branch: netbsd-1-6
CVS Tags: netbsd-1-6-PATCH001-RELEASE,
netbsd-1-6-PATCH001-RC3,
netbsd-1-6-PATCH001-RC2,
netbsd-1-6-PATCH001-RC1,
netbsd-1-6-PATCH001
Changes since 1.138.4.3: +1 -1
lines
Diff to previous 1.138.4.3 (colored) to branchpoint 1.138 (colored)
Fix comment from 1.6 -> 1.6.1
Revision 1.138.4.3 / (download) - annotate - [select for diffs], Tue Jan 28 08:45:18 2003 UTC (9 years, 3 months ago) by jmc
Branch: netbsd-1-6
Changes since 1.138.4.2: +1 -1
lines
Diff to previous 1.138.4.2 (colored) to branchpoint 1.138 (colored)
Update to 1.6.1_RC1
Revision 1.157 / (download) - annotate - [select for diffs], Sat Jan 18 10:09:03 2003 UTC (9 years, 4 months ago) by thorpej
Branch: MAIN
Changes since 1.156: +2 -2
lines
Diff to previous 1.156 (colored)
Bump kernel version to 1.6M -- nathanw_sa branch merge. (M for multi-lwp processes? :-)
Revision 1.156 / (download) - annotate - [select for diffs], Sat Jan 18 09:53:19 2003 UTC (9 years, 4 months ago) by thorpej
Branch: MAIN
Changes since 1.155: +3 -2
lines
Diff to previous 1.155 (colored)
Merge the nathanw_sa branch.
Revision 1.122.2.19 / (download) - annotate - [select for diffs], Fri Jan 3 17:10:42 2003 UTC (9 years, 4 months ago) by thorpej
Branch: nathanw_sa
CVS Tags: nathanw_sa_end
Changes since 1.122.2.18: +2 -2
lines
Diff to previous 1.122.2.18 (colored) next main 1.123 (colored)
Sync with HEAD.
Revision 1.155 / (download) - annotate - [select for diffs], Fri Jan 3 02:47:30 2003 UTC (9 years, 4 months ago) by thorpej
Branch: MAIN
CVS Tags: nathanw_sa_before_merge,
nathanw_sa_base
Changes since 1.154: +2 -2
lines
Diff to previous 1.154 (colored)
Bump rev to 1.6L ... new autoconfiguration message printing routines.
Revision 1.122.2.18 / (download) - annotate - [select for diffs], Thu Dec 19 00:59:47 2002 UTC (9 years, 5 months ago) by thorpej
Branch: nathanw_sa
Changes since 1.122.2.17: +4 -2
lines
Diff to previous 1.122.2.17 (colored)
Sync with HEAD.
Revision 1.138.4.2 / (download) - annotate - [select for diffs], Sat Dec 14 00:17:20 2002 UTC (9 years, 5 months ago) by jmc
Branch: netbsd-1-6
Changes since 1.138.4.1: +4 -2
lines
Diff to previous 1.138.4.1 (colored) to branchpoint 1.138 (colored)
Pull up revisions 1.153-1.154 (requested by abs in ticket #1033) Allow NOFILE to be more easily overridden.
Revision 1.154 / (download) - annotate - [select for diffs], Wed Dec 11 23:22:03 2002 UTC (9 years, 5 months ago) by abs
Branch: MAIN
CVS Tags: gmcgarry_ucred_base,
gmcgarry_ucred,
gmcgarry_ctxsw_base,
gmcgarry_ctxsw,
fvdl_fs64_base
Changes since 1.153: +4 -2
lines
Diff to previous 1.153 (colored)
Allow NOFILE to be overridden in kernel configs, similar to MAXUPRC
Revision 1.122.2.17 / (download) - annotate - [select for diffs], Wed Dec 11 06:50:06 2002 UTC (9 years, 5 months ago) by thorpej
Branch: nathanw_sa
Changes since 1.122.2.16: +31 -0
lines
Diff to previous 1.122.2.16 (colored)
Sync with HEAD.
Revision 1.153 / (download) - annotate - [select for diffs], Sun Nov 17 22:53:46 2002 UTC (9 years, 6 months ago) by chs
Branch: MAIN
Changes since 1.152: +32 -1
lines
Diff to previous 1.152 (colored)
add support for __MACHINE_STACK_GROWS_UP platforms. from fredette@
Revision 1.122.2.16 / (download) - annotate - [select for diffs], Mon Nov 11 22:16:31 2002 UTC (9 years, 6 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.122.2.15: +1 -1
lines
Diff to previous 1.122.2.15 (colored)
Catch up to -current
Revision 1.152 / (download) - annotate - [select for diffs], Fri Nov 1 12:49:49 2002 UTC (9 years, 6 months ago) by mrg
Branch: MAIN
Changes since 1.151: +2 -2
lines
Diff to previous 1.151 (colored)
disk_unbusy() change -> NetBSD 1.6K.
Revision 1.151 / (download) - annotate - [select for diffs], Wed Oct 23 09:22:36 2002 UTC (9 years, 7 months ago) by jdolecek
Branch: MAIN
CVS Tags: kqueue-aftermerge
Changes since 1.150: +2 -2
lines
Diff to previous 1.150 (colored)
bump version to 1.6J - kqueue branch merge
Revision 1.122.2.15 / (download) - annotate - [select for diffs], Fri Oct 18 02:45:41 2002 UTC (9 years, 7 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.122.2.14: +1 -1
lines
Diff to previous 1.122.2.14 (colored)
Catch up to -current.
Revision 1.128.2.6 / (download) - annotate - [select for diffs], Thu Oct 10 18:44:45 2002 UTC (9 years, 7 months ago) by jdolecek
Branch: kqueue
Changes since 1.128.2.5: +2 -2
lines
Diff to previous 1.128.2.5 (colored) next main 1.129 (colored)
sync kqueue with -current; this includes merge of gehenna-devsw branch, merge of i386 MP branch, and part of autoconf rototil work
Revision 1.150 / (download) - annotate - [select for diffs], Thu Sep 26 04:12:27 2002 UTC (9 years, 8 months ago) by thorpej
Branch: MAIN
CVS Tags: kqueue-beforemerge,
kqueue-base
Changes since 1.149: +2 -2
lines
Diff to previous 1.149 (colored)
Bump version to 1.6I -- device parent spec change.
Revision 1.122.2.14 / (download) - annotate - [select for diffs], Tue Sep 17 21:23:53 2002 UTC (9 years, 8 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.122.2.13: +1 -1
lines
Diff to previous 1.122.2.13 (colored)
Catch up to -current.
Revision 1.149 / (download) - annotate - [select for diffs], Fri Sep 6 13:58:36 2002 UTC (9 years, 8 months ago) by gehenna
Branch: MAIN
Changes since 1.148: +2 -2
lines
Diff to previous 1.148 (colored)
Bump version for the merge of gehenna-devsw.
Revision 1.128.2.5 / (download) - annotate - [select for diffs], Fri Sep 6 08:49:59 2002 UTC (9 years, 8 months ago) by jdolecek
Branch: kqueue
Changes since 1.128.2.4: +3 -3
lines
Diff to previous 1.128.2.4 (colored)
sync kqueue branch with HEAD
Revision 1.148 / (download) - annotate - [select for diffs], Sat Aug 31 17:08:49 2002 UTC (9 years, 8 months ago) by gehenna
Branch: MAIN
Changes since 1.147: +2 -2
lines
Diff to previous 1.147 (colored)
G. not F.
Revision 1.138.2.4 / (download) - annotate - [select for diffs], Thu Aug 29 00:56:59 2002 UTC (9 years, 8 months ago) by gehenna
Branch: gehenna-devsw
Changes since 1.138.2.3: +3 -3
lines
Diff to previous 1.138.2.3 (colored) to branchpoint 1.138 (colored) next main 1.139 (colored)
catch up with -current.
Revision 1.147 / (download) - annotate - [select for diffs], Wed Aug 28 07:28:55 2002 UTC (9 years, 9 months ago) by gmcgarry
Branch: MAIN
CVS Tags: gehenna-devsw-base
Changes since 1.146: +2 -2
lines
Diff to previous 1.146 (colored)
Bump version for rasctl syscall.
Revision 1.122.2.13 / (download) - annotate - [select for diffs], Tue Aug 27 23:48:24 2002 UTC (9 years, 9 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.122.2.12: +1 -1
lines
Diff to previous 1.122.2.12 (colored)
Catch up to -current.
Revision 1.146 / (download) - annotate - [select for diffs], Mon Aug 26 01:16:43 2002 UTC (9 years, 9 months ago) by thorpej
Branch: MAIN
Changes since 1.145: +2 -2
lines
Diff to previous 1.145 (colored)
Force CBSIZE to act like an "int" by casting the sizeof() used within the expression.
Revision 1.122.2.12 / (download) - annotate - [select for diffs], Tue Aug 13 02:20:22 2002 UTC (9 years, 9 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.122.2.11: +1 -1
lines
Diff to previous 1.122.2.11 (colored)
Catch up to -current.
Revision 1.145 / (download) - annotate - [select for diffs], Wed Aug 7 15:29:58 2002 UTC (9 years, 9 months ago) by briggs
Branch: MAIN
Changes since 1.144: +2 -2
lines
Diff to previous 1.144 (colored)
Bump to 1.6F for PMCs (thanks for the reminder, Jason)
Revision 1.98.2.6 / (download) - annotate - [select for diffs], Thu Aug 1 09:37:35 2002 UTC (9 years, 9 months ago) by he
Branch: netbsd-1-5
Changes since 1.98.2.5: +2 -2
lines
Diff to previous 1.98.2.5 (colored) to branchpoint 1.98 (colored) next main 1.99 (colored)
Apply patch (requested by he): Mark this with 1.5.4_ALPHA. This starts the cycle towards 1.5.4.
Revision 1.122.2.11 / (download) - annotate - [select for diffs], Thu Aug 1 02:46:58 2002 UTC (9 years, 9 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.122.2.10: +2 -2
lines
Diff to previous 1.122.2.10 (colored)
Catch up to -current.
Revision 1.144 / (download) - annotate - [select for diffs], Thu Jul 25 21:13:40 2002 UTC (9 years, 10 months ago) by jdolecek
Branch: MAIN
Changes since 1.143: +2 -2
lines
Diff to previous 1.143 (colored)
bump to 1.6E - struct proc size change on LP64 platforms
Revision 1.138.2.3 / (download) - annotate - [select for diffs], Mon Jul 15 10:37:15 2002 UTC (9 years, 10 months ago) by gehenna
Branch: gehenna-devsw
Changes since 1.138.2.2: +2 -2
lines
Diff to previous 1.138.2.2 (colored) to branchpoint 1.138 (colored)
catch up with -current.
Revision 1.143 / (download) - annotate - [select for diffs], Sat Jul 6 01:31:33 2002 UTC (9 years, 10 months ago) by perseant
Branch: MAIN
Changes since 1.142: +2 -2
lines
Diff to previous 1.142 (colored)
Changed size of struct inode; bump version to 1.6D.
Revision 1.142 / (download) - annotate - [select for diffs], Wed Jul 3 19:11:42 2002 UTC (9 years, 10 months ago) by thorpej
Branch: MAIN
Changes since 1.141: +2 -2
lines
Diff to previous 1.141 (colored)
Bump the OS version to 1.6C: socket buffer structure changed.
Revision 1.128.2.4 / (download) - annotate - [select for diffs], Sun Jun 23 17:51:58 2002 UTC (9 years, 11 months ago) by jdolecek
Branch: kqueue
Changes since 1.128.2.3: +17 -2
lines
Diff to previous 1.128.2.3 (colored)
catch up with -current on kqueue branch
Revision 1.138.2.2 / (download) - annotate - [select for diffs], Thu Jun 20 15:53:02 2002 UTC (9 years, 11 months ago) by gehenna
Branch: gehenna-devsw
Changes since 1.138.2.1: +2 -2
lines
Diff to previous 1.138.2.1 (colored) to branchpoint 1.138 (colored)
catch up with -current.
Revision 1.122.2.10 / (download) - annotate - [select for diffs], Thu Jun 20 03:50:13 2002 UTC (9 years, 11 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.122.2.9: +2 -2
lines
Diff to previous 1.122.2.9 (colored)
Catch up to -current.
Revision 1.141 / (download) - annotate - [select for diffs], Sun Jun 16 00:14:13 2002 UTC (9 years, 11 months ago) by perseant
Branch: MAIN
Changes since 1.140: +2 -2
lines
Diff to previous 1.140 (colored)
Bump version to 1.6B: changed ITIMES.
Revision 1.138.2.1 / (download) - annotate - [select for diffs], Thu May 30 13:52:42 2002 UTC (9 years, 11 months ago) by gehenna
Branch: gehenna-devsw
Changes since 1.138: +2 -2
lines
Diff to previous 1.138 (colored)
Catch up with -current.
Revision 1.138.4.1 / (download) - annotate - [select for diffs], Wed May 22 03:32:03 2002 UTC (10 years ago) by tv
Branch: netbsd-1-6
CVS Tags: netbsd-1-6-RELEASE,
netbsd-1-6-RC3,
netbsd-1-6-RC2,
netbsd-1-6-RC1
Changes since 1.138: +2 -2
lines
Diff to previous 1.138 (colored)
Initialize the branch; welcome to "NetBSD 1.6_BETA1".
Revision 1.140 / (download) - annotate - [select for diffs], Wed May 22 03:29:09 2002 UTC (10 years ago) by tv
Branch: MAIN
Changes since 1.139: +2 -2
lines
Diff to previous 1.139 (colored)
Wouldn't it be nice if there were only one thing that needed changing on a full version bump? (Fix comment after __NetBSD_Version__.)
Revision 1.139 / (download) - annotate - [select for diffs], Wed May 22 03:18:19 2002 UTC (10 years ago) by tv
Branch: MAIN
Changes since 1.138: +2 -2
lines
Diff to previous 1.138 (colored)
1.6 has branched. Welcome to "NetBSD 1.6A".
Revision 1.122.2.9 / (download) - annotate - [select for diffs], Sat May 4 16:33:57 2002 UTC (10 years ago) by thorpej
Branch: nathanw_sa
Changes since 1.122.2.8: +1 -4
lines
Diff to previous 1.122.2.8 (colored)
There is no need to expose the stuff in <sys/sa.h> to everything that include <sys/param.h> (at this point, <sys/param.h> is mostly historical). Fixes building libg2c on a nathanw_sa system.
Revision 1.122.2.8 / (download) - annotate - [select for diffs], Wed Apr 17 00:06:29 2002 UTC (10 years, 1 month ago) by nathanw
Branch: nathanw_sa
Changes since 1.122.2.7: +15 -0
lines
Diff to previous 1.122.2.7 (colored)
Catch up to -current.
Revision 1.138 / (download) - annotate - [select for diffs], Fri Apr 5 18:27:57 2002 UTC (10 years, 1 month ago) by bouyer
Branch: MAIN
CVS Tags: netbsd-1-6-base
Branch point for: netbsd-1-6,
gehenna-devsw
Changes since 1.137: +16 -1
lines
Diff to previous 1.137 (colored)
Implement mstohz() as discussed on tech-kern, and use it in SCSI drivers to convert xs->timeout to callout() parameter.
Revision 1.122.2.7 / (download) - annotate - [select for diffs], Mon Apr 1 07:49:11 2002 UTC (10 years, 1 month ago) by nathanw
Branch: nathanw_sa
Changes since 1.122.2.6: +2 -2
lines
Diff to previous 1.122.2.6 (colored)
Catch up to -current. (CVS: It's not just a program. It's an adventure!)
Revision 1.137 / (download) - annotate - [select for diffs], Sun Mar 17 19:43:07 2002 UTC (10 years, 2 months ago) by atatat
Branch: MAIN
CVS Tags: eeh-devprop-base,
eeh-devprop
Changes since 1.136: +2 -2
lines
Diff to previous 1.136 (colored)
Bump kernel version -- ERESTART has been moved and EPASSTHROUGH has been introduced.
Revision 1.128.2.3 / (download) - annotate - [select for diffs], Sat Mar 16 16:02:22 2002 UTC (10 years, 2 months ago) by jdolecek
Branch: kqueue
Changes since 1.128.2.2: +2 -2
lines
Diff to previous 1.128.2.2 (colored)
Catch up with -current.
Revision 1.136 / (download) - annotate - [select for diffs], Sat Mar 9 01:42:13 2002 UTC (10 years, 2 months ago) by thorpej
Branch: MAIN
CVS Tags: newlock-base,
newlock
Changes since 1.135: +2 -2
lines
Diff to previous 1.135 (colored)
Bump version to 1.5ZB -- The pool(9) API/ABI changed.
Revision 1.128.2.2 / (download) - annotate - [select for diffs], Thu Jan 10 20:04:45 2002 UTC (10 years, 4 months ago) by thorpej
Branch: kqueue
Changes since 1.128.2.1: +15 -3
lines
Diff to previous 1.128.2.1 (colored)
Sync kqueue branch with -current.
Revision 1.122.2.6 / (download) - annotate - [select for diffs], Tue Jan 8 00:34:43 2002 UTC (10 years, 4 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.122.2.5: +14 -3
lines
Diff to previous 1.122.2.5 (colored)
Catch up to -current.
Revision 1.135 / (download) - annotate - [select for diffs], Tue Dec 18 22:34:38 2001 UTC (10 years, 5 months ago) by jdolecek
Branch: MAIN
CVS Tags: ifpoll-base,
ifpoll
Changes since 1.134: +2 -2
lines
Diff to previous 1.134 (colored)
Bump version to 1.5ZA - struct file change Only three version bumps left to beat previous release :)
Revision 1.134 / (download) - annotate - [select for diffs], Thu Nov 29 21:20:36 2001 UTC (10 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.133: +2 -2
lines
Diff to previous 1.133 (colored)
Welcome to 1.5Z [struct ucred changes]
Revision 1.133 / (download) - annotate - [select for diffs], Wed Nov 21 00:58:08 2001 UTC (10 years, 6 months ago) by enami
Branch: MAIN
Changes since 1.132: +2 -2
lines
Diff to previous 1.132 (colored)
Fix possible typo in comment (s/MAXALLOCSIZE/MAXALLOCSAVE/).
Revision 1.132 / (download) - annotate - [select for diffs], Thu Nov 15 18:06:11 2001 UTC (10 years, 6 months ago) by soren
Branch: MAIN
Changes since 1.131: +12 -1
lines
Diff to previous 1.131 (colored)
MAXSLP is defined to be a machine-independent scheduling parameter, so move it into sys/param.h.
Revision 1.129.2.1 / (download) - annotate - [select for diffs], Mon Oct 1 12:48:12 2001 UTC (10 years, 7 months ago) by fvdl
Branch: thorpej-devvp
Changes since 1.129: +3 -2
lines
Diff to previous 1.129 (colored) next main 1.130 (colored)
Catch up with -current.
Revision 1.98.2.5 / (download) - annotate - [select for diffs], Sun Sep 30 11:55:27 2001 UTC (10 years, 7 months ago) by he
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-PATCH003
Changes since 1.98.2.4: +2 -2
lines
Diff to previous 1.98.2.4 (colored) to branchpoint 1.98 (colored)
Apply patch (requested by he): Mark this with 1.5.3_ALPHA.
Revision 1.122.2.5 / (download) - annotate - [select for diffs], Fri Sep 21 22:37:01 2001 UTC (10 years, 8 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.122.2.4: +3 -2
lines
Diff to previous 1.122.2.4 (colored)
Catch up to -current.
Revision 1.131 / (download) - annotate - [select for diffs], Sat Sep 15 20:48:27 2001 UTC (10 years, 8 months ago) by chs
Branch: MAIN
CVS Tags: thorpej-mips-cache-base,
thorpej-mips-cache,
thorpej-devvp-base3,
thorpej-devvp-base2,
post-chs-ubcperf
Changes since 1.130: +2 -2
lines
Diff to previous 1.130 (colored)
bump to 1.5Y: vfs_reinit, massive UVM/UBC/filesystem changes.
Revision 1.130 / (download) - annotate - [select for diffs], Sat Sep 15 20:36:41 2001 UTC (10 years, 8 months ago) by chs
Branch: MAIN
Changes since 1.129: +2 -1
lines
Diff to previous 1.129 (colored)
a whole bunch of changes to improve performance and robustness under load:
- remove special treatment of pager_map mappings in pmaps. this is
required now, since I've removed the globals that expose the address range.
pager_map now uses pmap_kenter_pa() instead of pmap_enter(), so there's
no longer any need to special-case it.
- eliminate struct uvm_vnode by moving its fields into struct vnode.
- rewrite the pageout path. the pager is now responsible for handling the
high-level requests instead of only getting control after a bunch of work
has already been done on its behalf. this will allow us to UBCify LFS,
which needs tighter control over its pages than other filesystems do.
writing a page to disk no longer requires making it read-only, which
allows us to write wired pages without causing all kinds of havoc.
- use a new PG_PAGEOUT flag to indicate that a page should be freed
on behalf of the pagedaemon when it's unlocked. this flag is very similar
to PG_RELEASED, but unlike PG_RELEASED, PG_PAGEOUT can be cleared if the
pageout fails due to eg. an indirect-block buffer being locked.
this allows us to remove the "version" field from struct vm_page,
and together with shrinking "loan_count" from 32 bits to 16,
struct vm_page is now 4 bytes smaller.
- no longer use PG_RELEASED for swap-backed pages. if the page is busy
because it's being paged out, we can't release the swap slot to be
reallocated until that write is complete, but unlike with vnodes we
don't keep a count of in-progress writes so there's no good way to
know when the write is done. instead, when we need to free a busy
swap-backed page, just sleep until we can get it busy ourselves.
- implement a fast-path for extending writes which allows us to avoid
zeroing new pages. this substantially reduces cpu usage.
- encapsulate the data used by the genfs code in a struct genfs_node,
which must be the first element of the filesystem-specific vnode data
for filesystems which use genfs_{get,put}pages().
- eliminate many of the UVM pagerops, since they aren't needed anymore
now that the pager "put" operation is a higher-level operation.
- enhance the genfs code to allow NFS to use the genfs_{get,put}pages
instead of a modified copy.
- clean up struct vnode by removing all the fields that used to be used by
the vfs_cluster.c code (which we don't use anymore with UBC).
- remove kmem_object and mb_object since they were useless.
instead of allocating pages to these objects, we now just allocate
pages with no object. such pages are mapped in the kernel until they
are freed, so we can use the mapping to find the page to free it.
this allows us to remove splvm() protection in several places.
The sum of all these changes improves write throughput on my
decstation 5000/200 to within 1% of the rate of NetBSD 1.5
and reduces the elapsed time for "make release" of a NetBSD 1.5
source tree on my 128MB pc to 10% less than a 1.5 kernel took.
Revision 1.122.2.4 / (download) - annotate - [select for diffs], Fri Aug 24 00:13:06 2001 UTC (10 years, 9 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.122.2.3: +2 -2
lines
Diff to previous 1.122.2.3 (colored)
Catch up with -current.
Revision 1.128.2.1 / (download) - annotate - [select for diffs], Fri Aug 3 04:14:05 2001 UTC (10 years, 9 months ago) by lukem
Branch: kqueue
Changes since 1.128: +2 -2
lines
Diff to previous 1.128 (colored)
update to -current
Revision 1.98.2.4 / (download) - annotate - [select for diffs], Sun Jul 29 04:05:11 2001 UTC (10 years, 10 months ago) by jhawk
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-PATCH002
Changes since 1.98.2.3: +2 -2
lines
Diff to previous 1.98.2.3 (colored) to branchpoint 1.98 (colored)
Pull up via patch (requested by jhawk): Mark this as 1.5.2_ALPHA
Revision 1.129 / (download) - annotate - [select for diffs], Tue Jul 24 15:40:15 2001 UTC (10 years, 10 months ago) by assar
Branch: MAIN
CVS Tags: thorpej-devvp-base,
pre-chs-ubcperf
Branch point for: thorpej-devvp
Changes since 1.128: +2 -2
lines
Diff to previous 1.128 (colored)
update to 1.5X: removed WILLRELE from vop_mknod and vop_symlink
Revision 1.122.2.3 / (download) - annotate - [select for diffs], Thu Jun 21 20:09:50 2001 UTC (10 years, 11 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.122.2.2: +2 -2
lines
Diff to previous 1.122.2.2 (colored)
Catch up to -current.
Revision 1.128 / (download) - annotate - [select for diffs], Sun Jun 3 02:48:45 2001 UTC (10 years, 11 months ago) by thorpej
Branch: MAIN
Branch point for: kqueue
Changes since 1.127: +2 -2
lines
Diff to previous 1.127 (colored)
1.5W -- hardware IPv4/TCP/UDP checksumming support.
Revision 1.127 / (download) - annotate - [select for diffs], Wed May 2 10:33:37 2001 UTC (11 years ago) by scw
Branch: MAIN
Changes since 1.126: +2 -2
lines
Diff to previous 1.126 (colored)
Bump kernel version number due to `struct linesw' change.
Revision 1.73.2.9 / (download) - annotate - [select for diffs], Sat Apr 21 17:47:03 2001 UTC (11 years, 1 month ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.73.2.8: +2 -2
lines
Diff to previous 1.73.2.8 (colored) next main 1.74 (colored)
Sync with HEAD
Revision 1.122.2.2 / (download) - annotate - [select for diffs], Mon Apr 9 01:59:02 2001 UTC (11 years, 1 month ago) by nathanw
Branch: nathanw_sa
Changes since 1.122.2.1: +23 -23
lines
Diff to previous 1.122.2.1 (colored)
Catch up with -current.
Revision 1.126 / (download) - annotate - [select for diffs], Sat Apr 7 15:56:51 2001 UTC (11 years, 1 month ago) by jdolecek
Branch: MAIN
CVS Tags: thorpej_scsipi_nbase,
thorpej_scsipi_beforemerge,
thorpej_scsipi_base
Changes since 1.125: +2 -2
lines
Diff to previous 1.125 (colored)
bump kernel version - struct fileops change
Revision 1.73.2.8 / (download) - annotate - [select for diffs], Tue Mar 27 15:32:45 2001 UTC (11 years, 2 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.73.2.7: +23 -23
lines
Diff to previous 1.73.2.7 (colored)
Sync with HEAD.
Revision 1.125 / (download) - annotate - [select for diffs], Wed Mar 21 19:43:05 2001 UTC (11 years, 2 months ago) by thorpej
Branch: MAIN
Changes since 1.124: +2 -2
lines
Diff to previous 1.124 (colored)
1.5T -- PR_ABRTACPTDIS in protosw.
Revision 1.124 / (download) - annotate - [select for diffs], Mon Mar 19 01:10:51 2001 UTC (11 years, 2 months ago) by lukem
Branch: MAIN
Changes since 1.123: +22 -22
lines
Diff to previous 1.123 (colored)
be consistent with whitespace
Revision 1.123 / (download) - annotate - [select for diffs], Mon Mar 19 00:29:04 2001 UTC (11 years, 2 months ago) by chs
Branch: MAIN
Changes since 1.122: +3 -3
lines
Diff to previous 1.122 (colored)
change uvm_winsize to uvm_winshift so that we can avoid division by a non-constant value.
Revision 1.73.2.7 / (download) - annotate - [select for diffs], Mon Mar 12 13:32:04 2001 UTC (11 years, 2 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.73.2.6: +4 -2
lines
Diff to previous 1.73.2.6 (colored)
Sync with HEAD.
Revision 1.122.2.1 / (download) - annotate - [select for diffs], Mon Mar 5 22:50:02 2001 UTC (11 years, 2 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.122: +6 -2
lines
Diff to previous 1.122 (colored)
Initial commit of scheduler activations and lightweight process support.
Revision 1.122 / (download) - annotate - [select for diffs], Wed Feb 14 18:21:42 2001 UTC (11 years, 3 months ago) by eeh
Branch: MAIN
Branch point for: nathanw_sa
Changes since 1.121: +4 -2
lines
Diff to previous 1.121 (colored)
Support flexible process address space limits and bump kernel version number.
Revision 1.73.2.6 / (download) - annotate - [select for diffs], Sun Feb 11 19:17:37 2001 UTC (11 years, 3 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.73.2.5: +2 -4
lines
Diff to previous 1.73.2.5 (colored)
Sync with HEAD.
Revision 1.121 / (download) - annotate - [select for diffs], Mon Feb 5 10:42:46 2001 UTC (11 years, 3 months ago) by chs
Branch: MAIN
Changes since 1.120: +1 -3
lines
Diff to previous 1.120 (colored)
expose the definitions of MIN() and MAX() in sys/param.h to the kernel and use those in favor of a dozen copies scattered around the source tree.
Revision 1.120 / (download) - annotate - [select for diffs], Sat Jan 27 07:35:24 2001 UTC (11 years, 4 months ago) by thorpej
Branch: MAIN
Changes since 1.119: +2 -2
lines
Diff to previous 1.119 (colored)
1.5R -- sy_flags added to struct sysent.
Revision 1.73.2.5 / (download) - annotate - [select for diffs], Fri Jan 5 17:36:59 2001 UTC (11 years, 4 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.73.2.4: +1 -1
lines
Diff to previous 1.73.2.4 (colored)
Sync with HEAD
Revision 1.119 / (download) - annotate - [select for diffs], Tue Jan 2 23:35:56 2001 UTC (11 years, 4 months ago) by tron
Branch: MAIN
Changes since 1.118: +2 -2
lines
Diff to previous 1.118 (colored)
Correct comment behind version number.
Revision 1.118 / (download) - annotate - [select for diffs], Thu Dec 28 22:59:16 2000 UTC (11 years, 4 months ago) by sommerfeld
Branch: MAIN
Changes since 1.117: +2 -2
lines
Diff to previous 1.117 (colored)
Change pci_intr_map to get interrupt source information from a "struct pci_attach_args *" instead of from four separate parameters which in all cases were extracted from the same "struct pci_attach_args". This both simplifies the driver api, and allows for alternate PCI interrupt mapping schemes, such as one using the tables described in the Intel Multiprocessor Spec which describe interrupt wirings for devices behind pci-pci bridges based on the device's location rather the bridge's location. Tested on alpha and i386; welcome to 1.5Q
Revision 1.117 / (download) - annotate - [select for diffs], Fri Dec 22 23:21:38 2000 UTC (11 years, 5 months ago) by jdolecek
Branch: MAIN
Changes since 1.116: +2 -2
lines
Diff to previous 1.116 (colored)
bump kernel version to 1.5P - struct proc, struct sigacts changes
Revision 1.116 / (download) - annotate - [select for diffs], Mon Dec 18 18:55:43 2000 UTC (11 years, 5 months ago) by thorpej
Branch: MAIN
Changes since 1.115: +2 -2
lines
Diff to previous 1.115 (colored)
Bump rev -- size of ifnet changed.
Revision 1.56.2.6 / (download) - annotate - [select for diffs], Wed Dec 13 23:49:07 2000 UTC (11 years, 5 months ago) by he
Branch: netbsd-1-4
Changes since 1.56.2.5: +2 -2
lines
Diff to previous 1.56.2.5 (colored) to branchpoint 1.56 (colored) next main 1.57 (colored)
Apply patch (requested by he): Bump visible version number to 1.4.3A, to indicate that we're no longer exactly at 1.4.3. Here: bump to 1.4.4, since format doesn't allow 1.4.3A.
Revision 1.73.2.4 / (download) - annotate - [select for diffs], Wed Dec 13 15:50:40 2000 UTC (11 years, 5 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.73.2.3: +1 -1
lines
Diff to previous 1.73.2.3 (colored)
Sync with HEAD (for UBC fixes).
Revision 1.115 / (download) - annotate - [select for diffs], Sun Dec 10 23:17:28 2000 UTC (11 years, 5 months ago) by fvdl
Branch: MAIN
Changes since 1.114: +2 -2
lines
Diff to previous 1.114 (colored)
sobind() interface change -> 1.5N
Revision 1.114 / (download) - annotate - [select for diffs], Fri Dec 8 23:11:40 2000 UTC (11 years, 5 months ago) by jdolecek
Branch: MAIN
Changes since 1.113: +2 -2
lines
Diff to previous 1.113 (colored)
bump kernel version to 1.5M - changes to make emulation & their binary exec format support loadable via LKM
Revision 1.73.2.3 / (download) - annotate - [select for diffs], Fri Dec 8 09:19:43 2000 UTC (11 years, 5 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.73.2.2: +12 -1
lines
Diff to previous 1.73.2.2 (colored)
Sync with HEAD.
Revision 1.113 / (download) - annotate - [select for diffs], Mon Nov 27 09:43:49 2000 UTC (11 years, 6 months ago) by chs
Branch: MAIN
Changes since 1.112: +2 -2
lines
Diff to previous 1.112 (colored)
1.5L - UBC!
Revision 1.112 / (download) - annotate - [select for diffs], Mon Nov 27 08:39:52 2000 UTC (11 years, 6 months ago) by chs
Branch: MAIN
Changes since 1.111: +12 -1
lines
Diff to previous 1.111 (colored)
Initial integration of the Unified Buffer Cache project.
Revision 1.73.2.2 / (download) - annotate - [select for diffs], Wed Nov 22 16:06:39 2000 UTC (11 years, 6 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.73.2.1: +2 -2
lines
Diff to previous 1.73.2.1 (colored)
Sync with HEAD.
Revision 1.73.2.1 / (download) - annotate - [select for diffs], Mon Nov 20 18:11:33 2000 UTC (11 years, 6 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.73: +11 -31
lines
Diff to previous 1.73 (colored)
Update thorpej_scsipi to -current as of a month ago
Revision 1.98.2.3 / (download) - annotate - [select for diffs], Sat Nov 18 05:28:22 2000 UTC (11 years, 6 months ago) by tv
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.98.2.2: +2 -2
lines
Diff to previous 1.98.2.2 (colored) to branchpoint 1.98 (colored)
Bump __NetBSD_Version__ to prepare for 1.5.1.
Revision 1.111 / (download) - annotate - [select for diffs], Sat Nov 11 00:53:24 2000 UTC (11 years, 6 months ago) by thorpej
Branch: MAIN
Changes since 1.110: +2 -2
lines
Diff to previous 1.110 (colored)
Bumk to 1.5K -- pfil changes.
Revision 1.110 / (download) - annotate - [select for diffs], Wed Nov 8 14:53:23 2000 UTC (11 years, 6 months ago) by ad
Branch: MAIN
Changes since 1.109: +2 -2
lines
Diff to previous 1.109 (colored)
1.5J: hashinit() change, addition of p_emuldata to `struct proc'.
Revision 1.109 / (download) - annotate - [select for diffs], Thu Nov 2 01:15:13 2000 UTC (11 years, 6 months ago) by eeh
Branch: MAIN
Changes since 1.108: +2 -2
lines
Diff to previous 1.108 (colored)
Bump the kernel version cause we changed the line disciplines interface.
Revision 1.108 / (download) - annotate - [select for diffs], Wed Oct 11 16:55:11 2000 UTC (11 years, 7 months ago) by thorpej
Branch: MAIN
Changes since 1.107: +2 -2
lines
Diff to previous 1.107 (colored)
NetBSD 1.5H: struct ifnet changed.
Revision 1.107 / (download) - annotate - [select for diffs], Thu Sep 28 19:05:07 2000 UTC (11 years, 7 months ago) by eeh
Branch: MAIN
Changes since 1.106: +2 -2
lines
Diff to previous 1.106 (colored)
Add support for variable end of user stacks needed to support COMPAT_NETBSD32: `struct vmspace' has a new field `vm_minsaddr' which is the user TOS. PS_STRINGS is deprecated in favor of curproc->p_pstr which is derived from `vm_minsaddr'. Bump the kernel version number.
Revision 1.106 / (download) - annotate - [select for diffs], Tue Sep 19 21:58:59 2000 UTC (11 years, 8 months ago) by fvdl
Branch: MAIN
Changes since 1.105: +2 -2
lines
Diff to previous 1.105 (colored)
VOP_FSYNC interface change --> 1.5F
Revision 1.105 / (download) - annotate - [select for diffs], Wed Aug 9 03:23:10 2000 UTC (11 years, 9 months ago) by tv
Branch: MAIN
Changes since 1.104: +2 -2
lines
Diff to previous 1.104 (colored)
Remove the "kprintf" gcc attribute permanently. Use standard "printf" format checking. We are now at 1.5E, as the removal of %b will cause third-party LKMs to break.
Revision 1.104 / (download) - annotate - [select for diffs], Thu Aug 3 21:02:04 2000 UTC (11 years, 9 months ago) by thorpej
Branch: MAIN
Changes since 1.103: +2 -2
lines
Diff to previous 1.103 (colored)
1.5D == namei pathname buffer allocation is pool'ified.
Revision 1.98.2.2 / (download) - annotate - [select for diffs], Mon Jul 24 20:32:22 2000 UTC (11 years, 10 months ago) by jdolecek
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-RELEASE,
netbsd-1-5-BETA2,
netbsd-1-5-BETA,
netbsd-1-5-ALPHA2
Changes since 1.98.2.1: +2 -1
lines
Diff to previous 1.98.2.1 (colored) to branchpoint 1.98 (colored)
pullup from trunk (approved by thorpej): adjust maximum number of vnodes in vnode cache according to machine memory size upon boot if the number has not been specified explicitly in kernel config - at this moment, 0.5% of system memory is used for vnodes (but minimum NVNODE vnodes)
Revision 1.103 / (download) - annotate - [select for diffs], Sat Jul 22 16:50:40 2000 UTC (11 years, 10 months ago) by jdolecek
Branch: MAIN
Changes since 1.102: +2 -2
lines
Diff to previous 1.102 (colored)
bump to 1.5C - lf_advlock() change
Revision 1.102 / (download) - annotate - [select for diffs], Thu Jul 6 09:51:54 2000 UTC (11 years, 10 months ago) by jdolecek
Branch: MAIN
Changes since 1.101: +2 -1
lines
Diff to previous 1.101 (colored)
adjust maximum number of vnodes in vnode cache according to machine memory size upon boot if the number has not been specified explicitly in kernel config - at this moment, 0.5% of system memory is used for vnodes (but minimum NVNODE vnodes)
Revision 1.56.2.5 / (download) - annotate - [select for diffs], Sat Jul 1 18:02:32 2000 UTC (11 years, 10 months ago) by he
Branch: netbsd-1-4
CVS Tags: netbsd-1-4-PATCH003
Changes since 1.56.2.4: +2 -2
lines
Diff to previous 1.56.2.4 (colored) to branchpoint 1.56 (colored)
Apply patch (requested by he): Bump version to NetBSD-1.4.3_ALPHA.
Revision 1.101 / (download) - annotate - [select for diffs], Fri Jun 30 07:44:06 2000 UTC (11 years, 10 months ago) by veego
Branch: MAIN
Changes since 1.100: +2 -2
lines
Diff to previous 1.100 (colored)
We are now at 1.5B because of the removal of <vm/*>.
Revision 1.93.2.1 / (download) - annotate - [select for diffs], Thu Jun 22 17:10:25 2000 UTC (11 years, 11 months ago) by minoura
Branch: minoura-xpg4dl
Changes since 1.93: +7 -5
lines
Diff to previous 1.93 (colored) next main 1.94 (colored)
Sync w/ netbsd-1-5-base.
Revision 1.100 / (download) - annotate - [select for diffs], Tue Jun 20 17:59:42 2000 UTC (11 years, 11 months ago) by veego
Branch: MAIN
Changes since 1.99: +2 -2
lines
Diff to previous 1.99 (colored)
Fix the version comment: s/1.4ZD/1.5A/ Noticed by pooka.
Revision 1.99 / (download) - annotate - [select for diffs], Tue Jun 20 12:42:37 2000 UTC (11 years, 11 months ago) by fvdl
Branch: MAIN
Changes since 1.98: +2 -2
lines
Diff to previous 1.98 (colored)
Declare 1.5A
Revision 1.98.2.1 / (download) - annotate - [select for diffs], Tue Jun 20 12:39:31 2000 UTC (11 years, 11 months ago) by fvdl
Branch: netbsd-1-5
Changes since 1.98: +2 -2
lines
Diff to previous 1.98 (colored)
Set version to NetBSD 1.5.
Revision 1.98 / (download) - annotate - [select for diffs], Mon Jun 12 13:55:07 2000 UTC (11 years, 11 months ago) by veego
Branch: MAIN
CVS Tags: netbsd-1-5-base
Branch point for: netbsd-1-5
Changes since 1.97: +2 -2
lines
Diff to previous 1.97 (colored)
Bump to 1.4ZD after IP Filter was updated to 3.4.6.
Revision 1.97 / (download) - annotate - [select for diffs], Sun Jun 11 07:16:20 2000 UTC (11 years, 11 months ago) by assar
Branch: MAIN
Changes since 1.96: +2 -2
lines
Diff to previous 1.96 (colored)
bump version to 1.4ZC (changed vfs_getnewfsid)
Revision 1.96 / (download) - annotate - [select for diffs], Thu Jun 8 05:53:34 2000 UTC (11 years, 11 months ago) by thorpej
Branch: MAIN
Changes since 1.95: +2 -2
lines
Diff to previous 1.95 (colored)
1.4ZB -- ltsleep().
Revision 1.95 / (download) - annotate - [select for diffs], Thu Jun 8 05:50:39 2000 UTC (11 years, 11 months ago) by thorpej
Branch: MAIN
Changes since 1.94: +5 -3
lines
Diff to previous 1.94 (colored)
Change tsleep() to ltsleep(), which takes an interlock argument. The interlock is released once the scheduler is locked, so that a race between a sleeper and an awakener is prevented in a multiprocessor environment. Provide a tsleep() macro that provides the old API.
Revision 1.94 / (download) - annotate - [select for diffs], Sun Jun 4 19:17:29 2000 UTC (11 years, 11 months ago) by cgd
Branch: MAIN
Changes since 1.93: +3 -3
lines
Diff to previous 1.93 (colored)
This is the dawning of the age of Aquarius ... o/~ (evcnt bumps us to 1.4ZA)
Revision 1.93 / (download) - annotate - [select for diffs], Fri May 26 21:31:00 2000 UTC (12 years ago) by thorpej
Branch: MAIN
CVS Tags: minoura-xpg4dl-base
Branch point for: minoura-xpg4dl
Changes since 1.92: +2 -2
lines
Diff to previous 1.92 (colored)
We made it to 1.4Z, woo! My scheduler hacking, Simon's sysctl proc stuff.
Revision 1.92 / (download) - annotate - [select for diffs], Thu May 4 20:18:32 2000 UTC (12 years ago) by ragge
Branch: MAIN
Changes since 1.91: +2 -2
lines
Diff to previous 1.91 (colored)
Oops, must bump version letter here also. (Thnx, Bernd!)
Revision 1.91 / (download) - annotate - [select for diffs], Sun Mar 26 20:57:02 2000 UTC (12 years, 2 months ago) by kleink
Branch: MAIN
Changes since 1.90: +2 -2
lines
Diff to previous 1.90 (colored)
1.4X -- vnode storage layout and UVM map/page/pager ops interface changes.
Revision 1.90 / (download) - annotate - [select for diffs], Thu Mar 23 07:05:09 2000 UTC (12 years, 2 months ago) by thorpej
Branch: MAIN
Changes since 1.89: +2 -2
lines
Diff to previous 1.89 (colored)
1.4W -- new callout code. Almost there!
Revision 1.89 / (download) - annotate - [select for diffs], Thu Mar 16 18:32:24 2000 UTC (12 years, 2 months ago) by jdolecek
Branch: MAIN
Changes since 1.88: +2 -2
lines
Diff to previous 1.88 (colored)
Bump kernel version to 1.4V - VFS op vfs_done added
Revision 1.88 / (download) - annotate - [select for diffs], Wed Mar 1 12:52:13 2000 UTC (12 years, 2 months ago) by itojun
Branch: MAIN
Changes since 1.87: +2 -2
lines
Diff to previous 1.87 (colored)
increase kernel version to 1.4U (5 more to 1.4Z!)
Revision 1.87 / (download) - annotate - [select for diffs], Thu Feb 17 11:01:20 2000 UTC (12 years, 3 months ago) by darrenr
Branch: MAIN
Changes since 1.86: +2 -2
lines
Diff to previous 1.86 (colored)
bump __NetBSD_Version__ due to change in protosw for pfil
Revision 1.86 / (download) - annotate - [select for diffs], Mon Feb 7 20:19:13 2000 UTC (12 years, 3 months ago) by thorpej
Branch: MAIN
CVS Tags: chs-ubc2-newbase
Changes since 1.85: +2 -2
lines
Diff to previous 1.85 (colored)
Bump version to 1.4S -- b_rawblkno.
Revision 1.85 / (download) - annotate - [select for diffs], Tue Feb 1 23:00:41 2000 UTC (12 years, 3 months ago) by thorpej
Branch: MAIN
Changes since 1.84: +2 -2
lines
Diff to previous 1.84 (colored)
Bump version to 1.4R -- PRU_PURGEADDR, and slightly more stringent semantics on ifaddr reference counting.
Revision 1.84 / (download) - annotate - [select for diffs], Fri Jan 21 23:48:07 2000 UTC (12 years, 4 months ago) by thorpej
Branch: MAIN
Changes since 1.83: +2 -2
lines
Diff to previous 1.83 (colored)
NetBSD 1.4Q -- buffer queue changes.
Revision 1.83 / (download) - annotate - [select for diffs], Mon Jan 10 16:58:39 2000 UTC (12 years, 4 months ago) by kleink
Branch: MAIN
Changes since 1.82: +2 -8
lines
Diff to previous 1.82 (colored)
Move <null.h> to <sys/null.h> for the purpose of avoiding conflicts due to std C headers including it, and a kernel module written in C++ would benfit as well.
Revision 1.71.2.2 / (download) - annotate - [select for diffs], Mon Dec 27 18:36:35 1999 UTC (12 years, 5 months ago) by wrstuden
Branch: wrstuden-devbsize
Changes since 1.71.2.1: +6 -26
lines
Diff to previous 1.71.2.1 (colored) next main 1.72 (colored)
Pull up to last week's -current.
Revision 1.82 / (download) - annotate - [select for diffs], Thu Dec 23 15:23:52 1999 UTC (12 years, 5 months ago) by tron
Branch: MAIN
Changes since 1.81: +2 -2
lines
Diff to previous 1.81 (colored)
Revert symbol definition check.
Revision 1.81 / (download) - annotate - [select for diffs], Thu Dec 23 14:07:36 1999 UTC (12 years, 5 months ago) by tron
Branch: MAIN
Changes since 1.80: +2 -2
lines
Diff to previous 1.80 (colored)
Don't try to include "null.h" while compiling bootblocks.
Revision 1.80 / (download) - annotate - [select for diffs], Thu Dec 23 09:10:18 1999 UTC (12 years, 5 months ago) by kleink
Branch: MAIN
Changes since 1.79: +2 -1
lines
Diff to previous 1.79 (colored)
Oops, I didn't mean to remove <sys/inttypes.h> in the previous revision.
Revision 1.79 / (download) - annotate - [select for diffs], Wed Dec 22 21:26:15 1999 UTC (12 years, 5 months ago) by kleink
Branch: MAIN
Changes since 1.78: +6 -3
lines
Diff to previous 1.78 (colored)
For the benefit of G++'s null pointer constant implementation, #define NULL as __null with egcs 1.0 (GCC 2.90) and above. As several headers are affected by this change, move the definition into a new header file, <null.h>, to ease maintenance.
Revision 1.71.2.1 / (download) - annotate - [select for diffs], Tue Dec 21 23:20:05 1999 UTC (12 years, 5 months ago) by wrstuden
Branch: wrstuden-devbsize
Changes since 1.71: +6 -1
lines
Diff to previous 1.71 (colored)
Initial commit of recent changes to make DEV_BSIZE go away. Runs on i386, needs work on other arch's. Main kernel routines should be fine, but a number of the stand programs need help. cd, fd, ccd, wd, and sd have been updated. sd has been tested with non-512 byte block devices. vnd, raidframe, and lfs need work. Non 2**n block support is automatic for LKM's and conditional for kernels on "options NON_PO2_BLOCKS".
Revision 1.56.2.4 / (download) - annotate - [select for diffs], Mon Dec 20 21:35:51 1999 UTC (12 years, 5 months ago) by he
Branch: netbsd-1-4
CVS Tags: netbsd-1-4-PATCH002
Changes since 1.56.2.3: +2 -2
lines
Diff to previous 1.56.2.3 (colored) to branchpoint 1.56 (colored)
Declare NetBSD 1.4.2_ALPHA.
Revision 1.78 / (download) - annotate - [select for diffs], Sat Dec 4 21:13:19 1999 UTC (12 years, 5 months ago) by ragge
Branch: MAIN
CVS Tags: wrstuden-devbsize-base,
wrstuden-devbsize-19991221
Changes since 1.77: +3 -24
lines
Diff to previous 1.77 (colored)
CL* discarding.
Revision 1.56.2.2.4.1 / (download) - annotate - [select for diffs], Tue Nov 30 13:36:18 1999 UTC (12 years, 5 months ago) by itojun
Branch: kame
CVS Tags: kame_141_19991130
Changes since 1.56.2.2: +2 -2
lines
Diff to previous 1.56.2.2 (colored) next main 1.56.2.3 (colored)
bring in latest KAME (as of 19991130, KAME/NetBSD141) into kame branch just for reference purposes. This commit includes 1.4 -> 1.4.1 sync for kame branch. The branch does not compile at all (due to the lack of ALTQ and some other source code). Please do not try to modify the branch, this is just for referenre purposes. synchronization to latest KAME will take place on HEAD branch soon.
Revision 1.77 / (download) - annotate - [select for diffs], Fri Nov 19 13:32:39 1999 UTC (12 years, 6 months ago) by bouyer
Branch: MAIN
Changes since 1.76: +2 -2
lines
Diff to previous 1.76 (colored)
Bump __NetBSD_Version__ to match osrelease.sh. Thanks Bernd :)
Revision 1.76 / (download) - annotate - [select for diffs], Mon Nov 15 18:49:12 1999 UTC (12 years, 6 months ago) by fvdl
Branch: MAIN
Changes since 1.75: +2 -2
lines
Diff to previous 1.75 (colored)
Add Kirk McKusick's soft updates code to the trunk. Not enabled by default, as the copyright on the main file (ffs_softdep.c) is such that is has been put into gnusrc. options SOFTDEP will pull this in. This code also contains the trickle syncer. Bump version number to 1.4O
Revision 1.73.4.1 / (download) - annotate - [select for diffs], Mon Nov 15 00:42:21 1999 UTC (12 years, 6 months ago) by fvdl
Branch: fvdl-softdep
Changes since 1.73: +2 -2
lines
Diff to previous 1.73 (colored) next main 1.74 (colored)
Sync with -current
Revision 1.75 / (download) - annotate - [select for diffs], Sat Nov 13 00:33:04 1999 UTC (12 years, 6 months ago) by thorpej
Branch: MAIN
CVS Tags: fvdl-softdep-base
Changes since 1.74: +2 -2
lines
Diff to previous 1.74 (colored)
Hello 1.4N! (pmap_enter() API change)
Revision 1.74 / (download) - annotate - [select for diffs], Tue Oct 26 22:32:45 1999 UTC (12 years, 7 months ago) by wrstuden
Branch: MAIN
CVS Tags: comdex-fall-1999-base,
comdex-fall-1999
Changes since 1.73: +2 -2
lines
Diff to previous 1.73 (colored)
Up the size of the ifa_flags and ifa_refcnt from shorts to ints. Now will deal correctly with more than 32767 routes out an interface. Should close PR 7148 regarding problems when ifs_refcnt overflows. Bump kernel version from 1.4L to 1.4M.
Revision 1.73 / (download) - annotate - [select for diffs], Sun Oct 10 01:57:09 1999 UTC (12 years, 7 months ago) by mrg
Branch: MAIN
Branch point for: thorpej_scsipi,
fvdl-softdep
Changes since 1.72: +2 -2
lines
Diff to previous 1.72 (colored)
bump to 1.4L -- struct vnode changed.
Revision 1.72 / (download) - annotate - [select for diffs], Wed Oct 6 18:53:55 1999 UTC (12 years, 7 months ago) by kleink
Branch: MAIN
Changes since 1.71: +3 -2
lines
Diff to previous 1.71 (colored)
Base the definition of MAXLOGNAME on LOGIN_NAME_MAX.
Revision 1.71 / (download) - annotate - [select for diffs], Wed Aug 18 01:34:27 1999 UTC (12 years, 9 months ago) by wrstuden
Branch: MAIN
Branch point for: wrstuden-devbsize
Changes since 1.70: +2 -2
lines
Diff to previous 1.70 (colored)
Modify VDESC_NOMAP_VPP and VDESC_VPP_WILLRELE so that they don't overlap with VDESC_VP0_WILLUNLOCK and VDESC_VP1_WILLUNLOCK. This bug was inherited from an old 4.4BSD import in 1994.
Revision 1.70 / (download) - annotate - [select for diffs], Thu Aug 5 18:10:20 1999 UTC (12 years, 9 months ago) by thorpej
Branch: MAIN
Changes since 1.69: +2 -2
lines
Diff to previous 1.69 (colored)
Bump version to 1.4J -- semantics of splsoftclock() changed.
Revision 1.56.2.2.2.2 / (download) - annotate - [select for diffs], Mon Aug 2 22:56:00 1999 UTC (12 years, 9 months ago) by thorpej
Branch: chs-ubc2
Changes since 1.56.2.2.2.1: +3 -2
lines
Diff to previous 1.56.2.2.2.1 (colored) to branchpoint 1.56.2.2 (colored) next main 1.56.2.3 (colored)
Update from trunk.
Revision 1.69 / (download) - annotate - [select for diffs], Tue Jul 27 21:33:57 1999 UTC (12 years, 10 months ago) by thorpej
Branch: MAIN
CVS Tags: chs-ubc2-base
Changes since 1.68: +2 -2
lines
Diff to previous 1.68 (colored)
1.4I - simplelock changed
Revision 1.68 / (download) - annotate - [select for diffs], Sun Jul 25 06:39:53 1999 UTC (12 years, 10 months ago) by thorpej
Branch: MAIN
Changes since 1.67: +2 -2
lines
Diff to previous 1.67 (colored)
1.4H -- struct lock changed.
Revision 1.67 / (download) - annotate - [select for diffs], Fri Jul 16 20:49:34 1999 UTC (12 years, 10 months ago) by wrstuden
Branch: MAIN
Changes since 1.66: +2 -2
lines
Diff to previous 1.66 (colored)
Oops. Got a little too agressive with changing 06->07.
Revision 1.66 / (download) - annotate - [select for diffs], Thu Jul 15 22:00:40 1999 UTC (12 years, 10 months ago) by wrstuden
Branch: MAIN
Changes since 1.65: +3 -3
lines
Diff to previous 1.65 (colored)
We're now at 1.4G due to changes in vnode flags.
Revision 1.56.2.3 / (download) - annotate - [select for diffs], Wed Jul 14 14:29:01 1999 UTC (12 years, 10 months ago) by perry
Branch: netbsd-1-4
CVS Tags: netbsd-1-4-PATCH001
Changes since 1.56.2.2: +2 -2
lines
Diff to previous 1.56.2.2 (colored) to branchpoint 1.56 (colored)
update version to 1.4.1
Revision 1.65 / (download) - annotate - [select for diffs], Mon Jul 12 20:55:32 1999 UTC (12 years, 10 months ago) by kleink
Branch: MAIN
Changes since 1.64: +2 -1
lines
Diff to previous 1.64 (colored)
Also make available <sys/inttypes.h>.
Revision 1.64 / (download) - annotate - [select for diffs], Thu Jul 8 18:12:14 1999 UTC (12 years, 10 months ago) by thorpej
Branch: MAIN
Changes since 1.63: +2 -2
lines
Diff to previous 1.63 (colored)
NetBSD 1.4F; pmap_extract() API changed.
Revision 1.63 / (download) - annotate - [select for diffs], Thu Jul 8 01:28:32 1999 UTC (12 years, 10 months ago) by wrstuden
Branch: MAIN
Changes since 1.62: +2 -2
lines
Diff to previous 1.62 (colored)
We're 1.4E now.
Revision 1.56.2.2.2.1 / (download) - annotate - [select for diffs], Mon Jun 21 01:30:20 1999 UTC (12 years, 11 months ago) by thorpej
Branch: chs-ubc2
Changes since 1.56.2.2: +2 -2
lines
Diff to previous 1.56.2.2 (colored)
Sync w/ -current.
Revision 1.62 / (download) - annotate - [select for diffs], Wed Jun 16 23:10:51 1999 UTC (12 years, 11 months ago) by thorpej
Branch: MAIN
Changes since 1.61: +2 -2
lines
Diff to previous 1.61 (colored)
1.4D -- semantics of uvm_map_pageable() changed.
Revision 1.61 / (download) - annotate - [select for diffs], Wed May 19 16:32:40 1999 UTC (13 years ago) by thorpej
Branch: MAIN
Changes since 1.60: +2 -2
lines
Diff to previous 1.60 (colored)
Bump version; (*if_input)() changes.
Revision 1.60 / (download) - annotate - [select for diffs], Wed May 5 20:03:59 1999 UTC (13 years ago) by thorpej
Branch: MAIN
Changes since 1.59: +2 -2
lines
Diff to previous 1.59 (colored)
NetBSD 1.4B.
Revision 1.56.2.2 / (download) - annotate - [select for diffs], Wed Apr 7 16:52:18 1999 UTC (13 years, 1 month ago) by perry
Branch: netbsd-1-4
CVS Tags: netbsd-1-4-RELEASE,
kame_14_19990705,
kame_14_19990628
Branch point for: kame,
chs-ubc2
Changes since 1.56.2.1: +11 -5
lines
Diff to previous 1.56.2.1 (colored) to branchpoint 1.56 (colored)
sync to revision 1.59 original commit message: 1) Nuke NetBSD1_4 -- no point in perpetuating a bad practice. Since it hasn't been seen by anyone yet, why encourage its use by defining it? 2) Indicate in a comment that the NetBSD define is now frozen, will never again be incremented, and may even be deprecated. Indicate yet again that all new code must use __NetBSD_Version__
Revision 1.59 / (download) - annotate - [select for diffs], Wed Apr 7 16:48:02 1999 UTC (13 years, 1 month ago) by perry
Branch: MAIN
Changes since 1.58: +11 -5
lines
Diff to previous 1.58 (colored)
1) Nuke NetBSD1_4 -- no point in perpetuating a bad practice. Since it hasn't been seen by anyone yet, why encourage its use by defining it? 2) Indicate in a comment that the NetBSD define is now frozen, will never again be incremented, and may even be deprecated. Indicate yet again that all new code must use __NetBSD_Version__
Revision 1.58 / (download) - annotate - [select for diffs], Fri Apr 2 03:08:02 1999 UTC (13 years, 1 month ago) by perry
Branch: MAIN
Changes since 1.57: +3 -3
lines
Diff to previous 1.57 (colored)
Update the comments to say 1.4A, too. (slaps own forehead)
Revision 1.56.2.1 / (download) - annotate - [select for diffs], Fri Apr 2 03:02:19 1999 UTC (13 years, 1 month ago) by perry
Branch: netbsd-1-4
Changes since 1.56: +4 -4
lines
Diff to previous 1.56 (colored)
update branch to NetBSD 1.4, (NetBSD constant to 1.4_ALPHA date)
Revision 1.57 / (download) - annotate - [select for diffs], Fri Apr 2 02:57:19 1999 UTC (13 years, 1 month ago) by perry
Branch: MAIN
Changes since 1.56: +4 -4
lines
Diff to previous 1.56 (colored)
Update trunk to NetBSD 1.4A, and do similar housekeeping
Revision 1.56 / (download) - annotate - [select for diffs], Tue Mar 2 08:04:06 1999 UTC (13 years, 2 months ago) by sommerfe
Branch: MAIN
CVS Tags: netbsd-1-4-base
Branch point for: netbsd-1-4
Changes since 1.55: +3 -3
lines
Diff to previous 1.55 (colored)
Welcome to 1.3K (due to the lock.h change)
Revision 1.55 / (download) - annotate - [select for diffs], Fri Feb 26 23:59:25 1999 UTC (13 years, 3 months ago) by wrstuden
Branch: MAIN
Changes since 1.54: +4 -4
lines
Diff to previous 1.54 (colored)
Bump version to 1.3J to reflect changes to vfsops and VOP_CLOSE locking.
Revision 1.39.2.7 / (download) - annotate - [select for diffs], Sat Dec 5 08:08:17 1998 UTC (13 years, 5 months ago) by cgd
Branch: netbsd-1-3
CVS Tags: netbsd-1-3-PATCH003-CANDIDATE2,
netbsd-1-3-PATCH003-CANDIDATE1,
netbsd-1-3-PATCH003-CANDIDATE0,
netbsd-1-3-PATCH003
Changes since 1.39.2.6: +3 -3
lines
Diff to previous 1.39.2.6 (colored) to branchpoint 1.39 (colored) next main 1.40 (colored)
update versions to 1.3.3. (Not quite done yet, but pretty close.)
Revision 1.54 / (download) - annotate - [select for diffs], Tue Nov 17 21:27:27 1998 UTC (13 years, 6 months ago) by thorpej
Branch: MAIN
CVS Tags: kenh-if-detach-base,
kenh-if-detach
Changes since 1.53: +4 -4
lines
Diff to previous 1.53 (colored)
Bump version to 1.3I (config_detach(), config_{,de}activate()).
Revision 1.39.2.6 / (download) - annotate - [select for diffs], Sat Nov 7 01:32:58 1998 UTC (13 years, 6 months ago) by cgd
Branch: netbsd-1-3
Changes since 1.39.2.5: +26 -1
lines
Diff to previous 1.39.2.5 (colored) to branchpoint 1.39 (colored)
pull up rev 1.44 from trunk, but via patch so that the correct value of __NetBSD_Version__ is used (for 1.3.2, until the time comes to actually cut the 1.3.3 release; another deficiency in the version identification scheme!).
Revision 1.39.2.5 / (download) - annotate - [select for diffs], Sat Oct 24 01:39:47 1998 UTC (13 years, 7 months ago) by cgd
Branch: netbsd-1-3
Changes since 1.39.2.4: +10 -1
lines
Diff to previous 1.39.2.4 (colored) to branchpoint 1.39 (colored)
pull up rev 1.53, to fix PR 6293. (jonathan)
Revision 1.53 / (download) - annotate - [select for diffs], Fri Oct 23 19:37:32 1998 UTC (13 years, 7 months ago) by jonathan
Branch: MAIN
CVS Tags: chs-ubc-base,
chs-ubc
Changes since 1.52: +10 -1
lines
Diff to previous 1.52 (colored)
Compute compile-time value of old-VM parameter MAX_KMAPENT from NPROC (2x NPROC plus slop) unless expclitly set. Use current constant value (100) as a lower bound, as suggested by Chuck Cranor. Move NPROC and other parameter definitions from param.c to param.h so they are visible to vm/vm_map.h. Systems with hand-tuned NPROC should now support that many processes.
Revision 1.52 / (download) - annotate - [select for diffs], Tue Sep 1 05:20:39 1998 UTC (13 years, 8 months ago) by thorpej
Branch: MAIN
Changes since 1.51: +4 -4
lines
Diff to previous 1.51 (colored)
Bump version to 1.3H. Several things, including some items that can be built as LKMs, are now supposed to use the pool allocator to allocate certain data structures.
Revision 1.51 / (download) - annotate - [select for diffs], Sun Aug 2 19:19:11 1998 UTC (13 years, 9 months ago) by nathanw
Branch: MAIN
Changes since 1.50: +4 -4
lines
Diff to previous 1.50 (colored)
Bump version to 1.3G: - mbuf interface change from poolification (removal of m_clalloc). - vnode IO_SYNC/IO_DSYNC interface change.
Revision 1.50 / (download) - annotate - [select for diffs], Sat Jul 25 09:47:27 1998 UTC (13 years, 10 months ago) by msaitoh
Branch: MAIN
CVS Tags: eeh-paddr_t-base,
eeh-paddr_t
Changes since 1.49: +0 -7
lines
Diff to previous 1.49 (colored)
back to previous one.
Revision 1.49 / (download) - annotate - [select for diffs], Thu Jul 23 18:15:57 1998 UTC (13 years, 10 months ago) by msaitoh
Branch: MAIN
Changes since 1.48: +8 -1
lines
Diff to previous 1.48 (colored)
In usercodes, we use getpagesize() instead of NBPG.
Revision 1.48 / (download) - annotate - [select for diffs], Wed Jul 8 19:31:33 1998 UTC (13 years, 10 months ago) by kleink
Branch: MAIN
Changes since 1.47: +1 -3
lines
Diff to previous 1.47 (colored)
Move the definition of NZERO from <sys/param.h> to <sys/syslimits.h>, since XPG3 and later require it to be made visible by inclusion of <limits.h>, which, in turn, includes <sys/syslimits.h>. The <sys/param.h> API is not affected by this change, since <sys/syslimits.h> is included from there, too.
Revision 1.47 / (download) - annotate - [select for diffs], Fri Jun 5 20:12:04 1998 UTC (13 years, 11 months ago) by kleink
Branch: MAIN
Changes since 1.46: +4 -4
lines
Diff to previous 1.46 (colored)
1.3E -> 1.3F: fsync vnode operator interface changed.
Revision 1.46 / (download) - annotate - [select for diffs], Sun Mar 1 02:24:13 1998 UTC (14 years, 2 months ago) by fvdl
Branch: MAIN
Changes since 1.45: +5 -5
lines
Diff to previous 1.45 (colored)
Merge with Lite2 + local changes
Revision 1.1.1.3 / (download) - annotate - [select for diffs] (vendor branch), Sun Mar 1 02:13:56 1998 UTC (14 years, 2 months ago) by fvdl
Branch: WFJ-920714,
CSRG
CVS Tags: lite-2
Changes since 1.1.1.2: +2 -2
lines
Diff to previous 1.1.1.2 (colored)
Import 4.4BSD-Lite2
Revision 1.1.1.2 / (download) - annotate - [select for diffs] (vendor branch), Sun Mar 1 02:11:07 1998 UTC (14 years, 2 months ago) by fvdl
Branch: WFJ-920714,
CSRG
CVS Tags: lite-1,
date-03-may-96
Changes since 1.1.1.1: +216 -1
lines
Diff to previous 1.1.1.1 (colored)
Import 4.4BSD-Lite for reference
Revision 1.45 / (download) - annotate - [select for diffs], Wed Feb 18 07:19:23 1998 UTC (14 years, 3 months ago) by thorpej
Branch: MAIN
Changes since 1.44: +4 -4
lines
Diff to previous 1.44 (colored)
Major kernel interface change (vfsops/vfs_attach()/vfs_detach()); bump version to 1.3D.
Revision 1.44 / (download) - annotate - [select for diffs], Wed Feb 11 18:56:59 1998 UTC (14 years, 3 months ago) by perry
Branch: MAIN
Changes since 1.43: +26 -1
lines
Diff to previous 1.43 (colored)
Add __NetBSD_Version__, add some comments.
Revision 1.39.2.4 / (download) - annotate - [select for diffs], Sun Feb 8 21:50:49 1998 UTC (14 years, 3 months ago) by mellon
Branch: netbsd-1-3
CVS Tags: netbsd-1-3-PATCH002,
netbsd-1-3-PATCH001
Changes since 1.39.2.3: +2 -2
lines
Diff to previous 1.39.2.3 (colored) to branchpoint 1.39 (colored)
Update value of NetBSD constant (we *really* need a better way).
Revision 1.43 / (download) - annotate - [select for diffs], Wed Feb 4 05:36:57 1998 UTC (14 years, 3 months ago) by thorpej
Branch: MAIN
Changes since 1.42: +3 -3
lines
Diff to previous 1.42 (colored)
Kernel interface changed: bump to 1.3C. (Say, did you know that it's March already?)
Revision 1.42 / (download) - annotate - [select for diffs], Wed Jan 14 22:05:52 1998 UTC (14 years, 4 months ago) by thorpej
Branch: MAIN
Changes since 1.41: +2 -2
lines
Diff to previous 1.41 (colored)
As pointed out by Chris Demetriou, I forgot to bump the NetBSD constant when going to 1.3B. Let's hope we don't go to 1.3C in Februrary...
Revision 1.41 / (download) - annotate - [select for diffs], Mon Jan 12 21:16:23 1998 UTC (14 years, 4 months ago) by thorpej
Branch: MAIN
Changes since 1.40: +2 -2
lines
Diff to previous 1.40 (colored)
Significant kernel interface change: bump to 1.3B.
Revision 1.39.2.3 / (download) - annotate - [select for diffs], Sun Dec 21 00:03:04 1997 UTC (14 years, 5 months ago) by perry
Branch: netbsd-1-3
CVS Tags: netbsd-1-3-RELEASE
Changes since 1.39.2.2: +2 -2
lines
Diff to previous 1.39.2.2 (colored) to branchpoint 1.39 (colored)
update NetBSD to 199712
Revision 1.39.2.2 / (download) - annotate - [select for diffs], Fri Nov 28 21:28:05 1997 UTC (14 years, 5 months ago) by perry
Branch: netbsd-1-3
CVS Tags: netbsd-1-3-BETA
Changes since 1.39.2.1: +2 -2
lines
Diff to previous 1.39.2.1 (colored) to branchpoint 1.39 (colored)
update NetBSD to 199711
Revision 1.39.2.1 / (download) - annotate - [select for diffs], Tue Oct 21 05:28:14 1997 UTC (14 years, 7 months ago) by perry
Branch: netbsd-1-3
Changes since 1.39: +3 -3
lines
Diff to previous 1.39 (colored)
The branch is now NetBSD 1.3_ALPHA -- update NetBSD and NetBSD1_2->NetBSD1_3
Revision 1.40 / (download) - annotate - [select for diffs], Tue Oct 21 05:24:42 1997 UTC (14 years, 7 months ago) by perry
Branch: MAIN
Changes since 1.39: +3 -3
lines
Diff to previous 1.39 (colored)
The head is now NetBSD 1.3A -- update NetBSD and NetBSD1_2->NetBSD1_3
Revision 1.37.4.1 / (download) - annotate - [select for diffs], Tue Oct 14 16:03:30 1997 UTC (14 years, 7 months ago) by thorpej
Branch: marc-pcmcia
Changes since 1.37: +9 -2
lines
Diff to previous 1.37 (colored) next main 1.38 (colored)
Update marc-pcmcia branch from trunk.
Revision 1.39 / (download) - annotate - [select for diffs], Sat Oct 4 17:33:42 1997 UTC (14 years, 7 months ago) by veego
Branch: MAIN
CVS Tags: netbsd-1-3-base,
marc-pcmcia-base
Branch point for: netbsd-1-3
Changes since 1.38: +7 -7
lines
Diff to previous 1.38 (colored)
Fix typo in the last commit.
Revision 1.38 / (download) - annotate - [select for diffs], Sat Oct 4 14:30:21 1997 UTC (14 years, 7 months ago) by kleink
Branch: MAIN
Changes since 1.37: +9 -2
lines
Diff to previous 1.37 (colored)
Make the RLIMIT_NPROC resource limit of process 0 a kernel configuration option; fixes PR kern/3702 from Havard Eidnes. However, we avoid dealing with the CHILD_MAX constant but let users specify MAXUPROC instead.
Revision 1.37 / (download) - annotate - [select for diffs], Thu Jun 12 19:41:50 1997 UTC (14 years, 11 months ago) by mrg
Branch: MAIN
CVS Tags: thorpej-signal-base,
thorpej-signal,
marc-pcmcia-bp,
bouyer-scsipi
Branch point for: marc-pcmcia
Changes since 1.36: +2 -2
lines
Diff to previous 1.36 (colored)
we are now 1.2G.
Revision 1.36 / (download) - annotate - [select for diffs], Sat Jun 7 00:57:33 1997 UTC (14 years, 11 months ago) by thorpej
Branch: MAIN
Changes since 1.35: +3 -3
lines
Diff to previous 1.35 (colored)
Bump version to NetBSD 1.2F.
Revision 1.35 / (download) - annotate - [select for diffs], Thu May 8 11:40:23 1997 UTC (15 years ago) by mycroft
Branch: MAIN
Changes since 1.34: +3 -3
lines
Diff to previous 1.34 (colored)
Update to 1.2E.
Revision 1.34 / (download) - annotate - [select for diffs], Sat Mar 15 18:12:42 1997 UTC (15 years, 2 months ago) by is
Branch: MAIN
Changes since 1.33: +3 -3
lines
Diff to previous 1.33 (colored)
New ARP system, supports IPv4 over any hardware link. Some of the stuff (e.g., rarpd, bootpd, dhcpd etc., libsa) still will only support Ethernet. Tcpdump itself should be ok, but libpcap needs lot of work. For the detailed change history, look at the commit log entries for the is-newarp branch.
Revision 1.33 / (download) - annotate - [select for diffs], Fri Jan 31 09:30:05 1997 UTC (15 years, 3 months ago) by thorpej
Branch: MAIN
CVS Tags: mrg-vm-swap,
is-newarp-before-merge,
is-newarp-base,
is-newarp
Changes since 1.32: +3 -3
lines
Diff to previous 1.32 (colored)
Faily major kernel change went in today; bump date to 199701 and version to 1.2C.
Revision 1.32 / (download) - annotate - [select for diffs], Wed Jan 22 07:09:21 1997 UTC (15 years, 4 months ago) by mikel
Branch: MAIN
Changes since 1.31: +6 -1
lines
Diff to previous 1.31 (colored)
add multiple inclusion protection
Revision 1.31 / (download) - annotate - [select for diffs], Fri Dec 20 20:18:53 1996 UTC (15 years, 5 months ago) by sommerfe
Branch: MAIN
CVS Tags: thorpej-setroot
Changes since 1.30: +2 -2
lines
Diff to previous 1.30 (colored)
Longer login name support: increase MAXLOGNAME to 16
Revision 1.30 / (download) - annotate - [select for diffs], Sun Dec 8 00:52:01 1996 UTC (15 years, 5 months ago) by thorpej
Branch: MAIN
Changes since 1.29: +3 -1
lines
Diff to previous 1.29 (colored)
Allow the default value for MAXBSIZE (== MAXPHYS) to be overridden by <machine/param.h>.
Revision 1.29 / (download) - annotate - [select for diffs], Tue Dec 3 06:14:40 1996 UTC (15 years, 5 months ago) by mikel
Branch: MAIN
Changes since 1.28: +4 -4
lines
Diff to previous 1.28 (colored)
fix some typos.
Revision 1.28 / (download) - annotate - [select for diffs], Mon Dec 2 07:30:29 1996 UTC (15 years, 5 months ago) by thorpej
Branch: MAIN
Changes since 1.27: +2 -2
lines
Diff to previous 1.27 (colored)
Change MAXBSIZE back to MAXPHYS, fixes PR #1718, from cgd@netbsd.org.
Revision 1.27 / (download) - annotate - [select for diffs], Fri Oct 25 20:13:16 1996 UTC (15 years, 7 months ago) by thorpej
Branch: MAIN
Changes since 1.26: +3 -3
lines
Diff to previous 1.26 (colored)
Bump NetBSD version to 1.2B (kernel interface changed)
Revision 1.26 / (download) - annotate - [select for diffs], Thu Oct 17 02:10:49 1996 UTC (15 years, 7 months ago) by mrg
Branch: MAIN
Changes since 1.25: +2 -2
lines
Diff to previous 1.25 (colored)
make the value of NetBSD in 1.2A > in 1.2. they were 199608 and 199609 respectively. the former is now 199610.
Revision 1.25 / (download) - annotate - [select for diffs], Wed Oct 2 18:05:07 1996 UTC (15 years, 7 months ago) by ws
Branch: MAIN
Changes since 1.24: +2 -2
lines
Diff to previous 1.24 (colored)
Fix p_nice vs. NZERO code. Change NZERO to 20 to always make p_nice positive. On Christos' suggestion make p_nice explicitly u_char.
Revision 1.23.4.3 / (download) - annotate - [select for diffs], Tue Sep 10 19:51:11 1996 UTC (15 years, 8 months ago) by jtc
Branch: netbsd-1-2
CVS Tags: netbsd-1-2-RELEASE,
netbsd-1-2-PATCH001
Changes since 1.23.4.2: +2 -2
lines
Diff to previous 1.23.4.2 (colored) to branchpoint 1.23 (colored) next main 1.24 (colored)
Update date of NetBSD macro
Revision 1.23.4.2 / (download) - annotate - [select for diffs], Tue Jun 25 01:40:43 1996 UTC (15 years, 11 months ago) by jtc
Branch: netbsd-1-2
CVS Tags: netbsd-1-2-BETA
Changes since 1.23.4.1: +2 -2
lines
Diff to previous 1.23.4.1 (colored) to branchpoint 1.23 (colored)
Update NetBSD1_2 constant to 1
Revision 1.24 / (download) - annotate - [select for diffs], Sat May 25 22:07:35 1996 UTC (16 years ago) by jtc
Branch: MAIN
Changes since 1.23: +3 -3
lines
Diff to previous 1.23 (colored)
updated for 1.2A (post 1.2)
Revision 1.23.4.1 / (download) - annotate - [select for diffs], Sat May 25 21:49:30 1996 UTC (16 years ago) by jtc
Branch: netbsd-1-2
Changes since 1.23: +3 -3
lines
Diff to previous 1.23 (colored)
updated for 1.2_ALPHA
Revision 1.23 / (download) - annotate - [select for diffs], Sun Mar 17 01:02:29 1996 UTC (16 years, 2 months ago) by thorpej
Branch: MAIN
CVS Tags: netbsd-1-2-base
Branch point for: netbsd-1-2
Changes since 1.22: +2 -2
lines
Diff to previous 1.22 (colored)
NetBSD1_1 -> 3 (corresponds to 1.1B)
Revision 1.22 / (download) - annotate - [select for diffs], Sat Mar 16 18:14:23 1996 UTC (16 years, 2 months ago) by jtk
Branch: MAIN
Changes since 1.21: +2 -2
lines
Diff to previous 1.21 (colored)
fix typo: "#eandif" should be "#endif"
Revision 1.21 / (download) - annotate - [select for diffs], Sat Mar 16 05:35:45 1996 UTC (16 years, 2 months ago) by thorpej
Branch: MAIN
Changes since 1.20: +4 -4
lines
Diff to previous 1.20 (colored)
Bump two values: NetBSD -> 199603 NetBSD1_1 -> 2 (corresponds to 1.1A) The latter should have been done a while ago. Expect this to change again within the next couple of days.
Revision 1.20 / (download) - annotate - [select for diffs], Thu Feb 1 22:33:51 1996 UTC (16 years, 3 months ago) by mycroft
Branch: MAIN
Changes since 1.19: +2 -2
lines
Diff to previous 1.19 (colored)
LOCORE -> _LOCORE
Revision 1.19 / (download) - annotate - [select for diffs], Thu Nov 30 01:00:28 1995 UTC (16 years, 5 months ago) by jtc
Branch: MAIN
Changes since 1.18: +3 -3
lines
Diff to previous 1.18 (colored)
merge in changes from 1.1 release branch
Revision 1.18.2.1 / (download) - annotate - [select for diffs], Thu Oct 12 05:42:01 1995 UTC (16 years, 7 months ago) by jtc
Branch: netbsd-1-1
CVS Tags: netbsd-1-1-RELEASE,
netbsd-1-1-PATCH001
Changes since 1.18: +3 -3
lines
Diff to previous 1.18 (colored) next main 1.19 (colored)
Updated for NetBSD for NetBSD 1.1. Note that NetBSD constant was changed from the form YYYYMMR (where R is release) to YYYYMM. This makes it consistant with the convention used by BSD, _POSIX_VERSION, _XOPEN_VERSION, etc. -- other constants provided for similar purposes. This change will break any code that uses the NetBSD constant in the correct manner (ie ``#if NetBSD > 1994100''). However, software that uses this constant is rare and can be easily fixed if it is effected by this change.
Revision 1.18 / (download) - annotate - [select for diffs], Sun Mar 26 20:24:31 1995 UTC (17 years, 2 months ago) by jtc
Branch: MAIN
CVS Tags: netbsd-1-1-base
Branch point for: netbsd-1-1
Changes since 1.17: +3 -3
lines
Diff to previous 1.17 (colored)
KERNEL -> _KERNEL
Revision 1.17 / (download) - annotate - [select for diffs], Wed Feb 1 06:28:48 1995 UTC (17 years, 3 months ago) by mycroft
Branch: MAIN
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored)
Increase MAXSYMLINKS to 32.
Revision 1.16 / (download) - annotate - [select for diffs], Tue Oct 18 04:27:30 1994 UTC (17 years, 7 months ago) by cgd
Branch: MAIN
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
change a number
Revision 1.14.2.2 / (download) - annotate - [select for diffs], Tue Oct 18 04:26:22 1994 UTC (17 years, 7 months ago) by cgd
Branch: netbsd-1-0
CVS Tags: netbsd-1-0-RELEASE,
netbsd-1-0-PATCH1,
netbsd-1-0-PATCH06,
netbsd-1-0-PATCH05,
netbsd-1-0-PATCH04,
netbsd-1-0-PATCH03,
netbsd-1-0-PATCH02,
netbsd-1-0-PATCH0
Changes since 1.14.2.1: +2 -2
lines
Diff to previous 1.14.2.1 (colored) to branchpoint 1.14 (colored) next main 1.15 (colored)
change a number
Revision 1.15 / (download) - annotate - [select for diffs], Sun Jul 10 22:26:30 1994 UTC (17 years, 10 months ago) by cgd
Branch: MAIN
Changes since 1.14: +3 -3
lines
Diff to previous 1.14 (colored)
the trunk now carries the revision 1.0A (i.e. the first revision after 1.0), because the release branch is 1.0, and when the trunk again becomes -current, it's 1.0A.
Revision 1.14.2.1 / (download) - annotate - [select for diffs], Sun Jul 10 04:12:37 1994 UTC (17 years, 10 months ago) by cgd
Branch: netbsd-1-0
Changes since 1.14: +3 -3
lines
Diff to previous 1.14 (colored)
note that we're 1.0, though alpha
Revision 1.14 / (download) - annotate - [select for diffs], Wed Jun 29 06:44:49 1994 UTC (17 years, 11 months ago) by cgd
Branch: MAIN
CVS Tags: netbsd-1-0-base
Branch point for: netbsd-1-0
Changes since 1.13: +2 -1
lines
Diff to previous 1.13 (colored)
New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'
Revision 1.13 / (download) - annotate - [select for diffs], Mon Jun 27 19:31:43 1994 UTC (17 years, 11 months ago) by cgd
Branch: MAIN
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
new standard, minimally intrusive ID format
Revision 1.12 / (download) - annotate - [select for diffs], Wed Jun 8 11:46:38 1994 UTC (17 years, 11 months ago) by mycroft
Branch: MAIN
Changes since 1.11: +3 -3
lines
Diff to previous 1.11 (colored)
Update BSD and NetBSD0_9.
Revision 1.11 / (download) - annotate - [select for diffs], Tue May 24 02:35:24 1994 UTC (18 years ago) by cgd
Branch: MAIN
Changes since 1.10: +12 -21
lines
Diff to previous 1.10 (colored)
update to 4.4-Lite, except: keep MAXBSIZE == 16k (XXX, for now), keep MAXINTERP at 64, and keep the BSD date the same as net/2's (XXX).
Revision 1.10 / (download) - annotate - [select for diffs], Tue May 17 04:25:06 1994 UTC (18 years ago) by cgd
Branch: MAIN
Changes since 1.9: +229 -1
lines
Diff to previous 1.9 (colored)
copyright foo
Revision 1.9.2.2 / (download) - annotate - [select for diffs], Tue Apr 12 05:48:01 1994 UTC (18 years, 1 month ago) by cgd
Branch: nvm
Changes since 1.9.2.1: +1 -0
lines
Diff to previous 1.9.2.1 (colored) to branchpoint 1.9 (colored) next main 1.10 (colored)
define NetBSD0_9 to be _2_, for 0.9a
Revision 1.9.2.1, Tue Apr 12 05:48:00 1994 UTC (18 years, 1 month ago) by cgd
Branch: nvm
Changes since 1.9: +0 -1
lines
FILE REMOVED
file param.h was added on branch nvm on 1994-04-12 05:48:01 +0000
Revision 1.9 / (download) - annotate - [select for diffs], Tue Apr 12 05:48:00 1994 UTC (18 years, 1 month ago) by cgd
Branch: MAIN
CVS Tags: wnvm,
nvm-base
Branch point for: nvm
Changes since 1.8: +1 -1
lines
Diff to previous 1.8 (colored)
define NetBSD0_9 to be _2_, for 0.9a
Revision 1.8 / (download) - annotate - [select for diffs], Thu Jan 13 04:33:02 1994 UTC (18 years, 4 months ago) by cgd
Branch: MAIN
Changes since 1.7: +1 -1
lines
Diff to previous 1.7 (colored)
crank MAXBSIZE to 16384, for now; should be MAXPHYS, but this will do (for now)
Revision 1.7 / (download) - annotate - [select for diffs], Mon Dec 6 12:40:29 1993 UTC (18 years, 5 months ago) by mycroft
Branch: MAIN
Changes since 1.6: +1 -1
lines
Diff to previous 1.6 (colored)
For some reason that I do not feel like tracking down right now, these two magic spaces allow me to build a kernel on my HP.
Revision 1.6 / (download) - annotate - [select for diffs], Wed Jul 28 02:23:05 1993 UTC (18 years, 10 months ago) by cgd
Branch: MAIN
CVS Tags: magnum-base,
magnum
Changes since 1.5: +1 -1
lines
Diff to previous 1.5 (colored)
incorporate changes from 0-9-base to 0-9-ALPHA
Revision 1.5.2.1 / (download) - annotate - [select for diffs], Tue Jul 20 05:52:43 1993 UTC (18 years, 10 months ago) by cgd
Branch: netbsd-0-9
CVS Tags: netbsd-0-9-patch-001,
netbsd-0-9-RELEASE,
netbsd-0-9-BETA,
netbsd-0-9-ALPHA2,
netbsd-0-9-ALPHA
Changes since 1.5: +1 -1
lines
Diff to previous 1.5 (colored) next main 1.6 (colored)
> #define NetBSD 1993070 /* NetBSD date: 1993, July, release 0 */ > #define NetBSD0_9 1 and undef NetBSD0_8
Revision 1.5 / (download) - annotate - [select for diffs], Thu May 20 16:22:49 1993 UTC (19 years ago) by cgd
Branch: MAIN
CVS Tags: netbsd-0-9-base
Branch point for: netbsd-0-9
Changes since 1.4: +1 -1
lines
Diff to previous 1.4 (colored)
add rcs ids as necessary, and also clean up headers
Revision 1.4 / (download) - annotate - [select for diffs], Wed Apr 28 05:54:21 1993 UTC (19 years, 1 month ago) by cgd
Branch: MAIN
Changes since 1.3: +1 -1
lines
Diff to previous 1.3 (colored)
got rid of __386BSDREL__ symbol; it was useless. added NetBSD symbol (date+rel number) and NetBSD0_8 symbol.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Apr 19 01:22:59 1993 UTC (19 years, 1 month ago) by mycroft
Branch: MAIN
Changes since 1.2: +1 -1
lines
Diff to previous 1.2 (colored)
Add consistent multiple-inclusion protection.
Revision 1.2 / (download) - annotate - [select for diffs], Sat Apr 17 08:06:33 1993 UTC (19 years, 1 month ago) by mycroft
Branch: MAIN
Changes since 1.1: +1 -1
lines
Diff to previous 1.1 (colored)
Enlarge MAXINTERP to make room for argument.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Mar 21 09:45:37 1993 UTC (19 years, 2 months ago) by cgd
Branch: WFJ-920714,
CSRG
CVS Tags: patchkit-0-2-2,
netbsd-alpha-1,
netbsd-0-8,
WFJ-386bsd-01
Changes since 1.1: +1 -1
lines
Diff to previous 1.1 (colored)
initial import of 386bsd-0.1 sources
Revision 1.1 / (download) - annotate - [select for diffs], Sun Mar 21 09:45:37 1993 UTC (19 years, 2 months ago) by cgd
Branch: MAIN
Initial revision