| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-03-16 | Do not overwrite a ISO9660 partition (which the sunlabel can not properly | martin | |
| represent, but the cd driver carefully crafted including session data). This makes it possible to just mount cd0a as cd9660fs on a sparc* install CD. Solution suggested by <mlelstv>. | |||
| 2010-03-11 | various aprint_* fixes. | mrg | |
| 2010-01-14 | actually assign audio control command codes to the audio control keys | macallan | |
| 2009-11-25 | make this compile on sparc64 | macallan | |
| 2009-10-21 | Drop 3rd and 4th clauses. Approved by gwr@ (copyright holder). | snj | |
| 2009-09-19 | Include "ioconf.h" instead of extern struct cfdriver foo_cd decls. | tsutsui | |
| 2009-09-19 | Split device_t/softc. | tsutsui | |
| Tested on TME emulating SS2. XXX: bwtwo at obmem on TME emulating sun2 didn't match and cannot test | |||
| 2009-09-18 | Split device_t/softc. Tested on SS1+. | tsutsui | |
| XXX: sparc/dev/cgthree.c in Attic had an attachment for cgthree* at obio? XXX: and sparc/conf/files.sparc still has an entry of nonexistent (or not yet) XXX: sparc/dev/cgthree_obio.c. Is there any sun4m machine which requires it? | |||
| 2009-09-12 | Remove an extra parenthesis in #ifdef'ed out part. PR kern/41858 | tsutsui | |
| 2009-08-26 | apparently the official name for the S24 is FBTYPE_TCXCOLOR | macallan | |
| 2009-08-20 | call vcons_replay_msgbuf() when appropriate | macallan | |
| 2009-08-15 | add FBTYPE_SUNTCX - forgot to commit that along with the tcx(8) update | macallan | |
| found by he@ | |||
| 2009-05-12 | struct device * -> device_t, no functional changes intended. | cegger | |
| 2009-05-12 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger | |
| 2009-04-18 | Remove extra whitespace added by a stupid tool. | tsutsui | |
| XXX: more in src/sys/arch | |||
| 2009-03-18 | bcopy -> memcpy | cegger | |
| 2009-03-18 | bzero -> memset | cegger | |
| 2009-03-18 | Ansify function definitions w/o arguments. Generated with sed. | cegger | |
| 2009-03-16 | ANSIfy functions with function-pointer arguments | dsl | |
| 2009-03-14 | ANSIfy another 1261 function definitions. | dsl | |
| The only ones left in sys are beyond by sed script! (or in sys/dist or sys/external) Mostly they have function pointer parameters. | |||
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl | |
| There are still about 1600 left, but they have ',' or /* ... */ in the actual variable definitions - which my awk script doesn't handle. There are also many that need () -> (void). (The script does handle misordered arguments.) | |||
| 2009-02-23 | Mimic cgsix memory corruption fix (bwtwo and cgthree wscons code is | jdc | |
| based on cgsix). Original commit message: Include wsdisplay.h directly in the header to avoid different sizes of cgsix_softc depending on proper previous includes by the includer due to #ifdef NWSDISPLAY. Thanks to kmem poison check and DEBUG kernels. | |||
| 2009-02-20 | Include wsdisplay.h directly in the header to avoid different sizes | martin | |
| of cgsix_softc depending on proper previous includes by the includer due to #ifdef NWSDISPLAY. Thanks to kmem poison check and DEBUG kernels. | |||
| 2009-01-12 | protect kernel inline with _KERNEL | christos | |
| 2009-01-11 | s/set/get/ | christos | |
| 2009-01-11 | retain compatibility with old firm_event. Perhaps we should bump the protocol | christos | |
| version with an ioctl? | |||
| 2009-01-02 | Remove duplicated key symbol in UK keymap. | jdc | |
| 2009-01-01 | Back out previous and clear the screen directly. | jdc | |
| Pointed out by macallan@. | |||
| 2008-12-29 | On old chip revisions, clear the screen using rasops when attaching. | jdc | |
| 2008-12-29 | Clear the screen (via rasops) when attaching. | jdc | |
| Pointed out by Bill Green on port-sparc. | |||
| 2008-12-22 | make this compile again with NWSDISPLAY==0 | macallan | |
| 2008-12-13 | remove unused variable. | mrg | |
| 2008-12-12 | device_t-ification | macallan | |
| 2008-12-12 | add display type for Fujitsu AG-10e (oops) | macallan | |
| 2008-12-05 | Add wscons/vcons support for bw2 (sbus and P4). | jdc | |
| 2008-11-28 | Add wscons/vcons support for cg3. | jdc | |
| 2008-06-11 | mechanical changes to use device_private() or device_lookup_private() | drochner | |
| to get softcs, makes the code compile under the stricter type checking introduced earlier today | |||
| 2008-05-25 | Implement wscons colemak and dvorak keyboard variants for Sun keyboards. | ghen | |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin | |
| 2008-04-24 | Network protocol interrupts can now block on locks, so merge the globals | ad | |
| proclist_mutex and proclist_lock into a single adaptive mutex (proc_lock). Implications: - Inspecting process state requires thread context, so signals can no longer be sent from a hardware interrupt handler. Signal activity must be deferred to a soft interrupt or kthread. - As the proc state locking is simplified, it's now safe to take exit() and wait() out from under kernel_lock. - The system spends less time at IPL_SCHED, and there is less lock activity. | |||
| 2008-04-21 | Fix minor device_t split fallout. | martin | |
| 2008-04-20 | Misc cosmetics. | tsutsui | |
| 2008-04-20 | - use device_lookup_private() where appropriate | tsutsui | |
| - some KNF and cosmetics | |||
| 2008-04-05 | use aprint_*_dev and device_xname | cegger | |
| 2008-03-29 | Split softc and device_t for zsc(4) and its children. | tsutsui | |
| XXX we should restructure MI APIs and make it really machine independent. | |||
| 2008-03-01 | Welcome to 4.99.55: | rmind | |
| - 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> | |||
| 2008-02-21 | rasops is global now | martin | |
| 2007-12-05 | Do not "return 1" from kqfilter for errors. That value is passed | pooka | |
| directly to the userland caller and results in a mysterious EPERM. Instead, return EINVAL or something else sensible depending on the case. | |||
| 2007-11-10 | Call ttyoutput/ttstart with tty_lock held. | ad | |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad | |
