Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-03-06 | Mention agten. | Miod Vallat | |
2003-03-06 | agten(4) manual page and references to it. | Miod Vallat | |
2003-03-06 | Premiliminary driver for the Fujitsu AG-10e SBus frame buffer. | Miod Vallat | |
It will currently only work in 8bit mode, and without using the i128 acceleration features (but that's a good start for 3.3). Written initially in november 2002, but it took some time in experiments until I realized the ramdac had to be fed values shifted left by 16 bits in order to work as intended, for no good reason. So, I am now officially founding a ``RAMDAC Hater's Club''. Feel free to apply. | |||
2003-03-06 | mtc from netbsd | Michael Shalayeff | |
2003-03-06 | mr(4) -> gtp(4); | Jason McIntyre | |
thanks mickey | |||
2003-03-06 | Xr sk(4) not skc(4) | Jason Wright | |
2003-03-06 | no GNU allowed here | Theo de Raadt | |
2003-03-06 | remove garbage | Theo de Raadt | |
2003-03-06 | .Xr typos; | Jason McIntyre | |
2003-03-06 | .Xr typos, and some dead ones; | Jason McIntyre | |
ok deraadt@ | |||
2003-03-06 | .Xr typos; | Jason McIntyre | |
ok deraadt@ | |||
2003-03-06 | .Xr typos; | Jason McIntyre | |
ok deraadt@ | |||
2003-03-06 | .Xr typos; | Jason McIntyre | |
ok deraadt@ | |||
2003-03-06 | .Xr typos; | Jason McIntyre | |
ok deraadt@ | |||
2003-03-06 | style | Jason Wright | |
2003-03-06 | .Xr's; | Jason McIntyre | |
typos in man page section ok deraadt@ | |||
2003-03-06 | broken .Xr's; | Jason McIntyre | |
typos, rather than dead references ok deraadt@ | |||
2003-03-06 | ncr man page (hey it's already xr'd =) | Jason Wright | |
2003-03-06 | add ra device man page: | Jason Wright | |
- move many of the ra specific DIAGNOSTICS from uda.4 -> ra.4 - Xr appropriately (ra.4 needs more work, volunteers?) | |||
2003-03-06 | Fix a pasto. (There is no ULLONG_MIN, for hopefully obvious reasons) | Kjell Wooding | |
ok millert | |||
2003-03-06 | More Xrs | Jason Wright | |
2003-03-06 | xr uda | Jason Wright | |
2003-03-06 | Very brief mscpbus man page | Jason Wright | |
2003-03-06 | sort | Jason Wright | |
2003-03-06 | consistent | Jason Wright | |
2003-03-06 | document smg | Jason Wright | |
2003-03-06 | nits | Jason Wright | |
2003-03-06 | man pages for vsbus and ibus | Jason Wright | |
2003-03-06 | move cpu_configre() lower after the proc0 is more completely initialized. | Michael Shalayeff | |
still calculate the memory limits for proc0 at after the autoconf is done. miod@ testing on everything; art@ ok | |||
2003-03-06 | fix text2sockaddr() when HAVE_GETNAMEINFO is false and port is NULL. | Cedric Berger | |
ok ho@ | |||
2003-03-06 | "len" is decremented too early, so the second argument | Cedric Berger | |
of the snprintf call is too small on last run of the loop. ok ho@ | |||
2003-03-06 | Bad cut'n'paste msg plus style fixes. | Hakan Olsson | |
2003-03-06 | fix queue assignment on filter rules which are not bound to an interface. | Henning Brauer | |
when looking up the queue IDs using qname_to_qid, we do not need to limit the matching on the interface in question, as it is guaranteed that same named queues on different interfaces habe the same queue id. moreover, we must not limit the matches to the interface if we do not have an interface given on the filter rule to match on ;-) found after problems reported by Andre Nathan <andre at v2r dot com dot br> ok dhartmei@ pb@ cedric@ | |||
2003-03-06 | set ip6_nxt to IPPROTO_ETHERIP; ok angelos@ | Markus Friedl | |
2003-03-06 | ServerWorks CSB6 IDE | Alexander Yurchenko | |
2003-03-06 | Support for ServerWorks CSB6 IDE | Alexander Yurchenko | |
2003-03-06 | dhu lives again.. but I wonder how far this puritanical pruning can | Hugh Graham | |
go in some other portions the tree. | |||
2003-03-06 | not used, when the driver works, add it back | Theo de Raadt | |
2003-03-06 | Remove the reference to arff(8) as it's getting flagged as broken | Hugh Graham | |
by .Xr checkers. Pointed out by jmc. | |||
2003-03-06 | Less ambiguous l-value usage. Noted by cedric@ | Hakan Olsson | |
2003-03-06 | Make fsdb(8) a little easier to find with some cross references. | Hugh Graham | |
2003-03-06 | bpf_mtap incoming proto 97 traffic; ok jason@ | Markus Friedl | |
2003-03-06 | can be can be, but also may not be, or cannot be, and in any case can be | Henning Brauer | |
once is better than can be can be guess who found that? yeah, David Krause, again. great! | |||
2003-03-06 | removed dead .Xr's: | Jason McIntyre | |
imp(4) esp(4) adb(1) arff(8) tp(1) font(5) vfont(5) ok deraadt@ | |||
2003-03-06 | The existing IOMMU code had a rounding problem that was most noticeable | Henric Jungheim | |
on faster systems under heavy network load. This replaces some of the unreadable iommu functions with something a little less dense and a lot less crash prone. The bus_dma function pointer/cookie handling was broken. Change them to work like the stacked bus_space drivers (where "work" is the key word). Tested my many (thanks). ok jason@ deraadt@ | |||
2003-03-06 | Remove double include of scsi_all.h | mjacob | |
2003-03-06 | spelling fixes | David Krause | |
ok henning@ | |||
2003-03-06 | date should be written formally: .Dd Month day, year | David Krause | |
ok henning@ jmc@ | |||
2003-03-06 | date should be written formally: .Dd Month day, year | David Krause | |
also fixes a few misspellings of the month ok henning@ jmc@ | |||
2003-03-06 | tweak wording and mdoc formatting | David Krause | |
ok jmc@ henning@ |