Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2003-08-12 | constify sequencer script; krw@ ok | Michael Shalayeff | |
2003-08-12 | add acphy | Michael Shalayeff | |
2003-08-12 | regen | Michael Shalayeff | |
2003-08-12 | altima 101/101L phy from netbsd via freebsd; hugh@ testing | Michael Shalayeff | |
2003-08-12 | sync | Alexander Yurchenko | |
2003-08-12 | TI cardbus controller found on my new laptop | Alexander Yurchenko | |
ok deraadt@ | |||
2003-08-12 | Get rid of unused code, and KNF/ELF-sanitize the remaining code. | Miod Vallat | |
2003-08-12 | Use spltty() instead of rolling our own expanded version. | Miod Vallat | |
2003-08-12 | safenet 1141 driver from freebsd (sam at errno): | Jason Wright | |
this is a completely hacked up version, complaints should be to me not sam =) | |||
2003-08-12 | The idle loop is supposed to run with interrupts enabled, and will only | Miod Vallat | |
relax the interrupt mask (i.e. spl level). However, under some unclear circumstances, it will be entered with interrupts disabled, and thus will loop forever if no process is runnable. Check the PSR and make sure that interrupts are enabled in this case. This gets rid of the random freezes, although a better fix would be preferrable... | |||
2003-08-12 | Build xfs/xfs_node.c | Hans Insulander | |
2003-08-12 | Fix include stuff, unused variables and statics and other small things needed | Hans Insulander | |
to compile in our tree. | |||
2003-08-12 | For whatever reason, cvs cannot import a file that already exists, but is | Hans Insulander | |
deleted. *sigh* | |||
2003-08-12 | move verify_cksum() to ahc; krw@ ok. | Federico G. Schwindt | |
2003-08-12 | fix GENERIC compilation. | Federico G. Schwindt | |
2003-08-12 | Merge | Hans Insulander | |
2003-08-12 | Import xfs from arla-current as of 5 Aug 2003. | Hans Insulander | |
ok deraadt@ | |||
2003-08-12 | add/update my copyright | Nathan Binkert | |
2003-08-12 | src argument to m_copyback() can be a const; itojun@ ok | Michael Shalayeff | |
2003-08-11 | if we run out of space, make the dead vnode VNON. if a VBLK gets out, it | Ted Unangst | |
causes trouble later. netbsd pr22419 | |||
2003-08-11 | Sprinkle proper use of _C_LABEL and _ASM_LABEL in the .S files (except for | Miod Vallat | |
the _fp.S which are too scary at the moment). This will be necessary to move to ELF in the future. Use local symbols whenever possible. Attempt to use delayed branches whenever possible. Remove stupid or straightforward comments, some hardcoded values, and a few unused variables or routines. | |||
2003-08-11 | Fix DIOCCHANGEADDR, use the supplied ticket instead of 0. | Daniel Hartmeier | |
2003-08-11 | Add signal number sanity checking to usl_sync_init(). This is not | Todd C. Miller | |
strictly required since the signal routines do their own sanity checks, but this way the VT_SETMODE ioctl() gets a nice EINVAL. Potential problem pointed out by Jacques Vidrine; deraadt@ OK | |||
2003-08-11 | move to 3.4-beta | Theo de Raadt | |
2003-08-11 | constify voicetab | Michael Shalayeff | |
2003-08-11 | constify constant targets | Michael Shalayeff | |