summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-08-12man page for safenet 1141/1741 from freebsd with appropriate XrsJason Wright
2003-08-12use _ENTRY consistently, remove some #if 0 code, and clean up some comments; ↵Jason Wright
ok drahn
2003-08-12safenet 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-12The idle loop is supposed to run with interrupts enabled, and will onlyMiod 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-12More unused files with bad string functions in them. Bye bye.Hans Insulander
2003-08-12These files are unused by us and have strcat/strcpy badness in them,Hans Insulander
so they'll just go away.
2003-08-12These files are unused by us and have strcat/strcpy badness in them,Hans Insulander
so they'll just go away.
2003-08-12Clean up obsolete kerberos 4 stuffHans Insulander
ok millert@
2003-08-12Cleanup obsolete kerberos 4 stuff.Hans Insulander
ok millert@
2003-08-12Build xfs/xfs_node.cHans Insulander
2003-08-12Fix include stuff, unused variables and statics and other small things neededHans Insulander
to compile in our tree.
2003-08-12For whatever reason, cvs cannot import a file that already exists, but isHans Insulander
deleted. *sigh*
2003-08-12move verify_cksum() to ahc; krw@ ok.Federico G. Schwindt
2003-08-12fix GENERIC compilation.Federico G. Schwindt
2003-08-12MergeHans Insulander
2003-08-12Import xfs from arla-current as of 5 Aug 2003.Hans Insulander
ok deraadt@
2003-08-12fix pkg->tail as needed, so that last md5 in CONTENTS does not get erased.Marc Espie
2003-08-12add/update my copyrightNathan Binkert
2003-08-12src argument to m_copyback() can be a const; itojun@ okMichael Shalayeff
2003-08-12Back out last commit, p->name is not always a malloc'ed object.Todd C. Miller
Pointed out by itojun@.
2003-08-12correctly put OSREV in thereTheo de Raadt
2003-08-12Split crypto routine sup again, but differently. This should make theTheo de Raadt
mail floppy parts a fair bit smaller.
2003-08-12plug memory leak; Patrick LatifiTodd C. Miller
2003-08-11mvme88k is a half-compound architecture (MACHINE != MACHINE_ARCH) so addMiod Vallat
it to the list...
2003-08-11if we run out of space, make the dead vnode VNON. if a VBLK gets out, itTed Unangst
causes trouble later. netbsd pr22419
2003-08-11The empty() function basically effects a poll, so replace it withTodd C. Miller
real poll(). Gets rid of another static select(). OK deraadt@
2003-08-11use poll to replace the fd_set overflows. some input from fgsch; millert okTheo de Raadt
2003-08-11Sprinkle proper use of _C_LABEL and _ASM_LABEL in the .S files (except forMiod 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-11Convert to use poll(2) instead of static select.Todd C. Miller
Input from deraadt@ and fgsch@; Ok deraadt@
2003-08-11DIOCCHANGEADDR takes pfioc_pooladdr, not pfioc_addr.Daniel Hartmeier
2003-08-11Fix DIOCCHANGEADDR, use the supplied ticket instead of 0.Daniel Hartmeier
2003-08-11document license-checkMarc Espie
2003-08-11Cosmetic changes to make the code a tad more readable:Todd C. Miller
o constify rcsid and copyright o use warn/err instead of doing it by hand
2003-08-11Convert to queue groups and queuing-only config w/ a queue runner.Todd C. Miller
This keeps sendmail from DoSing my machine when thousands of messages come in (generally mailing list bounces).
2003-08-11more to 3.4Theo de Raadt
2003-08-11Dynamic select(2) support; deraadt@ OKTodd C. Miller
2003-08-11typo, pr3396 from piotr domagalskiTed Unangst
2003-08-11failure to deal with realloc nicely; spotted by Jonas.Munsin@teleste.com,Theo de Raadt
few more changes by millert
2003-08-11Add signal number sanity checking to usl_sync_init(). This is notTodd 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-11add GSSAPI. ok deraadt@Jakob Schlyter
2003-08-11move to 3.4-betaTheo de Raadt
2003-08-11syncTheo de Raadt
2003-08-11constify voicetabMichael Shalayeff
2003-08-11constify constant targetsMichael Shalayeff
2003-08-11constify constant namesMichael Shalayeff
2003-08-11constify constant constsMichael Shalayeff
2003-08-11I can not reproduce the ksh -O1 issues anymore on mvme88k with the latestMiod Vallat
snapshot, so stop disabling optimization.
2003-08-11during probe there is no need to map the whole hpa space. only rom is ↵Michael Shalayeff
needed. also do not map too much of rom
2003-08-11a few strict protosMichael Shalayeff
2003-08-11load file in one pass avoiding seeking the headers back and forth; miod@ ↵Michael Shalayeff
testing & ok (two months ago and then i forgot ;)