Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-21 | gnu extension: 0rN:az for baseN numbers. | Marc Espie | |
okay otto@ | |||
2008-08-21 | use unsigned char for buffers, allow differentiating between EOF and y". | Marc Espie | |
okay otto@ | |||
2008-08-21 | Instead of having a number of malloced arrays for vblank handling, just | Owain Ainsworth | |
put them in a structure and malloc free an array of those, it is nicer that way and They're all needed at the same time, anyway. Idea taken from a suggestion on the dri-devel mailing list. | |||
2008-08-21 | +ECHOK; from Markus Bergkvist | Jason McIntyre | |
ok deraadt | |||
2008-08-21 | Remove useless code, the kernel will set errno appropriately if an | Todd C. Miller | |
element in the path does not exist. OK deraadt@ pvalchev@ | |||
2008-08-21 | Add missing dependency for external.h, from Don Hiatt. | Anders Magnusson | |
2008-08-21 | From master repo: Accept // inside #if directives. | Anders Magnusson | |
2008-08-21 | tweak previous; | Jason McIntyre | |
2008-08-21 | - add missing word in re.4 | Jason McIntyre | |
- update re(4) description in cardbus.4 | |||
2008-08-21 | allow ForceCommand internal-sftp with arguments. based on patch from | Damien Miller | |
michael.barabanov AT gmail.com; ok markus@ | |||
2008-08-21 | Fix 'if ();' construction introduced in last commit, okay deraadt@ | Pedro Martelletto | |
2008-08-20 | update for 8168/8102E support. | Jonathan Gray | |
2008-08-20 | sync | Theo de Raadt | |
2008-08-20 | fix the comment about enabling socket map support | David Gwynne | |
noticed by ajacoutot | |||
2008-08-20 | hppa autoboot instructions for new and old PDC; help & ok miodski@ | Peter Valchev | |
2008-08-20 | Minimal driver for the VAXstation 35x0/38x0 LEGSS option, currently limited | Miod Vallat | |
to 8 bit mode operation, and no color or accelerated features until I can find documentation about it. Speed is decent by VAX standards, except for scrolling, which is so abysmally slow one could see ZZ Top's beards growing while waiting for the screen to scroll... | |||
2008-08-20 | Do not mask bit 0x80 in dzcngetc() - we run serial consoles in 8N1. | Miod Vallat | |
2008-08-20 | Don't copy interesting parts of struct scsi_xfer to a read only internal | Miod Vallat | |
ScsiCmd structure. Since we keep a pointer to the scsi_xfer nevertheless, we can get the information from it directly. | |||
2008-08-20 | Attach led0 on ka60, and display system load on the front panel. | Miod Vallat | |
2008-08-20 | If RI_FORCEMONO is set in ri_flags, build ri_devcmap as if it was a 1bpp | Miod Vallat | |
frame buffer. | |||
2008-08-20 | mention t3 fails | Otto Moerbeek | |
2008-08-20 | The code to detect multiple applied diffs to empty files I introduced 4 | Otto Moerbeek | |
years ago is not correct if the diff has an empty context for other reasons, so revert that change. Problem found by Joerg Sonnenberger; ok tedu@ millert@ | |||
2008-08-20 | re-enable iso building | Theo de Raadt | |
2008-08-20 | Add USER_PCICONF so that pcidump can work. | Joel Sing | |
Prompted by jasper@ ok miod@ | |||
2008-08-20 | Oops, previous console changes would initialize serial console on lines 0 | Miod Vallat | |
(e.g. on microVAXes) at 4800 bps as if they were keyboard lines. | |||
2008-08-20 | abuf_flush() must be called only from the ``xxx_in()'' routines (ie | Alexandre Ratchov | |
triggered by POLLIN condition). mix_pushzero() is not called from the ``xxx_in()'' chain, but calls abuf_flush() resulting in bad initialization of the mixer, which will lead to a deadlock at some point. ok jakemsr | |||
2008-08-20 | enable support for socket maps. | David Gwynne | |
ok millert@ | |||
2008-08-20 | remove a few unused files that where probably added by mistake; | Thordur I. Bjornsson | |
spotted in a commit too FreeBSD; ok todd@, oga@, krw@ | |||
2008-08-20 | Return EINVAL instead of '1' for invalid kq filters. | Thordur I. Bjornsson | |
From NetBSD; OK art@, blambert@ | |||
2008-08-20 | Regression tests for gzip(1): | Marco Pfatschbacher | |
- Test if we detect truncated or corrupted files. - Test basic functionality OK millert@, markus@ | |||
2008-08-20 | Use and report errors that inflate(3) can return, instead of | Marco Pfatschbacher | |
aborting silently, and pretending everything went alright. This lets gzip(1) (especially gzip -t) detect truncated archives and curruptions that violate the structure of the zlib format. Unquiet compress(1) in zless/zmore, so the user has a chance to see errors on corrupted archives. OK millert@, markus@ | |||
2008-08-20 | Allow devices attaching at root (such as softraid) to be disabled in UKC. | Miod Vallat | |
ok marco@ deraadt@ | |||
2008-08-19 | sync | Theo de Raadt | |
2008-08-19 | use the actual keysize from the SA to figure out which AES variant | Markus Friedl | |
(aes-192, aes-256) is used; ok hshoexer@ | |||
2008-08-19 | When failing to acquire the vnode lock in readdir_with_callback(), don't | Pedro Martelletto | |
try to release it before returning, okay fgsch@ and tedu@. | |||
2008-08-19 | Look at 'fs_flags' when dumping FFS2 file systems, okay beck@, millert@ | Pedro Martelletto | |
and otto@. | |||
2008-08-19 | Make it possible to enter ddb from the serial console. | Mark Kettenis | |
ok miod@, deraadt@ | |||
2008-08-19 | Make it possible to enter ddb from the serial console. | Mark Kettenis | |
ok miod@, deraadt@ | |||
2008-08-19 | +D-Link DWA-110 to the rum(4) list; | Jason McIntyre | |
2008-08-19 | sync | Theo de Raadt | |
2008-08-19 | more | Theo de Raadt | |
2008-08-19 | sync | Theo de Raadt | |
2008-08-19 | another rum; Jonathan Lee | Theo de Raadt | |
2008-08-19 | add missing devices to nam2blk[] | Theo de Raadt | |
2008-08-18 | Forgot to add this file, needing for KA60 support. | Miod Vallat | |
2008-08-18 | Now that KA60 support is in, include the proper header files instead of | Miod Vallat | |
harcoding defines, and add rpb device type #39 (sii) boot information. | |||
2008-08-18 | Add support for the ``Firefox'' VAXstation 3520/3540/3820/3840 workstations, | Miod Vallat | |
currently limited to serial console and a single processor working. All ``on-board'' devices, including the Q-bus adapter, but except for the frame buffer, are supported. The machine will boot over the network or from SCSI devices. Lots of thanks to Al Kossow for www.bitsavers.org, on which I found the technical documentation allowing me to complete this port (which was lacking at the time I got that machine...). | |||
2008-08-18 | Some uglyness to allow both uba_common.h and ubareg.h to be included; | Miod Vallat | |
temporary until they get merged for good (or split differently). | |||
2008-08-18 | Increment device interrupt event counter when redispatching an interrupt. | Miod Vallat | |
2008-08-18 | Preparing for KA60 support, crank IPL_TTY to level 0x16 (since it is | Miod Vallat | |
hardwired this way on KA60...), and compensate in splassert_check() when serial device interrupts will remain at 0x14 or 0x15. |