Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-05-16 | sync | Theo de Raadt | |
2001-05-16 | update copyright | Jason Wright | |
use bcmp not strncmp for verifying the magic number in the firmware | |||
2001-05-16 | If we run out of transmit slots, try to copy the next mbuf into a single | Jason Wright | |
fragment and try again. Failing that, operate as normal. | |||
2001-05-16 | shrink printf messages | Theo de Raadt | |
2001-05-16 | no longer support ECOFF kernels | Theo de Raadt | |
2001-05-16 | copy i386 floppy3 entry | Theo de Raadt | |
2001-05-15 | Correct memory type for free(). (art@ ok) | Hakan Olsson | |
2001-05-15 | partial KNF | Theo de Raadt | |
2001-05-15 | a few more codecs, a few more consts, trailing spaces | Michael Shalayeff | |
2001-05-15 | X11 forwarding details improved | Theo de Raadt | |
2001-05-15 | do not permit emalloc/erealloc of 0 sized objects | Theo de Raadt | |
2001-05-15 | remove NRL pieces no longer used | Theo de Raadt | |
2001-05-15 | swapon -a before fsck is run | Theo de Raadt | |
2001-05-15 | Make path length variables size_t. This fixes the problem where | Todd C. Miller | |
things like rm can't remove files with ridiculously long path names that were created by some script kiddie trying in vain to exploit something. Previously, the length was effectively constrained to USHRT_MAX due to one of the internal structs. Also, nuke FTS_CHDIRROOT since it never worked correctly and hasn't been documented for a long time. | |||
2001-05-15 | the signal handlers can many illegal functions. try to at least be cautious. | Theo de Raadt | |
parts from mickey, parts from me. | |||
2001-05-15 | do the same as _ffs | Michael Shalayeff | |
2001-05-15 | error out if failed to malloc memory for inode cache entry; deraadt@ ok | Michael Shalayeff | |
2001-05-15 | Add missing memset() from one of the select() fixes. Also free existing | Todd C. Miller | |
readfds if malloc/realloc fails. | |||
2001-05-15 | Accept ARP packet coming from bridge interface without IP address | Grigoriy Orlov | |
configured. But deny such a packet if it coming on "wrong" bridge. Reported and tested by form@ ho@, jason@ Ok. | |||
2001-05-15 | 3cr990 works on alpha | Jason Wright | |
2001-05-15 | txp works here now | Jason Wright | |
2001-05-15 | - correct some bus_dmamap_sync() usage | Jason Wright | |
- redo dma_alloc(), dma_free() a bit (I had them right to begin with) - add an alignment shim on rx buffers on strict alignment arch's (this is hideous, but hopefully temporary) Upshot: works on alpha now | |||
2001-05-15 | Sync with NetBSD, different calculation of maxproc. From NetBSD via Aaron@. | Janne Johansson | |
2001-05-15 | Fun with parsing | Marc Espie | |
2001-05-15 | reorder tests. Test 7 fails. That's known. | Marc Espie | |
Add VAR:sh=cmd check | |||
2001-05-15 | Don't go beyond end of string. | Marc Espie | |
Handles unterminated variables, and fixes regression test #10 | |||
2001-05-15 | niklas is an idiot | Marc Espie | |
2001-05-15 | thinko in my rewrite. Repair var:sh = something | Marc Espie | |
Looks like nobody is using this anyways. | |||
2001-05-15 | sync | Theo de Raadt | |
2001-05-15 | shrink | Theo de Raadt | |
2001-05-15 | Niklas, there is no excuse for breaking this code | Theo de Raadt | |
2001-05-15 | typos | jasoni | |
2001-05-15 | sync | Theo de Raadt | |
2001-05-15 | clean | Theo de Raadt | |
2001-05-15 | report on another calloc() failure | Theo de Raadt | |
2001-05-15 | DTYPE_CRYPTO | Theo de Raadt | |
2001-05-15 | just call me Theo "Fix bugs Art puts in the kernel" de Raadt | Theo de Raadt | |
2001-05-15 | LIST_FOREACH instead of manually doing the same thing. | Artur Grabowski | |
2001-05-15 | Switch from homegrown locking of the hash to lockmgr. | Artur Grabowski | |
2001-05-15 | Don't keep the reference to the root vnode all the time. Treat the root vnode | Artur Grabowski | |
just like all other vnodes. This removes a lot of code, simplifies unmount (which was incorrect btw.) and removes the need for our own mount structure. | |||
2001-05-15 | - bus-dmaify txp | Jason Wright | |
- use symbolic name instead of value for maximum packet length - make this compile on alpha (be careful with pointers stored in device descriptors) - fix a mbuf leak in the tx full case | |||
2001-05-15 | Split wi(4) into bus-dependent and bus-independent bits similar to | Todd C. Miller | |
an(4) -- no real code changes at this point. Rename if_wavelan_ieee.h to if_wi_ieee.h while I'm at it and create an if_wivar.h similar to NetBSD. PCI adaptors exist that are not true PCMCIA controllers so wi(4) @ PCI is possible (though the code is not working yet ;-). | |||
2001-05-15 | fix $OpenBSD$ header | Theo de Raadt | |
2001-05-15 | since all files have varying copyright notices, this file is wrong | Theo de Raadt | |
2001-05-15 | Change splimp -> splhigh in cpu_exit() to match NetBSD and some of | Todd C. Miller | |
our other ports. | |||
2001-05-15 | Remove an extra space in avail mem printf | Todd C. Miller | |
2001-05-15 | Replace vm_offset_t with vaddr_t and paddr_t as appropriate. | Todd C. Miller | |
NetBSD used as a guide. | |||
2001-05-14 | hifn7751 | Jason Wright | |
2001-05-14 | sync | Theo de Raadt | |
2001-05-14 | use bus_dmamap_sync() as appropriate | Jason Wright | |