summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2003-08-18prevent looutput() feedback of broadcast/multicast packets if they areDaniel 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-18spelling in comment, jonathon grayTed Unangst
2003-08-17unused varTed Unangst
2003-08-17Missing break, change NULL -> 0 for int parameter (no functionalDaniel Hartmeier
changes), from Andrey Matveev
2003-08-17implement WSDISPLAYIO_{S,G}MODEMichael Shalayeff
2003-08-17print out the graphics idMichael Shalayeff
2003-08-17cleanupMichael Shalayeff
2003-08-17There is no need to assume that the compiler will swap ! and & operatorMiod Vallat
priorities because we are nice people.
2003-08-16missed suser. thanks naddy@Ted Unangst
2003-08-16spacesTheo de Raadt
2003-08-16protosTheo de Raadt
2003-08-16ansiTheo de Raadt
2003-08-16AN983 needs 64BIT_HASH too, fixes multicastHenning Brauer
From: jared r r spiegel <jrrs@gateway.nodeless.net>
2003-08-15cleanup.Federico G. Schwindt
2003-08-15ansi and proto cleanup. one unused function goes awayTheo de Raadt
2003-08-15proto findcpu, because bootblocks use this tooTheo 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-15no newline in errx; andrushock@korovino.netTheo de Raadt
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed 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-15regen.Federico G. Schwindt
2003-08-15simplify.Federico G. Schwindt
2003-08-15bitneaks anonymous randomisationMichael Shalayeff
2003-08-14don't write grabage in unused direntry field. newer windows versionsTed Unangst
don't like it. pr3400
2003-08-14better comment on the new comsMichael Shalayeff
2003-08-14attach those funky teleshare ttysMichael Shalayeff
2003-08-14attach at teleshare serial ports as well. need dsp microcode for a ↵Michael Shalayeff
functional mudem now
2003-08-14m_copyback()'s 4th arg is const void *, nuke (caddr_t) casts.Jason Wright
2003-08-14correct length maskJason Wright
2003-08-14GENERIC is now safe(4)Jason Wright
2003-08-14regen.. again. sorry.Federico G. Schwindt
2003-08-14unbust my previous commit.Federico G. Schwindt
2003-08-14add more delays during initJason Wright
2003-08-14regen.Federico G. Schwindt
2003-08-14add more syscalls. implement exit_group (which is actually an alias forFederico G. Schwindt
sys_exit), needed for newer glibc's binaries. from marius aamodt eriksen <marius at monkey dot org>
2003-08-14partial proto repairsTheo de Raadt
2003-08-14in some fs (ie. procfs), readdir won't return a cookie, so calculateFederico 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-14remove magic swapping constants in favor of the #defines I added a fewJason 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-14kill unneeded caddr_t casts for *_copybackJason Wright
2003-08-14mirror change in mbufs: cuio_copyback's 4th arg is now const void *Jason Wright
2003-08-14add uhci based on suggestion from loki at niteshade dot netJason Wright
2003-08-14constify vfsops; tedu@ okMichael Shalayeff
2003-08-14add itimerspec data structure, defined by POSIX 1003.1b. ok marc@Kevin Lo
2003-08-13Always force a pipeline flush after a PSR change, not before. How couldMiod Vallat
this have ever worked?
2003-08-13remove some copy and waste. from marius@monkey.orgTed Unangst
2003-08-12add 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 theJason 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-12fix after mickey breakage; reported by grange@.Federico G. Schwindt
2003-08-12cleaning: remove sc_flags and FBSDID junkJason Wright
also: let safe_uniform() check all of the elements
2003-08-12regenMichael Shalayeff