HomeSort by: relevance | last modified time | path
    Searched hist:1.24 (Results 1 - 25 of 17323) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/altq/
altq_hfsc.c 1.24 Wed Jun 18 09:06:27 UTC 2008 yamt branches: 1.24.36; 1.24.40; 1.24.42; 1.24.52; 1.24.58; 1.24.60; 1.24.62; 1.24.66;
merge yamt-pf42 branch.
(import newer pf from OpenBSD 4.2)

ok'ed by peter@. requested by core@
Wed Jun 18 09:06:27 UTC 2008 yamt branches: 1.24.36; 1.24.40; 1.24.42; 1.24.52; 1.24.58; 1.24.60; 1.24.62; 1.24.66;
merge yamt-pf42 branch.
(import newer pf from OpenBSD 4.2)

ok'ed by peter@. requested by core@
.36; 1.24.40; 1.24.42; 1.24.52; 1.24.58; 1.24.60; 1.24.62; 1.24.66;
merge yamt-pf42 branch.
(import newer pf from OpenBSD 4.2)

ok'ed by peter@. requested by core@
.40; 1.24.42; 1.24.52; 1.24.58; 1.24.60; 1.24.62; 1.24.66;
merge yamt-pf42 branch.
(import newer pf from OpenBSD 4.2)

ok'ed by peter@. requested by core@
.42; 1.24.52; 1.24.58; 1.24.60; 1.24.62; 1.24.66;
merge yamt-pf42 branch.
(import newer pf from OpenBSD 4.2)

ok'ed by peter@. requested by core@
.52; 1.24.58; 1.24.60; 1.24.62; 1.24.66;
merge yamt-pf42 branch.
(import newer pf from OpenBSD 4.2)

ok'ed by peter@. requested by core@
.58; 1.24.60; 1.24.62; 1.24.66;
merge yamt-pf42 branch.
(import newer pf from OpenBSD 4.2)

ok'ed by peter@. requested by core@
.60; 1.24.62; 1.24.66;
merge yamt-pf42 branch.
(import newer pf from OpenBSD 4.2)

ok'ed by peter@. requested by core@
.62; 1.24.66;
merge yamt-pf42 branch.
(import newer pf from OpenBSD 4.2)

ok'ed by peter@. requested by core@
1.24.66.1 Sat Aug 12 04:44:48 UTC 2017 snj Pull up following revision(s) (requested by mrg in ticket #1485):
sys/altq/altq_cbq.c: revision 1.31
sys/altq/altq_hfsc.c: revision 1.27
sys/altq/altq_priq.c: revision 1.24
sys/altq/altq_jobs.c: revision 1.11
sys/altq/altq_wfq.c: revision 1.22
Zero buffers copied to userland to avoid stack disclosure.
From Ilja Van Sprundel.
--
Reject negative indices.
(Would be nice to change the types too, and it's *probably* safe to
replace int by u_int, but I'm reluctant to touch the ioctl
definitions without at least a modicum more thought. Also one of
them is a u_long, because why not?)
From Ilja Van Sprundel.
.66.1 Sat Aug 12 04:44:48 UTC 2017 snj Pull up following revision(s) (requested by mrg in ticket #1485):
sys/altq/altq_cbq.c: revision 1.31
sys/altq/altq_hfsc.c: revision 1.27
sys/altq/altq_priq.c: revision 1.24
sys/altq/altq_jobs.c: revision 1.11
sys/altq/altq_wfq.c: revision 1.22
Zero buffers copied to userland to avoid stack disclosure.
From Ilja Van Sprundel.
--
Reject negative indices.
(Would be nice to change the types too, and it's *probably* safe to
replace int by u_int, but I'm reluctant to touch the ioctl
definitions without at least a modicum more thought. Also one of
them is a u_long, because why not?)
From Ilja Van Sprundel.
altq_cbq.c 1.24 Sun Mar 04 05:59:00 UTC 2007 christos branches: 1.24.36; 1.24.38; 1.24.40; 1.24.42; 1.24.44;
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
Sun Mar 04 05:59:00 UTC 2007 christos branches: 1.24.36; 1.24.38; 1.24.40; 1.24.42; 1.24.44;
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
.36; 1.24.38; 1.24.40; 1.24.42; 1.24.44;
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
.38; 1.24.40; 1.24.42; 1.24.44;
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
.40; 1.24.42; 1.24.44;
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
.42; 1.24.44;
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
1.24.44.1 Wed Jun 18 16:32:36 UTC 2008 simonb Sync with head.
1.24.42.1 Mon Jun 23 04:30:03 UTC 2008 wrstuden Sync w/ -current. 34 merge conflicts to follow.
1.24.40.2 Thu Mar 11 15:01:54 UTC 2010 yamt sync with head
1.24.40.1 Mon May 04 08:10:22 UTC 2009 yamt sync with head.
  /src/sys/compat/netbsd32/
netbsd32_systrace_args.c 1.24 Sat Jan 06 16:41:23 UTC 2018 kamil branches: 1.24.2;
Revert vadvise(2) removal

This system call was used in legacy Lisp code, that was inherited to modern
age and still compiled against supported compat layers (e.g. in clisp,
oaklisp, Franz Lisp).

It used to instruct the kernel about paging policy (G/C aware, flush etc).

Newly compiled code (assuming that it will detect vadvise()) will use the
libc stub for vadvise(). The headers for this interface are gone.

vadvise(2) could be marked as COMPAT_80, but as long as we support ultrix,
sunos or aout68k ABI, don't bother with this.

Requested by <mrg>
Sat Jan 06 16:41:23 UTC 2018 kamil branches: 1.24.2;
Revert vadvise(2) removal

This system call was used in legacy Lisp code, that was inherited to modern
age and still compiled against supported compat layers (e.g. in clisp,
oaklisp, Franz Lisp).

It used to instruct the kernel about paging policy (G/C aware, flush etc).

Newly compiled code (assuming that it will detect vadvise()) will use the
libc stub for vadvise(). The headers for this interface are gone.

vadvise(2) could be marked as COMPAT_80, but as long as we support ultrix,
sunos or aout68k ABI, don't bother with this.

Requested by <mrg>
1.24.2.16 Wed Jan 09 10:38:21 UTC 2019 pgoyette Regen - otherwise compat_40_mount() is wrongly included in sysent.c

Missed this during earlier conflict resolution.
1.24.2.15 Sat Sep 29 04:24:02 UTC 2018 pgoyette Regen
1.24.2.14 Sat Sep 29 04:11:45 UTC 2018 pgoyette Regen
1.24.2.13 Fri Sep 14 10:41:47 UTC 2018 pgoyette Regen
1.24.2.12 Fri Sep 14 01:21:34 UTC 2018 pgoyette Regen
1.24.2.11 Thu Sep 13 03:50:24 UTC 2018 pgoyette Regen
1.24.2.10 Wed Sep 12 23:27:24 UTC 2018 pgoyette Regen
1.24.2.9 Wed Sep 12 03:22:07 UTC 2018 pgoyette Regen
  /src/sys/arch/hp300/hp300/
disksubr.c 1.24 Sat Nov 25 11:59:56 UTC 2006 scw branches: 1.24.8; 1.24.16; 1.24.26; 1.24.28; 1.24.30;
Replace the myriad copies of bounds_check_with_label() with a single MI
version.

Add disk_blocksize(9) so that disk drivers can record the physical
block size of a disk if it is different to DEV_BSIZE. Right now this
simply initialises dk_blkshift and dk_byteshift according to the
supplied block size. This information is used in the MI version of
bounds_check_with_label().

Sat Nov 25 11:59:56 UTC 2006 scw branches: 1.24.8; 1.24.16; 1.24.26; 1.24.28; 1.24.30;
Replace the myriad copies of bounds_check_with_label() with a single MI
version.

Add disk_blocksize(9) so that disk drivers can record the physical
block size of a disk if it is different to DEV_BSIZE. Right now this
simply initialises dk_blkshift and dk_byteshift according to the
supplied block size. This information is used in the MI version of
bounds_check_with_label().

.8; 1.24.16; 1.24.26; 1.24.28; 1.24.30;
Replace the myriad copies of bounds_check_with_label() with a single MI
version.

Add disk_blocksize(9) so that disk drivers can record the physical
block size of a disk if it is different to DEV_BSIZE. Right now this
simply initialises dk_blkshift and dk_byteshift according to the
supplied block size. This information is used in the MI version of
bounds_check_with_label().

.16; 1.24.26; 1.24.28; 1.24.30;
Replace the myriad copies of bounds_check_with_label() with a single MI
version.

Add disk_blocksize(9) so that disk drivers can record the physical
block size of a disk if it is different to DEV_BSIZE. Right now this
simply initialises dk_blkshift and dk_byteshift according to the
supplied block size. This information is used in the MI version of
bounds_check_with_label().

.26; 1.24.28; 1.24.30;
Replace the myriad copies of bounds_check_with_label() with a single MI
version.

Add disk_blocksize(9) so that disk drivers can record the physical
block size of a disk if it is different to DEV_BSIZE. Right now this
simply initialises dk_blkshift and dk_byteshift according to the
supplied block size. This information is used in the MI version of
bounds_check_with_label().

.28; 1.24.30;
Replace the myriad copies of bounds_check_with_label() with a single MI
version.

Add disk_blocksize(9) so that disk drivers can record the physical
block size of a disk if it is different to DEV_BSIZE. Right now this
simply initialises dk_blkshift and dk_byteshift according to the
supplied block size. This information is used in the MI version of
bounds_check_with_label().

1.24.30.1 Sun Oct 14 11:47:37 UTC 2007 yamt sync with head.

1.24.28.2 Wed Jan 09 01:46:04 UTC 2008 matt sync with HEAD

1.24.28.1 Tue Nov 06 23:16:39 UTC 2007 matt sync with HEAD

1.24.26.1 Fri Oct 26 15:42:30 UTC 2007 joerg Sync with HEAD.

Follow the merge of pmap.c on i386 and amd64 and move
pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup
code to restore CR4 before jumping back into kernel space as the large
page option might cover that.

  /src/sys/dev/isa/
essvar.h 1.24 Sun Dec 11 00:22:02 UTC 2005 christos branches: 1.24.28; 1.24.74; 1.24.88; 1.24.96; 1.24.98;
merge ktrace-lwp.

Sun Dec 11 00:22:02 UTC 2005 christos branches: 1.24.28; 1.24.74; 1.24.88; 1.24.96; 1.24.98;
merge ktrace-lwp.

.28; 1.24.74; 1.24.88; 1.24.96; 1.24.98;
merge ktrace-lwp.

.74; 1.24.88; 1.24.96; 1.24.98;
merge ktrace-lwp.

.88; 1.24.96; 1.24.98;
merge ktrace-lwp.

.96; 1.24.98;
merge ktrace-lwp.

1.24.98.1 Sun May 30 05:17:28 UTC 2010 rmind sync with head

1.24.96.1 Tue Aug 17 06:46:14 UTC 2010 uebayasi Sync with HEAD.

1.24.88.2 Fri Dec 12 23:06:57 UTC 2008 ad Checkpoint work in progress.

1.24.88.1 Thu Dec 11 19:49:30 UTC 2008 ad Checkpoint work in progress.

  /src/sys/arch/sun3/dev/
si_vme.c 1.24 Sun Dec 11 00:19:20 UTC 2005 christos branches: 1.24.4; 1.24.6; 1.24.8; 1.24.10; 1.24.12;
merge ktrace-lwp.

Sun Dec 11 00:19:20 UTC 2005 christos branches: 1.24.4; 1.24.6; 1.24.8; 1.24.10; 1.24.12;
merge ktrace-lwp.

.4; 1.24.6; 1.24.8; 1.24.10; 1.24.12;
merge ktrace-lwp.

.6; 1.24.8; 1.24.10; 1.24.12;
merge ktrace-lwp.

.8; 1.24.10; 1.24.12;
merge ktrace-lwp.

.10; 1.24.12;
merge ktrace-lwp.

1.24.12.1 Fri Mar 31 09:45:10 UTC 2006 tron Merge 2006-03-31 NetBSD-current into the "peter-altq" branch.

1.24.10.1 Wed Apr 19 02:33:49 UTC 2006 elad sync with head - hopefully this will work

1.24.8.1 Sat Apr 01 00:06:31 UTC 2006 yamt sync with head.

1.24.6.1 Sat Apr 22 11:38:05 UTC 2006 simonb Sync with head.

  /src/sys/ddb/
db_run.c 1.24 Sun Dec 11 00:20:53 UTC 2005 christos branches: 1.24.4; 1.24.6; 1.24.8; 1.24.10; 1.24.12;
merge ktrace-lwp.

Sun Dec 11 00:20:53 UTC 2005 christos branches: 1.24.4; 1.24.6; 1.24.8; 1.24.10; 1.24.12;
merge ktrace-lwp.

.4; 1.24.6; 1.24.8; 1.24.10; 1.24.12;
merge ktrace-lwp.

.6; 1.24.8; 1.24.10; 1.24.12;
merge ktrace-lwp.

.8; 1.24.10; 1.24.12;
merge ktrace-lwp.

.10; 1.24.12;
merge ktrace-lwp.

1.24.12.1 Wed May 24 15:50:06 UTC 2006 tron Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.

1.24.10.1 Wed Apr 19 04:33:02 UTC 2006 elad sync with head.

1.24.8.1 Tue Apr 11 11:55:12 UTC 2006 yamt sync with head

1.24.6.1 Sat Apr 22 11:38:45 UTC 2006 simonb Sync with head.

db_trap.c 1.24 Wed Feb 21 22:59:57 UTC 2007 thorpej branches: 1.24.66; 1.24.72; 1.24.74;
Replace the Mach-derived boolean_t type with the C99 bool type. A
future commit will replace use of TRUE and FALSE with true and false.

Wed Feb 21 22:59:57 UTC 2007 thorpej branches: 1.24.66; 1.24.72; 1.24.74;
Replace the Mach-derived boolean_t type with the C99 bool type. A
future commit will replace use of TRUE and FALSE with true and false.

.66; 1.24.72; 1.24.74;
Replace the Mach-derived boolean_t type with the C99 bool type. A
future commit will replace use of TRUE and FALSE with true and false.

.72; 1.24.74;
Replace the Mach-derived boolean_t type with the C99 bool type. A
future commit will replace use of TRUE and FALSE with true and false.

1.24.74.1 Thu Feb 17 00:00:08 UTC 2011 bouyer Sync with HEAD

1.24.72.1 Mon Jun 06 09:07:37 UTC 2011 jruoho Sync with HEAD.

1.24.66.1 Sat Mar 05 20:52:58 UTC 2011 rmind sync with head

  /src/sbin/reboot/
reboot.8 1.24 Sat Feb 09 04:31:43 UTC 2008 dholland branches: 1.24.4; 1.24.6; 1.24.8;
Set off symbolic signal names (SIG...) with .Dv, and crossreference init(8).
From PR bin/36551 by Greg A. Woods. And while I'm here, fix a grammar nit.

Sat Feb 09 04:31:43 UTC 2008 dholland branches: 1.24.4; 1.24.6; 1.24.8;
Set off symbolic signal names (SIG...) with .Dv, and crossreference init(8).
From PR bin/36551 by Greg A. Woods. And while I'm here, fix a grammar nit.

.4; 1.24.6; 1.24.8;
Set off symbolic signal names (SIG...) with .Dv, and crossreference init(8).
From PR bin/36551 by Greg A. Woods. And while I'm here, fix a grammar nit.

.6; 1.24.8;
Set off symbolic signal names (SIG...) with .Dv, and crossreference init(8).
From PR bin/36551 by Greg A. Woods. And while I'm here, fix a grammar nit.

1.24.8.1 Mon Jun 23 04:30:00 UTC 2008 wrstuden Sync w/ -current. 34 merge conflicts to follow.

1.24.6.1 Wed Jun 04 02:04:37 UTC 2008 yamt sync with head

1.24.4.2 Sat Jan 17 13:48:53 UTC 2009 mjf Sync with HEAD.

1.24.4.1 Mon Jun 02 13:21:23 UTC 2008 mjf Sync with HEAD.

  /src/lib/libc/db/btree/
bt_open.c 1.24 Thu Sep 11 00:58:00 UTC 2008 joerg branches: 1.24.4; 1.24.6; 1.24.10; 1.24.14;
Consistently include "nbtool_config.h" when cross-compiling.

Thu Sep 11 00:58:00 UTC 2008 joerg branches: 1.24.4; 1.24.6; 1.24.10; 1.24.14;
Consistently include "nbtool_config.h" when cross-compiling.

.4; 1.24.6; 1.24.10; 1.24.14;
Consistently include "nbtool_config.h" when cross-compiling.

.6; 1.24.10; 1.24.14;
Consistently include "nbtool_config.h" when cross-compiling.

.10; 1.24.14;
Consistently include "nbtool_config.h" when cross-compiling.

1.20.2.1 Sun May 08 17:26:13 UTC 2011 bouyer Pull up following revision(s) (requested by christos in ticket #1428):
lib/libc/db/hash/hash_page.c: revision 1.24
lib/libc/db/btree/bt_open.c: revision 1.25
Correct check for snprintf() overflow via Maksymilian Arciemowicz from FreeBSD.
(the bt one was ok, but set errno and make it the same for consistency).
[to be pulled up]

1.24.14.1 Thu May 19 19:46:10 UTC 2011 bouyer Pull up following revision(s) (requested by christos in ticket #1602):
lib/libc/db/hash/hash_page.c: revision 1.24
lib/libc/db/btree/bt_open.c: revision 1.25
Correct check for snprintf() overflow via Maksymilian Arciemowicz from FreeBSD.
(the bt one was ok, but set errno and make it the same for consistency).
[to be pulled up]

.14.1 Thu May 19 19:46:10 UTC 2011 bouyer Pull up following revision(s) (requested by christos in ticket #1602):
lib/libc/db/hash/hash_page.c: revision 1.24
lib/libc/db/btree/bt_open.c: revision 1.25
Correct check for snprintf() overflow via Maksymilian Arciemowicz from FreeBSD.
(the bt one was ok, but set errno and make it the same for consistency).
[to be pulled up]

1.24.10.1 Thu May 19 19:45:54 UTC 2011 bouyer Pull up following revision(s) (requested by christos in ticket #1602):
lib/libc/db/hash/hash_page.c: revision 1.24
lib/libc/db/btree/bt_open.c: revision 1.25
Correct check for snprintf() overflow via Maksymilian Arciemowicz from FreeBSD.
(the bt one was ok, but set errno and make it the same for consistency).
[to be pulled up]

.10.1 Thu May 19 19:45:54 UTC 2011 bouyer Pull up following revision(s) (requested by christos in ticket #1602):
lib/libc/db/hash/hash_page.c: revision 1.24
lib/libc/db/btree/bt_open.c: revision 1.25
Correct check for snprintf() overflow via Maksymilian Arciemowicz from FreeBSD.
(the bt one was ok, but set errno and make it the same for consistency).
[to be pulled up]

  /src/sys/arch/i386/include/
db_machdep.h 1.24 Mon Oct 27 13:44:20 UTC 2003 junyoung branches: 1.24.16; 1.24.30; 1.24.32; 1.24.34; 1.24.36; 1.24.38;
Nuke __P().

Mon Oct 27 13:44:20 UTC 2003 junyoung branches: 1.24.16; 1.24.30; 1.24.32; 1.24.34; 1.24.36; 1.24.38;
Nuke __P().

.16; 1.24.30; 1.24.32; 1.24.34; 1.24.36; 1.24.38;
Nuke __P().

.30; 1.24.32; 1.24.34; 1.24.36; 1.24.38;
Nuke __P().

.32; 1.24.34; 1.24.36; 1.24.38;
Nuke __P().

.34; 1.24.36; 1.24.38;
Nuke __P().

.36; 1.24.38;
Nuke __P().

1.24.38.1 Wed May 24 15:47:58 UTC 2006 tron Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.

1.24.36.1 Wed Apr 19 02:32:45 UTC 2006 elad sync with head - hopefully this will work

1.24.34.1 Tue Apr 11 11:53:27 UTC 2006 yamt sync with head

  /src/lib/libutil/
util.3 1.24 Mon Aug 29 00:39:50 UTC 2011 jruoho branches: 1.24.24; 1.24.28;
Fix markup-typo.

Mon Aug 29 00:39:50 UTC 2011 jruoho branches: 1.24.24; 1.24.28;
Fix markup-typo.

.24; 1.24.28;
Fix markup-typo.

1.24.28.1 Fri Apr 21 16:53:12 UTC 2017 bouyer Sync with HEAD

1.24.24.1 Wed Apr 26 02:52:57 UTC 2017 pgoyette Sync with HEAD

  /src/share/man/man4/
sb.4 1.24 Wed Jun 22 04:30:08 UTC 2005 kent branches: 1.24.20; 1.24.22;
correct synopsis: "audio* at audiobus?", not "audio* at devicename?"
bump date
Wed Jun 22 04:30:08 UTC 2005 kent branches: 1.24.20; 1.24.22;
correct synopsis: "audio* at audiobus?", not "audio* at devicename?"
bump date
.20; 1.24.22;
correct synopsis: "audio* at audiobus?", not "audio* at devicename?"
bump date
1.24.22.1 Sun May 18 00:31:07 UTC 2008 yamt sync with head.
1.24.20.1 Mon Jun 02 13:21:36 UTC 2008 mjf Sync with HEAD.
  /src/share/man/man9/
config.9 1.24 Sun Jun 04 21:58:21 UTC 2006 perry branches: 1.24.18; 1.24.20;
add a couple of .Xr's to config(5).
Not yet really enough, but a bit for now.

Sun Jun 04 21:58:21 UTC 2006 perry branches: 1.24.18; 1.24.20;
add a couple of .Xr's to config(5).
Not yet really enough, but a bit for now.

.18; 1.24.20;
add a couple of .Xr's to config(5).
Not yet really enough, but a bit for now.

1.24.20.1 Sun May 18 00:31:12 UTC 2008 yamt sync with head.

1.24.18.1 Mon Jun 02 13:21:41 UTC 2008 mjf Sync with HEAD.

  /src/usr.sbin/iostat/
Makefile 1.24 Fri Jan 07 03:12:27 UTC 2011 jakllsch branches: 1.24.12; 1.24.22;
Maintain 5-character width of MB/s column by dynamically adjusting the
decimal precision.

This should work until disk transfer rates exceed 99999 MB/s.

Fri Jan 07 03:12:27 UTC 2011 jakllsch branches: 1.24.12; 1.24.22;
Maintain 5-character width of MB/s column by dynamically adjusting the
decimal precision.

This should work until disk transfer rates exceed 99999 MB/s.

.12; 1.24.22;
Maintain 5-character width of MB/s column by dynamically adjusting the
decimal precision.

This should work until disk transfer rates exceed 99999 MB/s.

1.24.22.1 Sun Aug 10 06:59:37 UTC 2014 tls Rebase.

1.24.12.1 Wed Aug 20 00:05:08 UTC 2014 tls Rebase to HEAD as of a few days ago.

  /src/usr.bin/systat/
keyboard.c 1.24 Mon Dec 31 00:22:14 UTC 2007 christos branches: 1.24.10; 1.24.26; 1.24.28; 1.24.32;
don't call curses from a signal handler!
Mon Dec 31 00:22:14 UTC 2007 christos branches: 1.24.10; 1.24.26; 1.24.28; 1.24.32;
don't call curses from a signal handler!
.10; 1.24.26; 1.24.28; 1.24.32;
don't call curses from a signal handler!
.26; 1.24.28; 1.24.32;
don't call curses from a signal handler!
.28; 1.24.32;
don't call curses from a signal handler!
1.23.6.1 Sun Feb 03 00:26:51 UTC 2008 riz Pull up following revision(s) (requested by christos in ticket #1031):
usr.bin/systat/keyboard.c: revision 1.24
usr.bin/systat/main.c: revision 1.41
usr.bin/systat/extern.h: revision 1.38
don't call curses from a signal handler!
1.24.32.1 Wed Aug 20 00:05:04 UTC 2014 tls Rebase to HEAD as of a few days ago.
1.24.28.1 Sun Oct 20 13:32:45 UTC 2013 bouyer Pull up following revision(s) (requested by dholland in ticket #968):
usr.bin/systat/keyboard.c: revision 1.25
No David, '\?' is not the del character. Broken in rev 1.21.
XXX pullup-5, pullup-6.
1.24.26.1 Thu May 22 11:42:50 UTC 2014 yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
1.24.10.1 Sun Oct 20 14:03:59 UTC 2013 bouyer Pull up following revision(s) (requested by dholland in ticket #1885):
usr.bin/systat/keyboard.c: revision 1.25
No David, '\?' is not the del character. Broken in rev 1.21.
XXX pullup-5, pullup-6.
  /src/include/
db.h 1.24 Tue Aug 26 21:18:38 UTC 2008 joerg branches: 1.24.2; 1.24.6;
Convert db from UCB types to POSIX types. Prefer uint8_t for u_char as
it is mostly about the wire format.

Patched libc.so is bit-identical.

OK matt@

Tue Aug 26 21:18:38 UTC 2008 joerg branches: 1.24.2; 1.24.6;
Convert db from UCB types to POSIX types. Prefer uint8_t for u_char as
it is mostly about the wire format.

Patched libc.so is bit-identical.

OK matt@

.2; 1.24.6;
Convert db from UCB types to POSIX types. Prefer uint8_t for u_char as
it is mostly about the wire format.

Patched libc.so is bit-identical.

OK matt@

1.24.6.2 Tue Aug 26 21:18:39 UTC 2008 joerg Convert db from UCB types to POSIX types. Prefer uint8_t for u_char as
it is mostly about the wire format.

Patched libc.so is bit-identical.

OK matt@

1.24.6.1 Tue Aug 26 21:18:38 UTC 2008 joerg file db.h was added on branch christos-time_t on 2008-08-26 21:18:39 +0000

1.24.2.2 Thu May 22 11:36:35 UTC 2014 yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")

1.24.2.1 Tue Apr 17 00:05:10 UTC 2012 yamt sync with head

  /src/lib/libc/sys/
msync.2 1.24 Sat Oct 15 21:35:50 UTC 2011 rmind branches: 1.24.2; 1.24.8; 1.24.18;
Mention POSIX conformance of some functions, when they appeared, sprinkle .Xr.

Sat Oct 15 21:35:50 UTC 2011 rmind branches: 1.24.2; 1.24.8; 1.24.18;
Mention POSIX conformance of some functions, when they appeared, sprinkle .Xr.

.2; 1.24.8; 1.24.18;
Mention POSIX conformance of some functions, when they appeared, sprinkle .Xr.

.8; 1.24.18;
Mention POSIX conformance of some functions, when they appeared, sprinkle .Xr.

1.24.18.1 Sun Aug 10 06:51:51 UTC 2014 tls Rebase.

1.24.8.1 Wed Aug 20 00:02:16 UTC 2014 tls Rebase to HEAD as of a few days ago.

1.24.2.1 Thu May 22 11:36:54 UTC 2014 yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")

  /src/sys/arch/atari/conf/
std.atari 1.24 Sun Dec 11 00:16:54 UTC 2005 christos branches: 1.24.78; 1.24.98; 1.24.100;
merge ktrace-lwp.

Sun Dec 11 00:16:54 UTC 2005 christos branches: 1.24.78; 1.24.98; 1.24.100;
merge ktrace-lwp.

.78; 1.24.98; 1.24.100;
merge ktrace-lwp.

.98; 1.24.100;
merge ktrace-lwp.

1.24.100.1 Sat Mar 05 20:49:42 UTC 2011 rmind sync with head

1.24.98.1 Fri Oct 22 07:21:05 UTC 2010 uebayasi Sync with HEAD (-D20101022).

1.24.78.1 Sat Oct 09 03:31:41 UTC 2010 yamt sync with head

  /src/sys/arch/news68k/stand/boot/
Makefile 1.24 Thu Jun 29 00:30:33 UTC 2006 lukem branches: 1.24.34; 1.24.40; 1.24.48;
support MAKEVERBOSE

Thu Jun 29 00:30:33 UTC 2006 lukem branches: 1.24.34; 1.24.40; 1.24.48;
support MAKEVERBOSE

.34; 1.24.40; 1.24.48;
support MAKEVERBOSE

.40; 1.24.48;
support MAKEVERBOSE

1.24.48.1 Fri Jan 11 19:19:10 UTC 2008 bouyer Sync with HEAD

1.24.40.1 Mon Feb 18 21:04:52 UTC 2008 mjf Sync with HEAD.

1.24.34.1 Sun Mar 23 02:04:14 UTC 2008 matt sync with HEAD

  /src/sys/arch/pmax/stand/common/
conf.c 1.24 Sun Dec 11 00:18:39 UTC 2005 christos branches: 1.24.78; 1.24.86; 1.24.92;
merge ktrace-lwp.

Sun Dec 11 00:18:39 UTC 2005 christos branches: 1.24.78; 1.24.86; 1.24.92;
merge ktrace-lwp.

.78; 1.24.86; 1.24.92;
merge ktrace-lwp.

.86; 1.24.92;
merge ktrace-lwp.

1.24.92.1 Wed May 13 17:18:13 UTC 2009 jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.

1.24.86.1 Tue Apr 28 07:34:33 UTC 2009 skrll Sync with HEAD.

1.24.78.1 Mon May 04 08:11:42 UTC 2009 yamt sync with head.

  /src/sys/arch/sparc/include/
bsd_openprom.h 1.24 Sun Mar 04 06:00:44 UTC 2007 christos branches: 1.24.20; 1.24.28; 1.24.32;
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.

Sun Mar 04 06:00:44 UTC 2007 christos branches: 1.24.20; 1.24.28; 1.24.32;
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.

.20; 1.24.28; 1.24.32;
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.

.28; 1.24.32;
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.

1.24.32.1 Wed Jan 02 21:50:22 UTC 2008 bouyer Sync with HEAD

1.24.28.1 Wed Dec 26 19:42:45 UTC 2007 ad Sync with head.

1.24.20.1 Wed Jan 09 01:48:54 UTC 2008 matt sync with HEAD

  /src/sys/compat/linux/arch/i386/
linux_sigarray.c 1.24 Wed Apr 10 09:53:01 UTC 2002 itojun branches: 1.24.108; 1.24.110; 1.24.112;
revert previous

Wed Apr 10 09:53:01 UTC 2002 itojun branches: 1.24.108; 1.24.110; 1.24.112;
revert previous

.108; 1.24.110; 1.24.112;
revert previous

.110; 1.24.112;
revert previous

1.24.112.1 Fri May 16 02:23:39 UTC 2008 yamt sync with head.

1.24.110.1 Sun May 18 00:33:15 UTC 2008 yamt sync with head.

1.24.108.1 Mon Jun 02 13:23:00 UTC 2008 mjf Sync with HEAD.

  /src/sys/dev/mca/
mcadevs.h 1.24 Thu Apr 12 18:00:17 UTC 2007 garbled branches: 1.24.28; 1.24.30; 1.24.32;
regen

Thu Apr 12 18:00:17 UTC 2007 garbled branches: 1.24.28; 1.24.30; 1.24.32;
regen

.28; 1.24.30; 1.24.32;
regen

.30; 1.24.32;
regen

1.24.32.1 Fri May 16 02:24:33 UTC 2008 yamt sync with head.

1.24.30.1 Sun May 18 00:34:09 UTC 2008 yamt sync with head.

1.24.28.1 Mon Jun 02 13:23:34 UTC 2008 mjf Sync with HEAD.

mcadevs_data.h 1.24 Thu Apr 12 18:00:17 UTC 2007 garbled branches: 1.24.28; 1.24.30; 1.24.32;
regen

Thu Apr 12 18:00:17 UTC 2007 garbled branches: 1.24.28; 1.24.30; 1.24.32;
regen

.28; 1.24.30; 1.24.32;
regen

.30; 1.24.32;
regen

1.24.32.1 Fri May 16 02:24:33 UTC 2008 yamt sync with head.

1.24.30.1 Sun May 18 00:34:09 UTC 2008 yamt sync with head.

1.24.28.1 Mon Jun 02 13:23:34 UTC 2008 mjf Sync with HEAD.


Completed in 142 milliseconds

1 2 3 4 5 6 7 8 91011>>