Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-11-04 | Change the magic formulae in charge of setting the correct defines | Miod Vallat | |
for cpu, mmu, and cache attributes from a mandatory include file to the kernel makefile. This saves some cpp cycles and removes forced dependencies on hp300spu.h. millert@ does not like but does not object either. | |||
2001-11-03 | The contents of cd9660_mount.h duplicate <sys/mount.h>, so get rid of it. | Miod Vallat | |
Agreed by fgs@ and millert@ | |||
2001-11-02 | match on intel pro/wireless 2011, from netbsd | Michael Shalayeff | |
2001-11-02 | fix multicast loopback checksums; goeran@cdg.chalmers.se, ok angelos | Theo de Raadt | |
2001-11-02 | Move the accounting disk space watcher into a kernel thread. | Artur Grabowski | |
Since we do filesystem operations, we need process context. This should fix accounting on nfs. | |||
2001-11-02 | - Set valid bit in transmit descriptors and tx fragment descriptors (previous | Jason Wright | |
firmware versions didn't use it, but newer ones might... play it safe). - add a bit of debugging code to tx so I can get dumps easier to send to 3com. (ifdef'd out). - ifdef both places that require modification to enable TX cksums to avoid errors like halfway enabling them (which caused me a bit of pain the other day). - TX UDP/TCP cksums still hang the firmware | |||
2001-11-02 | new fw needs more space in an_ltv_status; from Gabriel Kihlman <gk@univits.se> | Michael Shalayeff | |
2001-11-02 | i do not think everybody needs USB_DEBUG | Michael Shalayeff | |
2001-11-02 | Make kernel compile without IPSEC, PPP_DEFLATE but with CRYPTO. Reported by | Jean-Jacques Bernard-Gundol | |
Brian J. Kifiak <bk@rt.fm>. Thanks! | |||
2001-11-02 | do not return value that overruns mbuf length from ip6_nexthdr. | Jun-ichiro itojun Hagino | |
2001-11-02 | Fix typo when assigning bds->sem_base. | Todd C. Miller | |
The SVR4 compat stuff needs a serious sync but so far no one has been able to goat Niklas into doing it. | |||
2001-11-02 | In scsi_strvis(), collapse adjacent whitespace/NUL chars to a single | Todd C. Miller | |
space to get the most info with the least amount of wasted space. OK krw@, niklas@ | |||
2001-11-01 | add missing end bracket in comment | Todd C. Miller | |
2001-11-01 | regen | Michael Shalayeff | |
2001-11-01 | mylex acceleraid | Michael Shalayeff | |
2001-11-01 | Unnecessary cast. | Artur Grabowski | |
2001-11-01 | Don't allow negative offsets. Some type confusion. | Artur Grabowski | |
2001-11-01 | Change d_mmap in struct cdevsw from: | Artur Grabowski | |
int (*d_mmap) __P((dev_t, int, int)); to: paddr_t (*d_mmap) __P((dev_t, off_t, int)); This allows us to mmap devices past 4GB offsets. | |||
2001-10-31 | Add boardtype 1301. | Hugh Graham | |
2001-10-31 | Change the internal vc_mmap from returning int to paddr_t. | Artur Grabowski | |
2001-10-31 | Change the audio_hm_if->mappage interface to return paddr_t and take off_t | Artur Grabowski | |
as the mmap offset. | |||
2001-10-31 | There is no need to fake handling of /dev/zero here. The vm system ↵ | Artur Grabowski | |
ultrix/ultrix_misc.c sunos/sunos_misc.c does this automagically (and has done it for ages). | |||
2001-10-31 | sync | Nathan Binkert | |
2001-10-31 | add a bunch of cards that use the Sundance TC9021 | Nathan Binkert | |
2001-10-31 | sync | Nathan Binkert | |
2001-10-31 | new device | Nathan Binkert | |
2001-10-31 | sync | Nathan Binkert | |
2001-10-31 | Synchronize usb code with NetBSD. | Nathan Binkert | |
2001-10-31 | Clarify some struct fields. | Artur Grabowski | |
2001-10-30 | do not allow setting autorepeat delays causing zero timeouts later. | Michael Shalayeff | |
pointed out for the case of del*=0 in pr@2156 by Juan Vera <juan@coredump.com.ar>. | |||
2001-10-30 | From NetBSD: add __packed__ attribute to hardware structure that | Kenneth R Westerback | |
lacked it (scr_table). Also remove scr_table_t typedef and just use 'struct scr_table' to be consistant with all other structures. | |||
2001-10-29 | defn for "versions read" command (not that the results match the docs mind you). | Jason Wright | |
2001-10-28 | match on elsa cf wireless lan | Michael Shalayeff | |
2001-10-28 | regen | Michael Shalayeff | |
2001-10-28 | add ELSA XI800 CF Wireless LAN; from netbsd | Michael Shalayeff | |
2001-10-28 | we try to test things before commit, art | Theo de Raadt | |
2001-10-28 | define caps bits, for later use | Michael Shalayeff | |
2001-10-28 | it appears that some non-vra compatible codecs implement part | Michael Shalayeff | |
of vra protocol by rounding all rates to 48kHz, but some return 0. fix this by reporting 48kHz for all codecs w/o vra. problem (finally) identified by hunter@dg.net.ua, diff by me. also, while here a/AC97_SOUND_ENHANCEMENT/AC97_CAPS_ENHANCEMENT/ . | |||
2001-10-28 | duh, don't forget cdev entries for char device sabtty (It's been a rough week) | Jason Wright | |
2001-10-28 | oops, don't forget sab entries here too. | Jason Wright | |
2001-10-28 | sab* and sabtty* (commented out for now until console stuff is done) | Jason Wright | |
2001-10-28 | SAB82532 driver (missing console stuff, but working as a generic tty | Jason Wright | |
device). Based on datasheet from Infineon (another datasheet with non-trivial errors) and info from the linux driver for same chip. | |||
2001-10-28 | Handle RB_TIMEBAD in boot(). | Miod Vallat | |
2001-10-28 | Use the same pipeline flush instruction everywhere. | Miod Vallat | |
2001-10-28 | Define kernel_pmap only if _KERNEL defined. | Miod Vallat | |
2001-10-28 | Let 188-only kernels compile. | Miod Vallat | |
2001-10-28 | I have nothing against stack checks at clock ints, as long as they are | Miod Vallat | |
gramatically correct and only there if DEBUG is defined. | |||
2001-10-28 | Prune more old stuff | Miod Vallat | |
2001-10-28 | Sprinkle some assertions in the buffer code. | Artur Grabowski | |
Add a new DEBUG function "buf_print" that prints the contents of struct buf. | |||
2001-10-27 | remove unused timeout in lockinit() per art@'s idea. | Michael Shalayeff | |
fix the init state handling on failure; reported by nate@. |