Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-08-12 | man page for safenet 1141/1741 from freebsd with appropriate Xrs | Jason Wright | |
2003-08-12 | use _ENTRY consistently, remove some #if 0 code, and clean up some comments; ↵ | Jason Wright | |
ok drahn | |||
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 | More unused files with bad string functions in them. Bye bye. | Hans Insulander | |
2003-08-12 | These files are unused by us and have strcat/strcpy badness in them, | Hans Insulander | |
so they'll just go away. | |||
2003-08-12 | These files are unused by us and have strcat/strcpy badness in them, | Hans Insulander | |
so they'll just go away. | |||
2003-08-12 | Clean up obsolete kerberos 4 stuff | Hans Insulander | |
ok millert@ | |||
2003-08-12 | Cleanup obsolete kerberos 4 stuff. | Hans Insulander | |
ok millert@ | |||
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 | fix pkg->tail as needed, so that last md5 in CONTENTS does not get erased. | Marc Espie | |
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-12 | Back out last commit, p->name is not always a malloc'ed object. | Todd C. Miller | |
Pointed out by itojun@. | |||
2003-08-12 | correctly put OSREV in there | Theo de Raadt | |
2003-08-12 | Split crypto routine sup again, but differently. This should make the | Theo de Raadt | |
mail floppy parts a fair bit smaller. | |||
2003-08-12 | plug memory leak; Patrick Latifi | Todd C. Miller | |
2003-08-11 | mvme88k is a half-compound architecture (MACHINE != MACHINE_ARCH) so add | Miod Vallat | |
it to the list... | |||
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 | The empty() function basically effects a poll, so replace it with | Todd C. Miller | |
real poll(). Gets rid of another static select(). OK deraadt@ | |||
2003-08-11 | use poll to replace the fd_set overflows. some input from fgsch; millert ok | Theo de Raadt | |
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 | Convert to use poll(2) instead of static select. | Todd C. Miller | |
Input from deraadt@ and fgsch@; Ok deraadt@ | |||
2003-08-11 | DIOCCHANGEADDR takes pfioc_pooladdr, not pfioc_addr. | Daniel Hartmeier | |
2003-08-11 | Fix DIOCCHANGEADDR, use the supplied ticket instead of 0. | Daniel Hartmeier | |
2003-08-11 | document license-check | Marc Espie | |
2003-08-11 | Cosmetic 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-11 | Convert 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-11 | more to 3.4 | Theo de Raadt | |
2003-08-11 | Dynamic select(2) support; deraadt@ OK | Todd C. Miller | |
2003-08-11 | typo, pr3396 from piotr domagalski | Ted Unangst | |
2003-08-11 | failure to deal with realloc nicely; spotted by Jonas.Munsin@teleste.com, | Theo de Raadt | |
few more changes by millert | |||
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 | add GSSAPI. ok deraadt@ | Jakob Schlyter | |
2003-08-11 | move to 3.4-beta | Theo de Raadt | |
2003-08-11 | sync | Theo de Raadt | |
2003-08-11 | constify voicetab | Michael Shalayeff | |
2003-08-11 | constify constant targets | Michael Shalayeff | |
2003-08-11 | constify constant names | Michael Shalayeff | |
2003-08-11 | constify constant consts | Michael Shalayeff | |
2003-08-11 | I can not reproduce the ksh -O1 issues anymore on mvme88k with the latest | Miod Vallat | |
snapshot, so stop disabling optimization. | |||
2003-08-11 | during 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-11 | a few strict protos | Michael Shalayeff | |
2003-08-11 | load file in one pass avoiding seeking the headers back and forth; miod@ ↵ | Michael Shalayeff | |
testing & ok (two months ago and then i forgot ;) |