openbsd-source-changes mailing list

FromSubjectsort iconDate
Theo de Raadt
CVS: cvs.openbsd.org: www
CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2011/01/01 16:37:11 Modified files: . : donations.html Log message: new
Jan 1, 4:37 pm 2011
Miod Vallat
CVS: cvs.openbsd.org: src
CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2011/01/01 15:09:33 Modified files: sys/arch/m88k/m88k: m8820x_machdep.c sys/arch/mvme88k/mvme88k: m88110.c Log message: Now that we __HAVE_PMAP_DIRECT, it gets easy to simply save partial cache lines and restore them after invalidating rounded-to-cacheline-boundary ranges.
Jan 1, 3:09 pm 2011
Ingo Schwarze
CVS: cvs.openbsd.org: src
CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2011/01/01 15:08:43 Modified files: regress/usr.bin/mandoc/mdoc/Fl: Makefile Added files: regress/usr.bin/mandoc/mdoc/Fl: parsed.in parsed.out_ascii Log message: test whether the .Fl macro is parsed
Jan 1, 3:08 pm 2011
Ingo Schwarze
CVS: cvs.openbsd.org: src
CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2011/01/01 14:14:09 Modified files: regress/usr.bin/mandoc/roff/string: Makefile Added files: regress/usr.bin/mandoc/roff/string: zerolength.in zerolength.out_ascii Log message: test handling of zero-length user-defined strings
Jan 1, 2:14 pm 2011
Ingo Schwarze
CVS: cvs.openbsd.org: src
CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2011/01/01 14:00:12 Modified files: regress/usr.bin/mandoc/mdoc/Bd: blank.in blank.out_ascii Log message: also test .Pp in literal context
Jan 1, 2:00 pm 2011
Miod Vallat
CVS: cvs.openbsd.org: src
CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2011/01/01 13:58:32 Modified files: sys/arch/mvme88k/mvme88k: m88110.c Log message: Better errata #17 handling logic. Only concerns MULTIPROCESSOR kernels.
Jan 1, 1:58 pm 2011
Mark Kettenis
CVS: cvs.openbsd.org: src
CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2011/01/01 13:49:53 Modified files: sys/arch/sparc64/dev: vdsk.c Log message: Corretctly return 0xffffffff for the returned LBA if the disk is too large for the READ CAPACITY command.
Jan 1, 1:49 pm 2011
Matthieu Herrb
CVS: cvs.openbsd.org: xenocara
CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2011/01/01 13:39:44 Modified files: app/xdm/config : Xstartup.cpp Log message: Fix duplicated code resulting from a bad merge of xdm 1.1.9.
Jan 1, 1:39 pm 2011
Ingo Schwarze
CVS: cvs.openbsd.org: src
CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2011/01/01 13:38:09 Modified files: regress/usr.bin/mandoc/mdoc/Mt: Makefile simple.in simple.out_ascii Log message: also test .Mt without arguments
Jan 1, 1:38 pm 2011
Mark Kettenis
CVS: cvs.openbsd.org: src
CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2011/01/01 13:32:18 Modified files: sys/arch/sparc64/dev: vdsk.c Log message: Implement READ CAPACITY (16).
Jan 1, 1:32 pm 2011
Matthieu Herrb
CVS: cvs.openbsd.org: www
CVSROOT: /cvs Module name: www Changes by: matthieu@cvs.openbsd.org 2011/01/01 13:28:44 Modified files: . : hppa.html Log message: Remove mention of single processor since some machine now do SMP.
Jan 1, 1:28 pm 2011
Theo de Raadt
CVS: cvs.openbsd.org: src
CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2011/01/01 12:43:04 Modified files: sys/dev : rnd.c Log message: Do not fold the MD5 in half. This might have made sense to someone when we were feeding the MD5 output direct to consumers, but now we only feed the RC4, so the effect is to throw away half of the stretched data. ok tedu djm, initial discussion started by kjell
Jan 1, 12:43 pm 2011
Jasper Lievisse Adri ...
CVS: cvs.openbsd.org: www
CVSROOT: /cvs Module name: www Changes by: jasper@cvs.openbsd.org 2011/01/01 12:03:09 Modified files: . : hppa.html Log message: sync todo list with reality from brad
Jan 1, 12:03 pm 2011
Jasper Lievisse Adri ...
CVS: cvs.openbsd.org: src
CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2011/01/01 12:00:56 Modified files: sys/arch/hppa/dev: clock.c sys/arch/hppa/hppa: machdep.c Log message: Move setting cpu_hzticks to the clock initialization function, like other ports (e.g. hppa64) do. ok jsing@ kettenis@
Jan 1, 12:00 pm 2011
Jasper Lievisse Adri ...
CVS: cvs.openbsd.org: src
CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2011/01/01 11:59:26 Modified files: sys/arch/hppa/hppa: machdep.c sys/arch/hppa64/hppa64: machdep.c Log message: - ansify ok jsing@ kettenis@
Jan 1, 11:59 am 2011
Nicholas Marriott
CVS: cvs.openbsd.org: src
CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2011/01/01 09:51:21 Modified files: usr.bin/tmux : Makefile cmd-set-option.c cmd-show-options.c status.c tmux.c tmux.h Added files: usr.bin/tmux : options-table.c Log message: Move the user-visible parts of all options (names, types, limit, default values) together into one set of tables in options-table.c. Also clean up and simplify cmd-set-options.c and move a common print function ...
Jan 1, 9:51 am 2011
Ingo Schwarze
CVS: cvs.openbsd.org: src
CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2011/01/01 10:38:11 Modified files: usr.bin/mandoc : man.c mdoc.c Log message: Clean up {mdoc,man}_{p,v}msg invocations: Ignore the return values, they are constant anyway. From kristaps@.
Jan 1, 10:38 am 2011
Damien Bergamini
CVS: cvs.openbsd.org: src
CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2011/01/01 03:48:31 Modified files: sys/dev/ic : athnvar.h ar9380reg.h ar9380.c ar9003reg.h ar9003.c ar5008.c Log message: add code to read OTPROM on the AR9485
Jan 1, 3:48 am 2011
Mark Kettenis
CVS: cvs.openbsd.org: src
CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2011/01/01 09:33:37 Modified files: sys/arch/hppa/hppa: intr.c Log message: Fix horribly broken softintr_establish(). The old code was not managing the linked list of handlers properly. Fixes issues with usb(4) reported by matthieu@. tested by matthieu@, ok jsing@
Jan 1, 9:33 am 2011
Alexandre Ratchov
CVS: cvs.openbsd.org: src
CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2011/01/01 09:34:42 Modified files: sys/dev : midi.c Log message: fix spacing
Jan 1, 9:34 am 2011
Damien Bergamini
CVS: cvs.openbsd.org: src
CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2011/01/01 09:01:43 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen
Jan 1, 9:01 am 2011
Theo de Raadt
CVS: cvs.openbsd.org: src
CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2011/01/01 10:25:06 Modified files: distrib/hppa : install.md Log message: swap kernels without changing directory; other install.md should be modified like this
Jan 1, 10:25 am 2011
Damien Bergamini
CVS: cvs.openbsd.org: src
CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2011/01/01 09:00:57 Modified files: sys/dev/usb : usbdevs Log message: the ACCTON is an AR9280+AR7010, not an AR9271, so update id accordingly. cleanup other AR928X+AR7010 ids while i'm here.
Jan 1, 9:00 am 2011
Damien Bergamini
CVS: cvs.openbsd.org: src
CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2011/01/01 05:58:33 Modified files: sys/dev/ic : athnreg.h Log message: unbreak kernel builds; sorry guys. pointed out by Benoit Lecocq.
Jan 1, 5:58 am 2011
Damien Bergamini
CVS: cvs.openbsd.org: src
CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2011/01/01 07:25:03 Modified files: sys/dev/ic : ar9280.c ar9285.c ar9380.c Log message: cleanup, no binary change.
Jan 1, 7:25 am 2011
Mark Kettenis
CVS: cvs.openbsd.org: src
CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2011/01/01 08:20:19 Modified files: sys/arch/hppa/dev: dino.c Log message: Only store bus/dev/func numbers when the corresponding pointer argument isn't NULL.
Jan 1, 8:20 am 2011
Mark Kettenis
CVS: cvs.openbsd.org: src
CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2011/01/01 08:18:23 Modified files: sys/arch/hppa/dev: elroy.c Log message: Only store bus/dev/func numbers when the corresponding pointer argument isn't NULL.
Jan 1, 8:18 am 2011
Damien Bergamini
CVS: cvs.openbsd.org: src
CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2011/01/01 06:44:43 Modified files: sys/dev/ic : ar9003.c ar9003reg.h ar9380.c ar9380reg.h Log message: more AR9380/AR9485 bits. add Tx gain initvals for high-power AR9380 solutions.
Jan 1, 6:44 am 2011
Mark Kettenis
CVS: cvs.openbsd.org: src
CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2011/01/01 05:11:37 Modified files: usr.bin/sort : fields.c Log message: Stop enterfield() from writing beyond the end of the buffer. Fixes PR 6294. ok tedu@
Jan 1, 5:11 am 2011
Ingo Schwarze
CVS: cvs.openbsd.org: src
CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2011/01/01 05:09:57 src/regress/usr.bin/mandoc/roff/args Update of /cvs/src/regress/usr.bin/mandoc/roff/args In directory cvs.openbsd.org:/tmp/cvs-serv21770/args Log Message: Directory /cvs/src/regress/usr.bin/mandoc/roff/args added to the repository
Jan 1, 5:09 am 2011
Nicholas Marriott
CVS: cvs.openbsd.org: src
CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2011/01/01 04:24:45 Modified files: usr.bin/tmux : cmd-suspend-client.c tmux.1 Log message: suspend-client has used -t for the client target (like everything else) for ages, fix the usage string and man page and trim some leftover code.
Jan 1, 4:24 am 2011
Mark Lumsden
CVS: cvs.openbsd.org: src
CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2011/01/01 04:25:54 Modified files: usr.bin/gencat : gencat.c Log message: Put "else if" split between two lines together, then move whitespace. ok deraadt (ok'd sep2009)
Jan 1, 4:25 am 2011
Theo de Raadt
CVS: cvs.openbsd.org: src
CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/12/31 23:54:51 Modified files: sys/kern : init_main.c Log message: copyright++;
Dec 31, 11:54 pm 2010
Nicholas Marriott
CVS: cvs.openbsd.org: src
CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2010/12/31 20:43:20 Modified files: usr.bin/tmux : input-keys.c key-string.c xterm-keys.c Log message: Last few tables that should be const.
Dec 31, 8:43 pm 2010
Nicholas Marriott
CVS: cvs.openbsd.org: src
CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2010/12/31 20:39:21 Modified files: usr.bin/tmux : mode-key.c tmux.h Log message: Sprinkle a little more const.
Dec 31, 8:39 pm 2010
Nicholas Marriott
CVS: cvs.openbsd.org: src
CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2010/12/31 20:32:28 Modified files: usr.bin/tmux : cmd-server-info.c tmux.h tty-term.c Log message: Another table that should be const.
Dec 31, 8:32 pm 2010
Nicholas Marriott
CVS: cvs.openbsd.org: src
CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2010/12/31 19:16:26 Modified files: usr.bin/tmux : tty-keys.c Log message: Key table should be const.
Dec 31, 7:16 pm 2010
Theo de Raadt
CVS: cvs.openbsd.org: src
CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2010/12/31 18:41:02 Modified files: sys/dev : rnd.c Log message: comment cleanup
Dec 31, 6:41 pm 2010
Nicholas Marriott
CVS: cvs.openbsd.org: src
CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2010/12/31 18:33:07 Modified files: usr.bin/tmux : cmd-new-window.c cmd-split-window.c tmux.1 Log message: Add a -P option to new-window and split-window to print the new window or pane index in target form (useful to pass it into other commands).
Dec 31, 6:33 pm 2010
Nicholas Marriott
CVS: cvs.openbsd.org: src
CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2010/12/31 18:12:10 Modified files: usr.bin/tmux : cmd-attach-session.c cmd-new-session.c cmd-switch-client.c server-client.c server-fn.c server.c session.c tmux.h Log message: Don't reset the activity timer for unattached sessions every second, this screws up the choice of most-recently-used. Instead, break the time update into a little function and do it when the session is ...
Dec 31, 6:12 pm 2010
Nicholas Marriott
CVS: cvs.openbsd.org: src
CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2010/12/31 17:44:24 Modified files: usr.bin/tmux : cmd-choose-buffer.c Log message: Remove unused variable.
Dec 31, 5:44 pm 2010
previous daytodaynext day
December 31, 2010January 1, 2011January 2, 2011