Age | Commit message (Expand) | Author |
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 |
2003-08-11 | wax mongoose | Michael Shalayeff |
2003-08-11 | implement CLOCK_MONOTONIC from NetBSD; ok marc@ | Kevin Lo |
2003-08-11 | make dmesg prints closer to the rest of the drivers | Michael Shalayeff |
2003-08-11 | make sure to not attach the card if the int cannot be established and repair ... | Michael Shalayeff |
2003-08-11 | cleanup dmesg output | Michael Shalayeff |
2003-08-11 | Saving or restoring the process' registers to/from the pcb was using | Miod Vallat |
2003-08-10 | typo; from Dmitry Bogdan <dsb@uvm.poi.dvo.ru> | Michael Shalayeff |
2003-08-10 | Do not make NBPG visible in assym.h | Miod Vallat |
2003-08-10 | Do not add an extra newline at the end if the last line of the input | Otto Moerbeek |