Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-08-18 | prevent looutput() feedback of broadcast/multicast packets if they are | Daniel Hartmeier | |
pf routed. prevents a kernel lockup with some (non-sensical) route-to rules. report and debugging by mpech@. ok itojun@, henning@, mpech@. | |||
2003-08-18 | spelling in comment, jonathon gray | Ted Unangst | |
2003-08-17 | unused var | Ted Unangst | |
2003-08-17 | Missing break, change NULL -> 0 for int parameter (no functional | Daniel Hartmeier | |
changes), from Andrey Matveev | |||
2003-08-17 | implement WSDISPLAYIO_{S,G}MODE | Michael Shalayeff | |
2003-08-17 | print out the graphics id | Michael Shalayeff | |
2003-08-17 | cleanup | Michael Shalayeff | |
2003-08-17 | There is no need to assume that the compiler will swap ! and & operator | Miod Vallat | |
priorities because we are nice people. | |||
2003-08-16 | missed suser. thanks naddy@ | Ted Unangst | |
2003-08-16 | spaces | Theo de Raadt | |
2003-08-16 | protos | Theo de Raadt | |
2003-08-16 | ansi | Theo de Raadt | |
2003-08-16 | AN983 needs 64BIT_HASH too, fixes multicast | Henning Brauer | |
From: jared r r spiegel <jrrs@gateway.nodeless.net> | |||
2003-08-15 | cleanup. | Federico G. Schwindt | |
2003-08-15 | ansi and proto cleanup. one unused function goes away | Theo de Raadt | |
2003-08-15 | proto findcpu, because bootblocks use this too | Theo de Raadt | |
2003-08-15 | - remove ahc dependency, convert smc93cx6 into an attribute. | Federico G. Schwindt | |
- support for 8 and 32 bit registers. from NetBSD. deraadt@ and krw@ testing and ok. | |||
2003-08-15 | no newline in errx; andrushock@korovino.net | Theo de Raadt | |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst | |
argument. old cred only calls user suser_ucred. this will allow future work to more flexibly implement the idea of a root process. looks like something i saw in freebsd, but a little different. use of suser_ucred vs suser in file system code should be looked at again, for the moment semantics remain unchanged. review and input from art@ testing and further review miod@ | |||
2003-08-15 | regen. | Federico G. Schwindt | |
2003-08-15 | simplify. | Federico G. Schwindt | |
2003-08-15 | bitneaks anonymous randomisation | Michael Shalayeff | |
2003-08-14 | don't write grabage in unused direntry field. newer windows versions | Ted Unangst | |
don't like it. pr3400 | |||
2003-08-14 | better comment on the new coms | Michael Shalayeff | |
2003-08-14 | attach those funky teleshare ttys | Michael Shalayeff | |
2003-08-14 | attach at teleshare serial ports as well. need dsp microcode for a ↵ | Michael Shalayeff | |
functional mudem now | |||
2003-08-14 | m_copyback()'s 4th arg is const void *, nuke (caddr_t) casts. | Jason Wright | |
2003-08-14 | correct length mask | Jason Wright | |
2003-08-14 | GENERIC is now safe(4) | Jason Wright | |
2003-08-14 | regen.. again. sorry. | Federico G. Schwindt | |
2003-08-14 | unbust my previous commit. | Federico G. Schwindt | |
2003-08-14 | add more delays during init | Jason Wright | |
2003-08-14 | regen. | Federico G. Schwindt | |
2003-08-14 | add more syscalls. implement exit_group (which is actually an alias for | Federico G. Schwindt | |
sys_exit), needed for newer glibc's binaries. from marius aamodt eriksen <marius at monkey dot org> | |||
2003-08-14 | partial proto repairs | Theo de Raadt | |
2003-08-14 | in some fs (ie. procfs), readdir won't return a cookie, so calculate | Federico G. Schwindt | |
it based on the offset and reclen. with this, a emulated ls binary (ie. linux) correctly list the files in such filesystems. also plug some memory leak and remove a unneeded panic. adapted from FreeBSD. henning@ tedu@ ok. some other people ok'ed this in the past as well. | |||
2003-08-14 | remove magic swapping constants in favor of the #defines I added a few | Jason Wright | |
minutes ago (could have sworn I hit ^X^S). | |||
2003-08-14 | - remove some uneeded junk (mainly leftovers from ubsec cut/paste) | Jason Wright | |
- fix interrupt printing - make shared structure entries volatile to ensure ordering - swap the key, iv, and mackey arguments appropriately - treat particle descriptor as two 32 elements (necessary for swabbing) - set the endian control byte correctly and flip off swabbing on the packet data (now works on macppc) | |||
2003-08-14 | kill unneeded caddr_t casts for *_copyback | Jason Wright | |
2003-08-14 | mirror change in mbufs: cuio_copyback's 4th arg is now const void * | Jason Wright | |
2003-08-14 | add uhci based on suggestion from loki at niteshade dot net | Jason Wright | |
2003-08-14 | constify vfsops; tedu@ ok | Michael Shalayeff | |
2003-08-14 | add itimerspec data structure, defined by POSIX 1003.1b. ok marc@ | Kevin Lo | |
2003-08-13 | Always force a pipeline flush after a PSR change, not before. How could | Miod Vallat | |
this have ever worked? | |||
2003-08-13 | remove some copy and waste. from marius@monkey.org | Ted Unangst | |
2003-08-12 | add safe(4). Works well enough for testing at least. | Jason Wright | |
2003-08-12 | - Don't need the bus_dma callback cruft as we have everything necessary in the | Jason Wright | |
map structure. - pull in some of sam's debugging stuff so that #define SAFE_DEBUG will compile - set the dst <- src when uio && nicealign && uniform | |||
2003-08-12 | fix after mickey breakage; reported by grange@. | Federico G. Schwindt | |
2003-08-12 | cleaning: remove sc_flags and FBSDID junk | Jason Wright | |
also: let safe_uniform() check all of the elements | |||
2003-08-12 | regen | Michael Shalayeff | |