The NetBSD Project

CVS log for src/sys/sys/param.h

[BACK] Up to [cvs.NetBSD.org] / src / sys / sys

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.428 / (download) - annotate - [select for diffs], Fri Mar 29 01:09:45 2013 UTC (7 weeks, 1 day ago) by christos
Branch: MAIN
CVS Tags: khorben-n900, HEAD
Changes since 1.427: +2 -2 lines
Diff to previous 1.427 (colored)

prototype adjustments for lwp_park, welcome to 6.99.19

Revision 1.427 / (download) - annotate - [select for diffs], Thu Mar 21 20:05:56 2013 UTC (8 weeks, 1 day ago) by plunky
Branch: MAIN
CVS Tags: agc-symver-base, agc-symver
Changes since 1.426: +2 -2 lines
Diff to previous 1.426 (colored)

Bump minor number for removal of kauth_access_action(), as per
  http://mail-index.netbsd.org/source-changes/2013/03/18/msg042340.html

Welcome to 6.99.18

Revision 1.426 / (download) - annotate - [select for diffs], Mon Mar 18 13:36:23 2013 UTC (2 months ago) by para
Branch: MAIN
Changes since 1.425: +3 -3 lines
Diff to previous 1.425 (colored)

calculate vnode cache size based on the resource it gets allocated from
this stops setting kern.maxvnodes to high so it exhausts available space in kmem

http://mail-index.netbsd.org/tech-kern/2013/03/08/msg015095.html

Revision 1.425 / (download) - annotate - [select for diffs], Wed Feb 13 14:03:49 2013 UTC (3 months ago) by hannken
Branch: MAIN
CVS Tags: tls-maxphys-nbase, tls-maxphys-base
Changes since 1.424: +2 -2 lines
Diff to previous 1.424 (colored)

Make the spec_node table implementation private to spec_vnops.c.

To retrieve a spec_node, two new lookup functions (by device or by mount)
are implemented.  Both return a referenced vnode, for an opened block device
the opened vnode is returned so further diagnostic checks "vp == ... sd_bdevvp"
will not fire.  Otherwise any vnode matching the criteria gets returned.

No objections on tech-kern.

Welcome to 6.99.17

Revision 1.424 / (download) - annotate - [select for diffs], Thu Dec 20 08:03:44 2012 UTC (4 months, 3 weeks ago) by hannken
Branch: MAIN
CVS Tags: yamt-pagecache-base8
Changes since 1.423: +2 -2 lines
Diff to previous 1.423 (colored)

Change bread() and breadn() to never return a buffer on
error and modify all callers to not brelse() on error.

Welcome to 6.99.16

PR kern/46282 (6.0_BETA crash: msdosfs_bmap -> pcbmap -> bread -> bio_doread)

Revision 1.423 / (download) - annotate - [select for diffs], Mon Nov 5 17:28:53 2012 UTC (6 months, 1 week ago) by dholland
Branch: MAIN
CVS Tags: yamt-pagecache-base7
Changes since 1.422: +2 -2 lines
Diff to previous 1.422 (colored)

6.99.15: namecache cleanup.CVS: ----------------------------------------------------------------------

Revision 1.422 / (download) - annotate - [select for diffs], Fri Oct 19 16:49:21 2012 UTC (6 months, 4 weeks ago) by apb
Branch: MAIN
CVS Tags: yamt-pagecache-base6
Changes since 1.421: +2 -2 lines
Diff to previous 1.421 (colored)

Welcome to NetBSD-6.99.14

In struct ptmget, used for ioctl TIOCPTMGET and TIOCPTSNAME,
increase the size of the cn and sn members from char[16]
to char[PATH_MAX].  16 chars is just not enough for reasonable things
like "/dev.amd64/pts/1234" or "/chroot/dev/pts/1234".

Revision 1.421 / (download) - annotate - [select for diffs], Sat Oct 13 17:54:40 2012 UTC (7 months ago) by dholland
Branch: MAIN
Changes since 1.420: +2 -2 lines
Diff to previous 1.420 (colored)

6.99.13 - namei NDAT() change and pckbc_cnattach()

Revision 1.420 / (download) - annotate - [select for diffs], Tue Oct 2 01:44:29 2012 UTC (7 months, 2 weeks ago) by christos
Branch: MAIN
Changes since 1.419: +2 -2 lines
Diff to previous 1.419 (colored)

kernel portion of clock_nanosleep()

Revision 1.419 / (download) - annotate - [select for diffs], Sat Sep 1 00:27:12 2012 UTC (8 months, 2 weeks ago) by matt
Branch: MAIN
Branch point for: tls-maxphys
Changes since 1.418: +2 -2 lines
Diff to previous 1.418 (colored)

Welcome to 6.99.11!

Revision 1.418 / (download) - annotate - [select for diffs], Sun Jul 22 22:44:28 2012 UTC (9 months, 3 weeks ago) by rmind
Branch: MAIN
Changes since 1.417: +2 -2 lines
Diff to previous 1.417 (colored)

Welcome to 6.99.10 (bump for cache_enter and lwp_t changes).

Revision 1.417 / (download) - annotate - [select for diffs], Sun Jul 15 10:55:27 2012 UTC (10 months ago) by dsl
Branch: MAIN
Changes since 1.416: +2 -2 lines
Diff to previous 1.416 (colored)

Some namespace protection (and add greppablity).
Prefix the DRIVE_ and DRIVET_ constants from atavar.h with ATA_.
Don't use an enum for drive_type - you don't know how big it will be.
Move driver_type to avoid implicit structure padding (esp on arm).
This change is purely lexical and mechanical.

Update to 6.99.9 - this wasn't done when the SATA PMP changes
were made - I'm sure they warranted a bump.

Revision 1.416 / (download) - annotate - [select for diffs], Fri Jun 22 18:26:35 2012 UTC (10 months, 3 weeks ago) by christos
Branch: MAIN
Changes since 1.415: +2 -2 lines
Diff to previous 1.415 (colored)

Add {send,recv}mmsg from Linux

Revision 1.415 / (download) - annotate - [select for diffs], Thu May 10 07:48:07 2012 UTC (12 months, 1 week ago) by riastradh
Branch: MAIN
CVS Tags: yamt-pagecache-base5, jmcneill-usbmp-base10
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.414 / (download) - annotate - [select for diffs], Sun Apr 29 16:36:54 2012 UTC (12 months, 2 weeks 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 (12 months, 3 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.412 / (download) - annotate - [select for diffs], Tue Mar 13 18:50:41 2012 UTC (14 months 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.411 / (download) - annotate - [select for diffs], Sun Feb 19 21:06:58 2012 UTC (14 months, 3 weeks 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.410 / (download) - annotate - [select for diffs], Fri Feb 17 08:45:12 2012 UTC (14 months, 4 weeks 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.409 / (download) - annotate - [select for diffs], Wed Feb 15 23:05:02 2012 UTC (15 months 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 (15 months 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.407 / (download) - annotate - [select for diffs], Fri Feb 3 20:12:48 2012 UTC (15 months, 1 week 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.406 / (download) - annotate - [select for diffs], Wed Feb 1 05:48:14 2012 UTC (15 months, 2 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 (15 months, 2 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 (15 months, 2 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 (15 months, 3 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 (15 months, 3 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 (15 months, 3 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 (15 months, 3 weeks 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 (16 months 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.398 / (download) - annotate - [select for diffs], Sat Dec 17 20:05:40 2011 UTC (17 months 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 (17 months, 2 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 (17 months, 3 weeks 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 (19 months, 2 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 (19 months, 3 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 (19 months, 3 weeks 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 (22 months, 1 week 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 (22 months, 2 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.390 / (download) - annotate - [select for diffs], Sun Jun 12 03:35:59 2011 UTC (23 months 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.389 / (download) - annotate - [select for diffs], Tue May 24 18:07:11 2011 UTC (23 months, 3 weeks 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.388 / (download) - annotate - [select for diffs], Tue Apr 26 11:32:39 2011 UTC (2 years 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 (2 years 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.386 / (download) - annotate - [select for diffs], Mon Apr 11 01:33:46 2011 UTC (2 years, 1 month 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 (2 years, 2 months 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.384 / (download) - annotate - [select for diffs], Fri Feb 25 13:29:46 2011 UTC (2 years, 2 months 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 (2 years, 2 months 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 (2 years, 2 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.381 / (download) - annotate - [select for diffs], Tue Feb 1 01:40:00 2011 UTC (2 years, 3 months 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 (2 years, 3 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 (2 years, 4 months 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 (2 years, 4 months 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 (2 years, 5 months 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.376 / (download) - annotate - [select for diffs], Fri Nov 19 06:46:33 2010 UTC (2 years, 5 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.375 / (download) - annotate - [select for diffs], Sat Nov 13 08:41:40 2010 UTC (2 years, 6 months 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.374 / (download) - annotate - [select for diffs], Sat Aug 21 13:17:32 2010 UTC (2 years, 8 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.373 / (download) - annotate - [select for diffs], Wed Jul 28 11:03:47 2010 UTC (2 years, 9 months 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 (2 years, 9 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 (2 years, 10 months 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 (2 years, 10 months 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.369 / (download) - annotate - [select for diffs], Thu Jul 1 13:00:57 2010 UTC (2 years, 10 months 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 (2 years, 10 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 (2 years, 10 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 (2 years, 11 months 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.365 / (download) - annotate - [select for diffs], Sun Jun 6 08:01:32 2010 UTC (2 years, 11 months 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.364 / (download) - annotate - [select for diffs], Sun May 2 05:31:47 2010 UTC (3 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.363 / (download) - annotate - [select for diffs], Wed Apr 28 23:46:37 2010 UTC (3 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.362 / (download) - annotate - [select for diffs], Sat Apr 10 19:04:59 2010 UTC (3 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 (3 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 (3 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.359 / (download) - annotate - [select for diffs], Tue Jan 19 22:12:00 2010 UTC (3 years, 3 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 (3 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 (3 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 (3 years, 6 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 (3 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 (3 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 (3 years, 7 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.352 / (download) - annotate - [select for diffs], Fri Sep 11 22:07:43 2009 UTC (3 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 (3 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.350 / (download) - annotate - [select for diffs], Mon Jun 29 05:47:35 2009 UTC (3 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.349 / (download) - annotate - [select for diffs], Fri Jun 19 15:25:16 2009 UTC (3 years, 10 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 (3 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 (3 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, 11 months 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.345 / (download) - annotate - [select for diffs], Sat May 9 04:03:47 2009 UTC (4 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.344 / (download) - annotate - [select for diffs], Fri Apr 17 02:38:26 2009 UTC (4 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.343 / (download) - annotate - [select for diffs], Sat Apr 4 10:13:30 2009 UTC (4 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.342 / (download) - annotate - [select for diffs], Sun Mar 29 01:12:22 2009 UTC (4 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.341 / (download) - annotate - [select for diffs], Wed Mar 11 06:05:30 2009 UTC (4 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.340 / (download) - annotate - [select for diffs], Mon Jan 12 02:51:30 2009 UTC (4 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 (4 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 (4 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 (4 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 (4 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.335 / (download) - annotate - [select for diffs], Tue Dec 9 20:48:52 2008 UTC (4 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 (4 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 (4 years, 5 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 (4 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.331 / (download) - annotate - [select for diffs], Fri Oct 31 00:12:51 2008 UTC (4 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.330 / (download) - annotate - [select for diffs], Thu Oct 9 11:02:17 2008 UTC (4 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.329 / (download) - annotate - [select for diffs], Mon Aug 4 17:08:49 2008 UTC (4 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 (4 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.327 / (download) - annotate - [select for diffs], Tue Jul 29 00:03:06 2008 UTC (4 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.326 / (download) - annotate - [select for diffs], Tue Jul 15 16:18:08 2008 UTC (4 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.325 / (download) - annotate - [select for diffs], Wed Jul 2 16:45:20 2008 UTC (4 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 (4 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.323 / (download) - annotate - [select for diffs], Wed Jun 25 01:09:51 2008 UTC (4 years, 10 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.322 / (download) - annotate - [select for diffs], Thu Jun 19 03:37:14 2008 UTC (4 years, 10 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.321 / (download) - annotate - [select for diffs], Tue Jun 17 02:59:08 2008 UTC (4 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 (4 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.319 / (download) - annotate - [select for diffs], Sat May 31 19:32:33 2008 UTC (4 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.318 / (download) - annotate - [select for diffs], Fri May 16 09:22:00 2008 UTC (5 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.317 / (download) - annotate - [select for diffs], Mon Apr 28 22:44:18 2008 UTC (5 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 (5 years 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 (5 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 (5 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.313 / (download) - annotate - [select for diffs], Thu Mar 27 18:28:20 2008 UTC (5 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 (5 years, 1 month 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 (5 years, 1 month 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.310 / (download) - annotate - [select for diffs], Sat Mar 22 18:05:13 2008 UTC (5 years, 1 month 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 (5 years, 1 month 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.308 / (download) - annotate - [select for diffs], Mon Mar 17 08:20:05 2008 UTC (5 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 (5 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.306 / (download) - annotate - [select for diffs], Sat Feb 9 16:59:48 2008 UTC (5 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 (5 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.304 / (download) - annotate - [select for diffs], Wed Jan 30 12:19:22 2008 UTC (5 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 (5 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 (5 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 (5 years, 3 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.300 / (download) - annotate - [select for diffs], Tue Jan 15 03:37:12 2008 UTC (5 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.299 / (download) - annotate - [select for diffs], Wed Jan 9 16:16:27 2008 UTC (5 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.298 / (download) - annotate - [select for diffs], Wed Jan 2 11:51:59 2008 UTC (5 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 (5 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 (5 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 (5 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.294 / (download) - annotate - [select for diffs], Tue Dec 25 02:53:38 2007 UTC (5 years, 4 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 (5 years, 4 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 (5 years, 4 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.291 / (download) - annotate - [select for diffs], Mon Dec 10 11:07:05 2007 UTC (5 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.290 / (download) - annotate - [select for diffs], Sat Dec 8 19:30:53 2007 UTC (5 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.289 / (download) - annotate - [select for diffs], Mon Dec 3 17:15:37 2007 UTC (5 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.288 / (download) - annotate - [select for diffs], Sun Dec 2 13:56:19 2007 UTC (5 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.287 / (download) - annotate - [select for diffs], Mon Nov 26 19:04:28 2007 UTC (5 years, 5 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.286 / (download) - annotate - [select for diffs], Wed Nov 21 10:20:55 2007 UTC (5 years, 5 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.285 / (download) - annotate - [select for diffs], Mon Nov 12 23:13:30 2007 UTC (5 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 (5 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.283 / (download) - annotate - [select for diffs], Wed Nov 7 00:39:10 2007 UTC (5 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 (5 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.281 / (download) - annotate - [select for diffs], Tue Nov 6 00:42:45 2007 UTC (5 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.280 / (download) - annotate - [select for diffs], Tue Oct 16 20:31:33 2007 UTC (5 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.279 / (download) - annotate - [select for diffs], Thu Oct 11 20:11:10 2007 UTC (5 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.278 / (download) - annotate - [select for diffs], Wed Oct 10 20:42:32 2007 UTC (5 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 (5 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.276 / (download) - annotate - [select for diffs], Sun Oct 7 13:39:04 2007 UTC (5 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.275 / (download) - annotate - [select for diffs], Fri Sep 7 19:21:42 2007 UTC (5 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.274 / (download) - annotate - [select for diffs], Wed Aug 22 17:52:16 2007 UTC (5 years, 8 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.273 / (download) - annotate - [select for diffs], Wed Aug 15 12:10:33 2007 UTC (5 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.272 / (download) - annotate - [select for diffs], Thu Aug 9 07:34:27 2007 UTC (5 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.271 / (download) - annotate - [select for diffs], Tue Aug 7 19:02:43 2007 UTC (5 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 / (download) - annotate - [select for diffs], Sun Aug 5 01:19:17 2007 UTC (5 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 (5 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 (5 years, 9 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 (5 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.266 / (download) - annotate - [select for diffs], Mon Jul 9 21:13:56 2007 UTC (5 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 (5 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.264 / (download) - annotate - [select for diffs], Sat Jun 30 13:42:47 2007 UTC (5 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.263 / (download) - annotate - [select for diffs], Sat Jun 23 14:56:10 2007 UTC (5 years, 10 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.262 / (download) - annotate - [select for diffs], Thu May 17 14:53:33 2007 UTC (6 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.261 / (download) - annotate - [select for diffs], Mon Apr 30 15:14:13 2007 UTC (6 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 (6 years 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.259 / (download) - annotate - [select for diffs], Sun Apr 8 11:20:49 2007 UTC (6 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.258 / (download) - annotate - [select for diffs], Wed Mar 21 18:28:13 2007 UTC (6 years, 1 month 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.257 / (download) - annotate - [select for diffs], Mon Mar 12 18:20:55 2007 UTC (6 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.256 / (download) - annotate - [select for diffs], Sat Mar 10 21:47:03 2007 UTC (6 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.255 / (download) - annotate - [select for diffs], Mon Feb 26 12:43:47 2007 UTC (6 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.254 / (download) - annotate - [select for diffs], Mon Feb 19 15:11:15 2007 UTC (6 years, 2 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 (6 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.252 / (download) - annotate - [select for diffs], Fri Feb 9 23:31:00 2007 UTC (6 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 (6 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.250 / (download) - annotate - [select for diffs], Sat Jan 20 18:59:01 2007 UTC (6 years, 3 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 (6 years, 3 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.248 / (download) - annotate - [select for diffs], Wed Jan 10 11:22:18 2007 UTC (6 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.247 / (download) - annotate - [select for diffs], Thu Dec 21 15:57:11 2006 UTC (6 years, 4 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.246 / (download) - annotate - [select for diffs], Mon Dec 11 15:25:26 2006 UTC (6 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.245 / (download) - annotate - [select for diffs], Sat Dec 2 00:48:45 2006 UTC (6 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.244 / (download) - annotate - [select for diffs], Fri Nov 17 17:05:18 2006 UTC (6 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.243 / (download) - annotate - [select for diffs], Wed Oct 4 14:23:28 2006 UTC (6 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 (6 years, 7 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 (6 years, 7 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 (6 years, 7 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.239 / (download) - annotate - [select for diffs], Fri Sep 15 15:52:13 2006 UTC (6 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.238 / (download) - annotate - [select for diffs], Mon Aug 28 13:43:36 2006 UTC (6 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.237 / (download) - annotate - [select for diffs], Tue Aug 8 05:43:00 2006 UTC (6 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 / (download) - annotate - [select for diffs], Mon Jul 31 16:36:38 2006 UTC (6 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 (6 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.234 / (download) - annotate - [select for diffs], Thu Jul 13 12:01:48 2006 UTC (6 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.233 / (download) - annotate - [select for diffs], Wed Jun 7 22:34:18 2006 UTC (6 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.232 / (download) - annotate - [select for diffs], Tue May 16 19:45:23 2006 UTC (7 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.231 / (download) - annotate - [select for diffs], Fri May 5 18:28:19 2006 UTC (7 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.230 / (download) - annotate - [select for diffs], Thu Apr 13 13:50:14 2006 UTC (7 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.229 / (download) - annotate - [select for diffs], Tue Mar 14 20:57:07 2006 UTC (7 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 (7 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.227 / (download) - annotate - [select for diffs], Sat Dec 24 13:06:15 2005 UTC (7 years, 4 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.226 / (download) - annotate - [select for diffs], Sun Dec 11 12:25:20 2005 UTC (7 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.225 / (download) - annotate - [select for diffs], Tue Nov 29 22:52:34 2005 UTC (7 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.224 / (download) - annotate - [select for diffs], Sun Nov 27 05:35:52 2005 UTC (7 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.223 / (download) - annotate - [select for diffs], Wed Nov 2 12:42:58 2005 UTC (7 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.222 / (download) - annotate - [select for diffs], Sat Oct 15 17:41:19 2005 UTC (7 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.221 / (download) - annotate - [select for diffs], Sat Sep 17 14:54:24 2005 UTC (7 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.220 / (download) - annotate - [select for diffs], Fri Aug 19 12:31:41 2005 UTC (7 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 (7 years, 10 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 (7 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, 11 months 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, 11 months 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.215 / (download) - annotate - [select for diffs], Fri Apr 1 12:01:32 2005 UTC (8 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 (8 years, 1 month 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.213 / (download) - annotate - [select for diffs], Sat Mar 26 05:12:36 2005 UTC (8 years, 1 month 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.212 / (download) - annotate - [select for diffs], Thu Mar 17 00:22:34 2005 UTC (8 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.211 / (download) - annotate - [select for diffs], Sat Feb 26 22:25:34 2005 UTC (8 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.210 / (download) - annotate - [select for diffs], Tue Feb 15 21:11:01 2005 UTC (8 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.209 / (download) - annotate - [select for diffs], Sun Jan 23 18:44:44 2005 UTC (8 years, 3 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.208 / (download) - annotate - [select for diffs], Thu Jan 13 11:53:34 2005 UTC (8 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 (8 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 (8 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 (8 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.204 / (download) - annotate - [select for diffs], Sat Dec 4 18:34:09 2004 UTC (8 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.203 / (download) - annotate - [select for diffs], Fri Oct 15 04:38:36 2004 UTC (8 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.202 / (download) - annotate - [select for diffs], Mon Oct 4 03:20:50 2004 UTC (8 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 (8 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.200 / (download) - annotate - [select for diffs], Sat Sep 18 16:37:12 2004 UTC (8 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.199 / (download) - annotate - [select for diffs], Sun Jul 18 21:21:34 2004 UTC (8 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 (8 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, 11 months 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 (9 years 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 (9 years 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 (9 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 (9 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 (9 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 (9 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 (9 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.189 / (download) - annotate - [select for diffs], Mon Mar 29 03:14:26 2004 UTC (9 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 (9 years, 1 month 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 (9 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 (9 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 (9 years, 3 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 (9 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 (9 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 (9 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.181 / (download) - annotate - [select for diffs], Sat Oct 25 17:00:35 2003 UTC (9 years, 6 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 (9 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 (9 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 (9 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 (9 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 (9 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 (9 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 (9 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 (9 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 (9 years, 8 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.171 / (download) - annotate - [select for diffs], Thu Aug 7 16:34:10 2003 UTC (9 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 (9 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 (9 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 (9 years, 10 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 (9 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 (10 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 (10 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 (10 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 (10 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 (10 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 (10 years, 2 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 (10 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 (10 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 (10 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.157 / (download) - annotate - [select for diffs], Sat Jan 18 10:09:03 2003 UTC (10 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 (10 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.155 / (download) - annotate - [select for diffs], Fri Jan 3 02:47:30 2003 UTC (10 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.154 / (download) - annotate - [select for diffs], Wed Dec 11 23:22:03 2002 UTC (10 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.153 / (download) - annotate - [select for diffs], Sun Nov 17 22:53:46 2002 UTC (10 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.152 / (download) - annotate - [select for diffs], Fri Nov 1 12:49:49 2002 UTC (10 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 (10 years, 6 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.150 / (download) - annotate - [select for diffs], Thu Sep 26 04:12:27 2002 UTC (10 years, 7 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.149 / (download) - annotate - [select for diffs], Fri Sep 6 13:58:36 2002 UTC (10 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.148 / (download) - annotate - [select for diffs], Sat Aug 31 17:08:49 2002 UTC (10 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.147 / (download) - annotate - [select for diffs], Wed Aug 28 07:28:55 2002 UTC (10 years, 8 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.146 / (download) - annotate - [select for diffs], Mon Aug 26 01:16:43 2002 UTC (10 years, 8 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.145 / (download) - annotate - [select for diffs], Wed Aug 7 15:29:58 2002 UTC (10 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.144 / (download) - annotate - [select for diffs], Thu Jul 25 21:13:40 2002 UTC (10 years, 9 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.143 / (download) - annotate - [select for diffs], Sat Jul 6 01:31:33 2002 UTC (10 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 (10 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.141 / (download) - annotate - [select for diffs], Sun Jun 16 00:14:13 2002 UTC (10 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.140 / (download) - annotate - [select for diffs], Wed May 22 03:29:09 2002 UTC (10 years, 11 months 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, 11 months 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.138 / (download) - annotate - [select for diffs], Fri Apr 5 18:27:57 2002 UTC (11 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.137 / (download) - annotate - [select for diffs], Sun Mar 17 19:43:07 2002 UTC (11 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.136 / (download) - annotate - [select for diffs], Sat Mar 9 01:42:13 2002 UTC (11 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.135 / (download) - annotate - [select for diffs], Tue Dec 18 22:34:38 2001 UTC (11 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 (11 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 (11 years, 5 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 (11 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.131 / (download) - annotate - [select for diffs], Sat Sep 15 20:48:27 2001 UTC (11 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 (11 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.129 / (download) - annotate - [select for diffs], Tue Jul 24 15:40:15 2001 UTC (11 years, 9 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.128 / (download) - annotate - [select for diffs], Sun Jun 3 02:48:45 2001 UTC (11 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 (12 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.126 / (download) - annotate - [select for diffs], Sat Apr 7 15:56:51 2001 UTC (12 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.125 / (download) - annotate - [select for diffs], Wed Mar 21 19:43:05 2001 UTC (12 years, 1 month 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 (12 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 (12 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.122 / (download) - annotate - [select for diffs], Wed Feb 14 18:21:42 2001 UTC (12 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.121 / (download) - annotate - [select for diffs], Mon Feb 5 10:42:46 2001 UTC (12 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 (12 years, 3 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.119 / (download) - annotate - [select for diffs], Tue Jan 2 23:35:56 2001 UTC (12 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 (12 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 (12 years, 4 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 (12 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.115 / (download) - annotate - [select for diffs], Sun Dec 10 23:17:28 2000 UTC (12 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 (12 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.113 / (download) - annotate - [select for diffs], Mon Nov 27 09:43:49 2000 UTC (12 years, 5 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 (12 years, 5 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.111 / (download) - annotate - [select for diffs], Sat Nov 11 00:53:24 2000 UTC (12 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 (12 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 (12 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 (12 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 (12 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 (12 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 (12 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 (12 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.103 / (download) - annotate - [select for diffs], Sat Jul 22 16:50:40 2000 UTC (12 years, 9 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 (12 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.101 / (download) - annotate - [select for diffs], Fri Jun 30 07:44:06 2000 UTC (12 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.100 / (download) - annotate - [select for diffs], Tue Jun 20 17:59:42 2000 UTC (12 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 (12 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 / (download) - annotate - [select for diffs], Mon Jun 12 13:55:07 2000 UTC (12 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 (12 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 (12 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 (12 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 (12 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, 11 months 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 (13 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 (13 years, 1 month 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 (13 years, 1 month 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 (13 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 (13 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 (13 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 (13 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 (13 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 (13 years, 3 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 (13 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.82 / (download) - annotate - [select for diffs], Thu Dec 23 15:23:52 1999 UTC (13 years, 4 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 (13 years, 4 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 (13 years, 4 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 (13 years, 4 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.78 / (download) - annotate - [select for diffs], Sat Dec 4 21:13:19 1999 UTC (13 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.77 / (download) - annotate - [select for diffs], Fri Nov 19 13:32:39 1999 UTC (13 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 (13 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.75 / (download) - annotate - [select for diffs], Sat Nov 13 00:33:04 1999 UTC (13 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 (13 years, 6 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 (13 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 (13 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 (13 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 (13 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.69 / (download) - annotate - [select for diffs], Tue Jul 27 21:33:57 1999 UTC (13 years, 9 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 (13 years, 9 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 (13 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 (13 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.65 / (download) - annotate - [select for diffs], Mon Jul 12 20:55:32 1999 UTC (13 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 (13 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 (13 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.62 / (download) - annotate - [select for diffs], Wed Jun 16 23:10:51 1999 UTC (13 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 (14 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 (14 years ago) by thorpej
Branch: MAIN
Changes since 1.59: +2 -2 lines
Diff to previous 1.59 (colored)

NetBSD 1.4B.

Revision 1.59 / (download) - annotate - [select for diffs], Wed Apr 7 16:48:02 1999 UTC (14 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 (14 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.57 / (download) - annotate - [select for diffs], Fri Apr 2 02:57:19 1999 UTC (14 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 (14 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 (14 years, 2 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.54 / (download) - annotate - [select for diffs], Tue Nov 17 21:27:27 1998 UTC (14 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.53 / (download) - annotate - [select for diffs], Fri Oct 23 19:37:32 1998 UTC (14 years, 6 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 (14 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 (14 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 (14 years, 9 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 (14 years, 9 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 (14 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 (14 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 (15 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.45 / (download) - annotate - [select for diffs], Wed Feb 18 07:19:23 1998 UTC (15 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 (15 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.43 / (download) - annotate - [select for diffs], Wed Feb 4 05:36:57 1998 UTC (15 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 (15 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 (15 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.40 / (download) - annotate - [select for diffs], Tue Oct 21 05:24:42 1997 UTC (15 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.39 / (download) - annotate - [select for diffs], Sat Oct 4 17:33:42 1997 UTC (15 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 (15 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 (15 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 (15 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 (16 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 (16 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 (16 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 (16 years, 3 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 (16 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 (16 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 (16 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 (16 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 (16 years, 6 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 (16 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 (16 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.24 / (download) - annotate - [select for diffs], Sat May 25 22:07:35 1996 UTC (16 years, 11 months 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 / (download) - annotate - [select for diffs], Sun Mar 17 01:02:29 1996 UTC (17 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 (17 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 (17 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 (17 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 (17 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 / (download) - annotate - [select for diffs], Sun Mar 26 20:24:31 1995 UTC (18 years, 1 month 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 (18 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 (18 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.15 / (download) - annotate - [select for diffs], Sun Jul 10 22:26:30 1994 UTC (18 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 / (download) - annotate - [select for diffs], Wed Jun 29 06:44:49 1994 UTC (18 years, 10 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 (18 years, 10 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 (18 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, 11 months 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 (19 years ago) by cgd
Branch: MAIN
Changes since 1.9: +229 -1 lines
Diff to previous 1.9 (colored)

copyright foo

Revision 1.9 / (download) - annotate - [select for diffs], Tue Apr 12 05:48:00 1994 UTC (19 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 (19 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 (19 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 (19 years, 9 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 / (download) - annotate - [select for diffs], Thu May 20 16:22:49 1993 UTC (20 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 (20 years 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 (20 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 (20 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 / (download) - annotate - [select for diffs], Sun Mar 21 09:45:37 1993 UTC (20 years, 2 months ago) by cgd
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>