Age | Commit message (Expand) | Author |
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 |
2003-08-12 | These files are unused by us and have strcat/strcpy badness in them, | Hans Insulander |
2003-08-12 | Clean up obsolete kerberos 4 stuff | Hans Insulander |
2003-08-12 | Cleanup obsolete kerberos 4 stuff. | Hans Insulander |
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 |
2003-08-12 | For whatever reason, cvs cannot import a file that already exists, but is | Hans Insulander |
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 |
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 |
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 |
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 |
2003-08-11 | if we run out of space, make the dead vnode VNON. if a VBLK gets out, it | Ted Unangst |
2003-08-11 | The empty() function basically effects a poll, so replace it with | Todd C. Miller |
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 |
2003-08-11 | Convert to use poll(2) instead of static select. | Todd C. Miller |
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 |
2003-08-11 | Convert to queue groups and queuing-only config w/ a queue runner. | Todd C. Miller |
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 |
2003-08-11 | Add signal number sanity checking to usl_sync_init(). This is not | Todd C. Miller |
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 |
2003-08-11 | during probe there is no need to map the whole hpa space. only rom is needed.... | Michael Shalayeff |
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@ test... | Michael Shalayeff |
2003-08-11 | better cleaning | Theo de Raadt |
2003-08-11 | free code memory should change permissions fail | Michael Shalayeff |
2003-08-11 | ansification and knf and protos | Theo de Raadt |
2003-08-11 | make sure Debugger() is called only inside _both_ DDB and OSIOP_DEBUG | Michael Shalayeff |